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
he ${run.test.classpath} to pre-pend the new "root" to the path elements - generate a script/file with the command line to run Make sense? - Original Message From: Dominique Devienne <[EMAIL PROTECTED]> To: Ant Users List Sent: Wednesday, October 17, 2007 9:32:2

Re: Re-parenting classpath

2007-10-17 Thread Dominique Devienne
On 10/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 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 proper

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