Skip to main content

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


Hi Mark,

Yes this is supposed to work.

PaScaL


Mark Russell <mark_russell@xxxxxxxxxxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

03/10/2007 08:37 AM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
pde-build-dev@xxxxxxxxxxx
cc
Subject
[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-----

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top