Re: Strange behaviour of

2008-10-15 Thread Dominique Devienne
On Wed, Oct 15, 2008 at 1:47 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > As Stephan mentions [...] Stefan, not Stephan. (sorry Stefan.) Time for coffee... > Although your paths are "usual" I meant "unusual" here of course. --DD ---

Re: Strange behaviour of

2008-10-15 Thread Dominique Devienne
On Tue, Oct 14, 2008 at 3:46 PM, andbin <[EMAIL PROTECTED]> wrote: > > > > > > FYI: use either file="${basedir}/..." or location="...", but using both, while OK, doesn't make much sense to me. The purpose of all location attributes is to resolve a relative path from ${basedir}, so

Re: Strange behaviour of

2008-10-14 Thread Stefan Bodewig
On Tue, 14 Oct 2008, andbin <[EMAIL PROTECTED]> wrote: > [echo] initial.path = > C:\Test\MyProject\file1.jar;C:\Test\MyProject\lib\file2.jar;C:\Test\MyProject > [echo] manifest.classpath = file1.jar lib/file2.jar ../MyProject/ as someone familiar with the code I can see why this happens, but it w

RE: Strange behaviour

2006-06-15 Thread Gary Howard
ist Subject: Re: Strange behaviour Hello Gary, what you are describing sounds like a bug. the question is where does the bug happen. A possible candidate would be ant.bat. I suspect that the -noclasspath option is not executed reliably depending upon -quiet comes before -noclasspath or not. -n

Re: Strange behaviour

2006-06-14 Thread Antoine Levy-Lambert
Hello Gary, what you are describing sounds like a bug. the question is where does the bug happen. A possible candidate would be ant.bat. I suspect that the -noclasspath option is not executed reliably depending upon -quiet comes before -noclasspath or not. -noclasspath is a command line optio

RE: Strange behaviour

2006-06-14 Thread Gary Howard
ware Engineer Celona Technologies Ltd. Celona: Accelerated Transformation -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 12:54 To: Ant Users List Subject: Re: Strange behaviour Good Morning Gary- This is my understanding for ensuring classpath is upda

Re: Strange behaviour

2006-06-14 Thread Martin Gainty
Good Morning Gary- This is my understanding for ensuring classpath is updated for taskdef Taskdef CLASSPATH if no CLASSPATH available acquire from Target classpath if no CLASSPATH available acquire from Project classpath (build.xml) CLASSPATH variable if no CLASSPATH available acquire fro

Re: Strange behaviour ?!

2005-07-27 Thread Gilbert Rebhan
Hi, Nicolas thanks - i missed that. Works like a charm :) bye4now, Gilbert Nicolas Vervelle wrote: > > Rebhan, Gilbert wrote: > > >>... >>where the copypart works fine, but the move task >>copies the folder containing the jars also, f.e. = >> >>/jarfolder1 >> a.jar >> >>/jarfolder2 >>

Re: Strange behaviour ?!

2005-07-27 Thread Nicolas Vervelle
Rebhan, Gilbert wrote: ... where the copypart works fine, but the move task copies the folder containing the jars also, f.e. = /jarfolder1 a.jar /jarfolder2 b.jar i want only the jars out of my fileset in the ./jars folder, but the two jarfolder are copied also. Have you tri