Running Ant with a remote buildfile

2011-11-07 Thread Per Cederberg
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

RE: difference between unzip task and unzip executable

2011-11-07 Thread Justin Georgeson
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

Re: difference between unzip task and unzip executable

2011-11-07 Thread Rainer Noack
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

RE: difference between unzip task and unzip executable

2011-11-07 Thread Justin Georgeson
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

RE: difference between unzip task and unzip executable

2011-11-07 Thread Justin Georgeson
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