project.name - Name of the project (no default).
temp.dir     - Location of the system's temporary directory
(default="/tmp/${user.name}")
build.dir    - Build directory (default="${tmp.dir}/${project.name}/build")
check.dir    - Test results directory
(default="${tmp.dir}/${project.name}/check")

The build and check dir's takes care of the project differentiation.

-----Original Message-----
From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 25, 2001 5:38 AM
To: [EMAIL PROTECTED]
Subject: Re: Build.xml standardization


Nick Chalko wrote:
> 
> temp.dir should probably default to "/tmp/${user.name}"

Good point.  Multi User machines need to distinguish between users.
However, don't forget the project name as it will be more common for
one user to build several projects than it would be for many users
on one machine.

tmp.dir = "/tmp/${user.name}/${project.name}"

would be the one to handle for all users.

>

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

Reply via email to