[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[buckminster-dev] replace a plugin in buckminster
|
- From: Andreas Pakulat <apaku@xxxxxx>
- Date: Thu, 26 Aug 2010 22:49:51 -0000
- Followup-to: eclipse.tools.buckminster-dev
- Newsgroups: eclipse.tools.buckminster-dev
- Organization: EclipseCorner
- User-agent: KNode/4.3.4
Hi,
to workaround https://bugs.eclipse.org/bugs/show_bug.cgi?id=278909 I wanted
to replace the org.eclipse.pde.build plugin in my buckminster installation
with a self-built one that has the fix included. Unfortunately after
building the plugin and exporting it from Eclipse its not used by
buckminster. I've copied the contents of the generated jar-file into the
corresponding folder in the buckminster/plugins directory, but the code is
apparently not executed (I've added some code to the function which should
generate a file in /tmp/, but that doesn't happen).
So I guess I'm missing something here?
Andreas