Message:

   The following issue has been closed.

   Resolver: David Eric Pugh
       Date: Tue, 26 Oct 2004 4:08 AM

There isn't a bug..   What you need to get this:

  <classpathentry kind="src" path="target/generated-sources/mock">
  </classpathentry>

is:
maven.gen.src=${maven.build.dir}/generated-sources

And the directory must exist..  What the plugin does is looks for all the directories 
in this directory and add them as source folders speratelly..
so you could have /mock and /hibernatemappingfiles.  However, the directories must 
exist prior to running the target.  I'll tweak the docs to mention this.
---------------------------------------------------------------------
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:08 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to