JBoss Tools SVN: r41133 - trunk/maven/features.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-05-17 19:05:50 -0400 (Thu, 17 May 2012)
New Revision: 41133
Modified:
trunk/maven/features/pom.xml
Log:
removed repositories definition from maven/features/pom.xml, they seam not required animore because included into target platform
Modified: trunk/maven/features/pom.xml
===================================================================
--- trunk/maven/features/pom.xml 2012-05-17 22:54:35 UTC (rev 41132)
+++ trunk/maven/features/pom.xml 2012-05-17 23:05:50 UTC (rev 41133)
@@ -29,22 +29,4 @@
<module>org.jboss.tools.maven.sourcelookup.feature</module>
<module>org.jboss.tools.maven.jdt.feature</module>
</modules>
-
- <repositories>
- <repository>
- <id>indigo</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/releases/indigo</url>
- </repository>
- <repository>
- <id>wtp</id>
- <layout>p2</layout>
- <url>http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/</url>
- </repository>
- <repository>
- <id>swtbot</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</url>
- </repository>
- </repositories>
</project>
13 years, 11 months
JBoss Tools SVN: r41132 - in trunk/documentation: guides/GettingStartedGuide/en-US and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-05-17 18:54:35 -0400 (Thu, 17 May 2012)
New Revision: 41132
Modified:
trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml
trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
trunk/documentation/guides/GettingStartedGuide/en-US/usage_reporting.xml
trunk/documentation/jboss-tools-docs/all-guides.xml
trunk/documentation/jboss-tools-docs/index/en-US/master.xml
trunk/documentation/jboss-tools-docs/pom.xml
Log:
updated to remove exadel migration guide from being published as it seems to have been moved and, really, it isn't necessary any more
Modified: trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml
===================================================================
--- trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml 2012-05-17 22:19:22 UTC (rev 41131)
+++ trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml 2012-05-17 22:54:35 UTC (rev 41132)
@@ -9,7 +9,7 @@
<productname>JBoss Developer Studio</productname>
- <productnumber>5.0</productnumber>
+ <productnumber>5.0.Beta</productnumber>
<edition>5.0.0</edition>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml 2012-05-17 22:19:22 UTC (rev 41131)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml 2012-05-17 22:54:35 UTC (rev 41132)
@@ -8,7 +8,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
-<pubsnumber>15</pubsnumber>
+<pubsnumber>16</pubsnumber>
<abstract>
<para>The Getting Started Guide explains the JBoss Developer Studio.</para>
</abstract>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/usage_reporting.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/usage_reporting.xml 2012-05-17 22:19:22 UTC (rev 41131)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/usage_reporting.xml 2012-05-17 22:54:35 UTC (rev 41132)
@@ -151,6 +151,14 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>JBoss Central Enabled</term>
+ <listitem>
+ <para>
+ The <guilabel>JBoss Central Enabled</guilabel> field reports whether JBoss Central is set to be seen upon startup or not. Returned value is either true or false.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</section>
</section>
Modified: trunk/documentation/jboss-tools-docs/all-guides.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/all-guides.xml 2012-05-17 22:19:22 UTC (rev 41131)
+++ trunk/documentation/jboss-tools-docs/all-guides.xml 2012-05-17 22:54:35 UTC (rev 41132)
@@ -6,7 +6,7 @@
<format>dir</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
- <fileSets>
+ <!-- <fileSets>
<fileSet>
<directory>../guides/Exadel-migration/target/docbook/publish/en-US</directory>
<outputDirectory>/Exadel-migration</outputDirectory>
@@ -29,7 +29,7 @@
<useDefaultExcludes>true</useDefaultExcludes>
<fileMode>0644</fileMode>
<directoryMode>0755</directoryMode>
- </fileSet>
+ </fileSet> -->
<!-- Maybe it is unnecessary fileSet and it could be removed at all? -->
<!--fileSet>
Modified: trunk/documentation/jboss-tools-docs/index/en-US/master.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/index/en-US/master.xml 2012-05-17 22:19:22 UTC (rev 41131)
+++ trunk/documentation/jboss-tools-docs/index/en-US/master.xml 2012-05-17 22:54:35 UTC (rev 41132)
@@ -57,13 +57,13 @@
</primaryie>
</indexentry>
- <indexentry>
+ <!-- <indexentry>
<primaryie>Exadel Studio Migration Guide <ulink
url="en/Exadel-migration/html/index.html">(html)</ulink>
<ulink url="en/Exadel-migration/html_single/index.html">(html single)</ulink>
<ulink url="en/Exadel-migration/pdf/Exadel_Studio_Migration_Guide.pdf">(pdf)</ulink>
</primaryie>
- </indexentry>
+ </indexentry> -->
<indexentry>
<primaryie>Hibernate Tools Reference Guide
Modified: trunk/documentation/jboss-tools-docs/pom.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/pom.xml 2012-05-17 22:19:22 UTC (rev 41131)
+++ trunk/documentation/jboss-tools-docs/pom.xml 2012-05-17 22:54:35 UTC (rev 41132)
@@ -11,7 +11,7 @@
<name>All_Userguides</name>
<modules>
- <module>../guides/Exadel-migration</module>
+ <!-- <module>../guides/Exadel-migration</module> -->
<module>../guides/GettingStartedGuide</module>
<module>../guides/Beginners_Guide</module>
<module>../../cdi/docs/reference</module>
13 years, 11 months
JBoss Tools SVN: r41131 - trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-tooling/3.3.0.Nightly.
by jbosstools-commits@lists.jboss.org
Author: dpalmer
Date: 2012-05-17 18:19:22 -0400 (Thu, 17 May 2012)
New Revision: 41131
Modified:
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin...
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin...
Log:
Updated jenkins job names
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin... 2012-05-17 22:15:46 UTC (rev 41130)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin... 2012-05-17 22:19:22 UTC (rev 41131)
@@ -13,14 +13,14 @@
<!-- SOA Tooling : 10 x 1 = 10 -->
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--bpel/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--droolsjbpm/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--esb/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--flow/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--jbpm/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--modeshape/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--runtime-soa/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--teiid-designer/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--bpel/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--droolsjbpm/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--esb/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--flow/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--jbpm/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--modeshape/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--runtime-soa/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--teiid-designer/all/repo/'/>
<child location='http://download.jboss.org/savara/releases/updates/2.0.x/' />
<child location='../../../../staging/SwitchYard-Tools/eclipse/'/>
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin... 2012-05-17 22:15:46 UTC (rev 41130)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin... 2012-05-17 22:19:22 UTC (rev 41131)
@@ -13,14 +13,14 @@
<!-- SOA Tooling : 10 x 1 = 10 -->
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--bpel/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--droolsjbpm/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--esb/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--flow/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--jbpm/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--modeshape/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--runtime-soa/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Nightly.component--teiid-designer/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--bpel/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--droolsjbpm/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--esb/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--flow/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--jbpm/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--modeshape/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--runtime-soa/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Nightly.component--teiid-designer/all/repo/'/>
<child location='http://download.jboss.org/savara/releases/updates/2.0.x/' />
<child location='../../../../staging/SwitchYard-Tools/eclipse/'/>
13 years, 11 months
JBoss Tools SVN: r41130 - trunk/build/aggregate.
by jbosstools-commits@lists.jboss.org
Author: dpalmer
Date: 2012-05-17 18:15:46 -0400 (Thu, 17 May 2012)
New Revision: 41130
Modified:
trunk/build/aggregate/build.xml
Log:
[JBIDE-11720] Adjusted regex to match the soatools job names as well as the jbosstools names
Modified: trunk/build/aggregate/build.xml
===================================================================
--- trunk/build/aggregate/build.xml 2012-05-17 21:30:20 UTC (rev 41129)
+++ trunk/build/aggregate/build.xml 2012-05-17 22:15:46 UTC (rev 41130)
@@ -525,10 +525,10 @@
<isset property="BUILD_ALIAS" />
</and>
<then>
- <propertyregex override="true" property="update.site.version" defaultvalue="${JOB_NAME}" input="${JOB_NAME}" regexp="(jboss|soa)tools-([0-9.]+)(_stable_branch|_trunk)(.*).aggregate" replace=": ${JBT_VERSION}.${BUILD_TS}-H${BUILD_NUMBER}-${BUILD_ALIAS}\3" />
+ <propertyregex override="true" property="update.site.version" defaultvalue="${JOB_NAME}" input="${JOB_NAME}" regexp="(jboss|soa)tools-([0-9.]+)(_.*?\.)(.*).aggregate" replace=": ${JBT_VERSION}.${BUILD_TS}-H${BUILD_NUMBER}-${BUILD_ALIAS}\4" />
</then>
<else>
- <propertyregex override="true" property="update.site.version" defaultvalue="${JOB_NAME}" input="${JOB_NAME}" regexp="(jboss|soa)tools-([0-9.]+)(_stable_branch|_trunk)(.*).aggregate" replace=": \1.${BUILD_TS}-H${BUILD_NUMBER}\2\3" />
+ <propertyregex override="true" property="update.site.version" defaultvalue="${JOB_NAME}" input="${JOB_NAME}" regexp="(jboss|soa)tools-([0-9.]+)(.*).aggregate" replace=": \2.${BUILD_TS}-H${BUILD_NUMBER}\3" />
</else>
</if>
</then>
13 years, 11 months
JBoss Tools SVN: r41129 - trunk/build/parent.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-05-17 17:30:20 -0400 (Thu, 17 May 2012)
New Revision: 41129
Modified:
trunk/build/parent/pom.xml
Log:
added https://repository.jboss.org/nexus/content/repositories/releases/ to fix nightly build failures in org.jboss.tools.vpe.ui.bot.test which cannot download richfaces artifacts
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-05-17 21:18:15 UTC (rev 41128)
+++ trunk/build/parent/pom.xml 2012-05-17 21:30:20 UTC (rev 41129)
@@ -872,6 +872,17 @@
</profile>
</profiles>
+ <repositories>
+ <repository>
+ <id>jboss-releases</id>
+ <name>JBoss Releases Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/repositories/releases/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
<!-- Additional m2 repos to resolve things like org.eclipse.tycho:tycho-maven-plugin:0.13.0-SNAPSHOT -->
<pluginRepositories>
<pluginRepository>
13 years, 11 months
JBoss Tools SVN: r41128 - trunk/requirements/soap.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-17 17:18:15 -0400 (Thu, 17 May 2012)
New Revision: 41128
Modified:
trunk/requirements/soap/build.properties
Log:
fix again - File '/qa/hudson_ws/workspace/soatools-3.3.0.Nightly.component--esb/sources/tests/org.jboss.tools.esb.ui.bot.test/../../../requirements/target/jboss-soa-p-5.3/jboss-soa-p-5/jboss-as' does not exist
Modified: trunk/requirements/soap/build.properties
===================================================================
--- trunk/requirements/soap/build.properties 2012-05-17 21:15:01 UTC (rev 41127)
+++ trunk/requirements/soap/build.properties 2012-05-17 21:18:15 UTC (rev 41128)
@@ -40,5 +40,5 @@
soap53.build.name=soa-p-5.3.0.ER2
soap53.build.archive=${soap53.build.name}.zip
soap53.build.archive.md5=1f70c15b26a0d812ba2a39a96c6a8c57
-soap53.build.archive.root=jboss-soa-p.5.3
+soap53.build.archive.root=jboss-soa-p-5.3
13 years, 11 months
JBoss Tools SVN: r41127 - trunk/requirements/soap.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-17 17:15:01 -0400 (Thu, 17 May 2012)
New Revision: 41127
Modified:
trunk/requirements/soap/build.properties
Log:
use jboss-soa-p.5.3 instead of jboss-soa-p-5
Modified: trunk/requirements/soap/build.properties
===================================================================
--- trunk/requirements/soap/build.properties 2012-05-17 21:10:39 UTC (rev 41126)
+++ trunk/requirements/soap/build.properties 2012-05-17 21:15:01 UTC (rev 41127)
@@ -40,5 +40,5 @@
soap53.build.name=soa-p-5.3.0.ER2
soap53.build.archive=${soap53.build.name}.zip
soap53.build.archive.md5=1f70c15b26a0d812ba2a39a96c6a8c57
-soap53.build.archive.root=jboss-soa-p-5
+soap53.build.archive.root=jboss-soa-p.5.3
13 years, 11 months
JBoss Tools SVN: r41126 - trunk/requirements/soap.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-17 17:10:39 -0400 (Thu, 17 May 2012)
New Revision: 41126
Modified:
trunk/requirements/soap/buildRequirement.xml
Log:
pass correct variables through to generic/build.xml so that things are checked out into the correct folders
Modified: trunk/requirements/soap/buildRequirement.xml
===================================================================
--- trunk/requirements/soap/buildRequirement.xml 2012-05-17 21:10:33 UTC (rev 41125)
+++ trunk/requirements/soap/buildRequirement.xml 2012-05-17 21:10:39 UTC (rev 41126)
@@ -1,7 +1,7 @@
<project default="build.requirement">
<property file="build.properties"/>
-
+
<target name="build.soap">
<ant antfile="../generic/build.xml" target="build.driver" inheritall="true">
<property name="driver.properties" value="${basedir}/build.properties"/>
@@ -11,37 +11,42 @@
</ant>
</target>
-
<target name="build.requirement">
<antcall target="build.soap">
<param name="build.uri" value="${soap43.build.uri}"/>
<param name="build.archive" value="${soap43.build.archive}"/>
+ <param name="requirement.name" value="${soap43.build.name}"/>
+ <param name="unzip.dest" value="../target/${soap43.build.archive.root}"/>
<param name="md5" value="${soap43.build.archive.md5}" />
</antcall>
<antcall target="build.soap">
<param name="build.uri" value="${soap50.build.uri}"/>
<param name="build.archive" value="${soap50.build.archive}"/>
+ <param name="requirement.name" value="${soap50.build.name}"/>
+ <param name="unzip.dest" value="../target/${soap50.build.archive.root}"/>
<param name="md5" value="${soap50.build.archive.md5}" />
</antcall>
<antcall target="build.soap">
<param name="build.uri" value="${soap51.build.uri}"/>
<param name="build.archive" value="${soap51.build.archive}"/>
+ <param name="requirement.name" value="${soap51.build.name}"/>
+ <param name="unzip.dest" value="../target/${soap51.build.archive.root}"/>
<param name="md5" value="${soap51.build.archive.md5}" />
</antcall>
<antcall target="build.soap">
<param name="build.uri" value="${soap52.build.uri}"/>
<param name="build.archive" value="${soap52.build.archive}"/>
+ <param name="requirement.name" value="${soap52.build.name}"/>
+ <param name="unzip.dest" value="../target/${soap52.build.archive.root}"/>
<param name="md5" value="${soap52.build.archive.md5}" />
</antcall>
-
- <antcall target="build.soap">
+ <antcall target="build.soap">
<param name="build.uri" value="${soap53.build.uri}"/>
- <param name="build.archive" value="${soap53.build.archive}"/>
- <param name="md5" value="${soap53.build.archive.md5}" />
+ <param name="build.archive" value="${soap53.build.archive}"/>
+ <param name="requirement.name" value="${soap53.build.name}"/>
+ <param name="unzip.dest" value="../target/${soap53.build.archive.root}"/>
+ <param name="md5" value="${soap53.build.archive.md5}" />
</antcall>
+ </target>
-
-
- </target>
-
</project>
13 years, 11 months
JBoss Tools SVN: r41125 - trunk/requirements/generic.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-17 17:10:33 -0400 (Thu, 17 May 2012)
New Revision: 41125
Modified:
trunk/requirements/generic/build.xml
Log:
ensure correct checkout folders are used for soa-p runtimes; provide logged errors in case configuration is missing; provide a way to run the script independent of overall build infra (simply with 'cd requirements/soap; ant -f buildRequirement.xml')
Modified: trunk/requirements/generic/build.xml
===================================================================
--- trunk/requirements/generic/build.xml 2012-05-17 20:28:36 UTC (rev 41124)
+++ trunk/requirements/generic/build.xml 2012-05-17 21:10:33 UTC (rev 41125)
@@ -6,8 +6,35 @@
<property name="driver.dest" value="${requirement.download.root}/${requirement}"/>
- <target name="init" />
-
+ <target name="init">
+ <condition property="output.dir" value="${WORKSPACE}/results" else="${basedir}">
+ <available file="${WORKSPACE}/results" />
+ </condition>
+
+ <condition property="COMMON_TOOLS" value="/home/hudson/static_build_env/jbds/tools" else="${java.io.tmpdir}">
+ <available file="/home/hudson/static_build_env/jbds" type="dir" />
+ </condition>
+ <mkdir dir="${COMMON_TOOLS}" />
+
+ <available file="${COMMON_TOOLS}/ant-contrib.jar" type="file" property="ant-contrib.jar.exists" />
+ <antcall target="get.ant-contrib" />
+ <taskdef resource="net/sf/antcontrib/antlib.xml">
+ <classpath>
+ <pathelement location="${COMMON_TOOLS}/ant-contrib.jar" />
+ </classpath>
+ </taskdef>
+ </target>
+
+ <target name="get.ant-contrib" unless="ant-contrib.jar.exists">
+ <property name="ANTCONTRIB_MIRROR" value="http://sourceforge.net/projects/ant-contrib/files/ant-contrib/ant-contrib..." />
+ <get usetimestamp="true" dest="${COMMON_TOOLS}/ant-contrib-1.0b2-bin.zip" src="${ANTCONTRIB_MIRROR}/ant-contrib-1.0b2-bin.zip" />
+ <touch file="${COMMON_TOOLS}/ant-contrib-1.0b2-bin.zip" />
+ <mkdir dir="${java.io.tmpdir}/ant-contrib-1.0b2-bin.zip_" />
+ <unzip src="${COMMON_TOOLS}/ant-contrib-1.0b2-bin.zip" dest="${java.io.tmpdir}/ant-contrib-1.0b2-bin.zip_" overwrite="true" />
+ <copy file="${java.io.tmpdir}/ant-contrib-1.0b2-bin.zip_/ant-contrib/lib/ant-contrib.jar" tofile="${COMMON_TOOLS}/ant-contrib.jar" failonerror="true" />
+ <delete dir="${java.io.tmpdir}/ant-contrib-1.0b2-bin.zip_" includeemptydirs="true" quiet="true" />
+ </target>
+
<target name="build.requirement" depends="build.driver" />
<target name="unpack.requirement" depends="unzip.archive" />
@@ -16,7 +43,7 @@
<target name="build.driver" depends="unzip.archive" />
- <target name="unzip.archive" depends="download.archive">
+ <target name="unzip.archive" depends="download.archive,defaults">
<property name="ext" value="zip"/>
<echo level="debug">Unpacking ${driver.dest}/${build.archive} to ${unzip.dest}</echo>
<if>
@@ -33,15 +60,57 @@
<target name="post.unpack.requirement">
</target>
- <target name="unpack-tar.gz">
+ <target name="unpack-tar.gz" depends="defaults">
<untar compression="gzip" src="${driver.dest}/${build.archive}" dest="${unzip.dest}" />
</target>
- <target name="unpack-zip">
+ <target name="unpack-zip" depends="defaults">
<unzip src="${driver.dest}/${build.archive}" dest="${unzip.dest}" />
</target>
- <target name="check.archive" depends="init">
+ <target name="defaults">
+ <if>
+ <or>
+ <contains string="${driver.dest}" substring="{requirement.download.root"/>
+ <contains string="${driver.dest}" substring="{requirement"/>
+ </or>
+ <then>
+ <var name="driver.dest" unset="true"/>
+ <var name="requirement.name" unset="true"/>
+ <var name="requirement" unset="true"/>
+ <basename property="requirement.name" file="${basedir}"/>
+ <basename property="requirement" file="${basedir}"/>
+ <property name="driver.dest" value="${basedir}/../download/${requirement.name}"/>
+ <echo>WARING! requirement, requirement.name, and driver.dest are not specified in
+ requirements/${requirement.name}/build.properties or
+ requirements/${requirement.name}/buildRequirement.xml.
+ Falling back to default assumptions.
+-
+requirement = ${requirement}
+driver.dest = ${driver.dest}</echo>
+ </then>
+ </if>
+ <if>
+ <or>
+ <not>
+ <isset property="unzip.dest"/>
+ </not>
+ <contains string="${unzip.dest}" substring="{unzip.dest"/>
+ </or>
+ <then>
+ <var name="unzip.dest" unset="true"/>
+ <var name="unzip.dest" value="${basedir}/../target/${requirement}"/>
+ <echo>WARING! unzip.dest is not specified in
+ requirements/${requirement.name}/build.properties or
+ requirements/${requirement.name}/buildRequirement.xml.
+ Falling back to default assumption.
+-
+unzip.dest = ${unzip.dest}</echo>
+ </then>
+ </if>
+ </target>
+
+ <target name="check.archive" depends="init,defaults">
<echo>Checking the requirement's archive ${build.archive}</echo>
<if>
<available file="${driver.dest}/${build.archive}" />
13 years, 11 months
JBoss Tools SVN: r41124 - trunk/requirements/soap.
by jbosstools-commits@lists.jboss.org
Author: ldimaggio
Date: 2012-05-17 16:28:36 -0400 (Thu, 17 May 2012)
New Revision: 41124
Modified:
trunk/requirements/soap/build.properties
Log:
Changed soap53.build.archive.root=jboss-soa-p-5
Modified: trunk/requirements/soap/build.properties
===================================================================
--- trunk/requirements/soap/build.properties 2012-05-17 17:07:07 UTC (rev 41123)
+++ trunk/requirements/soap/build.properties 2012-05-17 20:28:36 UTC (rev 41124)
@@ -40,5 +40,5 @@
soap53.build.name=soa-p-5.3.0.ER2
soap53.build.archive=${soap53.build.name}.zip
soap53.build.archive.md5=1f70c15b26a0d812ba2a39a96c6a8c57
-soap53.build.archive.root=jboss-soa-p.5.3.0
+soap53.build.archive.root=jboss-soa-p-5
13 years, 11 months