Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] (no subject)

I realise this might not be the correct place to ask this, but asking elsewhere got absolutely no responses. There doesn't seem to be a suitable PDE newsgroup to ask in. Desperation is setting in :(

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 "Missing Builder: foo.builder.SampleBuilder" in the Builder properties of the "test data" project. (What I did was manually edit the .project file of my project to add
<buildSpec>
<buildCommand>
<name>foo.builder.SampleBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>foo.builder.SampleNature</nature>
</natures>

which I *thought* would make it use the builder, but it doesn't seem to work.)

Any ideas?

(Please respond to the list, not directly. Ta.)

_______________________________________________________
The FREE service that prevents junk email http://www.mailshell.com


Back to the top