CDATA is character data 
instructs the parser to leave everything inside [] alone
http://en.wikipedia.org/wiki/CDATA

Martin 
______________________________________________ 
Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de 
déni et de confidentialité 
This message is confidential. If you should not be the intended receiver, then 
we ask politely to report. Each unauthorized forwarding or manufacturing of a 
copy is inadmissible. This message serves only for the exchange of information 
and has no legal binding effect. Due to the easy manipulation of emails we 
cannot take responsibility over the the contents.
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.






> Date: Thu, 23 Apr 2009 15:38:38 -0500
> Subject: Re: Challenge: Find a plugin combo that achieves what 4 lines of 
> bash        script can do...
> From: gret...@acm.org
> To: users@maven.apache.org
> 
> On Thu, Apr 23, 2009 at 11:03 AM, Stan Devitt <sdev...@rim.com> wrote:
> >           <plugin>
> >               <groupId>org.codehaus.groovy.maven</groupId>
> >               <artifactId>gmaven-plugin</artifactId>
> >               <executions>
> >                <execution>
> >                 <phase>generate-resources</phase>
> >                 <goals>
> >                   <goal>execute</goal>
> >                 </goals>
> >                 <configuration>
> >                   <source>
> >                   <![CDATA[
> > new File( "target" ).mkdirs();
> > def resultfile = new File( "target/dictionary" );
> > new File("src/main/dictionary").eachFileMatch(~/.*\.lst/){ file ->
> >  file.readLines().sort().each(){resultfile << it.trim() + "\n";}
> > }
> >                   ]]>
> >                   </source>
> >                 </configuration>
> >                </execution>
> >               </executions>
> >           </plugin>
> 
> http://groovy.codehaus.org/GMaven+-+Executing+Groovy+Code#GMaven-ExecutingGroovyCode-ExecuteanInlineGroovyScript
> 
> Why is the CDATA in there?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 

_________________________________________________________________
Windows Live™ SkyDrive™: Get 25 GB of free online storage.  
http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_skydrive_042009

Reply via email to