]
Brett Meyer closed SRAMP-614.
-----------------------------
Resolution: Rejected
Whoops -- put the system props *before* -jar
System property substitution failing when used on s-ramp-shell jar
------------------------------------------------------------------
Key: SRAMP-614
URL:
https://issues.jboss.org/browse/SRAMP-614
Project: S-RAMP
Issue Type: Bug
Reporter: Brett Meyer
Assignee: Brett Meyer
{code}
java -jar bin/s-ramp-shell-0.7.0-SNAPSHOT.jar
-Dsramp.server=http://localhost:8080/s-ramp-server -Dsramp.username=admin
-Dsramp.password=overlord1!
s-ramp:connect ${sramp.server} ${sramp.username} ${sramp.password}
FAILED to connect to S-RAMP endpoint: http://${sramp.server}
java.lang.IllegalArgumentException: You did not supply enough values to fill path
parameters
{code}
Substitution works when using 'mvn exec:java' on the module.