Daniel Rall wrote:
> 
> Berin Loritsch <[EMAIL PROTECTED]> writes:
> 
> > "Morrison, John" wrote:
> > >
> > > I've dummied up a build.xml file.  Is this what people are thinking off...?
> > >
> > > Comments appreciated.
> >
> > I think you got the whole thing.  My comments follow (mostly clarifications).
> >
> > You have one thing I would change:
> >
> > <property file="~/.ant.properties"/>
> >
> > The tilde technically only works in Unix (or Cygwin).  You would have to alter
> > it like this:
> >
> > <property file="${user.dir}/.ant.properties"/>
> >
> > ("user.dir" is a system property set by the JVM)
> 
> I agree w/ this suggested mod, but think the prop is user.home.

Oops.  Thanks.  "user.dir" is a system property--but keeps track of the last
accessed directory (i.e. through JFileChooser, etc.) that defaults to "user.home".

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

Reply via email to