I would refrain from commenting out lines in maven released plugins unless
it is something that the committers or others who know a lot about the
plugin advise to do.  

The very first time I used Maven I tried porting a large, existing software
application at my work.  It was a painful and frustrating process because
our project layout was so vastly different from Maven's.  Simple plugins
like compile wouldn't work until much tweaking, and various reports wouldn't
run either.

The next time I used Maven I began a new project from scratch.  My Maven POM
was small and comprenehsible, and I didn't have a need for a maven.xml file.
All of my reports ran.  It was great.  As I added more code Maven blissfully
managed it.  I was adding .properties files, xml files, wrote some custom
goals in maven.xml.  

It was actually better for me to learn Maven the latter way.  I was
frustrated with Maven when I first used it.  

When I originally became familiar with Maven I thought it was a fault of the
tool.  But now I think that there are so many software development processes
and styles that it would be hard to build a tool that can seamlessly manage
all of them.  I think Maven is not yet there (I don't recommend it for the
very large software dev projects) but now that I've used it more and I
listen in (and occasionally contribute) on the user and dev mailing lists I
think like Jason said a little bit ago that Maven has only touched the tip
of the iceberg as to how powerful and useful it can be.

I do think in time that Maven will be used as much as Ant.  Ant is really
cool and there are tons of third party libraries for it but at some level
the build.xml files just become unmanageable because there is so much crap
in them.  Maven allows you to delete 70-90% of the targets in your build.xml
file.

OK I'll stop now because this is not what you were looking for.  :-)  Anyway
if you really need the jdepend report then I'm not sure how to help you. You
said 'commented the bellow lines" I don't see any lines commented out so I'm
not sure what you did.  But I would start doing small things like getting
compile, jar, javadoc working and then move to the bigger more fancy reports
since it's not all working for you at right out of the box.  

-- Steve

> -----Original Message-----
> From: Felipe Gaścho [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, January 08, 2004 1:14 PM
> To: Maven Users List
> Subject: RES: unknown "site generation" error (a new hope)
> 
> 
> When I comented the bellow lines in the 
> "maven-xdoc-plugin-1.4", the mavem generated some reports.. 
> but bugged another ones...:
> 
> <j:include uri="${stylesheetURI.toString()}"/>
> 
> any ideas ?
> 
> the problem seems reside in this variable "stylesheet" ...
> 
> 
> 
> -----Mensagem original-----
> De: Felipe Gaścho [mailto:[EMAIL PROTECTED]
> Enviada em: quinta-feira, 8 de janeiro de 2004 16:31
> Para: Maven Users List
> Assunto: RES: unknown "site generation" error
> 
> 
> Thank you very much...
> 
> I“m a maven begginer, and I will study the documentation a 
> little bit more.
> 
> your tips were really very usefull...
> 
> regards,
> 
>       Felipe Gaścho
> 
> 
> -----Mensagem original-----
> De: Steve Garcia [mailto:[EMAIL PROTECTED]
> Enviada em: quinta-feira, 8 de janeiro de 2004 16:25
> Para: 'Maven Users List'
> Assunto: RE: unknown "site generation" error
> 
> 
> I would have guessed that your Maven installation would have this jar.
> 
> The only other thing I can think of is doing "drastic" things 
> like deleting your plugin directory (so Maven will unpack 
> them again), reinstalling Maven, and trying other things too 
> like "maven -X maven-jdepend-plugin:report" and look at the 
> plugin.jelly and the Maven output.  At this point I can't 
> really help you any further.
> 
> You can also not run the jdepend report.  Remove that section 
> from the POM reports section. That's the easiest step.  :-)
> 
> -- Steve
> 
> > -----Original Message-----
> > From: Felipe Gaścho [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, January 08, 2004 11:17 AM
> > To: Maven Users List
> > Subject: RES: unknown "site generation" error
> >
> >
> > there is the bellow version:
> >
> > dom4j-1.4-dev-8.jar
> >
> >
> >
> > -----Mensagem original-----
> > De: Steve Garcia [mailto:[EMAIL PROTECTED]
> > Enviada em: quinta-feira, 8 de janeiro de 2004 16:10
> > Para: 'Maven Users List'
> > Assunto: RE: unknown "site generation" error
> >
> >
> > You are missing the dom4j API.  I would check your 
> ${MAVEN_HOME}/lib 
> > directory to see if you have the dom4j jar file there.
> >
> > > -----Original Message-----
> > > From: Felipe Gaścho [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, January 08, 2004 10:49 AM
> > > To: Maven Users List
> > > Subject: RES: unknown "site generation" error
> > >
> > >
> > > BUILD FAILED
> > > File...... file:/C:/Documents and 
> > > Settings/gaucho/.maven/plugins/maven-xdoc-plug
> > > in-1.4/
> > > Element... j:include
> > > Line...... 110
> > > Column.... 55
> > > org/dom4j/Element
> > > com.werken.werkz.UnattainableGoalException: Unable to obtain goal 
> > > [maven-jdepend -plugin:report] -- file:/C:/Documents and 
> > > Settings/gaucho/.maven/plugins/maven-x
> > > doc-plugin-1.4/:110:55: <j:include> org/dom4j/Element
> > >         at com.werken.werkz.Goal.fire(Goal.java:646)
> > >         at com.werken.werkz.Goal.attain(Goal.java:575)
> > >         at
> > >
> > 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> > > 448)
> > >         at
> > > org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
> > >         at org.apache.maven.cli.App.doMain(App.java:543)
> > >         at org.apache.maven.cli.App.main(App.java:1109)
> > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >         at
> > >
> > 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > > java:39)
> > >         at
> > >
> > 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > > sorImpl.java:25)
> > >         at java.lang.reflect.Method.invoke(Method.java:324)
> > >         at com.werken.forehead.Forehead.run(Forehead.java:551)
> > >         at com.werken.forehead.Forehead.main(Forehead.java:581)
> > > org.apache.commons.jelly.JellyTagException:
> > > file:/C:/Documents and Settings/gauc
> > > ho/.maven/plugins/maven-xdoc-plugin-1.4/:110:55: <j:include> 
> > > org/dom4j/Element
> > >         at
> > >
> > 
> org.apache.commons.jelly.impl.TagScript.handleException(TagScript.jav
> > > a:702)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:296)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> > >         at
> > >
> > 
> org.apache.commons.jelly.tags.core.FileTag.writeBody(FileTag.java:207
> > > )
> > >         at
> > > org.apache.commons.jelly.tags.core.FileTag.doTag(FileTag.java:103)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
> > >         at
> > >
> > 
> org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.jav
> > > a:145)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> > >         at
> > > org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> > >         at
> > > com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> > >         at com.werken.werkz.Goal.fire(Goal.java:639)
> > >         at com.werken.werkz.Goal.attain(Goal.java:575)
> > >         at
> > >
> > 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> > > 448)
> > >         at
> > > org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
> > >         at org.apache.maven.cli.App.doMain(App.java:543)
> > >         at org.apache.maven.cli.App.main(App.java:1109)
> > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >         at
> > >
> > 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > > java:39)
> > >         at
> > >
> > 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > > sorImpl.java:25)
> > >         at java.lang.reflect.Method.invoke(Method.java:324)
> > >         at com.werken.forehead.Forehead.run(Forehead.java:551)
> > >         at com.werken.forehead.Forehead.main(Forehead.java:581)
> > > Caused by: java.lang.NoClassDefFoundError: org/dom4j/Element
> > >         at
> > >
> > 
> org.dom4j.xpath.XPathPattern.getContextSupport(XPathPattern.java:131)
> > >
> > >         at 
> org.dom4j.xpath.XPathPattern.<init>(XPathPattern.java:62)
> > >         at
> > > org.dom4j.DocumentFactory.createPattern(DocumentFactory.java:249)
> > >         at
> > > org.dom4j.DocumentHelper.createPattern(DocumentHelper.java:149)
> > >         at
> > >
> > 
> org.apache.commons.jelly.tags.jsl.JSLTagLibrary.createExpression(JSLT
> > > agLibrary.java:118)
> > >         at
> > >
> > 
> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:10
> > > 70)
> > >         at
> > >
> > 
> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java
> > > :647)
> > >         at 
> > > org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
> > > Sour
> > > ce)
> > >         at
> > >
> > 
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unkn
> > > own Source)
> > >         at
> > >
> > 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
> > > Dispatcher.dispatch(Unknown Source)
> > >         at
> > >
> > 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
> > > known Source)
> > >         at
> > org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> > > Source)
> > >         at 
> org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
> > > Source)
> > >         at 
> org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> > >         at
> > org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> > > Source)
> > >         at
> > > 
> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:357)
> > >         at
> > >
> > 
> org.apache.commons.jelly.JellyContext.compileScript(JellyContext.java
> > > :489)
> > >         at
> > >
> > 
> org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:608
> > > )
> > >         at
> > >
> > 
> org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:584
> > > )
> > >         at
> > >
> > 
> org.apache.commons.jelly.tags.core.IncludeTag.doTag(IncludeTag.java:1
> > > 43)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         ... 30 more
> > > Root cause
> > > java.lang.NoClassDefFoundError: org/dom4j/Element
> > >         at
> > >
> > 
> org.dom4j.xpath.XPathPattern.getContextSupport(XPathPattern.java:131)
> > >
> > >         at 
> org.dom4j.xpath.XPathPattern.<init>(XPathPattern.java:62)
> > >         at
> > > org.dom4j.DocumentFactory.createPattern(DocumentFactory.java:249)
> > >         at
> > > org.dom4j.DocumentHelper.createPattern(DocumentHelper.java:149)
> > >         at
> > >
> > 
> org.apache.commons.jelly.tags.jsl.JSLTagLibrary.createExpression(JSLT
> > > agLibrary.java:118)
> > >         at
> > >
> > 
> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:10
> > > 70)
> > >         at
> > >
> > 
> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java
> > > :647)
> > >         at 
> > > org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
> > > Sour
> > > ce)
> > >         at
> > >
> > 
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unkn
> > > own Source)
> > >         at
> > >
> > 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
> > > Dispatcher.dispatch(Unknown Source)
> > >         at
> > >
> > 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
> > > known Source)
> > >         at
> > org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> > > Source)
> > >         at 
> org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
> > > Source)
> > >         at 
> org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> > >         at
> > org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> > > Source)
> > >         at
> > > 
> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:357)
> > >         at
> > >
> > 
> org.apache.commons.jelly.JellyContext.compileScript(JellyContext.java
> > > :489)
> > >         at
> > >
> > 
> org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:608
> > > )
> > >         at
> > >
> > 
> org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:584
> > > )
> > >         at
> > >
> > 
> org.apache.commons.jelly.tags.core.IncludeTag.doTag(IncludeTag.java:1
> > > 43)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> > >         at
> > >
> > 
> org.apache.commons.jelly.tags.core.FileTag.writeBody(FileTag.java:207
> > > )
> > >         at
> > > org.apache.commons.jelly.tags.core.FileTag.doTag(FileTag.java:103)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
> > >         at
> > >
> > 
> org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.jav
> > > a:145)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> > >         at
> > > org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> > >         at
> > > com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> > >         at com.werken.werkz.Goal.fire(Goal.java:639)
> > >         at com.werken.werkz.Goal.attain(Goal.java:575)
> > >         at
> > >
> > 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> > > 448)
> > >         at
> > > org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
> > >         at org.apache.maven.cli.App.doMain(App.java:543)
> > >         at org.apache.maven.cli.App.main(App.java:1109)
> > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >         at
> > >
> > 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > > java:39)
> > >         at
> > >
> > 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > > sorImpl.java:25)
> > >         at java.lang.reflect.Method.invoke(Method.java:324)
> > >         at com.werken.forehead.Forehead.run(Forehead.java:551)
> > >         at com.werken.forehead.Forehead.main(Forehead.java:581)
> > > Root cause
> > > java.lang.NoClassDefFoundError: org/dom4j/Element
> > >         at
> > >
> > 
> org.dom4j.xpath.XPathPattern.getContextSupport(XPathPattern.java:131)
> > >
> > >         at 
> org.dom4j.xpath.XPathPattern.<init>(XPathPattern.java:62)
> > >         at
> > > org.dom4j.DocumentFactory.createPattern(DocumentFactory.java:249)
> > >         at
> > > org.dom4j.DocumentHelper.createPattern(DocumentHelper.java:149)
> > >         at
> > >
> > 
> org.apache.commons.jelly.tags.jsl.JSLTagLibrary.createExpression(JSLT
> > > agLibrary.java:118)
> > >         at
> > >
> > 
> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:10
> > > 70)
> > >         at
> > >
> > 
> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java
> > > :647)
> > >         at 
> > > org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
> > > Sour
> > > ce)
> > >         at
> > >
> > 
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unkn
> > > own Source)
> > >         at
> > >
> > 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
> > > Dispatcher.dispatch(Unknown Source)
> > >         at
> > >
> > 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
> > > known Source)
> > >         at
> > org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> > > Source)
> > >         at 
> org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
> > > Source)
> > >         at 
> org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> > >         at
> > org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> > > Source)
> > >         at
> > > 
> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:357)
> > >         at
> > >
> > 
> org.apache.commons.jelly.JellyContext.compileScript(JellyContext.java
> > > :489)
> > >         at
> > >
> > 
> org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:608
> > > )
> > >         at
> > >
> > 
> org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:584
> > > )
> > >         at
> > >
> > 
> org.apache.commons.jelly.tags.core.IncludeTag.doTag(IncludeTag.java:1
> > > 43)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> > >         at
> > >
> > 
> org.apache.commons.jelly.tags.core.FileTag.writeBody(FileTag.java:207
> > > )
> > >         at
> > > org.apache.commons.jelly.tags.core.FileTag.doTag(FileTag.java:103)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
> > >         at
> > >
> > 
> org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.jav
> > > a:145)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> > >         at
> > > org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> > >         at
> > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> > >         at
> > > 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> > >         at
> > > 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> > >         at
> > > com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> > >         at com.werken.werkz.Goal.fire(Goal.java:639)
> > >         at com.werken.werkz.Goal.attain(Goal.java:575)
> > >         at
> > >
> > 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> > > 448)
> > >         at
> > > org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
> > >         at org.apache.maven.cli.App.doMain(App.java:543)
> > >         at org.apache.maven.cli.App.main(App.java:1109)
> > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >         at
> > >
> > 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > > java:39)
> > >         at
> > >
> > 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > > sorImpl.java:25)
> > >         at java.lang.reflect.Method.invoke(Method.java:324)
> > >         at com.werken.forehead.Forehead.run(Forehead.java:551)
> > >         at com.werken.forehead.Forehead.main(Forehead.java:581)
> > > Total time: 41 seconds
> > > Finished at: Thu Jan 08 15:47:56 GMT-03:00 2004
> > >
> > > C:\gaucho_WEB\webvob\implementacao>
> > >
> > > -----Mensagem original-----
> > > De: Steve Garcia [mailto:[EMAIL PROTECTED]
> > > Enviada em: quinta-feira, 8 de janeiro de 2004 15:15
> > > Para: 'Maven Users List'
> > > Assunto: RE: unknown "site generation" error
> > >
> > >
> > > > -----Original Message-----
> > > > From: Felipe Gaścho [mailto:[EMAIL PROTECTED]
> > > > Sent: Thursday, January 08, 2004 10:09 AM
> > > > To: Maven Users List
> > > > Subject: unknown "site generation" error
> > > >
> > > >
> > > > When I tryied to generate the "site" reports, it failed but
> > > I didn“t
> > > > understand why !?
> > > >
> > > >
> > > > C:\gaucho_WEB\webvob\implementacao>maven site
> > > >  __  __
> > > > |  \/  |__ _Apache__ ___
> > > > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> > > >
> > > > site:
> > > > xdoc:register-reports:
> > > > maven-jdepend-plugin:register:
> > > >
> > > > maven-checkstyle-plugin:register:
> > > >
> > > > maven-changes-plugin:register:
> > > >
> > > > maven-changelog-plugin:register:
> > > >
> > > > maven-developer-activity-plugin:register:
> > > >
> > > > maven-file-activity-plugin:register:
> > > >
> > > > maven-license-plugin:register:
> > > >
> > > > maven-javadoc-plugin:register:
> > > >
> > > > maven-jxr-plugin:register:
> > > >
> > > > maven-junit-report-plugin:register:
> > > >
> > > > maven-linkcheck-plugin:register:
> > > >
> > > > maven-tasklist-plugin:register:
> > > >
> > > >
> > > > site:run-reports:
> > > >     [echo] Generating the Metrics...
> > > > maven-jdepend-plugin:report:
> > > > java:prepare-filesystem:
> > > >
> > > > java:compile:
> > > >     [echo] Compiling to 
> > > > C:\gaucho_WEB\webvob\implementacao/target/classes
> > > >
> > > > BUILD FAILED
> > > > File...... file:/C:/Documents and 
> > > > Settings/gaucho/.maven/plugins/maven-xdoc-plug
> > > > in-1.4/
> > > > Element... j:include
> > > > Line...... 110
> > > > Column.... 55
> > > > org/dom4j/Element
> > > > Total time: 43 seconds
> > > > Finished at: Thu Jan 08 15:05:05 GMT-03:00 2004
> > >
> > > Can you successfully compile?
> > >
> > > Its failing after the java:compile step (even though the 
> > > maven-xdoc-plugin is being invoked).
> > >
> > > You can also run "maven -X site" and look at the stack trace.
> > >
> > > > C:\gaucho_WEB\webvob\implementacao>
> > > >
> > > >
> > > >
> > >
> > 
> ---------------------------------------------------------------------
> > > > 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]
> >
> >
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to