You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2006/02/07 16:04:47 UTC

[jira] Updated: (MPECLIPSE-111) heterogeneous configuration when used from mutliproject

     [ http://jira.codehaus.org/browse/MPECLIPSE-111?page=all ]

Arnaud Heritier updated MPECLIPSE-111:
--------------------------------------

    Fix Version: 1.11

> heterogeneous configuration when used from mutliproject 
> --------------------------------------------------------
>
>          Key: MPECLIPSE-111
>          URL: http://jira.codehaus.org/browse/MPECLIPSE-111
>      Project: maven-eclipse-plugin
>         Type: Bug

>     Versions: 1.11
>     Reporter: nicolas de loof
>     Priority: Trivial
>      Fix For: 1.11

>
>
> I'm using maven 1.1b2 + eclipse plugin from CVS (snapshot)
> I'm using mutliproject to build the .classpath/.project of all my subprojects.
> To make it run as expceted, I have to set :
>    maven.eclipse.output.dir = bin/classes
>    maven.eclipse.test.output.dir = ${basedir}/bin/test-classes
> I need to set "${basedir}" in test.output.dir, and to avoid it in output.dir
> ${basedir}is required to make relative path to point to current sub-project when ran from a multiproject goal.
> In .classpath template, <maven:makeRelativePath> is used to build a project-root relative path.
> this transform is ALWAYS applied to testOutputDir.
> this transform is applied to outputDir ONLY if it has not been set from properties.
> I think makeRelativePath should be always applied.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org