"khote" <[EMAIL PROTECTED]> wrote on 10/10/2003 08:11:10 PM:

> You can always test these things in your maven script.
> <goal name="echouser">
> <echo>
> user.home = ${user.home}
> </echo>
> </goal>
> 
> then maven echouser on your command line.
> 
> user.home is set by maven or ant, one of the two, by default.

'user.home' is a standard System property. See the JDK docs for details.

> This is of course if you're using a *nix system.  On windows it isn't 
always
> so wonderful.
What do you mean?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



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

Reply via email to