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

Strange behaviour of

2008-10-14 Thread andbin
Hello, I have found a strange behaviour of , a new task of Ant 1.7. This is the scenario, 2 directories containing the following files: C:\Test\MyProject\ app.jar build.xml file1.jar C:\Test\MyProject\lib\ file2.jar (size and content of jars doesn't matter for this test)

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
start it with -noclasspath. Regards, Antoine Original-Nachricht Datum: Wed, 14 Jun 2006 10:22:30 +0100 Von: Gary Howard <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: Strange behaviour > All, > > I am using ant 1.6.5 with the following command line on

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
sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Gary Howard" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 14, 2006 5:22 AM Subject: Strange behaviour All, I am using ant 1.6.5 wi

Strange behaviour

2006-06-14 Thread Gary Howard
All, I am using ant 1.6.5 with the following command line on Windows XP Pro: call %ANT_HOME%\bin\ant -quiet -noclasspath -nouserlib ^ -lib tools\xdoclet-1.2.3\lib ^ -lib tools\hibernate-3.1 -lib tools\hibernate-3.1\lib ^ -lib lib\ext\j2ee-1.3 -lib libtest\junit3.8.2 -lib tools\bcel-5.2 and my

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

Strange behaviour ?!

2005-07-27 Thread Rebhan, Gilbert
Hi, in my script i have defined two filesets like that = and later : 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 ou