I'm probably missing something basic, so maybe a new set of eyes can help me
out here. I have the following build.xml snippet:
===
===
It's not obvious to me how manifestclasspath helps, here, but as for the use
case ...
I'd like to transform a "local" Junit test command (under Netbeans) so that I
can run a test, without Netbeans, on another machine. Specifically, I'd like to
effectively execute the following command, generate
Hopefully, someone can point me in the right direction. What I'd like to do is
re-parent the elements of a classpath entry in an Ant build script (from
netbeans). For example, given classpath property like:
Setting project property: run.test.classpath ->
../lib/a.jar:../lib/dir1/b.jar:../lib/di