Re: Any pointers for plugin development?

2003-09-04 Thread Paul Libbrecht
That looks nice... Is there any policy about plugin-distributions and download ? Is there a separate chain of repositories for plugins ? Thanks. Paul On Mercredi, sept 3, 2003, at 23:28 Europe/Paris, Trygve Laugstøl wrote: On Wed, 3 Sep 2003, Berin Loritsch wrote: The old how to write a plugin

Re: Any pointers for plugin development?

2003-09-03 Thread dion
Pick one of the existing maven plugins. You'll need: plugin.jelly plugin.properties project.properties project.xml typically as your directory structure. Have a look at src\plugins-build\project.xml. That has most of the bits needed. A plugin is just a jar file with the above resources in i

Re: Any pointers for plugin development?

2003-09-03 Thread Trygve Laugstøl
On Wed, 3 Sep 2003, Berin Loritsch wrote: > The old how to write a plugin in the WIKI is not enough to go by. > I have a plugin I am developing as part of a larger application, > and I want to ensure that it is built and installed. This is your lukcy day :) I wrote a new version yesterday night.

Any pointers for plugin development?

2003-09-03 Thread Berin Loritsch
The old how to write a plugin in the WIKI is not enough to go by. I have a plugin I am developing as part of a larger application, and I want to ensure that it is built and installed. Unfortunately, the project.xml that it is used to define the project is not "doubled" to be where the plugin JAR as