You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Inge (JIRA)" <ji...@apache.org> on 2010/10/12 15:51:35 UTC

[jira] Created: (TAP5-1302) tapestry-component-report fails due to doxia dependency error

tapestry-component-report fails due to doxia dependency error
-------------------------------------------------------------

                 Key: TAP5-1302
                 URL: https://issues.apache.org/jira/browse/TAP5-1302
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-component-report
    Affects Versions: 5.1.0.5
            Reporter: Inge


First of all, I encountered this bug, which prevents component report to run on Windows 7:

https://issues.apache.org/jira/browse/TAP5-871

After applying the patch found in that issue, I ran into the next one:

java.lang.NoSuchMethodError: org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing/text/html/HTML$Tag;)V
       at org.apache.maven.doxia.module.xhtml.XhtmlSink.link_(XhtmlSink.java:1066)
       at org.apache.tapestry.mojo.ComponentReport.executeReport(ComponentReport.java:240)
       at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:90)
       at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:65)
       at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:513)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:483)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
       at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
       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:592)
       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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1302) tapestry-component-report fails due to doxia dependency error

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1302:
---------------------------------------

    Priority: Critical  (was: Major)

> tapestry-component-report fails due to doxia dependency error
> -------------------------------------------------------------
>
>                 Key: TAP5-1302
>                 URL: https://issues.apache.org/jira/browse/TAP5-1302
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.0, 5.1.0.5
>            Reporter: Inge
>            Priority: Critical
>
> First of all, I encountered this bug, which prevents component report to run on Windows 7:
> https://issues.apache.org/jira/browse/TAP5-871
> After applying the patch found in that issue, I ran into the next one:
> java.lang.NoSuchMethodError: org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing/text/html/HTML$Tag;)V
>        at org.apache.maven.doxia.module.xhtml.XhtmlSink.link_(XhtmlSink.java:1066)
>        at org.apache.tapestry.mojo.ComponentReport.executeReport(ComponentReport.java:240)
>        at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:90)
>        at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:65)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:513)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:483)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
>        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:592)
>        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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1302) tapestry-component-report fails due to doxia dependency error

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1302:
---------------------------------------


Maven is very sensitive to version numbers; the Tapestry POM locks down the version number for the site plugin:

      <plugin>
          <artifactId>maven-site-plugin</artifactId>
          <version>2.0-beta-5</version>
        </plugin>

This will likely resolve your problem.

> tapestry-component-report fails due to doxia dependency error
> -------------------------------------------------------------
>
>                 Key: TAP5-1302
>                 URL: https://issues.apache.org/jira/browse/TAP5-1302
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.0, 5.1.0.5
>            Reporter: Inge
>            Priority: Critical
>
> First of all, I encountered this bug, which prevents component report to run on Windows 7:
> https://issues.apache.org/jira/browse/TAP5-871
> After applying the patch found in that issue, I ran into the next one:
> java.lang.NoSuchMethodError: org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing/text/html/HTML$Tag;)V
>        at org.apache.maven.doxia.module.xhtml.XhtmlSink.link_(XhtmlSink.java:1066)
>        at org.apache.tapestry.mojo.ComponentReport.executeReport(ComponentReport.java:240)
>        at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:90)
>        at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:65)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:513)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:483)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
>        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:592)
>        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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1302) tapestry-component-report fails due to doxia dependency error

Posted by "Inge (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924915#action_12924915 ] 

Inge commented on TAP5-1302:
----------------------------

Thanks, but not really sure how to use that information. Tried to put that plugin tag inside my <reporting> section, and in the build section as well, did not make a difference.

Where do I put that tag in order to override the current site config? Here's my POM (before any modifications):

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-eclipse-plugin</artifactId>
				<configuration>
					<downloadSources>true</downloadSources>
				</configuration>
			</plugin>

		</plugins>

	</build>
	<reporting>
		<plugins>
			<plugin>
				<groupId>org.apache.tapestry</groupId>
				<artifactId>tapestry-component-report</artifactId>
				<version>${tapestry-version}</version>
				<configuration>
					<rootPackage>com.mypackage</rootPackage>
				</configuration>
			</plugin>
		</plugins>
	</reporting>


> tapestry-component-report fails due to doxia dependency error
> -------------------------------------------------------------
>
>                 Key: TAP5-1302
>                 URL: https://issues.apache.org/jira/browse/TAP5-1302
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.0, 5.1.0.5
>            Reporter: Inge
>            Priority: Critical
>
> First of all, I encountered this bug, which prevents component report to run on Windows 7:
> https://issues.apache.org/jira/browse/TAP5-871
> After applying the patch found in that issue, I ran into the next one:
> java.lang.NoSuchMethodError: org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing/text/html/HTML$Tag;)V
>        at org.apache.maven.doxia.module.xhtml.XhtmlSink.link_(XhtmlSink.java:1066)
>        at org.apache.tapestry.mojo.ComponentReport.executeReport(ComponentReport.java:240)
>        at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:90)
>        at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:65)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:513)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:483)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
>        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:592)
>        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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1302) tapestry-component-report fails due to doxia dependency error

Posted by "Inge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Inge updated TAP5-1302:
-----------------------

    Affects Version/s: 5.2.0

> tapestry-component-report fails due to doxia dependency error
> -------------------------------------------------------------
>
>                 Key: TAP5-1302
>                 URL: https://issues.apache.org/jira/browse/TAP5-1302
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.0, 5.1.0.5
>            Reporter: Inge
>
> First of all, I encountered this bug, which prevents component report to run on Windows 7:
> https://issues.apache.org/jira/browse/TAP5-871
> After applying the patch found in that issue, I ran into the next one:
> java.lang.NoSuchMethodError: org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing/text/html/HTML$Tag;)V
>        at org.apache.maven.doxia.module.xhtml.XhtmlSink.link_(XhtmlSink.java:1066)
>        at org.apache.tapestry.mojo.ComponentReport.executeReport(ComponentReport.java:240)
>        at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:90)
>        at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:65)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:513)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:483)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
>        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:592)
>        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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1302) tapestry-component-report fails due to doxia dependency error

Posted by "Inge (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924915#action_12924915 ] 

Inge commented on TAP5-1302:
----------------------------

Thanks, but not really sure how to use that information. Tried to put that plugin tag inside my <reporting> section, and in the build section as well, did not make a difference.

Where do I put that tag in order to override the current site config? Here's my POM (before any modifications):

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-eclipse-plugin</artifactId>
				<configuration>
					<downloadSources>true</downloadSources>
				</configuration>
			</plugin>

		</plugins>

	</build>
	<reporting>
		<plugins>
			<plugin>
				<groupId>org.apache.tapestry</groupId>
				<artifactId>tapestry-component-report</artifactId>
				<version>${tapestry-version}</version>
				<configuration>
					<rootPackage>com.mypackage</rootPackage>
				</configuration>
			</plugin>
		</plugins>
	</reporting>


> tapestry-component-report fails due to doxia dependency error
> -------------------------------------------------------------
>
>                 Key: TAP5-1302
>                 URL: https://issues.apache.org/jira/browse/TAP5-1302
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.0, 5.1.0.5
>            Reporter: Inge
>            Priority: Critical
>
> First of all, I encountered this bug, which prevents component report to run on Windows 7:
> https://issues.apache.org/jira/browse/TAP5-871
> After applying the patch found in that issue, I ran into the next one:
> java.lang.NoSuchMethodError: org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing/text/html/HTML$Tag;)V
>        at org.apache.maven.doxia.module.xhtml.XhtmlSink.link_(XhtmlSink.java:1066)
>        at org.apache.tapestry.mojo.ComponentReport.executeReport(ComponentReport.java:240)
>        at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:90)
>        at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:65)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:513)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:483)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
>        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:592)
>        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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1302) tapestry-component-report fails due to doxia dependency error

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1302:
---------------------------------------

    Priority: Critical  (was: Major)

> tapestry-component-report fails due to doxia dependency error
> -------------------------------------------------------------
>
>                 Key: TAP5-1302
>                 URL: https://issues.apache.org/jira/browse/TAP5-1302
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.0, 5.1.0.5
>            Reporter: Inge
>            Priority: Critical
>
> First of all, I encountered this bug, which prevents component report to run on Windows 7:
> https://issues.apache.org/jira/browse/TAP5-871
> After applying the patch found in that issue, I ran into the next one:
> java.lang.NoSuchMethodError: org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing/text/html/HTML$Tag;)V
>        at org.apache.maven.doxia.module.xhtml.XhtmlSink.link_(XhtmlSink.java:1066)
>        at org.apache.tapestry.mojo.ComponentReport.executeReport(ComponentReport.java:240)
>        at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:90)
>        at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:65)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:513)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:483)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
>        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:592)
>        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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1302) tapestry-component-report fails due to doxia dependency error

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1302:
---------------------------------------


Maven is very sensitive to version numbers; the Tapestry POM locks down the version number for the site plugin:

      <plugin>
          <artifactId>maven-site-plugin</artifactId>
          <version>2.0-beta-5</version>
        </plugin>

This will likely resolve your problem.

> tapestry-component-report fails due to doxia dependency error
> -------------------------------------------------------------
>
>                 Key: TAP5-1302
>                 URL: https://issues.apache.org/jira/browse/TAP5-1302
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.0, 5.1.0.5
>            Reporter: Inge
>            Priority: Critical
>
> First of all, I encountered this bug, which prevents component report to run on Windows 7:
> https://issues.apache.org/jira/browse/TAP5-871
> After applying the patch found in that issue, I ran into the next one:
> java.lang.NoSuchMethodError: org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing/text/html/HTML$Tag;)V
>        at org.apache.maven.doxia.module.xhtml.XhtmlSink.link_(XhtmlSink.java:1066)
>        at org.apache.tapestry.mojo.ComponentReport.executeReport(ComponentReport.java:240)
>        at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:90)
>        at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:65)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:513)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:483)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
>        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:592)
>        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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1302) tapestry-component-report fails due to doxia dependency error

Posted by "Inge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Inge updated TAP5-1302:
-----------------------

    Affects Version/s: 5.2.0

> tapestry-component-report fails due to doxia dependency error
> -------------------------------------------------------------
>
>                 Key: TAP5-1302
>                 URL: https://issues.apache.org/jira/browse/TAP5-1302
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.0, 5.1.0.5
>            Reporter: Inge
>
> First of all, I encountered this bug, which prevents component report to run on Windows 7:
> https://issues.apache.org/jira/browse/TAP5-871
> After applying the patch found in that issue, I ran into the next one:
> java.lang.NoSuchMethodError: org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing/text/html/HTML$Tag;)V
>        at org.apache.maven.doxia.module.xhtml.XhtmlSink.link_(XhtmlSink.java:1066)
>        at org.apache.tapestry.mojo.ComponentReport.executeReport(ComponentReport.java:240)
>        at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:90)
>        at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:65)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:513)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:483)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
>        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:592)
>        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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.