You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Aaron Mulder <am...@alumni.princeton.edu> on 2004/10/06 03:41:56 UTC

Documentation for Magic G Ball

	I'm trying to test my documentation page, so I ran "maven site" -- 
is that still the right way?

	In any case, I got the following error:

maven-javadoc-plugin:report:
Overriding previous definition of reference to internal.javadoc.sources
    [mkdir] Created dir: 
/data/cvs/geronimo/applications/magicGball/target/docs/apidocs

BUILD FAILED
File...... /data/cvs/geronimo/maven.xml
Element... maven:reactor
Line...... 238
Column.... 27
Unable to obtain goal [site] -- 
/home/ammulder/.maven/cache/maven-javadoc-plugin-1.6.1/plugin.jelly:289:10: 
<ant:javadoc> No source files and no packages have been specified.
Total time: 6 minutes 16 seconds
Finished at: Tue Oct 05 21:18:04 EDT 2004


	I'm not sure how we specify the source code that it wants, or 
perhaps just get it to exclude this module for the web site.

Aaron

Re: Documentation for Magic G Ball

Posted by David Blevins <da...@visi.com>.
I just patched it to make that dir, works on my machine.  Haven't
tried Dain's latest changes, so YMMV.

-David

On Tue, Oct 05, 2004 at 10:57:31PM -0400, Aaron Mulder wrote:
> 	Okay, but now I get:
> 
> BUILD FAILED
> File...... /data/cvs/geronimo/maven.xml
> Element... ant:copy
> Line...... 667
> Column.... 44
> /data/cvs/geronimo/applications/magicGball/target/docs not found.
> 
> Aaron
> 
> 
> On Tue, 5 Oct 2004, David Blevins wrote:
> > The Magic G Ball really shouldn't even be in applications, same goes for demo.
> > 
> > I put a no-op site goal in the maven.xml for now.
> > 
> > -David
> > 
> > On Tue, Oct 05, 2004 at 06:52:35PM -0700, Dain Sundstrom wrote:
> > > This is because the magic g ball does not extend our default  
> > > project.xml file, and therefore doesn't have the magic stuff to make  
> > > maven site work.
> > > 
> > > David Blevins do you want to change this to extend etc/project.xml or  
> > > do you want to add the magic maven site stuff from etc/project.xml?
> > > 
> > > -dain
> > > 
> > > --
> > > Dain Sundstrom
> > > Chief Architect
> > > Gluecode Software
> > > 310.536.8355, ext. 26
> > > 
> > > On Oct 5, 2004, at 6:41 PM, Aaron Mulder wrote:
> > > 
> > > >	I'm trying to test my documentation page, so I ran "maven site" --
> > > >is that still the right way?
> > > >
> > > >	In any case, I got the following error:
> > > >
> > > >maven-javadoc-plugin:report:
> > > >Overriding previous definition of reference to internal.javadoc.sources
> > > >    [mkdir] Created dir:
> > > >/data/cvs/geronimo/applications/magicGball/target/docs/apidocs
> > > >
> > > >BUILD FAILED
> > > >File...... /data/cvs/geronimo/maven.xml
> > > >Element... maven:reactor
> > > >Line...... 238
> > > >Column.... 27
> > > >Unable to obtain goal [site] --
> > > >/home/ammulder/.maven/cache/maven-javadoc-plugin-1.6.1/plugin.jelly: 
> > > >289:10:
> > > ><ant:javadoc> No source files and no packages have been specified.
> > > >Total time: 6 minutes 16 seconds
> > > >Finished at: Tue Oct 05 21:18:04 EDT 2004
> > > >
> > > >
> > > >	I'm not sure how we specify the source code that it wants, or
> > > >perhaps just get it to exclude this module for the web site.
> > > >
> > > >Aaron
> > 

Re: Documentation for Magic G Ball

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
	Okay, but now I get:

BUILD FAILED
File...... /data/cvs/geronimo/maven.xml
Element... ant:copy
Line...... 667
Column.... 44
/data/cvs/geronimo/applications/magicGball/target/docs not found.

Aaron


On Tue, 5 Oct 2004, David Blevins wrote:
> The Magic G Ball really shouldn't even be in applications, same goes for demo.
> 
> I put a no-op site goal in the maven.xml for now.
> 
> -David
> 
> On Tue, Oct 05, 2004 at 06:52:35PM -0700, Dain Sundstrom wrote:
> > This is because the magic g ball does not extend our default  
> > project.xml file, and therefore doesn't have the magic stuff to make  
> > maven site work.
> > 
> > David Blevins do you want to change this to extend etc/project.xml or  
> > do you want to add the magic maven site stuff from etc/project.xml?
> > 
> > -dain
> > 
> > --
> > Dain Sundstrom
> > Chief Architect
> > Gluecode Software
> > 310.536.8355, ext. 26
> > 
> > On Oct 5, 2004, at 6:41 PM, Aaron Mulder wrote:
> > 
> > >	I'm trying to test my documentation page, so I ran "maven site" --
> > >is that still the right way?
> > >
> > >	In any case, I got the following error:
> > >
> > >maven-javadoc-plugin:report:
> > >Overriding previous definition of reference to internal.javadoc.sources
> > >    [mkdir] Created dir:
> > >/data/cvs/geronimo/applications/magicGball/target/docs/apidocs
> > >
> > >BUILD FAILED
> > >File...... /data/cvs/geronimo/maven.xml
> > >Element... maven:reactor
> > >Line...... 238
> > >Column.... 27
> > >Unable to obtain goal [site] --
> > >/home/ammulder/.maven/cache/maven-javadoc-plugin-1.6.1/plugin.jelly: 
> > >289:10:
> > ><ant:javadoc> No source files and no packages have been specified.
> > >Total time: 6 minutes 16 seconds
> > >Finished at: Tue Oct 05 21:18:04 EDT 2004
> > >
> > >
> > >	I'm not sure how we specify the source code that it wants, or
> > >perhaps just get it to exclude this module for the web site.
> > >
> > >Aaron
> 

Re: Documentation for Magic G Ball

Posted by David Blevins <da...@visi.com>.
The Magic G Ball really shouldn't even be in applications, same goes for demo.

I put a no-op site goal in the maven.xml for now.

-David

On Tue, Oct 05, 2004 at 06:52:35PM -0700, Dain Sundstrom wrote:
> This is because the magic g ball does not extend our default  
> project.xml file, and therefore doesn't have the magic stuff to make  
> maven site work.
> 
> David Blevins do you want to change this to extend etc/project.xml or  
> do you want to add the magic maven site stuff from etc/project.xml?
> 
> -dain
> 
> --
> Dain Sundstrom
> Chief Architect
> Gluecode Software
> 310.536.8355, ext. 26
> 
> On Oct 5, 2004, at 6:41 PM, Aaron Mulder wrote:
> 
> >	I'm trying to test my documentation page, so I ran "maven site" --
> >is that still the right way?
> >
> >	In any case, I got the following error:
> >
> >maven-javadoc-plugin:report:
> >Overriding previous definition of reference to internal.javadoc.sources
> >    [mkdir] Created dir:
> >/data/cvs/geronimo/applications/magicGball/target/docs/apidocs
> >
> >BUILD FAILED
> >File...... /data/cvs/geronimo/maven.xml
> >Element... maven:reactor
> >Line...... 238
> >Column.... 27
> >Unable to obtain goal [site] --
> >/home/ammulder/.maven/cache/maven-javadoc-plugin-1.6.1/plugin.jelly: 
> >289:10:
> ><ant:javadoc> No source files and no packages have been specified.
> >Total time: 6 minutes 16 seconds
> >Finished at: Tue Oct 05 21:18:04 EDT 2004
> >
> >
> >	I'm not sure how we specify the source code that it wants, or
> >perhaps just get it to exclude this module for the web site.
> >
> >Aaron

Re: Documentation for Magic G Ball

Posted by Dain Sundstrom <ds...@gluecode.com>.
This is because the magic g ball does not extend our default  
project.xml file, and therefore doesn't have the magic stuff to make  
maven site work.

David Blevins do you want to change this to extend etc/project.xml or  
do you want to add the magic maven site stuff from etc/project.xml?

-dain

--
Dain Sundstrom
Chief Architect
Gluecode Software
310.536.8355, ext. 26

On Oct 5, 2004, at 6:41 PM, Aaron Mulder wrote:

> 	I'm trying to test my documentation page, so I ran "maven site" --
> is that still the right way?
>
> 	In any case, I got the following error:
>
> maven-javadoc-plugin:report:
> Overriding previous definition of reference to internal.javadoc.sources
>     [mkdir] Created dir:
> /data/cvs/geronimo/applications/magicGball/target/docs/apidocs
>
> BUILD FAILED
> File...... /data/cvs/geronimo/maven.xml
> Element... maven:reactor
> Line...... 238
> Column.... 27
> Unable to obtain goal [site] --
> /home/ammulder/.maven/cache/maven-javadoc-plugin-1.6.1/plugin.jelly: 
> 289:10:
> <ant:javadoc> No source files and no packages have been specified.
> Total time: 6 minutes 16 seconds
> Finished at: Tue Oct 05 21:18:04 EDT 2004
>
>
> 	I'm not sure how we specify the source code that it wants, or
> perhaps just get it to exclude this module for the web site.
>
> Aaron