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