Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Error in build.xml generated by PDE for feature project?
Error in build.xml generated by PDE for feature project? [message #289681] Tue, 09 August 2005 21:21
Robert M. Fuhrer is currently offline Robert M. FuhrerFriend
Messages: 294
Registered: July 2009
Senior Member
I've got a feature project, created by the 3.1 PDE Wizard.

Invoking "Create Ant Build File" from the "PDE Tools" menu creates a
build.xml that has a target that looks like this:

<target name="rootFiles*_*_*">
</target>

In the target "gather.bin.parts", a reference is made to the target

...
<antcall target="rootFiles${os}_${ws}_${arch}"/>
...

which uses parameters os, ws, and arch that are supplied by the caller.

If invoked as is, the ant build fails, since the referenced target (in my
case, "rootFileswin32_carbon,gtk,motif,photon,win32_x86") doesn't exist.

Am I wrong to expect that the generated build.xml should work without
further editing?

Please CC me on replies.

Thanks!
--
Robert M. Fuhrer rfuhrer@watson.ibm.com
IBM T.J. Watson Research Center PGP public key available on request
Previous Topic:Feature Not showing up
Next Topic:FileDialog in OS x
Goto Forum:
  


Current Time: Fri Mar 29 05:21:55 GMT 2024

Powered by FUDForum. Page generated in 0.01933 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top