applications that require the service. Are you doing
this in the one build script?
Samer Kanjo
-Original Message-
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 01, 2006 2:00 PM
To: Ant Users List
Subject: RE: Targeting Multiple Environments
You can run the
y where I am now. I have something
> working but there has to be a better way. So I thought I
> would find out what others are doing here.
>
> Samer Kanjo
>
>
> -Original Message-
> From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
> Sent: Thursday, J
006 11:28 AM
To: Ant Users List
Subject: RE: Targeting Multiple Environments
Comments below...
> -Original Message-
> From: Kanjo, Samer [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 01, 2006 7:29 AM
> To: 'Ant Users List'
> Subject: RE: Targeting Multiple Envir
Comments below...
> -Original Message-
> From: Kanjo, Samer [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 01, 2006 7:29 AM
> To: 'Ant Users List'
> Subject: RE: Targeting Multiple Environments
>
> I am not happy with the solution because the current s
> It seems to me that using Ant along with unit/integration testing
would not
> require the use of Eclipse for debugging. In fact I am starting to
wonder
> why I need Eclipse at all. I think its my mind set since I have been
using
> IDEs since '96 and only just started using Ant.
>
tarted using Ant.
Samer Kanjo
-Original Message-
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 31, 2006 11:18 AM
To: Ant Users List
Subject: RE: Targeting Multiple Environments
I use the same strategy, except I use plain old property files instead
of
Kanjo
-Original Message-
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 31, 2006 11:18 AM
To: Ant Users List
Subject: RE: Targeting Multiple Environments
I use the same strategy, except I use plain old property files instead
of xml. I have also added a
I use the same strategy, except I use plain old property files instead
of xml. I have also added a user-friendly error message or input task if
the TARGET_ENV prop is missing:
You must specify TARGET_ENV on the command
line. For example...
ant -DTARGET_ENV=dev deploy
Or:
...
Why are you not s