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 2003/10/31 12:18:06 UTC

[jira] Created: (MAVEN-991) Generated source support

Message:

  A new issue has been created in JIRA.

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

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Fri, 31 Oct 2003 5:16 AM
    Updated: Fri, 31 Oct 2003 5:16 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org