Thanks thats great, I can cut out a fair bit iof code from some of the tasks
I've made !
On 17/10/2007, Steve Loughran <[EMAIL PROTECTED]> wrote:
>
> Matthew Haynes wrote:
> > That's great, I had made the mistake of assuming that the setSomething
> > methods nee
That's great, I had made the mistake of assuming that the setSomething
methods needed a String.
Does resolve other common types, DateFomat, int, etc ?
On 16/10/2007, Dominique Devienne <[EMAIL PROTECTED]> wrote:
>
> On 10/16/07, Matthew Haynes <[EMAIL PROTECTED]> wrote:
Thanks!
On 16/10/2007, Steve Loughran <[EMAIL PROTECTED]> wrote:
>
> Matthew Haynes wrote:
> > Thanks for the responses.
> >
> > I think my problem came from accepting the file attribute as a String
> and
> > then converting it to a file in my code. I guess
/2007, Steve Loughran <[EMAIL PROTECTED]> wrote:
>
> Matthew Haynes wrote:
> > Hello,
> >
> > I am the developer of a small ant task
> > http://code.google.com/p/jsmin-ant-task/.
> >
> > The task takes file paths as attributes and a recent bug / feature
Hello,
I am the developer of a small ant task
http://code.google.com/p/jsmin-ant-task/.
The task takes file paths as attributes and a recent bug / feature request
has posed a question. When using a build file located outside of the current
working directory how should relative paths be handled?
Thanks!
On 26/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> done
>
> Jan
>
>
>
>
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im Auftrag von Matthew Haynes
> Gesendet: Dienstag, 25.
Hi there,
I have developed a small Java application called XML Directory Listing.
Doing exactly what it says on the tin, the app produces and XML
representation of a directory structure. Similar to Cocoon's Directory
Generator.
The application is configurable (recursion depth, sort order, include
Hi there,
I have written an external task for Ant. I would like to offer it for
inclusion on the External Tools and Tasks page as it could prove
useful to others.
The task is an interface to a minification program for javascript
files, something we do extensively in our deployment process