Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPWAR-25

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPWAR-25
    Summary: war:webapp - copying web sources should user preservelastmodified
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 30 minutes
 Time Spent: Unknown
  Remaining: 30 minutes

    Project: maven-war-plugin

   Assignee: Jason van Zyl
   Reporter: Trevor Gimbel

    Created: Mon, 5 Apr 2004 8:08 AM
    Updated: Mon, 5 Apr 2004 8:08 AM

Description:
The war is prepared in a separate directory.  The various sources are copied to this 
directory using the ant copy task.  There is an option on this task to preserve the 
last modified time (preservelastmodified=true).  The copy should use this feature.

By not using this feature, we are having a problem with WebLogic not recognizing our 
precompiled JSP pages.  WebLogic looks at the timestamp of the generated JSP classes 
and the sources, and since they are the same, doesn't use the precompiled classes.  
The only reason they are the same is that the war:webapp goal does not preserve the 
last modified information.


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