Re: Re-parenting classpath

2007-10-19 Thread jiniusatwork-antuser
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: === ===

Re: Re-parenting classpath

2007-10-17 Thread jiniusatwork-antuser
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

Re-parenting classpath

2007-10-16 Thread jiniusatwork-antuser
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