Author: asoldano
Date: 2015-01-13 02:24:05 -0500 (Tue, 13 Jan 2015)
New Revision: 19364
Removed:
stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/src/test/scripts/jboss-home-bin-script-permissions.groovy
Modified:
stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml
Log:
Also remove persmission script from cxf-tests
Modified: stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml 2015-01-12 21:08:41
UTC (rev 19363)
+++ stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml 2015-01-13 07:24:05
UTC (rev 19364)
@@ -123,21 +123,6 @@
</properties>
</configuration>
</execution>
- <execution>
- <id>jboss-home-bin-script-permissions</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>execute</goal>
- </goals>
- <configuration>
- <source>
-
${basedir}/src/test/scripts/jboss-home-bin-script-permissions.groovy
- </source>
- <properties>
- <jbossHome>${jboss.home}</jbossHome>
- </properties>
- </configuration>
- </execution>
</executions>
</plugin>
<plugin> <!-- This copies jbossws-cxf-factories jar to endorsed dir
before the integration-tests are run -->
Deleted:
stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/src/test/scripts/jboss-home-bin-script-permissions.groovy
===================================================================
---
stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/src/test/scripts/jboss-home-bin-script-permissions.groovy 2015-01-12
21:08:41 UTC (rev 19363)
+++
stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/src/test/scripts/jboss-home-bin-script-permissions.groovy 2015-01-13
07:24:05 UTC (rev 19364)
@@ -1,18 +0,0 @@
-
-/*
- * Set execute permission on needed server scripts.
- */
- String[] scriptList = [ "wsconsume.bat",
- "wsconsume.sh",
- "wsprovide.bat",
- "wsprovide.sh",
- "appclient.bat",
- "appclient.sh"
- ]
- for (n in scriptList) {
- def cmd = "chmod +x " + project.properties['jbossHome'] +
"/bin/" + n
- println cmd
- cmd.execute()
- def tmp = "touch /tmp/" + n
- tmp.execute()
- }
Show replies by date