JBoss Tools SVN: r18594 - workspace/snjeza.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-11-10 18:07:58 -0500 (Tue, 10 Nov 2009)
New Revision: 18594
Added:
workspace/snjeza/archetypes/
Log:
Initial import.
15 years, 1 month
JBoss Tools SVN: r18593 - workspace/snjeza.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-11-10 17:59:43 -0500 (Tue, 10 Nov 2009)
New Revision: 18593
Added:
workspace/snjeza/m2eclipse-updatesite/
Log:
Initial import.
15 years, 1 month
JBoss Tools SVN: r18592 - trunk/jmx/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-10 17:23:11 -0500 (Tue, 10 Nov 2009)
New Revision: 18592
Modified:
trunk/jmx/releng/testing.properties
Log:
s/tests/test/
Modified: trunk/jmx/releng/testing.properties
===================================================================
--- trunk/jmx/releng/testing.properties 2009-11-10 22:17:59 UTC (rev 18591)
+++ trunk/jmx/releng/testing.properties 2009-11-10 22:23:11 UTC (rev 18592)
@@ -8,4 +8,4 @@
# define which suite to run within each test plugin; or, include a test.xml script in
# the test plugin to deviate from default one-suite-per-plugin operation
org.jboss.tools.jmx.ui.test.suite=org.jboss.tools.jmx.ui.JMXUIAllTests
-org.jboss.tools.jmx.core.test.suite=org.jboss.tools.jmx.core.tests.JMXCoreAllTests
\ No newline at end of file
+org.jboss.tools.jmx.core.test.suite=org.jboss.tools.jmx.core.test.JMXCoreAllTests
\ No newline at end of file
15 years, 1 month
JBoss Tools SVN: r18591 - trunk/common/releng/hudson.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-10 17:17:59 -0500 (Tue, 10 Nov 2009)
New Revision: 18591
Modified:
trunk/common/releng/hudson/run.sh
Log:
echo server name at end of log
Modified: trunk/common/releng/hudson/run.sh
===================================================================
--- trunk/common/releng/hudson/run.sh 2009-11-10 22:11:54 UTC (rev 18590)
+++ trunk/common/releng/hudson/run.sh 2009-11-10 22:17:59 UTC (rev 18591)
@@ -211,4 +211,5 @@
# remove file so workspace navigation is one click simpler
rm -f ${writableBuildRoot}/.cvspass
+echo ""; echo $uname; echo ""
echo "[`date +%Y/%m/%d\ %H:%M`] Hudson job ${JOBNAME} build #${BUILD_NUMBER} (${BUILD_ID}) done."
15 years, 1 month
JBoss Tools SVN: r18590 - in trunk/jbpm/releng: org.jboss.tools.jbpm4.releng and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-10 17:11:54 -0500 (Tue, 10 Nov 2009)
New Revision: 18590
Modified:
trunk/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties
trunk/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.h...
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.h...
Log:
switch jbpm3/4 to run on 64-bit slave
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties 2009-11-10 22:06:01 UTC (rev 18589)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties 2009-11-10 22:11:54 UTC (rev 18590)
@@ -25,8 +25,8 @@
http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
-http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
-#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
flattenDependencies=true
parallelCompilation=true
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.h...
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.h... 2009-11-10 22:06:01 UTC (rev 18589)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.h... 2009-11-10 22:11:54 UTC (rev 18590)
@@ -26,6 +26,7 @@
http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x...
+#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
flattenDependencies=true
parallelCompilation=true
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties 2009-11-10 22:06:01 UTC (rev 18589)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties 2009-11-10 22:11:54 UTC (rev 18590)
@@ -25,8 +25,8 @@
http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
-http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
-#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
repositoryURLs=\
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-cbi-jbpm3...
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.h...
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.h... 2009-11-10 22:06:01 UTC (rev 18589)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.h... 2009-11-10 22:11:54 UTC (rev 18590)
@@ -25,8 +25,8 @@
http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
-http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
-#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
repositoryURLs=\
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-cbi-jbpm3...
15 years, 1 month
JBoss Tools SVN: r18589 - in trunk/common/releng: psfs and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-10 17:06:01 -0500 (Tue, 10 Nov 2009)
New Revision: 18589
Modified:
trunk/common/releng/maps/test.eclipse.map
trunk/common/releng/psfs/test.eclipse.cvs.psf
Log:
comments
Modified: trunk/common/releng/maps/test.eclipse.map
===================================================================
--- trunk/common/releng/maps/test.eclipse.map 2009-11-10 22:05:35 UTC (rev 18588)
+++ trunk/common/releng/maps/test.eclipse.map 2009-11-10 22:06:01 UTC (rev 18589)
@@ -1,2 +1,3 @@
+!*** required to run tests
plugin@org.eclipse.test=v20080313,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
fragment@org.eclipse.ant.optional.junit=v20070202,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
Modified: trunk/common/releng/psfs/test.eclipse.cvs.psf
===================================================================
--- trunk/common/releng/psfs/test.eclipse.cvs.psf 2009-11-10 22:05:35 UTC (rev 18588)
+++ trunk/common/releng/psfs/test.eclipse.cvs.psf 2009-11-10 22:06:01 UTC (rev 18589)
@@ -2,6 +2,7 @@
<psf version="2.0">
<provider id="org.eclipse.team.cvs.core.cvsnature">
+ <!-- !*** required to run tests -->
<project reference="1.0,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,org.eclipse.test,org.eclipse.test,v20080313"/>
<project reference="1.0,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,org.eclipse.ant.optional.junit,org.eclipse.ant.optional.junit,v20070202"/>
15 years, 1 month
JBoss Tools SVN: r18588 - trunk/common/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-10 17:05:35 -0500 (Tue, 10 Nov 2009)
New Revision: 18588
Modified:
trunk/common/releng/build.properties
trunk/common/releng/build.properties.example.hudson.qa.jboss.com
Log:
switch to 64-bit hudson slaves; switch to 64-bit Eclipse input
Modified: trunk/common/releng/build.properties
===================================================================
--- trunk/common/releng/build.properties 2009-11-10 22:02:22 UTC (rev 18587)
+++ trunk/common/releng/build.properties 2009-11-10 22:05:35 UTC (rev 18588)
@@ -26,7 +26,8 @@
http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip,\
-http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
+http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
# use precompiled binaries from latest build as input to this build
repositoryURLs=http://download.eclipse.org/releases/galileo/,http://downl...
Modified: trunk/common/releng/build.properties.example.hudson.qa.jboss.com
===================================================================
--- trunk/common/releng/build.properties.example.hudson.qa.jboss.com 2009-11-10 22:02:22 UTC (rev 18587)
+++ trunk/common/releng/build.properties.example.hudson.qa.jboss.com 2009-11-10 22:05:35 UTC (rev 18588)
@@ -26,7 +26,8 @@
http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip,\
-http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
+http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
# use precompiled binaries from latest build as input to this build
repositoryURLs=http://download.eclipse.org/releases/galileo/,http://downl...
15 years, 1 month
JBoss Tools SVN: r18587 - trunk/jmx/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-10 17:02:22 -0500 (Tue, 10 Nov 2009)
New Revision: 18587
Modified:
trunk/jmx/releng/testing.properties
Log:
arggh. s/t/T/
Modified: trunk/jmx/releng/testing.properties
===================================================================
--- trunk/jmx/releng/testing.properties 2009-11-10 21:51:15 UTC (rev 18586)
+++ trunk/jmx/releng/testing.properties 2009-11-10 22:02:22 UTC (rev 18587)
@@ -8,4 +8,4 @@
# define which suite to run within each test plugin; or, include a test.xml script in
# the test plugin to deviate from default one-suite-per-plugin operation
org.jboss.tools.jmx.ui.test.suite=org.jboss.tools.jmx.ui.JMXUIAllTests
-org.jboss.tools.jmx.core.test.suite=org.jboss.tools.jmx.core.tests.JMXCoreAlltests
\ No newline at end of file
+org.jboss.tools.jmx.core.test.suite=org.jboss.tools.jmx.core.tests.JMXCoreAllTests
\ No newline at end of file
15 years, 1 month
JBoss Tools SVN: r18586 - in trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test: publishing and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-11-10 16:51:15 -0500 (Tue, 10 Nov 2009)
New Revision: 18586
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/JBIDE1657Test.java
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/JEEClasspathContainerTest.java
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/ProjectRuntimeTest.java
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/AbstractDeploymentTest.java
Log:
Unit test fixes regarding jmx package rename
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/JBIDE1657Test.java
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/JBIDE1657Test.java 2009-11-10 21:48:48 UTC (rev 18585)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/JBIDE1657Test.java 2009-11-10 21:51:15 UTC (rev 18586)
@@ -35,7 +35,7 @@
import org.eclipse.wst.server.core.IRuntime;
import org.jboss.ide.eclipse.as.test.ASTest;
import org.jboss.ide.eclipse.as.test.util.ProjectRuntimeUtil;
-import org.jboss.tools.jmx.core.tests.util.TestProjectProvider;
+import org.jboss.tools.jmx.core.test.util.TestProjectProvider;
/**
* This test will test whether the old classpath container,
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/JEEClasspathContainerTest.java
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/JEEClasspathContainerTest.java 2009-11-10 21:48:48 UTC (rev 18585)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/JEEClasspathContainerTest.java 2009-11-10 21:51:15 UTC (rev 18586)
@@ -37,7 +37,7 @@
import org.eclipse.jdt.core.IJavaProject;
import org.eclipse.jdt.core.JavaCore;
import org.eclipse.jdt.core.JavaModelException;
-import org.jboss.tools.jmx.core.tests.util.TestProjectProvider;
+import org.jboss.tools.jmx.core.test.util.TestProjectProvider;
/**
* This class tests the jee classpath containers
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/ProjectRuntimeTest.java
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/ProjectRuntimeTest.java 2009-11-10 21:48:48 UTC (rev 18585)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/classpath/ProjectRuntimeTest.java 2009-11-10 21:51:15 UTC (rev 18586)
@@ -37,7 +37,7 @@
import org.eclipse.wst.server.core.IRuntime;
import org.jboss.ide.eclipse.as.test.ASTest;
import org.jboss.ide.eclipse.as.test.util.ProjectRuntimeUtil;
-import org.jboss.tools.jmx.core.tests.util.TestProjectProvider;
+import org.jboss.tools.jmx.core.test.util.TestProjectProvider;
public class ProjectRuntimeTest extends TestCase {
private TestProjectProvider provider;
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/AbstractDeploymentTest.java
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/AbstractDeploymentTest.java 2009-11-10 21:48:48 UTC (rev 18585)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/AbstractDeploymentTest.java 2009-11-10 21:51:15 UTC (rev 18586)
@@ -29,7 +29,7 @@
import org.jboss.ide.eclipse.as.core.server.internal.DeployableServer;
import org.jboss.ide.eclipse.as.core.util.FileUtil;
import org.jboss.ide.eclipse.as.test.ASTest;
-import org.jboss.tools.jmx.core.tests.util.TestProjectProvider;
+import org.jboss.tools.jmx.core.test.util.TestProjectProvider;
import org.osgi.framework.Bundle;
public abstract class AbstractDeploymentTest extends TestCase {
15 years, 1 month
JBoss Tools SVN: r18585 - trunk/common/releng/hudson.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-11-10 16:48:48 -0500 (Tue, 10 Nov 2009)
New Revision: 18585
Modified:
trunk/common/releng/hudson/run.sh
Log:
better fallback/workaround for https://jira.jboss.org/jira/browse/JBQA-2751 - find x86_64 jvms on 64-bit hudson slaves
Modified: trunk/common/releng/hudson/run.sh
===================================================================
--- trunk/common/releng/hudson/run.sh 2009-11-10 21:43:46 UTC (rev 18584)
+++ trunk/common/releng/hudson/run.sh 2009-11-10 21:48:48 UTC (rev 18585)
@@ -29,16 +29,18 @@
export ANT_HOME=/opt/apache-ant-1.7.1
fi
+# 32-bit - values defined in ~/config_repository/resources/common.variables
export JAVA14
+export JAVA15
+export JAVA16
+# override for 64-bit slaves - must search for the 64-bit JVMs because common_bash.sh fails to load them from ~/config_repository/resources/common.variables
+# workaround for https://jira.jboss.org/jira/browse/JBQA-2751
if [[ ${uname/x86_64/} != $uname ]]; then
- # 64-bit - must search for the 64-bit JVMs because common_bash.sh fails to load them from ~/config_repository/resources/common.variables
- export JAVA15=$(find /qa/tools/opt/x86_64 -maxdepth 2 -name "jdk1.5.*" -type d -not -name "*beta*"| sort | tail -1)
- export JAVA16=$(find /qa/tools/opt/x86_64 -maxdepth 2 -name "jdk1.6.*" -type d -not -name "*beta*"| sort | tail -1)
-else
- # 32-bit - values defined in ~/config_repository/resources/common.variables
- export JAVA15
- export JAVA16
+ d=$(find /qa/tools/opt/x86_64 -maxdepth 2 -name "jdk1.5.*" -type d -not -name "*beta*"| sort | tail -1)
+ if [[ $d ]]; then export JAVA15=$d; fi
+ d=$(find /qa/tools/opt/x86_64 -maxdepth 2 -name "jdk1.6.*" -type d -not -name "*beta*"| sort | tail -1)
+ if [[ $d ]]; then export JAVA16=$d; fi
fi
# cache of downloaded requirements and other binaries
15 years, 1 month