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
---
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
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
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
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
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
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
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
>>
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