[ 
http://jira.codehaus.org/browse/MJSPC-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_98328
 ] 

Jeff Genender commented on MJSPC-13:
------------------------------------

Philipp,

Can you please check to see if some of the items we have included as of late 
fixes this for you?  If not, can you please do a svn diff > patch.txt in the 
root of the source and attach thge patch.txt to this issue so I can get this in 
1.4.7-SNAPSHOT?  Thanks!

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