David Crossley wrote:
Anil Ramnanan wrote:
Ross Gardler wrote:
The wizard will then use this method to get the URL for each of the
plugin descriptors and processes them as you intended above.
When we change the forrest configuration system we would just need to
change the way the forrest.properties are read into the above class.
I am currently working on getting the plugin descriptors from the
forrest.properties file. What happens if there are no plugin descriptors
defined ?
It uses the default. See main/fresh-site/forrest.properties
and main/webapp/default-forrest.properties
Is there somewhere that I can get a default list of
descriptors from ? I ask because when a new project is seeded
forrest.plugins.descriptors is not set as active.
Also, I noticed the the default descirptors are all located online.When
user is offline, where do you get the list of plugins then ?
They are in the user's forrest distribution at
plugins/plugins.xml
whiteboard/plugins/whiteboard-plugins.xml
But these should not be used (see my other mail). They are there in 0.7
so that fresh-site will always build even if the user is offline, but
they may be out of date. I'll raise an issue on this now.
Ross