Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] create ANT Builder programmatically


See the implementation details within org.eclipse.ui.externaltools.internal.ui.BuilderPropertyPage which is part of the org.eclipse.ui.externaltools plug-in.

For future questions such as these please use the eclipse.platform newsgroup.

HTH
Darins

http://runnerwhocodes.blogspot.com



aurelien pupier <aurelrunner@xxxxxxxxxxx>
Sent by: platform-ant-dev-bounces@xxxxxxxxxxx

07/08/2008 02:50 AM

Please respond to
"Eclipse Ant integration developers list."        <platform-ant-dev@xxxxxxxxxxx>

To
<platform-ant-dev@xxxxxxxxxxx>
cc
Subject
[platform-ant-dev] create ANT Builder programmatically





Hello,

I want to create an ANT Builder programmatically instead of using right click on project node-> properties -> builders -> new... -> ANT builder.



How can I do that?
- add an ICommand? with which  parameter?
- add an ILaunch to the ILaunchManager? with which parameter?

or can you tell me where, in ant eclipse plugin, create ant builder is done?


thanks for help,


Tous vos amis discutent sur Messenger, et vous ? Téléchargez Messenger, c'est gratuit !_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ant-dev


Back to the top