filtering with @ is working randomly
------------------------------------

                 Key: MWAR-123
                 URL: http://jira.codehaus.org/browse/MWAR-123
             Project: Maven 2.x War Plugin
          Issue Type: Bug
    Affects Versions: 2.1-alpha-1
            Reporter: Tomasz Pik
         Attachments: filters.patch

Attached patch adding testing for filtering using @...@ (in parallel with 
filtering using ${..}) tokens.
However, if you'll change
# this is comment created by author at somewhere
to
# this is comment created by [EMAIL PROTECTED]"
then test case will fall.
As far as I know this problem has a root in plexus utils but this is very 
important for filtering jsp files (and so - for maven-war-plugin) because @ 
character has a special meaning in jsp.
So adding a directive like <%@ page import="package" %> will effectively 
'disable' filtering.

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

        

Reply via email to