You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/26 10:15:08 UTC

[jira] Commented: (MPECLIPSE-55) entry maven.gen.src=${maven.build.dir}/generated-sources ignored

The following comment has been added to this issue:

     Author: David Eric Pugh
    Created: Tue, 26 Oct 2004 4:14 AM
       Body:
If you don't think this is right, please add a unit tests to /src/plugin-test/ demonstrating the problem!  I have committed changes the documentation to help the next user.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPECLIPSE-55?page=comments#action_25781

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPECLIPSE-55

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-55
    Summary: entry maven.gen.src=${maven.build.dir}/generated-sources ignored
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-eclipse-plugin
   Fix Fors:
             1.9
   Versions:
             1.8

   Assignee: 
   Reporter: Andreas Guther

    Created: Mon, 25 Oct 2004 9:55 AM
    Updated: Tue, 26 Oct 2004 4:14 AM
Environment: maven 1.0, eclipse 3.1M1

Description:
add the following entry in your project.properties
maven.gen.src=${maven.build.dir}/generated-sources/mock

This ends up with no entry in the .classpath.

Expected is:

<classpathentry kind="src" path="<${maven.build.dir}>\generated-sources\mock">
  </classpathentry>

where <${maven.build.dir}> is the correct path to the maven build dir.



---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org