[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] ANT for plugins with customization
|
- From: Jeff Pilgrim <pilgrim@xxxxxxxxxx>
- Date: Thu, 19 Jun 2003 12:18:22 -0500
- Newsgroups: eclipse.tools
- Organization: IBM Agent Building and Learning Environment (ABLE)
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