Setting buildDirectory in eclipseBuildScriptProperties does not work (but 
setting it in buildProperties does)
-------------------------------------------------------------------------------------------------------------

                 Key: MOJO-951
                 URL: http://jira.codehaus.org/browse/MOJO-951
             Project: Mojo
          Issue Type: Bug
          Components: pde
         Environment: maven-2.0.4, jdk 1.5.0_11, linux, Ubuntu 7.10, Intel 
Pentium M
            Reporter: Steinar Bang


This does not work:
      <eclipseBuildScriptProperties>
       <buildDirectory>${project.build.directory}</buildDirectory>
      </eclipseBuildScriptProperties>
(though that's what I expected from the documentation 
http://mojo.codehaus.org/pde-maven-plugin/attach-mojo.html )
However this works:
      <buildProperties>
       <buildDirectory>${project.build.directory}</buildDirectory>
      </buildProperties>

It sets the buildDirectory twice in the java command line, first to ../.. from 
the POM directory (with a full path), and then later to POM directory + 
"/target".

-- 
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 from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to