JBoss Tools SVN: r21884 - trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts.
by jbosstools-commits@lists.jboss.org
Author: lzoubek(a)redhat.com
Date: 2010-05-04 07:17:31 -0400 (Tue, 04 May 2010)
New Revision: 21884
Modified:
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/SWTBotBrowserExt.java
Log:
SWTBot ext : added executeScript method to browser component
Modified: trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/SWTBotBrowserExt.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/SWTBotBrowserExt.java 2010-05-04 07:27:54 UTC (rev 21883)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/SWTBotBrowserExt.java 2010-05-04 11:17:31 UTC (rev 21884)
@@ -10,6 +10,7 @@
import org.eclipse.swt.browser.ProgressListener;
import org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException;
import org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable;
+import org.eclipse.swtbot.swt.finder.results.Result;
import org.eclipse.swtbot.swt.finder.results.VoidResult;
import org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl;
import org.hamcrest.SelfDescribing;
@@ -123,6 +124,30 @@
}
});
}
+ /**
+ * executes script in browser
+ * @param javaScript
+ * @return true if script was successfully executed
+ */
+ public boolean executeScript(final String javaScript) {
+ return UIThreadRunnable.syncExec(new Result<Boolean>() {
+ public Boolean run() {
+ return widget.execute(javaScript);
+ }
+ });
+
+ }
+ /**
+ * executes script in browser asynchronously
+ * @param javaScript
+ */
+ public void executeScriptAsync(final String javaScript) {
+ UIThreadRunnable.asyncExec(new VoidResult(){
+
+ public void run() {
+ widget.execute(javaScript);
+ }});
+ }
public void forward() {
UIThreadRunnable.syncExec(new VoidResult() {
public void run() {
14 years, 8 months
JBoss Tools SVN: r21883 - trunk/jst/tests/org.jboss.tools.jst.web.ui.test.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2010-05-04 03:27:54 -0400 (Tue, 04 May 2010)
New Revision: 21883
Modified:
trunk/jst/tests/org.jboss.tools.jst.web.ui.test/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-6190 Added test project to build.properties
Modified: trunk/jst/tests/org.jboss.tools.jst.web.ui.test/build.properties
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.ui.test/build.properties 2010-05-04 06:08:15 UTC (rev 21882)
+++ trunk/jst/tests/org.jboss.tools.jst.web.ui.test/build.properties 2010-05-04 07:27:54 UTC (rev 21883)
@@ -1,5 +1,6 @@
output.. = bin/
bin.includes = META-INF/,\
jst-web-ui.jar,\
- plugin.properties
+ plugin.properties,\
+ projects/
source.jst-web-ui.jar = src/
14 years, 8 months
JBoss Tools SVN: r21882 - trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/vcf.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2010-05-04 02:08:15 -0400 (Tue, 04 May 2010)
New Revision: 21882
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/vcf/AbstractFilesetVirtualComponent.java
Log:
small empty method addition for 3.2 compilation
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/vcf/AbstractFilesetVirtualComponent.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/vcf/AbstractFilesetVirtualComponent.java 2010-05-04 03:34:29 UTC (rev 21881)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/src/org/jboss/ide/eclipse/as/wtp/core/vcf/AbstractFilesetVirtualComponent.java 2010-05-04 06:08:15 UTC (rev 21882)
@@ -10,6 +10,7 @@
******************************************************************************/
package org.jboss.ide.eclipse.as.wtp.core.vcf;
+import java.util.Map;
import java.util.Properties;
import org.eclipse.core.resources.IContainer;
@@ -98,6 +99,11 @@
return null;
}
+ public IVirtualReference[] getReferences(Map<String, Object> options) {
+ // ignore
+ return null;
+ }
+
public IVirtualReference[] getReferences() {
// Ignore; no children
return new IVirtualReference[] {};
14 years, 8 months
JBoss Tools SVN: r21881 - trunk/documentation/guides/JBDS_Release_Notes/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2010-05-03 23:34:29 -0400 (Mon, 03 May 2010)
New Revision: 21881
Modified:
trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Log:
updated with added fixed issues
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-05-04 02:20:37 UTC (rev 21880)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-05-04 03:34:29 UTC (rev 21881)
@@ -52,6 +52,12 @@
<ulink url="http://jira.jboss.com/jira/browse/JBIDE-6075">JBIDE-6075</ulink>: In the Hibernate reverse engineering editor it was impossible to add a parameter as the button to do so was missing. This update corrects the user interface to include the <guibutton>Add parameter</guibutton> button under the <guilabel>Id Generator details</guilabel> <guilabel>Class</guilabel> section.
</para>
</listitem>
+ <!-- info still needed for issue listed below -->
+ <!-- <listitem>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBIDE-5960">JBIDE-5960</ulink>: A new <guibutton>Details ...</guibutton> button has been added to the <guilabel>Hibernate Settings</guilabel> section within the project properties. This added button displays....
+ </para>
+ </listitem> -->
</itemizedlist>
</para>
</formalpara>
@@ -85,7 +91,7 @@
<itemizedlist>
<listitem>
<para>
- <ulink url="http://jira.jboss.com/jira/browse/JBIDE-"> </ulink>
+ <ulink url="http://jira.jboss.com/jira/browse/JBDS-">JBDS-</ulink>
</para>
</listitem>
</itemizedlist>
@@ -157,6 +163,16 @@
<itemizedlist>
<listitem>
<para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBDS-1187">JBDS-1187</ulink>: An empty URL tag (<url>) caused the <guimenuitem>Classic Update</guimenuitem> option under <menuchoice><guimenuitem>Preferences</guimenuitem><guimenuitem>General</guimenuitem><guimenuitem>Capabilities</guimenuitem></menuchoice> to error upon installation of a plug-in. To fix this issue the unused URL element has been removed. The <guimenuitem>Classic Update</guimenuitem> option is now usable and installs plug-ins correctly.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBDS-1168">JBDS-1168</ulink>: The JBoss Developer Studio Installer was missleading in terms of system requirements. The consequence of this was that some users were unsure if the JBoss Developer Studio supported Java 6 even though it was required for the JBoss Enterprise Application Platform 5 and which JDK distributions were supported. The text in Step 4 of installation has been updated to inform the user that the JBoss Developer Studio works with both Java 5 and 6 (though Java 6 is required for JBoss Enterprise Application Platform 5), has been tested with the OpenJDK, SunJDK and IBM JDK distributions and the misspelt <emphasis>gij Java</emphasis> has been corrected to <emphasis>gcj Java</emphasis>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<ulink url="http://jira.jboss.com/jira/browse/JBDS-1155">JBDS-1155</ulink>: A regression existed in the Eclipse 3.5.2 Web Tools Platform (WTP) 3.1.2. The bug would break EAR deployments that used classpath variables by deploying dependent artifacts to <filename><root_ear>/lib/lib/lib</filename> instead of <filename><root_ear>/lib</filename>. The issue has been corrected with these updated packages so that the regression no longer exists and EAR deployments function correctly.
</para>
</listitem>
14 years, 8 months
JBoss Tools SVN: r21880 - branches/modular_build/as/plugins/org.jboss.ide.eclipse.archives.webtools/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-03 22:20:37 -0400 (Mon, 03 May 2010)
New Revision: 21880
Modified:
branches/modular_build/as/plugins/org.jboss.ide.eclipse.archives.webtools/META-INF/MANIFEST.MF
Log:
add org.eclipse.wst.common.emfworkbench.integration
Modified: branches/modular_build/as/plugins/org.jboss.ide.eclipse.archives.webtools/META-INF/MANIFEST.MF
===================================================================
--- branches/modular_build/as/plugins/org.jboss.ide.eclipse.archives.webtools/META-INF/MANIFEST.MF 2010-05-04 02:13:38 UTC (rev 21879)
+++ branches/modular_build/as/plugins/org.jboss.ide.eclipse.archives.webtools/META-INF/MANIFEST.MF 2010-05-04 02:20:37 UTC (rev 21880)
@@ -6,6 +6,7 @@
Bundle-Activator: org.jboss.ide.eclipse.archives.webtools.IntegrationPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
+ org.eclipse.wst.common.emfworkbench.integration,
org.jboss.ide.eclipse.archives.core;bundle-version="2.0.0",
org.jboss.ide.eclipse.archives.ui;bundle-version="1.0.0",
org.eclipse.wst.server.core;bundle-version="1.1.0",
14 years, 8 months
JBoss Tools SVN: r21879 - branches/modular_build/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-03 22:13:38 -0400 (Mon, 03 May 2010)
New Revision: 21879
Modified:
branches/modular_build/build/build.xml
Log:
more doc
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-04 02:04:43 UTC (rev 21878)
+++ branches/modular_build/build/build.xml 2010-05-04 02:13:38 UTC (rev 21879)
@@ -42,7 +42,7 @@
To run this script in Eclipse:
Run As > Ant Build
-To run this script via commandline (build default modules + run tests):
+To run this script via commandline (build default modules + run tests, then collect test results and build per-component + overall update site zips):
cd /home/nboldt/workspace36/jbosstools-modular_build; ant
or, to build everything but not *run* the tests:
14 years, 8 months
JBoss Tools SVN: r21878 - branches/modular_build/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-03 22:04:43 -0400 (Mon, 03 May 2010)
New Revision: 21878
Modified:
branches/modular_build/build/build.xml
Log:
more help doc
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-04 02:03:09 UTC (rev 21877)
+++ branches/modular_build/build/build.xml 2010-05-04 02:04:43 UTC (rev 21878)
@@ -59,6 +59,10 @@
cd /home/nboldt/workspace36/jbosstools-modular_build; \
ant -DCOMPONENTS=tests,common -Dbuild.if.sources.unchanged=true
+or, to fetch fresh sources, then build anew:
+ cd /home/nboldt/workspace36/jbosstools-modular_build; \
+ ant -DCOMPONENTS=tests,common,flow,jbpm -Dclean.sources=true
+
or, to (re-)run tests w/o (re-)building first:
cd /home/nboldt/workspace36/jbosstools-modular_build; \
ant -DCOMPONENTS=tests,common,jmx -DMAVEN_FLAGS="osgi-test:test -B -fn"
14 years, 8 months
JBoss Tools SVN: r21877 - branches/modular_build/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-03 22:03:09 -0400 (Mon, 03 May 2010)
New Revision: 21877
Modified:
branches/modular_build/build/build.xml
Log:
document simpler -Dnotests=true flag for running ant wrapper for maven
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-04 01:59:49 UTC (rev 21876)
+++ branches/modular_build/build/build.xml 2010-05-04 02:03:09 UTC (rev 21877)
@@ -48,6 +48,8 @@
or, to build everything but not *run* the tests:
cd /home/nboldt/workspace36/jbosstools-modular_build; \
ant -DMAVEN_FLAGS="clean install -Dmaven.test.skip"
+ or
+ ant -Dnotests=true
or, to build specific module(s):
cd /home/nboldt/workspace36/jbosstools-modular_build; \
14 years, 8 months
JBoss Tools SVN: r21876 - branches/modular_build/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-03 21:59:49 -0400 (Mon, 03 May 2010)
New Revision: 21876
Modified:
branches/modular_build/build/build.xml
Log:
archive the whole overall update site, not just the site zip; this way publishing is a single scp/rsync
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-03 22:20:44 UTC (rev 21875)
+++ branches/modular_build/build/build.xml 2010-05-04 01:59:49 UTC (rev 21876)
@@ -638,6 +638,20 @@
<param name="COMPONENTS.to.build" value="site" />
<param name="update.site.path" value="site" />
</antcall>
+
+ <!-- Copy overall site into workspace so it can be archived by Hudson -->
+ <if>
+ <not>
+ <equals arg1="${basedir}" arg2="${WORKINGDIR}" />
+ </not>
+ <then>
+ <mkdir dir="${basedir}/${update.site.path}/target" />
+ <copy todir="${basedir}/${update.site.path}/target" overwrite="true">
+ <fileset dir="${WORKINGDIR}/${update.site.path}/target/site" />
+ </copy>
+ </then>
+ </if>
+
</target>
<target name="build.update.site">
@@ -900,6 +914,7 @@
</fail>
</else>
</if>
+
</target>
<!-- ************************************ TESTS ************************************ -->
14 years, 8 months