Menu

AntViz - visualize/debug ANT-scripts / News: Recent posts

Known issues/bugs

1)
sometimes the text area (regular jEdit edit-area) may take a while to update itself, especially when a new build-script needs to be loaded

2)
sometimes the internally used XML-parser can't be instantiated; this error should show up as an exception in jEdit's Activity log (see jEdit-Util menu)

3) the way to declare additional JAR's needed for the build-scripts is obviously not the easiest; this issue will be resolved..

Posted by jwin 2002-08-03

New CVS module name "antviz2" !

The old CVS module antviz is no longer deprecated!
Please use module antviz2 for any CVS commands.

Posted by jwin 2002-08-03

AntViz 0.7.1 (cvs-tag=V_0_7_1)

- bug fixes
- automatically opens missing (build-)files
- tcp-port (for internal communication) is an option

Posted by jwin 2002-08-01

AntViz 0.6.1

- bug fixes
- stop-button for debugger

Bug in the released README.txt:
Any additional JAR's (for task-definitions)
must currently be declared in AntFarm's option
(additional classpath) !

Posted by jwin 2002-07-30

new feature: Ant-script debugging

Step-through debigging of a build script is possible.
Each step (that is an Ant task) is highlighted in the editor, if the script-file is already opened.

Standalone-mode has been dropped.

Posted by jwin 2002-07-25

jEdit Plugin-Integration ready

The current CVS builds and deploys to a (specified) jEdit installation directory.

Additionally to the latest CVS, you need also:
>= jEdit 4.0.3 with Plugins "AntFarm", "XML"

...and of course ANT

Posted by jwin 2002-07-15