Berin Loritsch <[EMAIL PROTECTED]> writes:

> Perhaps this can be further bettered by further specifying standard
> names for the build and test directories:
> 
> project.name - Name of the project (no default).
> temp.dir     - Location of the system's temporary directory (default="/tmp")

Using the system's temp directory on a shared development box isn't
going to work very well if more than one developer is building the
same project.  Yes, I know they can just override this, but managing
it can quickly become a pain.  Better that the build be self-contained
in some fashion (even if this just means using some piece of
informatio when building into the system temp dir).

> build.dir    - Build directory (default="${tmp.dir}/${project.name}/build")

Is this the destination directory for the build?

> check.dir    - Test results directory (default="${tmp.dir}/${project.name}/check")
> 
> This way, it is easy to specify that these artifacts are all
> outside of the project directory (one of my pet peeves).

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

Reply via email to