Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Build of multiple features

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

First off if this is the wrong list I'm sorry.  Please advise me where I
should post questions like this.

I have two features that are unrelated and I would like to build them.
I there a way to build them with one call to the PDE.  I was thinking of
modifying the allElements.xml to have multiple ant calls in the
allElementsDelegator.

something like this:
 	<target name="allElementsDelegator">
 		<echo message="build.directory=${build.directory}" />
 		<ant antfile="${genericTargets}" target="${target}">
	 		<property name="type" value="feature" />
	 		<property name="id" value="com.zzz.feature1" />
 		</ant>
 		<ant antfile="${genericTargets}" target="${target}">
	 		<property name="type" value="feature" />
	 		<property name="id" value="com.zzz.feature2" />
 		</ant>
 	</target>

and then I would add the proper assembly targets for the features.

Please advise if this is the correct way to do this.

Thanks in advance for your help.
- --
Mark Russell
Instantiations, Inc.
724-368-3331 (land line)
http://www.instantiations.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF8rSbyHA2ZZVyicQRArXvAJ9cLUH4P9/9zgLPZzDgl+I86b47IgCeIuD/
nLHTPe3Ai3gjPjNJOK1198s=
=kuBU
-----END PGP SIGNATURE-----



Back to the top