Re: local-deploy on project-internal plugin

2009-03-25 Thread Sjur Moshagen
Den 24. mar. 2009 kl. 01.14 skrev Ross Gardler: The code to allow a customisable local directory is much newer than that. So you probably want to look there. Do you have any idea where that code is located? The build.xml files seemed the relevant place, and I could not find anything new and

Re: local-deploy on project-internal plugin

2009-03-23 Thread Brian M Dube
On Mon, Mar 23, 2009 at 10:23:13PM +0200, Sjur Moshagen wrote: > Replying to myself: > > Den 23. mar. 2009 kl. 14.59 skrev Sjur Moshagen: > >> The action on line 117 in that build file reads: >> >> >> >> >> >> >> > > If I change this to the following: > > >

Re: local-deploy on project-internal plugin

2009-03-23 Thread Ross Gardler
2009/3/23 Sjur Moshagen : > Replying to myself: > > Den 23. mar. 2009 kl. 14.59 skrev Sjur Moshagen: > >> The action on line 117 in that build file reads: >> >>   >>     >>       >>       >>     >>   > > If I change this to the following: > >     >       >         >         >       >     > >

Re: local-deploy on project-internal plugin

2009-03-23 Thread Sjur Moshagen
Replying to myself: Den 23. mar. 2009 kl. 14.59 skrev Sjur Moshagen: The action on line 117 in that build file reads: If I change this to the following: it works ok (cf the second line, where I removed the ${plug

local-deploy on project-internal plugin

2009-03-23 Thread Sjur Moshagen
Hello all, I've started to make a new plugin for our documetation needs. I wanted to keep it in the project documentation tree (ie outside of the forrest sources), at least for the moment, so I made a 'plugins' folder in the project root dir, and started from there. So far so well. The pr