Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » build.xml for plugins needing customization
build.xml for plugins needing customization [message #80779] Mon, 23 June 2003 11:57 Go to next message
Eclipse UserFriend
Originally posted by: pilgrim.us.ibm.com

if i do 'create plugin jars' from my plugin's plugin.xml file, it
generates a build.xml.

the generated build.xml needs some tweaks in my case. what's the best
way to do this - a separate xml file so it doesn't get overwritten, call

out to that xml file from build.xml and reenter that call every time the

build.xml file is generated?

examples of what i need to do:
- call rmic on several classes
- create multiple jars from my source directory by package
- use a custom manifest with the jar command so that some classes are
tagged as beans

jeff
Re: build.xml for plugins needing customization [message #82678 is a reply to message #80779] Wed, 25 June 2003 20:23 Go to previous message
Eclipse UserFriend
Originally posted by: pascal_rapicault.yahoo.fr

As a start I would use a generated build.xml file that I would then modify.
To avoid the file to be overriden on generation set custom=true in
build.properties.

For your case of multiple jar, you may consider each jar content in a
separate source directory and add the appropriate line in the
build.properties.

If you think more flexibility should/can/must be added, enter a PR.

PaScaL

"Jeff Pilgrim" <pilgrim@us.ibm.com> a
Previous Topic:Possible Ant bug in M1?
Next Topic:TableViewer - Editing and ComboBox
Goto Forum:
  


Current Time: Fri Jul 18 02:15:33 EDT 2025

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

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

Back to the top