From: Arno P. <ar...@pu...> - 2006-08-02 08:14:06
|
Frusty, I'm currently looking into the bug you have posted and would like to make a request for a new ant-target. As you know, XMLOB and XMLVM are bundled in XML11 and the run-target references these jar files. When debugging XMLVM, the development cycle is rather tedious: make a change in XMLVM, generate a new JAR file, copy it over to XML11/lib and re-run XML11. Under the assumption that XML11, XMLVM, and XMLOB are all checked out into the same directory, would it be possible to create a 'run-local' target that references XMLVM not through XML11/lib/xmlvm.jar, but by adding ../xmlvm/ to the classpath? That would make my life a lot easier... Arno PS. I'm already doing this under Eclipse with a local launch configuration that follows the same idea. The reason I have not committed this launch configuration is to avoid external dependencies that would otherwise not be necessary. |