RE: Multiproject help

2005-11-05 Thread Arnaud HERITIER
Hi
> 
> Hi,
>   I'm using Maven 1.x and I'm also new at Maven...  I 
> have a simple multi-project that has 2 sub-projects: A and B, 
> A is dependent on B.  I was able to run multiproject:install 
> on the project successfully by providing dependencies in A's 
> project.xml.  But when I ran multiproject:site the generated 
> htmls didn't have anything on them.  My questions are:
> 
> 1. How do I display subproject dependecies on the 
> Dependencies page in the multiproject?  

Did you cativate the multiproject report in the main project ?
http://maven.apache.org/maven-1.x/reference/plugins/multiproject/reports.html

> 
> 2. Also, I see in the Maven output that JavaDocs were 
> generated for both of the subprojects but there are no links 
> to them from the multiproject index.html.

It's not implemented.

Arnaud


> 
> Thanks
> Anning
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Multiproject help

2005-11-04 Thread Chen, Anning
Hi,
I'm using Maven 1.x and I'm also new at Maven...  I have a simple
multi-project that has 2 sub-projects: A and B, A is dependent on B.  I was
able to run multiproject:install on the project successfully by providing
dependencies in A's project.xml.  But when I ran multiproject:site the
generated htmls didn't have anything on them.  My questions are:

1. How do I display subproject dependecies on the Dependencies page in the
multiproject?  

2. Also, I see in the Maven output that JavaDocs were generated for both of
the subprojects but there are no links to them from the multiproject
index.html.

Thanks
Anning

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Multiproject help

2003-09-18 Thread dion
The idea is to dist:build all subprojects, grab the zips, unzip and 
recombine
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 17/09/2003 12:20:17 
AM:

> Is one planned?  Can you give me some clues so I can rough out 
> something in maven.xml?
> 
> --
> Howard M. Lewis Ship
> Creator, Tapestry: Java Web Components
> http://jakarta.apache.org/tapestry
> http://jakarta.apache.org/commons/sandbox/hivemind/
> http://javatapestry.blogspot.com
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, September 15, 2003 7:50 PM
> > To: Maven Users List
> > Subject: RE: Multiproject help
> > 
> > 
> > There isn't a multiproject:dist-build yet.
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:  http://blogs.codehaus.org/people/dion/
> > 
> > 
> > "Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 
> > 16/09/2003 07:28:26 
> > AM:
> > 
> > > Hm.  I'm now making some progress; still not sure how to build a
> > > binary / source distribution.
> > > What's the equivalent of dist:build for multiprojects? I'd like a 
> > > binary dist that include all the
> > > jars for all the subprojects ... or do I have to allow each 
> > > subproject to generate its own dist?
> > > 
> > > --
> > > Howard M. Lewis Ship
> > > Creator, Tapestry: Java Web Components 
> > > http://jakarta.apache.org/tapestry
> > > http://jakarta.apache.org/commons/sandbox/hivemind/
> > > http://javatapestry.blogspot.com
> > > 
> > > > -Original Message-
> > > > From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED]
> > > > Sent: Monday, September 15, 2003 5:02 PM
> > > > To: 'Maven Users List'
> > > > Subject: RE: Multiproject help
> > > > 
> > > > 
> > > > Ok, I guess you leave the  element out in the top-level
> > > > project.xml.
> > > > 
> > > > --
> > > > Howard M. Lewis Ship
> > > > Creator, Tapestry: Java Web Components
> > > > http://jakarta.apache.org/tapestry
> > > > http://jakarta.apache.org/commons/sandbox/hivemind/
> > > > http://javatapestry.blogspot.com
> > > > 
> > > > > -Original Message-
> > > > > From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED]
> > > > > Sent: Monday, September 15, 2003 4:29 PM
> > > > > To: Maven Users List
> > > > > Subject: Multiproject help
> > > > > 
> > > > > 
> > > > > I'm trying to split up my existing Maven project into a master 
> > > > > project containing sub-projects.  Is this even the 
> > right thing to 
> > > > > do?
> > > > > 
> > > > > I'm getting the following error:
> > > > > 
> > > > > bash-2.05b$ maven multiproject:site
> > > > >  __  __
> > > > > |  \/  |__ _Apache__ ___
> > > > > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > > > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> > > > > 
> > > > > Starting the reactor...
> > > > > Our processing order:
> > > > > HiveMind Services and Configuration Microkernel
> > > > > +
> > > > > | Gathering project list HiveMind Services and Configuration
> > > > > Microkernel
> > > > > | Memory: 3M/11M
> > > > > +
> > > > > 
> > > > > BUILD FAILED
> > > > > File.. file:/C:/Documents and
> > > > > 
> > > > 
> > Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHO
> > > > T/
> > > > > Element... fail
> > > > > Line.. 105
> > > > > Column 101
> > > > > You must exclude commons-hivemind:commons-hivemind (the top
> > > > > level project) from the subproject set Total time: 3 seconds 
> > > > > Finished at: Mon Sep 15 16:21:39 EDT 2003
> > > > > 
> > > > > 
> > > > > What does that mean?
> > > > > 
> > > > > Should my top-level project build the HiveMind framework (in 
> > > 

RE: Multiproject help

2003-09-16 Thread Howard M. Lewis Ship
Is one planned?  Can you give me some clues so I can rough out something in maven.xml?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 15, 2003 7:50 PM
> To: Maven Users List
> Subject: RE: Multiproject help
> 
> 
> There isn't a multiproject:dist-build yet.
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
> 
> 
> "Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 
> 16/09/2003 07:28:26 
> AM:
> 
> > Hm.  I'm now making some progress; still not sure how to build a
> > binary / source distribution.
> > What's the equivalent of dist:build for multiprojects? I'd like a 
> > binary dist that include all the
> > jars for all the subprojects ... or do I have to allow each 
> > subproject to generate its own dist?
> > 
> > --
> > Howard M. Lewis Ship
> > Creator, Tapestry: Java Web Components 
> > http://jakarta.apache.org/tapestry
> > http://jakarta.apache.org/commons/sandbox/hivemind/
> > http://javatapestry.blogspot.com
> > 
> > > -Original Message-
> > > From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, September 15, 2003 5:02 PM
> > > To: 'Maven Users List'
> > > Subject: RE: Multiproject help
> > > 
> > > 
> > > Ok, I guess you leave the  element out in the top-level
> > > project.xml.
> > > 
> > > --
> > > Howard M. Lewis Ship
> > > Creator, Tapestry: Java Web Components
> > > http://jakarta.apache.org/tapestry
> > > http://jakarta.apache.org/commons/sandbox/hivemind/
> > > http://javatapestry.blogspot.com
> > > 
> > > > -Original Message-
> > > > From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED]
> > > > Sent: Monday, September 15, 2003 4:29 PM
> > > > To: Maven Users List
> > > > Subject: Multiproject help
> > > > 
> > > > 
> > > > I'm trying to split up my existing Maven project into a master 
> > > > project containing sub-projects.  Is this even the 
> right thing to 
> > > > do?
> > > > 
> > > > I'm getting the following error:
> > > > 
> > > > bash-2.05b$ maven multiproject:site
> > > >  __  __
> > > > |  \/  |__ _Apache__ ___
> > > > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> > > > 
> > > > Starting the reactor...
> > > > Our processing order:
> > > > HiveMind Services and Configuration Microkernel
> > > > +
> > > > | Gathering project list HiveMind Services and Configuration
> > > > Microkernel
> > > > | Memory: 3M/11M
> > > > +
> > > > 
> > > > BUILD FAILED
> > > > File.. file:/C:/Documents and
> > > > 
> > > 
> Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHO
> > > T/
> > > > Element... fail
> > > > Line.. 105
> > > > Column 101
> > > > You must exclude commons-hivemind:commons-hivemind (the top
> > > > level project) from the subproject set Total time: 3 seconds 
> > > > Finished at: Mon Sep 15 16:21:39 EDT 2003
> > > > 
> > > > 
> > > > What does that mean?
> > > > 
> > > > Should my top-level project build the HiveMind framework (in 
> > > > advance of child projects building add-ons and examples?)
> > > > 
> > > > Couldn't find info in the wiki.
> > > > 
> > > > --
> > > > Howard M. Lewis Ship
> > > > Creator, Tapestry: Java Web Components 
> > > > http://jakarta.apache.org/tapestry
> > > > 
> > > http://jakarta.apache.org/commons/sandbox/hivemind/
> > > http://javatapestry.blogspot.com
> > > 
> > > 
> > > 
> 
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > > 
> > > 
> 
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > 
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Multiproject help

2003-09-15 Thread dion
There isn't a multiproject:dist-build yet.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 16/09/2003 07:28:26 
AM:

> Hm.  I'm now making some progress; still not sure how to build a 
> binary / source distribution.
> What's the equivalent of dist:build for multiprojects? I'd like a 
> binary dist that include all the
> jars for all the subprojects ... or do I have to allow each 
> subproject to generate its own dist?
> 
> --
> Howard M. Lewis Ship
> Creator, Tapestry: Java Web Components
> http://jakarta.apache.org/tapestry
> http://jakarta.apache.org/commons/sandbox/hivemind/
> http://javatapestry.blogspot.com
> 
> > -Original Message-
> > From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, September 15, 2003 5:02 PM
> > To: 'Maven Users List'
> > Subject: RE: Multiproject help
> > 
> > 
> > Ok, I guess you leave the  element out in the top-level 
> > project.xml.
> > 
> > --
> > Howard M. Lewis Ship
> > Creator, Tapestry: Java Web Components 
> > http://jakarta.apache.org/tapestry
> > http://jakarta.apache.org/commons/sandbox/hivemind/
> > http://javatapestry.blogspot.com
> > 
> > > -Original Message-
> > > From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, September 15, 2003 4:29 PM
> > > To: Maven Users List
> > > Subject: Multiproject help
> > > 
> > > 
> > > I'm trying to split up my existing Maven project into a
> > > master project containing sub-projects.  Is this even the 
> > > right thing to do?
> > > 
> > > I'm getting the following error:
> > > 
> > > bash-2.05b$ maven multiproject:site
> > >  __  __
> > > |  \/  |__ _Apache__ ___
> > > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> > > 
> > > Starting the reactor...
> > > Our processing order:
> > > HiveMind Services and Configuration Microkernel
> > > +
> > > | Gathering project list HiveMind Services and Configuration
> > > Microkernel
> > > | Memory: 3M/11M
> > > +
> > > 
> > > BUILD FAILED
> > > File.. file:/C:/Documents and
> > > 
> > Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
> > > Element... fail
> > > Line.. 105
> > > Column 101
> > > You must exclude commons-hivemind:commons-hivemind (the top 
> > > level project) from the subproject set Total time: 3 seconds 
> > > Finished at: Mon Sep 15 16:21:39 EDT 2003
> > > 
> > > 
> > > What does that mean?
> > > 
> > > Should my top-level project build the HiveMind framework (in
> > > advance of child projects building add-ons and examples?)
> > > 
> > > Couldn't find info in the wiki.
> > > 
> > > --
> > > Howard M. Lewis Ship
> > > Creator, Tapestry: Java Web Components
> > > http://jakarta.apache.org/tapestry
> > > 
> > http://jakarta.apache.org/commons/sandbox/hivemind/
> > http://javatapestry.blogspot.com
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Multiproject help

2003-09-15 Thread dion
No.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 16/09/2003 07:01:50 
AM:

> Ok, I guess you leave the  element out in the top-level project.xml.
> 
> --
> Howard M. Lewis Ship
> Creator, Tapestry: Java Web Components
> http://jakarta.apache.org/tapestry
> http://jakarta.apache.org/commons/sandbox/hivemind/
> http://javatapestry.blogspot.com
> 
> > -Original Message-
> > From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, September 15, 2003 4:29 PM
> > To: Maven Users List
> > Subject: Multiproject help
> > 
> > 
> > I'm trying to split up my existing Maven project into a 
> > master project containing sub-projects.  Is this even the 
> > right thing to do?
> > 
> > I'm getting the following error:
> > 
> > bash-2.05b$ maven multiproject:site
> >  __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> > 
> > Starting the reactor...
> > Our processing order:
> > HiveMind Services and Configuration Microkernel
> > +
> > | Gathering project list HiveMind Services and Configuration 
> > Microkernel
> > | Memory: 3M/11M
> > +
> > 
> > BUILD FAILED
> > File.. file:/C:/Documents and 
> > Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
> > Element... fail
> > Line.. 105
> > Column 101
> > You must exclude commons-hivemind:commons-hivemind (the top 
> > level project) from the subproject set Total time: 3 seconds 
> > Finished at: Mon Sep 15 16:21:39 EDT 2003
> > 
> > 
> > What does that mean?
> > 
> > Should my top-level project build the HiveMind framework (in 
> > advance of child projects building add-ons and examples?)
> > 
> > Couldn't find info in the wiki.
> > 
> > --
> > Howard M. Lewis Ship
> > Creator, Tapestry: Java Web Components 
> > http://jakarta.apache.org/tapestry
> > 
> http://jakarta.apache.org/commons/sandbox/hivemind/
> http://javatapestry.blogspot.com
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Multiproject help

2003-09-15 Thread Howard M. Lewis Ship
Hm.  I'm now making some progress; still not sure how to build a binary / source 
distribution.
What's the equivalent of dist:build for multiprojects? I'd like a binary dist that 
include all the
jars for all the subprojects ... or do I have to allow each subproject to generate its 
own dist?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

> -Original Message-
> From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 15, 2003 5:02 PM
> To: 'Maven Users List'
> Subject: RE: Multiproject help
> 
> 
> Ok, I guess you leave the  element out in the top-level 
> project.xml.
> 
> --
> Howard M. Lewis Ship
> Creator, Tapestry: Java Web Components 
> http://jakarta.apache.org/tapestry
> http://jakarta.apache.org/commons/sandbox/hivemind/
> http://javatapestry.blogspot.com
> 
> > -Original Message-
> > From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED]
> > Sent: Monday, September 15, 2003 4:29 PM
> > To: Maven Users List
> > Subject: Multiproject help
> > 
> > 
> > I'm trying to split up my existing Maven project into a
> > master project containing sub-projects.  Is this even the 
> > right thing to do?
> > 
> > I'm getting the following error:
> > 
> > bash-2.05b$ maven multiproject:site
> >  __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> > 
> > Starting the reactor...
> > Our processing order:
> > HiveMind Services and Configuration Microkernel
> > +
> > | Gathering project list HiveMind Services and Configuration
> > Microkernel
> > | Memory: 3M/11M
> > +
> > 
> > BUILD FAILED
> > File.. file:/C:/Documents and
> > 
> Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
> > Element... fail
> > Line.. 105
> > Column 101
> > You must exclude commons-hivemind:commons-hivemind (the top 
> > level project) from the subproject set Total time: 3 seconds 
> > Finished at: Mon Sep 15 16:21:39 EDT 2003
> > 
> > 
> > What does that mean?
> > 
> > Should my top-level project build the HiveMind framework (in
> > advance of child projects building add-ons and examples?)
> > 
> > Couldn't find info in the wiki.
> > 
> > --
> > Howard M. Lewis Ship
> > Creator, Tapestry: Java Web Components
> > http://jakarta.apache.org/tapestry
> > 
> http://jakarta.apache.org/commons/sandbox/hivemind/
> http://javatapestry.blogspot.com
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Multiproject help

2003-09-15 Thread Howard M. Lewis Ship
Ok, I guess you leave the  element out in the top-level project.xml.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

> -Original Message-
> From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 15, 2003 4:29 PM
> To: Maven Users List
> Subject: Multiproject help
> 
> 
> I'm trying to split up my existing Maven project into a 
> master project containing sub-projects.  Is this even the 
> right thing to do?
> 
> I'm getting the following error:
> 
> bash-2.05b$ maven multiproject:site
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> 
> Starting the reactor...
> Our processing order:
> HiveMind Services and Configuration Microkernel
> +
> | Gathering project list HiveMind Services and Configuration 
> Microkernel
> | Memory: 3M/11M
> +
> 
> BUILD FAILED
> File.. file:/C:/Documents and 
> Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
> Element... fail
> Line.. 105
> Column 101
> You must exclude commons-hivemind:commons-hivemind (the top 
> level project) from the subproject set Total time: 3 seconds 
> Finished at: Mon Sep 15 16:21:39 EDT 2003
> 
> 
> What does that mean?
> 
> Should my top-level project build the HiveMind framework (in 
> advance of child projects building add-ons and examples?)
> 
> Couldn't find info in the wiki.
> 
> --
> Howard M. Lewis Ship
> Creator, Tapestry: Java Web Components 
> http://jakarta.apache.org/tapestry
> 
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multiproject help

2003-09-15 Thread Andy Jefferson
On Monday 15 Sep 2003 21:28, Howard M. Lewis Ship wrote:
> I'm trying to split up my existing Maven project into a master project
> containing sub-projects.  Is this even the right thing to do?

Yes if you have several deliverables.

> I'm getting the following error:
>
> bash-2.05b$ maven multiproject:site
>  __  __
>
> |  \/  |__ _Apache__ ___
> |
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
>
> Starting the reactor...
> Our processing order:
> HiveMind Services and Configuration Microkernel
> +
>
> | Gathering project list HiveMind Services and Configuration Microkernel
> | Memory: 3M/11M
>
> +
>
> BUILD FAILED
> File.. file:/C:/Documents and
> Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
> Element... fail
> Line.. 105
> Column 101
> You must exclude commons-hivemind:commons-hivemind (the top level project)
> from the subproject set Total time: 3 seconds
> Finished at: Mon Sep 15 16:21:39 EDT 2003
>
>
> What does that mean?

:-)


> Should my top-level project build the HiveMind framework (in advance of
> child projects building add-ons and examples?)

You need to exclude your top-level project from the multiproject build (since 
the multiproject plugin doesnt support processing the top-level in the same 
way) ... in project.properties ...

maven.multiproject.excludes=project.xml


-- 
Andy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Multiproject help

2003-09-15 Thread Howard M. Lewis Ship
I'm trying to split up my existing Maven project into a master project containing 
sub-projects.  Is
this even the right thing to do?

I'm getting the following error:

bash-2.05b$ maven multiproject:site
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Starting the reactor...
Our processing order:
HiveMind Services and Configuration Microkernel
+
| Gathering project list HiveMind Services and Configuration Microkernel
| Memory: 3M/11M
+

BUILD FAILED
File.. file:/C:/Documents and
Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
Element... fail
Line.. 105
Column 101
You must exclude commons-hivemind:commons-hivemind (the top level project) from the 
subproject set
Total time: 3 seconds
Finished at: Mon Sep 15 16:21:39 EDT 2003


What does that mean?

Should my top-level project build the HiveMind framework (in advance of child projects 
building
add-ons and examples?)

Couldn't find info in the wiki.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]