List/Download folder from http?

2007-11-21 Thread jonathan doklovic
Hi, I need to write a target that can download all xml files from a folder on a web server. I know I can use the get task to get a specific file, as well as using VFS to do the same, but I haven't found any way to get an entire folder of files. I would really like something like this: http://my

import file from jar (or classpath)

2008-01-11 Thread jonathan doklovic
Hi, I know there's not currently a way to do this, but I think it would be very helpful to be able to use the import task to import a file from a jar. This way, when I have a handful of projects, all with common targets, I can put the common.xml build file in a jar and have each project depend on

Re: import file from jar (or classpath)

2008-01-11 Thread jonathan doklovic
eeper integration : > > > ivyFile="${basedir]/ivy.xml"/> > > > > jonathan doklovic-2 wrote: > > > > Hi, > > > > I know there's not currently a way to do this, but I think it would be > > very helpful to be able to use t

Re: import file from jar (or classpath)

2008-01-14 Thread jonathan doklovic
other classes including AntLibDefinition can subclass when the task needs to load a classpath resource. - Jonathan On Mon, 2008-01-14 at 13:14 +, Steve Loughran wrote: > jonathan doklovic wrote: > > Hi, > > > > I know there's not currently a way to do this, but I