]
David virgil naranjo updated RTGOV-445:
---------------------------------------
Git Pull Request:
RTGov installer fails related to password taskDef
-------------------------------------------------
Key: RTGOV-445
URL:
https://issues.jboss.org/browse/RTGOV-445
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Gary Brown
Assignee: David virgil naranjo
Fix For: 2.0.0.Final
Failure when using rtgov installer with latest overlord-commons:
{noformat}
install:
[echo]
[echo] #######################################################
[echo] # Running the Overlord Commons installer. This will #
[echo] # install and configure the Overlord IDP (and all of #
[echo] # its dependencies) into an app server. #
[echo] #######################################################
[echo]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.646s
[INFO] Finished at: Wed Apr 30 15:25:02 BST 2014
[INFO] Final Memory: 16M/490M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run
(install) on project install: An Ant BuildException has occured: The following error
occurred while executing this line:
[ERROR]
/home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/server/build.xml:25:
The following error occurred while executing this line:
[ERROR]
/home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/server/overlord-commons/build.xml:31:
The following error occurred while executing this line:
[ERROR]
/home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/server/overlord-commons/scripts/jboss-eap-6.xml:3:
taskdef class org.overlord.commons.ant.user.JbossGetPassword cannot be found
[ERROR] using the classloader AntClassLoader[]
[ERROR] around Ant part ...<ant antfile="profiles/server/build.xml"
target="deploy">... @ 6:60 in
/home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/target/antrun/build-main.xml
[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/MojoExecutionException
{noformat}