Skip to content

Commit

Permalink
Update to JBoss EAP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Dec 13, 2017
1 parent 515887e commit f7f52b7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build
Expand Up @@ -96,7 +96,7 @@ Server options:
-f 9 enable all functional tests
--verify equivalent to -a -f 1
--verify-all equivalent to -a -f 9
-E, --eap (-Dappserver=jbosseap6, requires EAP7_URL env var)
-E, --eap (-Dappserver=jbosseap6, requires EAP71_URL env var)
-W, --wildfly (-Dappserver=wildfly8)
-w, --wait quick-build, install Zanata then wait for IDE to run functional tests
EOF
Expand Down
4 changes: 2 additions & 2 deletions server/functional-test/pom.xml
Expand Up @@ -998,7 +998,7 @@
<echo />
<echo>Unless skipping tests, you must choose an appserver:</echo>
<echo>-Dappserver=jbosseap6 or -Dappserver=wildfly8</echo>
<echo>For jbosseap6, env var EAP7_URL should point to an EAP zip file.</echo>
<echo>For jbosseap6, env var EAP71_URL should point to an EAP zip file.</echo>
<echo />
<echo>-DallFuncTests to enable all functional tests (defaults to smoke tests)</echo>
<echo />
Expand Down Expand Up @@ -1028,7 +1028,7 @@
<configuration>
<target unless="skipFuncTests">
<fail message="'appserver' property must be set to run integration tests (or else use -DskipFuncTests)" unless="appserver" />
<fail message="'cargo.installation' property is null (set env var EAP7_URL or else use -DskipFuncTests)" unless="cargo.installation" />
<fail message="'cargo.installation' property is null (set env var EAP71_URL or else use -DskipFuncTests)" unless="cargo.installation" />
</target>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Expand Up @@ -2125,7 +2125,7 @@
<echo message="appserver.home=${appserver.home}" />
<echo message="DISPLAY=${env.DISPLAY}" />
<echo message="WARNING: 'appserver' property must be set unless skipping integration tests" unless:set="appserver" />
<echo message="WARNING: 'cargo.installation' property is null. You might need to set the env var EAP7_URL" unless:set="cargo.installation" />
<echo message="WARNING: 'cargo.installation' property is null. You might need to set the env var EAP71_URL" unless:set="cargo.installation" />
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -2344,7 +2344,7 @@
</activation>
<properties>
<cargo.container>wildfly10x</cargo.container>
<cargo.installation>${env.EAP7_URL}</cargo.installation>
<cargo.installation>${env.EAP71_URL}</cargo.installation>
</properties>
</profile>

Expand Down
2 changes: 1 addition & 1 deletion server/services/pom.xml
Expand Up @@ -1540,7 +1540,7 @@
<configuration>
<target unless="skipArqTests">
<fail message="'appserver' property must be set to run integration tests (or else use -DskipArqTests)" unless="appserver" />
<fail message="'cargo.installation' property is null (set env var EAP7_URL or else use -DskipArqTests)" unless="cargo.installation" />
<fail message="'cargo.installation' property is null (set env var EAP71_URL or else use -DskipArqTests)" unless="cargo.installation" />
</target>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion server/zanata-war/pom.xml
Expand Up @@ -544,7 +544,7 @@
<configuration>
<target unless="skipArqTests">
<fail message="'appserver' property must be set to run integration tests (or else use -DskipArqTests)" unless="appserver" />
<fail message="'cargo.installation' property is null (set env var EAP7_URL or else use -DskipArqTests)" unless="cargo.installation" />
<fail message="'cargo.installation' property is null (set env var EAP71_URL or else use -DskipArqTests)" unless="cargo.installation" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit f7f52b7

Please sign in to comment.