Thought it would be neat to setup or compile projects with a remote
buildfile. Like this:
#> ant -f http://www.myproject.org/setup-1.0.xml
So I hacked up some support for it in the following GitHub branch:
https://github.com/cederberg/ant
Seems to work, but I haven't really used it or tested it
Thanks. I've commented below
> -Original Message-
> From: Rainer Noack [mailto:rai...@noacks.net]
> Sent: Monday, November 07, 2011 2:37 PM
> To: dev@ant.apache.org; Ant Users List
> Subject: Re: difference between unzip task and unzip executable
>
> Hi Justin,
>
> sorry, but your questi
Hi Justin,
sorry, but your question was a little hard to understand which might be
the reason, that you got no answer until now.
The reason for your problem is, that ant resolves path-like structures
when it is parsing the build.xml - file and drops irrelevant entries.
but your path only beco
I think it stripped the attachment, so I put it here
http://www.mediafire.com/?a1snm5i1n7tsmdx
-Original Message-
From: Justin Georgeson [mailto:jgeorge...@lgc.com]
Sent: Monday, November 07, 2011 1:46 PM
To: dev@ant.apache.org
Subject: RE: difference between unzip task and unzip executa
I started asking this on the user list, but no response, and it seems deeper
than just incorrect usage. Apologies if that's what it turns out to be.
I've broken it down into a very basic build.xml and single source code file.
The build.xml has a single target to unzip, and run javadoc. I've atta