Daniel Rall wrote:
> 
> Berin Loritsch <[EMAIL PROTECTED]> writes:
> 
> > 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.
> 
> Cool, you guys are already on it.  =)
> 
> Now what happens when I'm building multiple versions or multiple
> copies of the same version of a project on one box?

You can do what some build scripts already do:

name = cocoon
version = 2.0rc1
project.name = ${name}-${version}

Therefore your version is accounted for already in the defaults!

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

Reply via email to