You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/04/10 04:28:18 UTC

[jira] Closed: (MPECLIPSE-11) Eclipse: java.lang.reflect.InvocationTargetException: plugin.jelly Line 294

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Fri, 9 Apr 2004 10:26 PM

see MAVEN-1150
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPECLIPSE-11

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-11
    Summary: Eclipse: java.lang.reflect.InvocationTargetException: plugin.jelly Line 294
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: DUPLICATE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-eclipse-plugin

   Assignee: Brett Porter
   Reporter: 

    Created: Fri, 15 Aug 2003 8:33 PM
    Updated: Fri, 9 Apr 2004 10:26 PM
Environment: Windows 2000, Eclipse 2.1

Description:
When running the maven-xdoc task as external task from Eclipse: I'm receiving the following error:
-------------------------------------

c:\jdk\eclipse\workspace\ILocationDetailManager>set JAVA_HOME=c:\jdk1.4.1 

c:\jdk\eclipse\workspace\ILocationDetailManager>set MAVEN_HOME=C:\jdk\maven-1.0-beta-10 
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

    [mkdir] Created dir: C:\jdk\eclipse\workspace\ILocationDetailManager\target\generated-xdocs
    [mkdir] Created dir: C:\jdk\eclipse\workspace\ILocationDetailManager\target\docs
     [echo] Generating xdocs from POM ... 
     [copy] Copying 5 files to C:\jdk\eclipse\workspace\ILocationDetailManager\target\docs\style
     [copy] Copying 33 files to C:\jdk\eclipse\workspace\ILocationDetailManager\target\docs\images
About to use JSL stylesheet file:/C:/Documents and Settings/Administrator/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/plugin-resources/site.jsl

BUILD FAILED
java.lang.reflect.InvocationTargetException
	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:324)
	at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:217)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
	at org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
	at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
	at org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
	at org.apache.commons.jelly.tags.util.AvailableTag.doTag(AvailableTag.java:110)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
	at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
	at com.werken.werkz.Goal.fire(Goal.java:639)
	at com.werken.werkz.Goal.attain(Goal.java:575)
	at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
	at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
	at org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
	at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
	at com.werken.werkz.Goal.fire(Goal.java:639)
	at com.werken.werkz.Goal.attain(Goal.java:575)
	at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
	at com.werken.werkz.Goal.attain(Goal.java:573)
	at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
	at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
	at org.apache.maven.cli.App.doMain(App.java:525)
	at org.apache.maven.cli.App.main(App.java:1088)
	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:324)
	at com.werken.forehead.Forehead.run(Forehead.java:543)
	at com.werken.forehead.Forehead.main(Forehead.java:573)
Caused by: java.lang.NullPointerException
	at java.util.Hashtable.put(Hashtable.java:389)
	at org.apache.commons.jelly.tags.ant.JellyPropsHandler.getProperties(JellyPropsHandler.java:122)
	at org.apache.commons.grant.GrantProject.getProperties(Unknown Source)
	at org.apache.commons.grant.GrantProject.replaceProperties(Unknown Source)
	at org.apache.tools.ant.taskdefs.Echo.addText(Echo.java:134)
	... 43 more
File...... file:/C:/Documents and Settings/Administrator/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
Element... echo
Line...... 294
Column.... 15
java.lang.reflect.InvocationTargetException
Total time:  10 seconds



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org