]
Gary Brown resolved RTGOV-291.
------------------------------
Fix Version/s: 2.0.0.Final
Resolution: Done
RTGov client install fails to accept password
---------------------------------------------
Key: RTGOV-291
URL:
https://issues.jboss.org/browse/RTGOV-291
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
When running "mvn install -Dtype=client", the script now requests the RTGov
server's username and password.
When the username is entered, the script aborts with the following error:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-antrun-plugin:1.8-SNAPSHOT: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/client/build.xml:49:
Failed to read input from Console.
[ERROR] around Ant part ...<ant antfile="profiles/client/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:
Stream closed
{noformat}
It appears that this is a fixed issue in ant version 1.8.3:
https://issues.apache.org/bugzilla/show_bug.cgi?id=51161
However the maven-ant-plugin 1.7 and 1.8-SNAPSHOT both use version 1.8.2 currently.
--
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: