- sorry for all the posts Jon...
If you look at the original Ant build file, you see ("." infront of "param"
is to make sure the whole post is shown):
<target name="deploy-insurance" description="Deploy the insurance example">
<echo message="Creating insurance service units" />
<antcall target="gn:create-serviceunit">
<.param name="servicemix-conf" value="servicemix/insurance-jms-su" />
<.param name="service-dest-file" value="insurance-jms-su.zip" />
<.param name="jibx-mapping" value="jibx/InsuranceMapping.xml" />
<.param name="include-classes" value="esb/dzone/servicemix/model/*" />
<.param name="include-resource-dir"
value="servicemix/insurance-jms-su/resources" />
</antcall>
<antcall target="gn:create-serviceunit">
<.param name="servicemix-conf" value="servicemix/insurance-file-su" />
<.param name="service-dest-file" value="insurance-file-su.zip" />
<.param name="include-classes" value="esb/dzone/servicemix/model/*" />
<.param name="jibx-mapping" value="jibx/InsuranceMapping.xml" />
<.param name="include-resource-dir"
value="servicemix/insurance-file-su/resources" />
</antcall>
The question is now: how do I do the same thing in my Maven project?
--
View this message in context:
http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26815668.html
Sent from the Camel - Users mailing list archive at Nabble.com.