On 3/31/06, Don Brown <[EMAIL PROTECTED]> wrote:
> Ok, you asked for it... :) I put my first cut at
> https://svn.apache.org/repos/test/action1 I moved the subprojects under
> action1, action as core, and adjusted the builds so that they all shared the
> same version.
Oh, sure, do it now while I'm still at work and can't play. :)
> I moved the subprojects under action1, action as core
Is it going to be struts-core.jar, then? It seems confusing to have a
directory called 'core' build an artifact called 'struts-action'.
> I'm having trouble getting the nightly to run, as it seems the default built
> isn't installing the snapshot jars correctly. What am I missing here?
It's the paths to 'build' in project.properties -- instead of
"${basedir}/build" it should be "../build". And a few of these in
maven.xml:
- <ant:fileset dir="build/">
+ <ant:fileset dir="../build">
HTH,
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]