Hello all,

I am current using maven-filtering-beta-1 & 2 to interpolate
@{variable} so here is the codesnip

// support @{} izpack ant format
mavenResourcesExecution.addFilerWrapper( new MavenProjectValueSource(
project, true ), "\\@", "(.+?)\\}", "@{", "}" );

The real source is at
http://svn.codehaus.org/izpack/izpack-maven/trunk/izpack-maven-plugin/src/main/java/org/izpack/mojo/IzPackMojo.java
 at interpolateDescriptorFile()

The test case is at

http://svn.codehaus.org/izpack/izpack-maven/trunk/izpack-maven-plugin/src/it/izpack-172/

The file i am trying to interpolate is under src/izpack/install.xml


can someone give it a quick scan to see if I manage to use the API correctly.?

Full appreciate the helps

Thanks

-D

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to