You can create and run an Ant script to run Bundle Builder, instead of running the tool from the command line. Ant lets you scrip the entire process of building and packaging your connector
Follow these steps:
The bundle builder tool is started by the Ant script.
Example: ANT Script to Run Bundle Builder
<target name=”osgi-jar-builder “ > <taskdef name=”bundlebuilder classname=”com.ca.jcs.osgi.bundletool.BundleBuilderAntTask” classpath=”${build-dir}/../../../build/BundleBuilder.jar” /> <bundlebuilder manifestfile=”${basedir}/META-INF/manifest.mf” jardir=”${base-dir}/connectors/connectorName/build/dist/lib” outputdir=”${build-dir}/inst/deploy” /> </target>
Copyright © 2013 CA.
All rights reserved.
|
|