Option to leave compiled classes in work directory 
---------------------------------------------------

                 Key: MJSPC-13
                 URL: http://jira.codehaus.org/browse/MJSPC-13
             Project: Maven 2.x Jspc Plugin
          Issue Type: Improvement
            Reporter: Philipp Knüchel
            Priority: Minor
         Attachments: AbstractJspcMojo.java

This option lets you use precompiled classesy directly over the work directory 
of tomcat! 

No need to adapt the web.xml....

Example:

         <configuration>
            <warSourceDirectory>${basedir}/webapp</warSourceDirectory> 
            <inputWebXml>${basedir}/webapp/WEB-INF/web.xml</inputWebXml>
            
<workingDirectory>${basedir}/target/cooceo-webapp-whitelabels/WEB-INF/work</workingDirectory>
  
            <leaveClassesInWorkDirectory>true</leaveClassesInWorkDirectory>  
         </configuration>
         <executions>

Finally configure the working directory of your tomcat to point at 
"{basedir}/target/cooceo-webapp-whitelabels/WEB-INF/work"



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