The following comment has been added to this issue:
Author: Vincent Massol
Created: Tue, 4 May 2004 11:11 AM
Body:
The last error you're getting on HEAD is "normal". HEAD is not stable and is not
currently meant to be built. I'd highly suggest you to use the 1.0 branch of maven/.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1262&page=comments#action_19352
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1262
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1262
Summary: Missing plugins\plugin-parent-1.0\plugin.jelly in bootstrap build
Type: Bug
Status: Closed
Priority: Major
Resolution: WON'T FIX
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
core
Fix Fors:
1.0-rc3
Versions:
1.0-rc3
Assignee: Vincent Massol
Reporter: Archimedes Trajano
Created: Tue, 4 May 2004 9:28 AM
Updated: Tue, 4 May 2004 11:11 AM
Description:
When doing a build-bootstrap I get the following error.
[echo]
[echo] |
[echo] | BUILDING MAVEN WITH ITSELF...
[echo] |
[echo]
[exec] __ __
[exec] | \/ |__ _Apache__ ___
[exec] | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
[exec] |_| |_\__,_|\_/\___|_||_| v. 1.0-rc3-SNAPSHOT
[exec] plugin license is cached (dynatag dep) but no longer present
[exec] Cache invalidated due to out of date plugins
[exec] org.apache.maven.MavenException: Error reading plugin script
[exec] at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptH
ousing.java:180)
[exec] at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(Plu
ginManager.java:203)
[exec] at org.apache.maven.plugin.PluginManager.initialize(PluginManage
r.java:255)
[exec] at org.apache.maven.MavenSession.initializePluginManager(MavenSe
ssion.java:207)
[exec] at org.apache.maven.MavenSession.initialize(MavenSession.java:17
4)
[exec] at org.apache.maven.cli.App.doMain(App.java:472)
[exec] at org.apache.maven.cli.App.main(App.java:1214)
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
sorImpl.java:39)
[exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
hodAccessorImpl.java:25)
[exec] at java.lang.reflect.Method.invoke(Method.java:324)
[exec] at com.werken.forehead.Forehead.run(Forehead.java:551)
[exec] at com.werken.forehead.Forehead.main(Forehead.java:581)
[exec] --- Nested Exception ---
[exec] java.io.FileNotFoundException: C:\Documents and Settings\trajano\.ma
ven\plugins\plugin-parent-1.0\plugin.jelly (The system cannot find the file spec
ified)
[exec] at java.io.FileInputStream.open(Native Method)
[exec] at java.io.FileInputStream.<init>(FileInputStream.java:106)
[exec] at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptH
ousing.java:176)
[exec] at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(Plu
ginManager.java:203)
[exec] at org.apache.maven.plugin.PluginManager.initialize(PluginManage
r.java:255)
[exec] at org.apache.maven.MavenSession.initializePluginManager(MavenSe
ssion.java:207)
[exec] at org.apache.maven.MavenSession.initialize(MavenSession.java:17
4)
[exec] at org.apache.maven.cli.App.doMain(App.java:472)
[exec] at org.apache.maven.cli.App.main(App.java:1214)
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
sorImpl.java:39)
[exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
hodAccessorImpl.java:25)
[exec] at java.lang.reflect.Method.invoke(Method.java:324)
[exec] at com.werken.forehead.Forehead.run(Forehead.java:551)
[exec] at com.werken.forehead.Forehead.main(Forehead.java:581)
[exec] You have encountered an unknown error running Maven. Please help us
to correct
[exec] this problem by following these simple steps:
[exec] - read the Maven FAQ at http://maven.apache.org/faq.html
[exec] - run the same command again with the '-e' parameter, eg maven -e ja
r
[exec] - search the maven-user archives for the error at
[exec] http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
n.apache.org
[exec] - post the output of maven -e to JIRA at
[exec] http://jira.codehaus.org/BrowseProject.jspa?id=10030 (you must sign
up first)
[exec] - run 'maven --info' and post the output as the environment to the b
ug above
Checking the maven-plugins/plugin-parent project I only see
8 .cvsignore
1,403 project.properties
5,670 project.xml
264 README.txt
no plugin.jelly
Perhaps someone forgot to commit that code?
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]