The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Mon, 4 Aug 2003 10:14 AM
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-407&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-407


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-407
    Summary: Eclipse plugin doesn't generate classpath entries for src/java etc 
correctly
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 3 weeks

    Project: maven
   Fix Fors:
             1.1
   Versions:
             1.0-beta-9
             1.0-beta-10

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Sat, 19 Apr 2003 7:50 PM
    Updated: Mon, 4 Aug 2003 10:14 AM
Environment: Eclipse 2.1

Description:
I have one master project hypothetically called x-site.  I have many
subprojects called x-project1, x-project1.
 
Maven compiles and works great.  
 
The problem is in Eclipse after running:
 
C:\workspace\x-project1> maven eclipse
 
 
Refreshing the project in Eclipse complains about missing a required
project called 'workspace', and there are no src folders associated.
 
I tracked the problem to the .classpath file, where the <classpathentry>
is created incorrectly.
 
Here is what it is after maven eclipse:
 
  <classpathentry kind="src"
path="C:\workspace\x-project1/src/main"></classpathentry>
 
Here is what works, base on projects created by eclipse:
 
  <classpathentry kind="src" path="src/main"></classpathentry>
 
This, of course, does not provide for an external src reference, but it
works for me.
 
Has anyone else run into this?  Can I change my project.xml to make it
behave?
 
Thanks,
 
Kevin Ross



---------------------------------------------------------------------
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