Hi Sean,
The problem is I've got shared checked out as 'myfaces-shared'
instead of shared so the shared.src.dir property points to the wrong
spot. I either have to move build.local.properties import before the
prop is set or move the setting of the property after the import. Any
ideas?
TTFN,
-bd-
On Jul 7, 2005, at 2:55 PM, Sean Schofield wrote:
You can change the order but don't change the overall position. In
other words, of those three props files, its ok to have local and the
user home ones first *but* the other ones referenced earlier need to
come first.
I believe that will break the "one build rules them all" scheme
otherwise.
sean
On 7/7/05, Bill Dudney <[EMAIL PROTECTED]> wrote:
One more quick thing...
In order to be effective the user controlable files need to be
imported before the properties defined in build.xml so I'd like to
move the imports to the top (or near the top) of the file.
Thanks,
-bd-
On Jul 7, 2005, at 2:41 PM, Bill Dudney wrote:
Hi Sean,
In the build.xml file the comments suggest that
build.default.properties is 'user configurable' but its checked
into the repo. Are you working on that right now? If not I'd like
to add build.local.properties to the list of files that are
imported.
TTFN,
-bd-