"Invalid srcdir" error if using translate-war  goal
----------------------------------------------------

                 Key: MRETRO-20
                 URL: http://jira.codehaus.org/browse/MRETRO-20
             Project: Maven 2.x Retrotranslator Plugin
          Issue Type: Bug
    Affects Versions: 1.0-alpha-2
            Reporter: Andreas Kanzlers
            Assignee: Jason Dillon


Having a maven war project containing the configuration
<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-war-plugin</artifactId>
        <version>2.0.2</version>
        <configuration>
              <archiveClasses>true</archiveClasses>
        </configuration>
</plugin>
the execution of the translate-war goal aborts with following error: 
Invalid srcdir: c:\...\WEB-INF\classes

The WEB-INF\classes folder does not exist because of the 
<archiveClasses>true</archiveClasses>  configuration. The classes to translate 
are packed in a jar in the WEB-INF\lib folder.


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to