The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Mon, 10 Nov 2003 10:06 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-991&page=history

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

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-991
    Summary: Generated source support
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-eclipse
   Fix Fors:
             1.1

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Fri, 31 Oct 2003 5:16 AM
    Updated: Mon, 10 Nov 2003 10:06 AM

Description:
Maven already provides the tag maven.build.src which contains the directory for 
generated sources

Can you add the following snippet into the classpath.jelly file?

<j:set defaultValue="false" var="hasGenSrc" 
value="${maven.eclipse.has.generated.src}"/>
  <j:if test="${hasGenSrc}">
    <maven:makeRelativePath var="srcDir" basedir="${basedir}" 
path="${maven.build.src}"/>
    <classpathentry kind="src" path="${srcDir}"/>
  </j:if>
  
Thanks


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