Jikes configuration

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
Henrik Skafsgaard Larsen

Jikes configuration

Post by Henrik Skafsgaard Larsen »

Is anyone using Jikes (java compiler) with Textpad?
If so, could you give an example of how to set the *regular expression...*
in the tools config.
tia

mvh / best regards
Henrik S. Larsen
cwilke
Posts: 1
Joined: Fri Jul 25, 2003 8:01 pm

Post by cwilke »

Jikes Compiler
--------------
Configure --> Preferences
Click on Tool in the tree
Click on Add --> Program
Select <yourPath>\jikes.exe

Command: <yourPath>\jikes.exe
Paramters: +E -d d:\jakarta-tomcat\webapps\clickFind\WEB-INF\classes $File
Initial Folder: $FileDir

[ ] Prompt for parameters [x] Capture output
[ ] Run minimized [ ] Suppress output until completed
[ ] Save all documents first [x] Sound alert when completed

Reg expression: ^\([A-Z]:[^:]+\):\([0-9]+\):\([0-9]+\):\([0-9]+\):

Registers:
File: [1] Line: [2] Column: [3]
Post Reply