Re: Can these targets be combined?

2006-02-21 Thread Ian Pilcher
> > > > Thanks! -- ======== Ian Pilcher[EMAIL PROTECTED] - To unsubscribe,

Can these targets be combined?

2006-02-17 Thread Ian Pilcher
e? Thanks! -- ======== Ian Pilcher[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Property vs. user property - what's the difference?

2006-02-14 Thread Ian Pilcher
Can someone explain the difference between a property and a user property (or the difference between Project.setProperty and Project.setUserProperty)? Thanks! -- Ian Pilcher[EMAIL

Location of ant.jar

2006-02-01 Thread Ian Pilcher
ile layout expected by Ant "clients"? Have at it ... -- ======== Ian Pilcher

Re: Issue warning from task

2006-01-24 Thread Ian Pilcher
Matt Benson wrote: > Better yet, MSG_WARN. ;) > > --- Jeffrey E Care <[EMAIL PROTECTED]> wrote: > > >>log ("your message here", Project.MSG_ERR); >> Thanks! -- ============ Ian Pilcher

Issue warning from task

2006-01-24 Thread Ian Pilcher
I am writing my first Ant task, and I would like to issue a warning message in certain circumstances. Does Ant provide a way to do this, or should I just print it to System.err (System.out?). Thanks! -- Ian Pilcher