RE: Fixed default target

2010-12-17 Thread Roos Tomas
No suggestions ? I'm realy stuck with this. Tomas > -Original Message- > From: Roos Tomas [mailto:tomas.r...@mpsbroadband.com] > Sent: den 15 december 2010 14:36 > To: Ant Users List > Subject: RE: Fixed default target > > I did this now according to Davids r

RE: Fixed default target

2010-12-15 Thread Roos Tomas
ed default target On Tue, Dec 14, 2010 at 3:47 AM, Roos Tomas wrote: > I'm wondering if it's possible to have a fixed default target, which > always executes instead of what's put on the command-line? > > The reason for this is we use the depends feature of ant to be able

RE: Fixed default target

2010-12-15 Thread Roos Tomas
Also forgot the notation for properties isn't that easy all the time ;-) -Original Message- From: Roos Tomas [mailto:tomas.r...@mpsbroadband.com] Sent: den 15 december 2010 09:59 To: Ant Users List; lt...@talk21.com Subject: RE: Fixed default target Yeah i thought of that too, thou

RE: Fixed default target

2010-12-15 Thread Roos Tomas
Ant Users List Subject: Re: Fixed default target How about treating 'target' as command parameter, then do recursive ant call using param as target. Sent from my BlackBerry(r) wireless device -Original Message----- From: "Roos Tomas" Date: Wed, 15 Dec 2010 09:48:31 To:

RE: Fixed default target

2010-12-15 Thread Roos Tomas
2010 at 3:47 AM, Roos Tomas wrote: > I'm wondering if it's possible to have a fixed default target, which > always executes instead of what's put on the command-line? > > The reason for this is we use the depends feature of ant to be able to > for instance publish

Fixed default target

2010-12-14 Thread Roos Tomas
Hey! I'm wondering if it's possible to have a fixed default target, which always executes instead of what's put on the command-line? The reason for this is we use the depends feature of ant to be able to for instance publish to an ivy repository with a better flow. ant local milestone publish.