Add a custom.plugin.dir for jnode.properties

Project:JNode Builder
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

Just like there is for plugin-list. This directory would not be wiped by a 'clean' like the plugin directory is.

This would at least be a start towards building plugins outside of a JNode build environment. With this, one could introduce the beginning of a plugin/package management via rsync or something similar.

#1

FabienD has created a facility for building and adding custom plugins to a JNode configuration. Please contact him for more details. It might be what you need.

#2

Levente was faster than me to answer this topic Smiling

As levente said, I wrote the Application packager for the purpose of easily packaging some third party jars outside of jnode source tree.
In jnode.properties(.dist), you have the property user.applications.dir.

#3

Thats not what i mean. I know about the packager. I'm talking about pointing a directory at prebuilt plugins. When the builder goes to build the plugin-lists, it will use all/build/plugins as well as this custom directory to resolve dependencies.