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
Jikes configuration
Moderators: AmigoJack, bbadmin, helios, MudGuard
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]
--------------
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]