[PDE] builder plugin help [message #215166] |
Tue, 12 June 2007 09:49  |
Eclipse User |
|
|
|
Originally posted by: eclipse.garydjones.mailshell.com
Since PDE doesn't seem to have a newsgroup I'm posting this here. If there
is a better place please let me know.
I have created a sample builder plugin (using the PDE "wizard"), changing
no defaults. When I try and debug this the Eclipse instance opened says
that "Missing Builder: foo.builder.SampleBuilder" in the Builder
properties of the project. (What I did was manually edit the .project file
to add
<buildSpec>
<buildCommand>
<name>foo.builder.SampleBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>foo.builder.SampleNature</nature>
</natures>
which I *thought* would add the builder, but it doesn't seem to work.)
Any ideas?
Thanks.
|
|
|
|
Powered by
FUDForum. Page generated in 0.08004 seconds