You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/26 05:29:28 UTC

[jira] Closed: (MPFAQ-13) CDATA sections are transformed

Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPFAQ-13

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPFAQ-13
    Summary: CDATA sections are transformed
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-faq-plugin
   Versions:
             1.3

   Assignee: Brett Porter
   Reporter: Carlos Sanchez

    Created: Wed, 23 Jun 2004 4:44 AM
    Updated: Fri, 25 Jun 2004 11:28 PM
Environment: maven 1.0 rc3

Description:
Just see how '<' and '>' are transformed in http://maven.apache.org/reference/plugins/cruisecontrol/faq.html

faq.fml:

<![CDATA[
<preGoal name="build:start">
   	<ant:property name="maven.cruisecontrol.template" value="${anite.cruisecontrol.template}"/>	    					
   	<maven:pluginVar plugin="maven-cruisecontrol-plugin" property="maven.cruisecontrol.template" var="loc"/>
</preGoal>	
]]>	


faq.xml:

<![CDATA[
&lt;preGoal name="build:start"&gt;]]><![CDATA[
   	&lt;ant:property name="maven.cruisecontrol.template" value="${anite.cruisecontrol.template}"/&gt;	    					]]><![CDATA[
   	&lt;maven:pluginVar plugin="maven-cruisecontrol-plugin" property="maven.cruisecontrol.template" var="loc"/&gt;]]><![CDATA[
&lt;/preGoal&gt;	]]><![CDATA[
]]>	



---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org