Message:

   The following issue has been closed.

   Resolver: Emmanuel Venisse
       Date: Sat, 28 Feb 2004 9:33 AM

Done.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJBUILDER-8

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJBUILDER-8
    Summary: generate-project goal does not generate relative paths
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-jbuilder-plugin
   Fix Fors:
             1.4

   Assignee: Emmanuel Venisse
   Reporter: Charles Overbeck

    Created: Wed, 17 Dec 2003 6:49 PM
    Updated: Sat, 28 Feb 2004 9:33 AM
Environment: All platforms

Description:
A JBuilder project file created by JBuilder stores paths relative to the project 
file's directory, unless the path is on a different root. The jbuilder-maven plugin 
always stores absolute paths. Relative paths are stored so that if the whole project, 
JPX and source, is checked in to a Version Control System and another user pulls the 
project to another machine, the path references will continue to work.

For example, I pulled Jelly into c:\Documents and Settings\coverbeck\jbproject\jelly, 
and ran maven jbuilder:generate-project. For the outpath, the generated JPX file had:

<property name="OutPath" category="sys" value="C:\Documents and 
Settings\coverbeck\jbproject\jelly/target/classes">
  </property> 

If I manually create the same setting with the JBuilder GUI when the JPX is located in 
C:\Documents and Settings\coverbeck\jbproject\jelly, the resulting JPX will have:

<property name="OutPath" category="sys" value="target/classes">
  </property>

DefaultPath, DocPath, SourcePath, and TestPath all have the same issue.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to