> I created an ant wrapper that calls the build.xml. The issue I have is
> that the build.xml call a user.properties and overrides the 
> values I set for the environment.

Properties are immutable so once set further overridings are ignored.
Properties which are passed from the command line with -D are set first.


> Each developer has everything mapped to a d: drive, i.e. ant,
weblogic,
> etc.  I want it to use my values for my build server. 

What is the question?


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to