]
Pavol Srna commented on FORGEPLUGINS-41:
----------------------------------------
Hi, I tried with forge 1.1.2.Final today and I can confirm that the issue is gone.
jboss-as-7 plugin installation fails
------------------------------------
Key: FORGEPLUGINS-41
URL:
https://issues.jboss.org/browse/FORGEPLUGINS-41
Project: Forge Plugins
Issue Type: Bug
Environment: Forge 1.0.6 Snapshot 20120719.171604-23
Forge 1.0.5.Final
Fedora 17 64-bit
Oracle JDK 1.7.0_04
Reporter: Martin Hynar
With clean installation of forge, I am constantly getting error when installing
jboss-as-7 plugin. The trace of the error is following:
$ forge install-plugin jboss-as-7
Connecting to remote repository
[
https://raw.github.com/forge/plugin-repository/master/repository.yaml]... connected!
***INFO*** Preparing to install plugin: jboss-as-7
***INFO*** Checking out plugin source files to [/tmp/forgetemp3822781909726350364/repo]
via 'git'
***INFO*** Switching to branch/tag [refs/heads/1.0.5.Final]
***INFO*** Invoking build with underlying build system.
/opt/java/jdk1.7.0_04/
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building plugin-jboss-as7 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ plugin-jboss-as7 ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ plugin-jboss-as7
---
[debug] execute contextualize
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build
is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ plugin-jboss-as7 ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is
platform dependent!
[INFO] Compiling 23 source files to
/tmp/forgetemp3822781909726350364/repo/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[24,28]
error: package org.jboss.forge.maven does not exist
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[25,36]
error: package org.jboss.forge.maven.plugins does not exist
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[33,15]
error: cannot find symbol
[ERROR] class MavenPluginFacet
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,8]
error: cannot find symbol
[ERROR] class AS7Facet
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,56]
error: cannot find symbol
[ERROR] class AS7Facet
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[45,34]
error: cannot find symbol
[ERROR] class AS7Facet
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,8]
error: cannot find symbol
[ERROR] class AS7Facet
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,56]
error: cannot find symbol
[INFO] 8 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.088s
[INFO] Finished at: Fri Jul 20 16:20:26 CEST 2012
[INFO] Final Memory: 13M/148M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project
plugin-jboss-as7: Compilation failure: Compilation failure:
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[24,28]
error: package org.jboss.forge.maven does not exist
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[25,36]
error: package org.jboss.forge.maven.plugins does not exist
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[33,15]
error: cannot find symbol
[ERROR] class MavenPluginFacet
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,8]
error: cannot find symbol
[ERROR] class AS7Facet
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,56]
error: cannot find symbol
[ERROR] class AS7Facet
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[45,34]
error: cannot find symbol
[ERROR] class AS7Facet
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,8]
error: cannot find symbol
[ERROR] class AS7Facet
[ERROR]
/tmp/forgetemp3822781909726350364/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,56]
error: cannot find symbol
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: