You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Matthias Wessendorf <ma...@apache.org> on 2010/11/12 09:07:19 UTC

[Trinidad] Maven Site...

Hi,

is anyone able to build the TRUNK Trinidad site? I am not.... some fun
is going on in commons-logging :-)

Here is my configuration:

matzew@leonardo:~$ mvn -v
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_22
Java home: /java/jdk1.6.0_22/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family: "unix"



And here is the error that I am seeing:

[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Invalid class
loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.
(Caused by org.apache.commons.logging.LogConfigurationException:
Invalid class loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.)
(Caused by org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Invalid class
loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.
(Caused by org.apache.commons.logging.LogConfigurationException:
Invalid class loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.))
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Invalid class
loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.
(Caused by org.apache.commons.logging.LogConfigurationException:
Invalid class loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.)
(Caused by org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Invalid class
loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.
(Caused by org.apache.commons.logging.LogConfigurationException:
Invalid class loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.))
	at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
	at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
	at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
	at org.apache.commons.digester.Digester.<init>(Digester.java:304)
	at org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
	at org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
	at org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)
	at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
	at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:164)
	at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:330)
	at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134)
	at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:158)
	at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:120)
	at org.apache.maven.plugins.site.SiteStageMojo.execute(SiteStageMojo.java:117)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Invalid class
loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.
(Caused by org.apache.commons.logging.LogConfigurationException:
Invalid class loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.)
	at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
	at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
	... 32 more
Caused by: org.apache.commons.logging.LogConfigurationException:
Invalid class loader hierarchy.  You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.
	at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
	... 33 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 19 seconds
[INFO] Finished at: Fri Nov 12 09:02:22 CET 2010
[INFO] Final Memory: 91M/388M
[INFO] ------------------------------------------------------------------------
matzew@leonardo:~/work/source/Apache/trinidad-core/trunk$





-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Re: [Trinidad] Maven Site...

Posted by Matthias Wessendorf <ma...@apache.org>.
Ok, that's at least some good news...

Anyway we NEED to get the issue fixed.
Not sure if requiring Maven3 is the _real_ fix... :)

On Sun, Nov 14, 2010 at 1:12 PM, Bruno Aranda <br...@gmail.com> wrote:
> Hi,
> Yes, it does :)
> Cheers,
> Bruno
>
> On 14 November 2010 12:06, Matthias Wessendorf <ma...@apache.org> wrote:
>>
>> Hey Bruno,
>>
>> I did some changes to our pom...
>>
>> Does site:site still work for you, with Maven3 ?
>>
>> -Matthias
>>
>> On Fri, Nov 12, 2010 at 12:47 PM, Matthias Wessendorf <ma...@apache.org>
>> wrote:
>> > Oh thanks for jumping in
>> >
>> > Looks like Maven 3.... is about to enter the shindig :)
>> >
>> > On Fri, Nov 12, 2010 at 12:47 PM, Matthias Wessendorf
>> > <ma...@apache.org> wrote:
>> >> sudo ? :)
>> >>
>> >> On Fri, Nov 12, 2010 at 12:45 PM, Bruno Aranda <br...@gmail.com>
>> >> wrote:
>> >>> Hehe, no problem with that one either... it seems to work fine! (apart
>> >>> from
>> >>> not having write permissions to create the folder /bruno/rocks ;)
>> >>>
>> >>> Cheers,
>> >>>
>> >>> Bruno
>> >>>
>> >>> On 12 November 2010 11:21, Matthias Wessendorf <ma...@apache.org>
>> >>> wrote:
>> >>>>
>> >>>> kick ass.
>> >>>>
>> >>>> Can you do me a favor ?
>> >>>>
>> >>>> can you try with stage as well ?
>> >>>>
>> >>>> mvn site:stage -DstagingDirectory=/bruno/rocks
>> >>>>
>> >>>> On Fri, Nov 12, 2010 at 11:36 AM, Bruno Aranda
>> >>>> <br...@gmail.com>
>> >>>> wrote:
>> >>>> > Hi Matthias,
>> >>>> >
>> >>>> > I could without problems...
>> >>>> >
>> >>>> > [INFO] Reactor Summary:
>> >>>> > [INFO]
>> >>>> > [INFO] Apache MyFaces Trinidad 2.0 ....................... SUCCESS
>> >>>> > [1.975s]
>> >>>> > [INFO] Apache MyFaces Trinidad Build ..................... SUCCESS
>> >>>> > [6.722s]
>> >>>> > [INFO] Apache MyFaces Trinidad API ....................... SUCCESS
>> >>>> > [1:03.072s]
>> >>>> > [INFO] Apache MyFaces Trinidad Impl ...................... SUCCESS
>> >>>> > [3:08.392s]
>> >>>> > [INFO] Apache MyFaces Trinidad Examples .................. SUCCESS
>> >>>> > [15.480s]
>> >>>> > [INFO] Apache MyFaces Trinidad Blank Demo ................ SUCCESS
>> >>>> > [11.754s]
>> >>>> > [INFO] Apache MyFaces Trinidad Demo ...................... SUCCESS
>> >>>> > [40.945s]
>> >>>> > [INFO] Apache MyFaces Trinidad Components Showcase ....... SUCCESS
>> >>>> > [19.563s]
>> >>>> > [INFO]
>> >>>> >
>> >>>> > ------------------------------------------------------------------------
>> >>>> > [INFO] BUILD SUCCESS
>> >>>> > [INFO]
>> >>>> >
>> >>>> > ------------------------------------------------------------------------
>> >>>> > [INFO] Total time: 5:48.617s
>> >>>> > [INFO] Finished at: Fri Nov 12 10:30:42 UTC 2010
>> >>>> > [INFO] Final Memory: 55M/378M
>> >>>> > [INFO]
>> >>>> >
>> >>>> > ------------------------------------------------------------------------
>> >>>> >
>> >>>> > [baranda@bluefish trinidad]$ mvn -v
>> >>>> > Apache Maven 3.0 (r1004208; 2010-10-04 12:50:56+0100)
>> >>>> > Java version: 1.6.0_22
>> >>>> > Java home: /scratch/apps/jdk1.6.0_22-i586/jre
>> >>>> > Default locale: en_GB, platform encoding: UTF-8
>> >>>> > OS name: "linux" version: "2.6.31.12-174.2.22.fc12.x86_64" arch:
>> >>>> > "i386"
>> >>>> > Family: "unix"
>> >>>> >
>> >>>> >
>> >>>> > On 12 November 2010 08:07, Matthias Wessendorf <ma...@apache.org>
>> >>>> > wrote:
>> >>>> >>
>> >>>> >> Hi,
>> >>>> >>
>> >>>> >> is anyone able to build the TRUNK Trinidad site? I am not.... some
>> >>>> >> fun
>> >>>> >> is going on in commons-logging :-)
>> >>>> >>
>> >>>> >> Here is my configuration:
>> >>>> >>
>> >>>> >> matzew@leonardo:~$ mvn -v
>> >>>> >> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
>> >>>> >> Java version: 1.6.0_22
>> >>>> >> Java home: /java/jdk1.6.0_22/jre
>> >>>> >> Default locale: en_US, platform encoding: UTF-8
>> >>>> >> OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family:
>> >>>> >> "unix"
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> And here is the error that I am seeing:
>> >>>> >>
>> >>>> >> [ERROR] FATAL ERROR
>> >>>> >> [INFO]
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------
>> >>>> >> [INFO] org.apache.commons.logging.LogConfigurationException:
>> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid
>> >>>> >> class
>> >>>> >> loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >>>> >> Invalid class loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid
>> >>>> >> class
>> >>>> >> loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >>>> >> Invalid class loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>> >>>> >> [INFO]
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------
>> >>>> >> [INFO] Trace
>> >>>> >> org.apache.commons.logging.LogConfigurationException:
>> >>>> >> org.apache.commons.logging.LogConfigurationException:
>> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid
>> >>>> >> class
>> >>>> >> loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >>>> >> Invalid class loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid
>> >>>> >> class
>> >>>> >> loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >>>> >> Invalid class loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
>> >>>> >>        at
>> >>>> >> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
>> >>>> >>        at
>> >>>> >> org.apache.commons.digester.Digester.<init>(Digester.java:304)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:164)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:330)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134)
>> >>>> >>        at
>> >>>> >>
>> >>>> >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:158)
>> >>>> >>        at
>> >>>> >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:120)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.plugins.site.SiteStageMojo.execute(SiteStageMojo.java:117)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>> >>>> >>        at
>> >>>> >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>> >>>> >>        at
>> >>>> >> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>> >>>> >>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>> >>>> >>        at
>> >>>> >>
>> >>>> >> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>> >>>> >>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> >>>> >> Method)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >>>> >>        at java.lang.reflect.Method.invoke(Method.java:597)
>> >>>> >>        at
>> >>>> >>
>> >>>> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>> >>>> >>        at
>> >>>> >> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> >>>> >>        at
>> >>>> >>
>> >>>> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> >>>> >>        at
>> >>>> >> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> >>>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
>> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid
>> >>>> >> class
>> >>>> >> loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >>>> >> Invalid class loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
>> >>>> >>        ... 32 more
>> >>>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
>> >>>> >> Invalid class loader hierarchy.  You have more than one version of
>> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >>>> >>        at
>> >>>> >>
>> >>>> >>
>> >>>> >> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
>> >>>> >>        ... 33 more
>> >>>> >> [INFO]
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------
>> >>>> >> [INFO] Total time: 4 minutes 19 seconds
>> >>>> >> [INFO] Finished at: Fri Nov 12 09:02:22 CET 2010
>> >>>> >> [INFO] Final Memory: 91M/388M
>> >>>> >> [INFO]
>> >>>> >>
>> >>>> >>
>> >>>> >> ------------------------------------------------------------------------
>> >>>> >> matzew@leonardo:~/work/source/Apache/trinidad-core/trunk$
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> --
>> >>>> >> Matthias Wessendorf
>> >>>> >>
>> >>>> >> blog: http://matthiaswessendorf.wordpress.com/
>> >>>> >> sessions: http://www.slideshare.net/mwessendorf
>> >>>> >> twitter: http://twitter.com/mwessendorf
>> >>>> >
>> >>>> >
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> Matthias Wessendorf
>> >>>>
>> >>>> blog: http://matthiaswessendorf.wordpress.com/
>> >>>> sessions: http://www.slideshare.net/mwessendorf
>> >>>> twitter: http://twitter.com/mwessendorf
>> >>>
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Matthias Wessendorf
>> >>
>> >> blog: http://matthiaswessendorf.wordpress.com/
>> >> sessions: http://www.slideshare.net/mwessendorf
>> >> twitter: http://twitter.com/mwessendorf
>> >>
>> >
>> >
>> >
>> > --
>> > Matthias Wessendorf
>> >
>> > blog: http://matthiaswessendorf.wordpress.com/
>> > sessions: http://www.slideshare.net/mwessendorf
>> > twitter: http://twitter.com/mwessendorf
>> >
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Re: [Trinidad] Maven Site...

Posted by Bruno Aranda <br...@gmail.com>.
Hi,

Yes, it does :)

Cheers,

Bruno

On 14 November 2010 12:06, Matthias Wessendorf <ma...@apache.org> wrote:

> Hey Bruno,
>
> I did some changes to our pom...
>
> Does site:site still work for you, with Maven3 ?
>
> -Matthias
>
> On Fri, Nov 12, 2010 at 12:47 PM, Matthias Wessendorf <ma...@apache.org>
> wrote:
> > Oh thanks for jumping in
> >
> > Looks like Maven 3.... is about to enter the shindig :)
> >
> > On Fri, Nov 12, 2010 at 12:47 PM, Matthias Wessendorf <ma...@apache.org>
> wrote:
> >> sudo ? :)
> >>
> >> On Fri, Nov 12, 2010 at 12:45 PM, Bruno Aranda <br...@gmail.com>
> wrote:
> >>> Hehe, no problem with that one either... it seems to work fine! (apart
> from
> >>> not having write permissions to create the folder /bruno/rocks ;)
> >>>
> >>> Cheers,
> >>>
> >>> Bruno
> >>>
> >>> On 12 November 2010 11:21, Matthias Wessendorf <ma...@apache.org>
> wrote:
> >>>>
> >>>> kick ass.
> >>>>
> >>>> Can you do me a favor ?
> >>>>
> >>>> can you try with stage as well ?
> >>>>
> >>>> mvn site:stage -DstagingDirectory=/bruno/rocks
> >>>>
> >>>> On Fri, Nov 12, 2010 at 11:36 AM, Bruno Aranda <brunoaranda@gmail.com
> >
> >>>> wrote:
> >>>> > Hi Matthias,
> >>>> >
> >>>> > I could without problems...
> >>>> >
> >>>> > [INFO] Reactor Summary:
> >>>> > [INFO]
> >>>> > [INFO] Apache MyFaces Trinidad 2.0 ....................... SUCCESS
> >>>> > [1.975s]
> >>>> > [INFO] Apache MyFaces Trinidad Build ..................... SUCCESS
> >>>> > [6.722s]
> >>>> > [INFO] Apache MyFaces Trinidad API ....................... SUCCESS
> >>>> > [1:03.072s]
> >>>> > [INFO] Apache MyFaces Trinidad Impl ...................... SUCCESS
> >>>> > [3:08.392s]
> >>>> > [INFO] Apache MyFaces Trinidad Examples .................. SUCCESS
> >>>> > [15.480s]
> >>>> > [INFO] Apache MyFaces Trinidad Blank Demo ................ SUCCESS
> >>>> > [11.754s]
> >>>> > [INFO] Apache MyFaces Trinidad Demo ...................... SUCCESS
> >>>> > [40.945s]
> >>>> > [INFO] Apache MyFaces Trinidad Components Showcase ....... SUCCESS
> >>>> > [19.563s]
> >>>> > [INFO]
> >>>> >
> ------------------------------------------------------------------------
> >>>> > [INFO] BUILD SUCCESS
> >>>> > [INFO]
> >>>> >
> ------------------------------------------------------------------------
> >>>> > [INFO] Total time: 5:48.617s
> >>>> > [INFO] Finished at: Fri Nov 12 10:30:42 UTC 2010
> >>>> > [INFO] Final Memory: 55M/378M
> >>>> > [INFO]
> >>>> >
> ------------------------------------------------------------------------
> >>>> >
> >>>> > [baranda@bluefish trinidad]$ mvn -v
> >>>> > Apache Maven 3.0 (r1004208; 2010-10-04 12:50:56+0100)
> >>>> > Java version: 1.6.0_22
> >>>> > Java home: /scratch/apps/jdk1.6.0_22-i586/jre
> >>>> > Default locale: en_GB, platform encoding: UTF-8
> >>>> > OS name: "linux" version: "2.6.31.12-174.2.22.fc12.x86_64" arch:
> "i386"
> >>>> > Family: "unix"
> >>>> >
> >>>> >
> >>>> > On 12 November 2010 08:07, Matthias Wessendorf <ma...@apache.org>
> >>>> > wrote:
> >>>> >>
> >>>> >> Hi,
> >>>> >>
> >>>> >> is anyone able to build the TRUNK Trinidad site? I am not.... some
> fun
> >>>> >> is going on in commons-logging :-)
> >>>> >>
> >>>> >> Here is my configuration:
> >>>> >>
> >>>> >> matzew@leonardo:~$ mvn -v
> >>>> >> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
> >>>> >> Java version: 1.6.0_22
> >>>> >> Java home: /java/jdk1.6.0_22/jre
> >>>> >> Default locale: en_US, platform encoding: UTF-8
> >>>> >> OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family:
> >>>> >> "unix"
> >>>> >>
> >>>> >>
> >>>> >>
> >>>> >> And here is the error that I am seeing:
> >>>> >>
> >>>> >> [ERROR] FATAL ERROR
> >>>> >> [INFO]
> >>>> >>
> >>>> >>
> ------------------------------------------------------------------------
> >>>> >> [INFO] org.apache.commons.logging.LogConfigurationException:
> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >>>> >> loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >>>> >> Invalid class loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >>>> >> loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >>>> >> Invalid class loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
> >>>> >> [INFO]
> >>>> >>
> >>>> >>
> ------------------------------------------------------------------------
> >>>> >> [INFO] Trace
> >>>> >> org.apache.commons.logging.LogConfigurationException:
> >>>> >> org.apache.commons.logging.LogConfigurationException:
> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >>>> >> loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >>>> >> Invalid class loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >>>> >> loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >>>> >> Invalid class loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
> >>>> >>        at
> >>>> >> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
> >>>> >>        at
> >>>> >> org.apache.commons.digester.Digester.<init>(Digester.java:304)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:164)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:330)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134)
> >>>> >>        at
> >>>> >>
> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:158)
> >>>> >>        at
> >>>> >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:120)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.plugins.site.SiteStageMojo.execute(SiteStageMojo.java:117)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> >>>> >>        at
> >>>> >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> >>>> >>        at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> >>>> >>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> >>>> >>        at
> >>>> >>
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> >>>> >>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >>>> >>        at
> >>>> >>
> >>>> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >>>> >>        at
> >>>> >>
> >>>> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >>>> >>        at java.lang.reflect.Method.invoke(Method.java:597)
> >>>> >>        at
> >>>> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> >>>> >>        at
> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> >>>> >>        at
> >>>> >>
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> >>>> >>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> >>>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
> >>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >>>> >> loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >>>> >> Invalid class loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
> >>>> >>        ... 32 more
> >>>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
> >>>> >> Invalid class loader hierarchy.  You have more than one version of
> >>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >>>> >>        at
> >>>> >>
> >>>> >>
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
> >>>> >>        ... 33 more
> >>>> >> [INFO]
> >>>> >>
> >>>> >>
> ------------------------------------------------------------------------
> >>>> >> [INFO] Total time: 4 minutes 19 seconds
> >>>> >> [INFO] Finished at: Fri Nov 12 09:02:22 CET 2010
> >>>> >> [INFO] Final Memory: 91M/388M
> >>>> >> [INFO]
> >>>> >>
> >>>> >>
> ------------------------------------------------------------------------
> >>>> >> matzew@leonardo:~/work/source/Apache/trinidad-core/trunk$
> >>>> >>
> >>>> >>
> >>>> >>
> >>>> >>
> >>>> >>
> >>>> >> --
> >>>> >> Matthias Wessendorf
> >>>> >>
> >>>> >> blog: http://matthiaswessendorf.wordpress.com/
> >>>> >> sessions: http://www.slideshare.net/mwessendorf
> >>>> >> twitter: http://twitter.com/mwessendorf
> >>>> >
> >>>> >
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Matthias Wessendorf
> >>>>
> >>>> blog: http://matthiaswessendorf.wordpress.com/
> >>>> sessions: http://www.slideshare.net/mwessendorf
> >>>> twitter: http://twitter.com/mwessendorf
> >>>
> >>>
> >>
> >>
> >>
> >> --
> >> Matthias Wessendorf
> >>
> >> blog: http://matthiaswessendorf.wordpress.com/
> >> sessions: http://www.slideshare.net/mwessendorf
> >> twitter: http://twitter.com/mwessendorf
> >>
> >
> >
> >
> > --
> > Matthias Wessendorf
> >
> > blog: http://matthiaswessendorf.wordpress.com/
> > sessions: http://www.slideshare.net/mwessendorf
> > twitter: http://twitter.com/mwessendorf
> >
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>

Re: [Trinidad] Maven Site...

Posted by Matthias Wessendorf <ma...@apache.org>.
Hey Bruno,

I did some changes to our pom...

Does site:site still work for you, with Maven3 ?

-Matthias

On Fri, Nov 12, 2010 at 12:47 PM, Matthias Wessendorf <ma...@apache.org> wrote:
> Oh thanks for jumping in
>
> Looks like Maven 3.... is about to enter the shindig :)
>
> On Fri, Nov 12, 2010 at 12:47 PM, Matthias Wessendorf <ma...@apache.org> wrote:
>> sudo ? :)
>>
>> On Fri, Nov 12, 2010 at 12:45 PM, Bruno Aranda <br...@gmail.com> wrote:
>>> Hehe, no problem with that one either... it seems to work fine! (apart from
>>> not having write permissions to create the folder /bruno/rocks ;)
>>>
>>> Cheers,
>>>
>>> Bruno
>>>
>>> On 12 November 2010 11:21, Matthias Wessendorf <ma...@apache.org> wrote:
>>>>
>>>> kick ass.
>>>>
>>>> Can you do me a favor ?
>>>>
>>>> can you try with stage as well ?
>>>>
>>>> mvn site:stage -DstagingDirectory=/bruno/rocks
>>>>
>>>> On Fri, Nov 12, 2010 at 11:36 AM, Bruno Aranda <br...@gmail.com>
>>>> wrote:
>>>> > Hi Matthias,
>>>> >
>>>> > I could without problems...
>>>> >
>>>> > [INFO] Reactor Summary:
>>>> > [INFO]
>>>> > [INFO] Apache MyFaces Trinidad 2.0 ....................... SUCCESS
>>>> > [1.975s]
>>>> > [INFO] Apache MyFaces Trinidad Build ..................... SUCCESS
>>>> > [6.722s]
>>>> > [INFO] Apache MyFaces Trinidad API ....................... SUCCESS
>>>> > [1:03.072s]
>>>> > [INFO] Apache MyFaces Trinidad Impl ...................... SUCCESS
>>>> > [3:08.392s]
>>>> > [INFO] Apache MyFaces Trinidad Examples .................. SUCCESS
>>>> > [15.480s]
>>>> > [INFO] Apache MyFaces Trinidad Blank Demo ................ SUCCESS
>>>> > [11.754s]
>>>> > [INFO] Apache MyFaces Trinidad Demo ...................... SUCCESS
>>>> > [40.945s]
>>>> > [INFO] Apache MyFaces Trinidad Components Showcase ....... SUCCESS
>>>> > [19.563s]
>>>> > [INFO]
>>>> > ------------------------------------------------------------------------
>>>> > [INFO] BUILD SUCCESS
>>>> > [INFO]
>>>> > ------------------------------------------------------------------------
>>>> > [INFO] Total time: 5:48.617s
>>>> > [INFO] Finished at: Fri Nov 12 10:30:42 UTC 2010
>>>> > [INFO] Final Memory: 55M/378M
>>>> > [INFO]
>>>> > ------------------------------------------------------------------------
>>>> >
>>>> > [baranda@bluefish trinidad]$ mvn -v
>>>> > Apache Maven 3.0 (r1004208; 2010-10-04 12:50:56+0100)
>>>> > Java version: 1.6.0_22
>>>> > Java home: /scratch/apps/jdk1.6.0_22-i586/jre
>>>> > Default locale: en_GB, platform encoding: UTF-8
>>>> > OS name: "linux" version: "2.6.31.12-174.2.22.fc12.x86_64" arch: "i386"
>>>> > Family: "unix"
>>>> >
>>>> >
>>>> > On 12 November 2010 08:07, Matthias Wessendorf <ma...@apache.org>
>>>> > wrote:
>>>> >>
>>>> >> Hi,
>>>> >>
>>>> >> is anyone able to build the TRUNK Trinidad site? I am not.... some fun
>>>> >> is going on in commons-logging :-)
>>>> >>
>>>> >> Here is my configuration:
>>>> >>
>>>> >> matzew@leonardo:~$ mvn -v
>>>> >> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
>>>> >> Java version: 1.6.0_22
>>>> >> Java home: /java/jdk1.6.0_22/jre
>>>> >> Default locale: en_US, platform encoding: UTF-8
>>>> >> OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family:
>>>> >> "unix"
>>>> >>
>>>> >>
>>>> >>
>>>> >> And here is the error that I am seeing:
>>>> >>
>>>> >> [ERROR] FATAL ERROR
>>>> >> [INFO]
>>>> >>
>>>> >> ------------------------------------------------------------------------
>>>> >> [INFO] org.apache.commons.logging.LogConfigurationException:
>>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>>> >> loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>>> >> Invalid class loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>>> >> loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>>> >> Invalid class loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>>>> >> [INFO]
>>>> >>
>>>> >> ------------------------------------------------------------------------
>>>> >> [INFO] Trace
>>>> >> org.apache.commons.logging.LogConfigurationException:
>>>> >> org.apache.commons.logging.LogConfigurationException:
>>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>>> >> loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>>> >> Invalid class loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>>> >> loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>>> >> Invalid class loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>>>> >>        at
>>>> >>
>>>> >> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
>>>> >>        at
>>>> >>
>>>> >> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
>>>> >>        at
>>>> >> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
>>>> >>        at
>>>> >> org.apache.commons.digester.Digester.<init>(Digester.java:304)
>>>> >>        at
>>>> >>
>>>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
>>>> >>        at
>>>> >>
>>>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
>>>> >>        at
>>>> >>
>>>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:164)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:330)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134)
>>>> >>        at
>>>> >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:158)
>>>> >>        at
>>>> >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:120)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.plugins.site.SiteStageMojo.execute(SiteStageMojo.java:117)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>>>> >>        at
>>>> >>
>>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>>>> >>        at
>>>> >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>>>> >>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>>>> >>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>>>> >>        at
>>>> >> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>>>> >>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> >>        at
>>>> >>
>>>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>> >>        at
>>>> >>
>>>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> >>        at java.lang.reflect.Method.invoke(Method.java:597)
>>>> >>        at
>>>> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>> >>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>> >>        at
>>>> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>> >>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
>>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>>> >> loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>>> >> Invalid class loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>>>> >>        at
>>>> >>
>>>> >> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
>>>> >>        at
>>>> >>
>>>> >> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
>>>> >>        ... 32 more
>>>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
>>>> >> Invalid class loader hierarchy.  You have more than one version of
>>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>>> >>        at
>>>> >>
>>>> >> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
>>>> >>        ... 33 more
>>>> >> [INFO]
>>>> >>
>>>> >> ------------------------------------------------------------------------
>>>> >> [INFO] Total time: 4 minutes 19 seconds
>>>> >> [INFO] Finished at: Fri Nov 12 09:02:22 CET 2010
>>>> >> [INFO] Final Memory: 91M/388M
>>>> >> [INFO]
>>>> >>
>>>> >> ------------------------------------------------------------------------
>>>> >> matzew@leonardo:~/work/source/Apache/trinidad-core/trunk$
>>>> >>
>>>> >>
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> Matthias Wessendorf
>>>> >>
>>>> >> blog: http://matthiaswessendorf.wordpress.com/
>>>> >> sessions: http://www.slideshare.net/mwessendorf
>>>> >> twitter: http://twitter.com/mwessendorf
>>>> >
>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> Matthias Wessendorf
>>>>
>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>> sessions: http://www.slideshare.net/mwessendorf
>>>> twitter: http://twitter.com/mwessendorf
>>>
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Re: [Trinidad] Maven Site...

Posted by Matthias Wessendorf <ma...@apache.org>.
Oh thanks for jumping in

Looks like Maven 3.... is about to enter the shindig :)

On Fri, Nov 12, 2010 at 12:47 PM, Matthias Wessendorf <ma...@apache.org> wrote:
> sudo ? :)
>
> On Fri, Nov 12, 2010 at 12:45 PM, Bruno Aranda <br...@gmail.com> wrote:
>> Hehe, no problem with that one either... it seems to work fine! (apart from
>> not having write permissions to create the folder /bruno/rocks ;)
>>
>> Cheers,
>>
>> Bruno
>>
>> On 12 November 2010 11:21, Matthias Wessendorf <ma...@apache.org> wrote:
>>>
>>> kick ass.
>>>
>>> Can you do me a favor ?
>>>
>>> can you try with stage as well ?
>>>
>>> mvn site:stage -DstagingDirectory=/bruno/rocks
>>>
>>> On Fri, Nov 12, 2010 at 11:36 AM, Bruno Aranda <br...@gmail.com>
>>> wrote:
>>> > Hi Matthias,
>>> >
>>> > I could without problems...
>>> >
>>> > [INFO] Reactor Summary:
>>> > [INFO]
>>> > [INFO] Apache MyFaces Trinidad 2.0 ....................... SUCCESS
>>> > [1.975s]
>>> > [INFO] Apache MyFaces Trinidad Build ..................... SUCCESS
>>> > [6.722s]
>>> > [INFO] Apache MyFaces Trinidad API ....................... SUCCESS
>>> > [1:03.072s]
>>> > [INFO] Apache MyFaces Trinidad Impl ...................... SUCCESS
>>> > [3:08.392s]
>>> > [INFO] Apache MyFaces Trinidad Examples .................. SUCCESS
>>> > [15.480s]
>>> > [INFO] Apache MyFaces Trinidad Blank Demo ................ SUCCESS
>>> > [11.754s]
>>> > [INFO] Apache MyFaces Trinidad Demo ...................... SUCCESS
>>> > [40.945s]
>>> > [INFO] Apache MyFaces Trinidad Components Showcase ....... SUCCESS
>>> > [19.563s]
>>> > [INFO]
>>> > ------------------------------------------------------------------------
>>> > [INFO] BUILD SUCCESS
>>> > [INFO]
>>> > ------------------------------------------------------------------------
>>> > [INFO] Total time: 5:48.617s
>>> > [INFO] Finished at: Fri Nov 12 10:30:42 UTC 2010
>>> > [INFO] Final Memory: 55M/378M
>>> > [INFO]
>>> > ------------------------------------------------------------------------
>>> >
>>> > [baranda@bluefish trinidad]$ mvn -v
>>> > Apache Maven 3.0 (r1004208; 2010-10-04 12:50:56+0100)
>>> > Java version: 1.6.0_22
>>> > Java home: /scratch/apps/jdk1.6.0_22-i586/jre
>>> > Default locale: en_GB, platform encoding: UTF-8
>>> > OS name: "linux" version: "2.6.31.12-174.2.22.fc12.x86_64" arch: "i386"
>>> > Family: "unix"
>>> >
>>> >
>>> > On 12 November 2010 08:07, Matthias Wessendorf <ma...@apache.org>
>>> > wrote:
>>> >>
>>> >> Hi,
>>> >>
>>> >> is anyone able to build the TRUNK Trinidad site? I am not.... some fun
>>> >> is going on in commons-logging :-)
>>> >>
>>> >> Here is my configuration:
>>> >>
>>> >> matzew@leonardo:~$ mvn -v
>>> >> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
>>> >> Java version: 1.6.0_22
>>> >> Java home: /java/jdk1.6.0_22/jre
>>> >> Default locale: en_US, platform encoding: UTF-8
>>> >> OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family:
>>> >> "unix"
>>> >>
>>> >>
>>> >>
>>> >> And here is the error that I am seeing:
>>> >>
>>> >> [ERROR] FATAL ERROR
>>> >> [INFO]
>>> >>
>>> >> ------------------------------------------------------------------------
>>> >> [INFO] org.apache.commons.logging.LogConfigurationException:
>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>> >> loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>> >> Invalid class loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>> >> loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>> >> Invalid class loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>>> >> [INFO]
>>> >>
>>> >> ------------------------------------------------------------------------
>>> >> [INFO] Trace
>>> >> org.apache.commons.logging.LogConfigurationException:
>>> >> org.apache.commons.logging.LogConfigurationException:
>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>> >> loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>> >> Invalid class loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>> >> loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>> >> Invalid class loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>>> >>        at
>>> >>
>>> >> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
>>> >>        at
>>> >>
>>> >> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
>>> >>        at
>>> >> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
>>> >>        at
>>> >> org.apache.commons.digester.Digester.<init>(Digester.java:304)
>>> >>        at
>>> >>
>>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
>>> >>        at
>>> >>
>>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
>>> >>        at
>>> >>
>>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)
>>> >>        at
>>> >>
>>> >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
>>> >>        at
>>> >>
>>> >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:164)
>>> >>        at
>>> >>
>>> >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:330)
>>> >>        at
>>> >>
>>> >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134)
>>> >>        at
>>> >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:158)
>>> >>        at
>>> >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:120)
>>> >>        at
>>> >>
>>> >> org.apache.maven.plugins.site.SiteStageMojo.execute(SiteStageMojo.java:117)
>>> >>        at
>>> >>
>>> >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>>> >>        at
>>> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>>> >>        at
>>> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
>>> >>        at
>>> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
>>> >>        at
>>> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>>> >>        at
>>> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>>> >>        at
>>> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>>> >>        at
>>> >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>>> >>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>>> >>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>>> >>        at
>>> >> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>>> >>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> >>        at
>>> >>
>>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> >>        at
>>> >>
>>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> >>        at java.lang.reflect.Method.invoke(Method.java:597)
>>> >>        at
>>> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>> >>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>> >>        at
>>> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>> >>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
>>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>>> >> loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>>> >> Invalid class loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>>> >>        at
>>> >>
>>> >> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
>>> >>        at
>>> >>
>>> >> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
>>> >>        ... 32 more
>>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
>>> >> Invalid class loader hierarchy.  You have more than one version of
>>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>> >>        at
>>> >>
>>> >> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
>>> >>        ... 33 more
>>> >> [INFO]
>>> >>
>>> >> ------------------------------------------------------------------------
>>> >> [INFO] Total time: 4 minutes 19 seconds
>>> >> [INFO] Finished at: Fri Nov 12 09:02:22 CET 2010
>>> >> [INFO] Final Memory: 91M/388M
>>> >> [INFO]
>>> >>
>>> >> ------------------------------------------------------------------------
>>> >> matzew@leonardo:~/work/source/Apache/trinidad-core/trunk$
>>> >>
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> Matthias Wessendorf
>>> >>
>>> >> blog: http://matthiaswessendorf.wordpress.com/
>>> >> sessions: http://www.slideshare.net/mwessendorf
>>> >> twitter: http://twitter.com/mwessendorf
>>> >
>>> >
>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> twitter: http://twitter.com/mwessendorf
>>
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Re: [Trinidad] Maven Site...

Posted by Matthias Wessendorf <ma...@apache.org>.
sudo ? :)

On Fri, Nov 12, 2010 at 12:45 PM, Bruno Aranda <br...@gmail.com> wrote:
> Hehe, no problem with that one either... it seems to work fine! (apart from
> not having write permissions to create the folder /bruno/rocks ;)
>
> Cheers,
>
> Bruno
>
> On 12 November 2010 11:21, Matthias Wessendorf <ma...@apache.org> wrote:
>>
>> kick ass.
>>
>> Can you do me a favor ?
>>
>> can you try with stage as well ?
>>
>> mvn site:stage -DstagingDirectory=/bruno/rocks
>>
>> On Fri, Nov 12, 2010 at 11:36 AM, Bruno Aranda <br...@gmail.com>
>> wrote:
>> > Hi Matthias,
>> >
>> > I could without problems...
>> >
>> > [INFO] Reactor Summary:
>> > [INFO]
>> > [INFO] Apache MyFaces Trinidad 2.0 ....................... SUCCESS
>> > [1.975s]
>> > [INFO] Apache MyFaces Trinidad Build ..................... SUCCESS
>> > [6.722s]
>> > [INFO] Apache MyFaces Trinidad API ....................... SUCCESS
>> > [1:03.072s]
>> > [INFO] Apache MyFaces Trinidad Impl ...................... SUCCESS
>> > [3:08.392s]
>> > [INFO] Apache MyFaces Trinidad Examples .................. SUCCESS
>> > [15.480s]
>> > [INFO] Apache MyFaces Trinidad Blank Demo ................ SUCCESS
>> > [11.754s]
>> > [INFO] Apache MyFaces Trinidad Demo ...................... SUCCESS
>> > [40.945s]
>> > [INFO] Apache MyFaces Trinidad Components Showcase ....... SUCCESS
>> > [19.563s]
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] BUILD SUCCESS
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Total time: 5:48.617s
>> > [INFO] Finished at: Fri Nov 12 10:30:42 UTC 2010
>> > [INFO] Final Memory: 55M/378M
>> > [INFO]
>> > ------------------------------------------------------------------------
>> >
>> > [baranda@bluefish trinidad]$ mvn -v
>> > Apache Maven 3.0 (r1004208; 2010-10-04 12:50:56+0100)
>> > Java version: 1.6.0_22
>> > Java home: /scratch/apps/jdk1.6.0_22-i586/jre
>> > Default locale: en_GB, platform encoding: UTF-8
>> > OS name: "linux" version: "2.6.31.12-174.2.22.fc12.x86_64" arch: "i386"
>> > Family: "unix"
>> >
>> >
>> > On 12 November 2010 08:07, Matthias Wessendorf <ma...@apache.org>
>> > wrote:
>> >>
>> >> Hi,
>> >>
>> >> is anyone able to build the TRUNK Trinidad site? I am not.... some fun
>> >> is going on in commons-logging :-)
>> >>
>> >> Here is my configuration:
>> >>
>> >> matzew@leonardo:~$ mvn -v
>> >> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
>> >> Java version: 1.6.0_22
>> >> Java home: /java/jdk1.6.0_22/jre
>> >> Default locale: en_US, platform encoding: UTF-8
>> >> OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family:
>> >> "unix"
>> >>
>> >>
>> >>
>> >> And here is the error that I am seeing:
>> >>
>> >> [ERROR] FATAL ERROR
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] org.apache.commons.logging.LogConfigurationException:
>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>> >> loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >> Invalid class loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>> >> loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >> Invalid class loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Trace
>> >> org.apache.commons.logging.LogConfigurationException:
>> >> org.apache.commons.logging.LogConfigurationException:
>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>> >> loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >> Invalid class loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>> >> loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >> Invalid class loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>> >>        at
>> >>
>> >> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
>> >>        at
>> >>
>> >> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
>> >>        at
>> >> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
>> >>        at
>> >> org.apache.commons.digester.Digester.<init>(Digester.java:304)
>> >>        at
>> >>
>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
>> >>        at
>> >>
>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
>> >>        at
>> >>
>> >> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)
>> >>        at
>> >>
>> >> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
>> >>        at
>> >>
>> >> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:164)
>> >>        at
>> >>
>> >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:330)
>> >>        at
>> >>
>> >> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134)
>> >>        at
>> >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:158)
>> >>        at
>> >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:120)
>> >>        at
>> >>
>> >> org.apache.maven.plugins.site.SiteStageMojo.execute(SiteStageMojo.java:117)
>> >>        at
>> >>
>> >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>> >>        at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>> >>        at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
>> >>        at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
>> >>        at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>> >>        at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>> >>        at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>> >>        at
>> >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>> >>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>> >>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>> >>        at
>> >> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>> >>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >>        at
>> >>
>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> >>        at
>> >>
>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >>        at java.lang.reflect.Method.invoke(Method.java:597)
>> >>        at
>> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>> >>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> >>        at
>> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> >>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
>> >> org.apache.commons.logging.LogConfigurationException: Invalid class
>> >> loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >> (Caused by org.apache.commons.logging.LogConfigurationException:
>> >> Invalid class loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>> >>        at
>> >>
>> >> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
>> >>        at
>> >>
>> >> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
>> >>        ... 32 more
>> >> Caused by: org.apache.commons.logging.LogConfigurationException:
>> >> Invalid class loader hierarchy.  You have more than one version of
>> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> >>        at
>> >>
>> >> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
>> >>        ... 33 more
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Total time: 4 minutes 19 seconds
>> >> [INFO] Finished at: Fri Nov 12 09:02:22 CET 2010
>> >> [INFO] Final Memory: 91M/388M
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> matzew@leonardo:~/work/source/Apache/trinidad-core/trunk$
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Matthias Wessendorf
>> >>
>> >> blog: http://matthiaswessendorf.wordpress.com/
>> >> sessions: http://www.slideshare.net/mwessendorf
>> >> twitter: http://twitter.com/mwessendorf
>> >
>> >
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Re: [Trinidad] Maven Site...

Posted by Bruno Aranda <br...@gmail.com>.
Hehe, no problem with that one either... it seems to work fine! (apart from
not having write permissions to create the folder /bruno/rocks ;)

Cheers,

Bruno

On 12 November 2010 11:21, Matthias Wessendorf <ma...@apache.org> wrote:

> kick ass.
>
> Can you do me a favor ?
>
> can you try with stage as well ?
>
> mvn site:stage -DstagingDirectory=/bruno/rocks
>
> On Fri, Nov 12, 2010 at 11:36 AM, Bruno Aranda <br...@gmail.com>
> wrote:
> > Hi Matthias,
> >
> > I could without problems...
> >
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache MyFaces Trinidad 2.0 ....................... SUCCESS
> [1.975s]
> > [INFO] Apache MyFaces Trinidad Build ..................... SUCCESS
> [6.722s]
> > [INFO] Apache MyFaces Trinidad API ....................... SUCCESS
> > [1:03.072s]
> > [INFO] Apache MyFaces Trinidad Impl ...................... SUCCESS
> > [3:08.392s]
> > [INFO] Apache MyFaces Trinidad Examples .................. SUCCESS
> [15.480s]
> > [INFO] Apache MyFaces Trinidad Blank Demo ................ SUCCESS
> [11.754s]
> > [INFO] Apache MyFaces Trinidad Demo ...................... SUCCESS
> [40.945s]
> > [INFO] Apache MyFaces Trinidad Components Showcase ....... SUCCESS
> [19.563s]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD SUCCESS
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 5:48.617s
> > [INFO] Finished at: Fri Nov 12 10:30:42 UTC 2010
> > [INFO] Final Memory: 55M/378M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [baranda@bluefish trinidad]$ mvn -v
> > Apache Maven 3.0 (r1004208; 2010-10-04 12:50:56+0100)
> > Java version: 1.6.0_22
> > Java home: /scratch/apps/jdk1.6.0_22-i586/jre
> > Default locale: en_GB, platform encoding: UTF-8
> > OS name: "linux" version: "2.6.31.12-174.2.22.fc12.x86_64" arch: "i386"
> > Family: "unix"
> >
> >
> > On 12 November 2010 08:07, Matthias Wessendorf <ma...@apache.org>
> wrote:
> >>
> >> Hi,
> >>
> >> is anyone able to build the TRUNK Trinidad site? I am not.... some fun
> >> is going on in commons-logging :-)
> >>
> >> Here is my configuration:
> >>
> >> matzew@leonardo:~$ mvn -v
> >> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
> >> Java version: 1.6.0_22
> >> Java home: /java/jdk1.6.0_22/jre
> >> Default locale: en_US, platform encoding: UTF-8
> >> OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family:
> "unix"
> >>
> >>
> >>
> >> And here is the error that I am seeing:
> >>
> >> [ERROR] FATAL ERROR
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] org.apache.commons.logging.LogConfigurationException:
> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >> loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >> Invalid class loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >> loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >> Invalid class loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Trace
> >> org.apache.commons.logging.LogConfigurationException:
> >> org.apache.commons.logging.LogConfigurationException:
> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >> loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >> Invalid class loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >> loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >> Invalid class loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.))
> >>        at
> >>
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
> >>        at
> >>
> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
> >>        at
> >> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
> >>        at org.apache.commons.digester.Digester.<init>(Digester.java:304)
> >>        at
> >>
> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
> >>        at
> >>
> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
> >>        at
> >>
> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)
> >>        at
> >>
> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
> >>        at
> >>
> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:164)
> >>        at
> >>
> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:330)
> >>        at
> >>
> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134)
> >>        at
> >> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:158)
> >>        at
> >> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:120)
> >>        at
> >>
> org.apache.maven.plugins.site.SiteStageMojo.execute(SiteStageMojo.java:117)
> >>        at
> >>
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> >>        at
> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> >>        at
> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
> >>        at
> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
> >>        at
> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> >>        at
> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> >>        at
> >>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> >>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> >>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> >>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> >>        at
> >> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> >>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>        at
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >>        at
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >>        at java.lang.reflect.Method.invoke(Method.java:597)
> >>        at
> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> >>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> >>        at
> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> >>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> >> Caused by: org.apache.commons.logging.LogConfigurationException:
> >> org.apache.commons.logging.LogConfigurationException: Invalid class
> >> loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >> (Caused by org.apache.commons.logging.LogConfigurationException:
> >> Invalid class loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.)
> >>        at
> >>
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
> >>        at
> >>
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
> >>        ... 32 more
> >> Caused by: org.apache.commons.logging.LogConfigurationException:
> >> Invalid class loader hierarchy.  You have more than one version of
> >> 'org.apache.commons.logging.Log' visible, which is not allowed.
> >>        at
> >>
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
> >>        ... 33 more
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Total time: 4 minutes 19 seconds
> >> [INFO] Finished at: Fri Nov 12 09:02:22 CET 2010
> >> [INFO] Final Memory: 91M/388M
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> matzew@leonardo:~/work/source/Apache/trinidad-core/trunk$
> >>
> >>
> >>
> >>
> >>
> >> --
> >> Matthias Wessendorf
> >>
> >> blog: http://matthiaswessendorf.wordpress.com/
> >> sessions: http://www.slideshare.net/mwessendorf
> >> twitter: http://twitter.com/mwessendorf
> >
> >
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>

Re: [Trinidad] Maven Site...

Posted by Matthias Wessendorf <ma...@apache.org>.
kick ass.

Can you do me a favor ?

can you try with stage as well ?

mvn site:stage -DstagingDirectory=/bruno/rocks

On Fri, Nov 12, 2010 at 11:36 AM, Bruno Aranda <br...@gmail.com> wrote:
> Hi Matthias,
>
> I could without problems...
>
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache MyFaces Trinidad 2.0 ....................... SUCCESS [1.975s]
> [INFO] Apache MyFaces Trinidad Build ..................... SUCCESS [6.722s]
> [INFO] Apache MyFaces Trinidad API ....................... SUCCESS
> [1:03.072s]
> [INFO] Apache MyFaces Trinidad Impl ...................... SUCCESS
> [3:08.392s]
> [INFO] Apache MyFaces Trinidad Examples .................. SUCCESS [15.480s]
> [INFO] Apache MyFaces Trinidad Blank Demo ................ SUCCESS [11.754s]
> [INFO] Apache MyFaces Trinidad Demo ...................... SUCCESS [40.945s]
> [INFO] Apache MyFaces Trinidad Components Showcase ....... SUCCESS [19.563s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 5:48.617s
> [INFO] Finished at: Fri Nov 12 10:30:42 UTC 2010
> [INFO] Final Memory: 55M/378M
> [INFO]
> ------------------------------------------------------------------------
>
> [baranda@bluefish trinidad]$ mvn -v
> Apache Maven 3.0 (r1004208; 2010-10-04 12:50:56+0100)
> Java version: 1.6.0_22
> Java home: /scratch/apps/jdk1.6.0_22-i586/jre
> Default locale: en_GB, platform encoding: UTF-8
> OS name: "linux" version: "2.6.31.12-174.2.22.fc12.x86_64" arch: "i386"
> Family: "unix"
>
>
> On 12 November 2010 08:07, Matthias Wessendorf <ma...@apache.org> wrote:
>>
>> Hi,
>>
>> is anyone able to build the TRUNK Trinidad site? I am not.... some fun
>> is going on in commons-logging :-)
>>
>> Here is my configuration:
>>
>> matzew@leonardo:~$ mvn -v
>> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
>> Java version: 1.6.0_22
>> Java home: /java/jdk1.6.0_22/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family: "unix"
>>
>>
>>
>> And here is the error that I am seeing:
>>
>> [ERROR] FATAL ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException: Invalid class
>> loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> (Caused by org.apache.commons.logging.LogConfigurationException:
>> Invalid class loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>> (Caused by org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException: Invalid class
>> loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> (Caused by org.apache.commons.logging.LogConfigurationException:
>> Invalid class loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Trace
>> org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException: Invalid class
>> loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> (Caused by org.apache.commons.logging.LogConfigurationException:
>> Invalid class loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>> (Caused by org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException: Invalid class
>> loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> (Caused by org.apache.commons.logging.LogConfigurationException:
>> Invalid class loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>>        at
>> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
>>        at
>> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
>>        at
>> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
>>        at org.apache.commons.digester.Digester.<init>(Digester.java:304)
>>        at
>> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
>>        at
>> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
>>        at
>> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)
>>        at
>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
>>        at
>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:164)
>>        at
>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:330)
>>        at
>> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134)
>>        at
>> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:158)
>>        at
>> org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:120)
>>        at
>> org.apache.maven.plugins.site.SiteStageMojo.execute(SiteStageMojo.java:117)
>>        at
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>>        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>>        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
>>        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
>>        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>>        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>>        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>>        at
>> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at
>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>        at
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> Caused by: org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException: Invalid class
>> loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.
>> (Caused by org.apache.commons.logging.LogConfigurationException:
>> Invalid class loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>>        at
>> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
>>        at
>> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
>>        ... 32 more
>> Caused by: org.apache.commons.logging.LogConfigurationException:
>> Invalid class loader hierarchy.  You have more than one version of
>> 'org.apache.commons.logging.Log' visible, which is not allowed.
>>        at
>> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
>>        ... 33 more
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 4 minutes 19 seconds
>> [INFO] Finished at: Fri Nov 12 09:02:22 CET 2010
>> [INFO] Final Memory: 91M/388M
>> [INFO]
>> ------------------------------------------------------------------------
>> matzew@leonardo:~/work/source/Apache/trinidad-core/trunk$
>>
>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Re: [Trinidad] Maven Site...

Posted by Bruno Aranda <br...@gmail.com>.
Hi Matthias,

I could without problems...

[INFO] Reactor Summary:
[INFO]
[INFO] Apache MyFaces Trinidad 2.0 ....................... SUCCESS [1.975s]
[INFO] Apache MyFaces Trinidad Build ..................... SUCCESS [6.722s]
[INFO] Apache MyFaces Trinidad API ....................... SUCCESS
[1:03.072s]
[INFO] Apache MyFaces Trinidad Impl ...................... SUCCESS
[3:08.392s]
[INFO] Apache MyFaces Trinidad Examples .................. SUCCESS [15.480s]
[INFO] Apache MyFaces Trinidad Blank Demo ................ SUCCESS [11.754s]
[INFO] Apache MyFaces Trinidad Demo ...................... SUCCESS [40.945s]
[INFO] Apache MyFaces Trinidad Components Showcase ....... SUCCESS [19.563s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 5:48.617s
[INFO] Finished at: Fri Nov 12 10:30:42 UTC 2010
[INFO] Final Memory: 55M/378M
[INFO]
------------------------------------------------------------------------

[baranda@bluefish trinidad]$ mvn -v
Apache Maven 3.0 (r1004208; 2010-10-04 12:50:56+0100)
Java version: 1.6.0_22
Java home: /scratch/apps/jdk1.6.0_22-i586/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux" version: "2.6.31.12-174.2.22.fc12.x86_64" arch: "i386"
Family: "unix"


On 12 November 2010 08:07, Matthias Wessendorf <ma...@apache.org> wrote:

> Hi,
>
> is anyone able to build the TRUNK Trinidad site? I am not.... some fun
> is going on in commons-logging :-)
>
> Here is my configuration:
>
> matzew@leonardo:~$ mvn -v
> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
> Java version: 1.6.0_22
> Java home: /java/jdk1.6.0_22/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family: "unix"
>
>
>
> And here is the error that I am seeing:
>
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException: Invalid class
> loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.
> (Caused by org.apache.commons.logging.LogConfigurationException:
> Invalid class loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.)
> (Caused by org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException: Invalid class
> loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.
> (Caused by org.apache.commons.logging.LogConfigurationException:
> Invalid class loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.))
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException: Invalid class
> loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.
> (Caused by org.apache.commons.logging.LogConfigurationException:
> Invalid class loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.)
> (Caused by org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException: Invalid class
> loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.
> (Caused by org.apache.commons.logging.LogConfigurationException:
> Invalid class loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.))
>        at
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
>        at
> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
>        at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
>        at org.apache.commons.digester.Digester.<init>(Digester.java:304)
>        at
> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
>        at
> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
>        at
> org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)
>        at
> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
>        at
> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:164)
>        at
> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:330)
>        at
> org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134)
>        at
> org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:158)
>        at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:120)
>        at
> org.apache.maven.plugins.site.SiteStageMojo.execute(SiteStageMojo.java:117)
>        at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>        at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException: Invalid class
> loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.
> (Caused by org.apache.commons.logging.LogConfigurationException:
> Invalid class loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.)
>        at
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
>        at
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
>        ... 32 more
> Caused by: org.apache.commons.logging.LogConfigurationException:
> Invalid class loader hierarchy.  You have more than one version of
> 'org.apache.commons.logging.Log' visible, which is not allowed.
>        at
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
>        ... 33 more
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 4 minutes 19 seconds
> [INFO] Finished at: Fri Nov 12 09:02:22 CET 2010
> [INFO] Final Memory: 91M/388M
> [INFO]
> ------------------------------------------------------------------------
> matzew@leonardo:~/work/source/Apache/trinidad-core/trunk$
>
>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>