JBoss Tools SVN: r34476 - trunk/documentation/whatsnew/gwt.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-09-01 05:14:08 -0400 (Thu, 01 Sep 2011)
New Revision: 34476
Added:
trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html
Log:
[JBIDE-9610] created N&N for 3.3.0 M3
Added: trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html
===================================================================
--- trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html (rev 0)
+++ trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html 2011-09-01 09:14:08 UTC (rev 34476)
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>GWT Integration 1.0.2.M3 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>GWT Integration 1.0.2.M3 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+href="../maven/maven-news-3.3.0.M3.html">Maven Tools ></a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>General</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>Support for Eclipse 3.7 Indigo</b></td>
+ <td valign="top">
+ Our WTP facet for GWT was not included in JBoss Tools 3.3.x in the past since Google had not released their
+ plugins for Eclipse 3.7 Indigo yet. In the meantime Google released a new version and we therefore updated
+ our facet. We now fully support the GWT facet for dynamic web projects in Eclipse 3.7 Indigo.
+ <p>You'll find installation and usage instructions in all details at <a href="http://community.jboss.org/wiki/CreateGWTProjectsWithJBossToolsAndEclipseWTP">http://community.jboss.org/wiki/CreateGWTProjectsWithJBossToolsAndEclipseWTP</a></p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-9338">Related Jira</a></small></p>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
13 years, 6 months
JBoss Tools SVN: r34475 - trunk/ws/tests/org.jboss.tools.ws.creation.core.test.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-09-01 01:37:00 -0400 (Thu, 01 Sep 2011)
New Revision: 34475
Modified:
trunk/ws/tests/org.jboss.tools.ws.creation.core.test/README.txt
Log:
updated readme
Modified: trunk/ws/tests/org.jboss.tools.ws.creation.core.test/README.txt
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.creation.core.test/README.txt 2011-09-01 05:36:10 UTC (rev 34474)
+++ trunk/ws/tests/org.jboss.tools.ws.creation.core.test/README.txt 2011-09-01 05:37:00 UTC (rev 34475)
@@ -17,3 +17,8 @@
/opt/sun-java2-5.0/
/opt/sun-java2-6.0/
+Thus, to run locally use something like this:
+
+export PATH=/opt/sun-java2-5.0/:$PATH
+mvn clean install -Djbosstools.test.jre.5="/opt/sun-java2-5.0/" -Djbosstools.test.jre.6="/opt/sun-java2-6.0/"
+
13 years, 6 months
JBoss Tools SVN: r34474 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-09-01 01:36:10 -0400 (Thu, 01 Sep 2011)
New Revision: 34474
Modified:
trunk/build/target-platform/build.xml
Log:
bump version of target platform builder to latest maintenance version
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2011-09-01 01:02:01 UTC (rev 34473)
+++ trunk/build/target-platform/build.xml 2011-09-01 05:36:10 UTC (rev 34474)
@@ -145,8 +145,8 @@
<!-- NOTE: must use same platform (50M) or SDK (103M - 168M) version as feature version on target platform, or will get install/update conflicts -->
<!-- don't forget to increment these files when moving up a version:
build.xml, *.target*, publish.sh, target2p2mirror.xml -->
- <property name="eclipse.version" value="I20110613-1736" />
- <property name="eclipse.URL" value="http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downl..."/>
+ <property name="eclipse.version" value="M20110831-1030" />
+ <property name="eclipse.URL" value="http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downl..."/>
<if>
<equals arg1="${arch}" arg2="x86" />
13 years, 6 months
JBoss Tools SVN: r34473 - in trunk/documentation/whatsnew/cdi: images and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-08-31 21:02:01 -0400 (Wed, 31 Aug 2011)
New Revision: 34473
Added:
trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M3.html
trunk/documentation/whatsnew/cdi/images/3.3.0.M3/
trunk/documentation/whatsnew/cdi/images/3.3.0.M3/NonEmptyNamedInStereotype.png
Log:
https://issues.jboss.org/browse/JBIDE-9614 CDI N&N
Added: trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M3.html
===================================================================
--- trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M3.html (rev 0)
+++ trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M3.html 2011-09-01 01:02:01 UTC (rev 34473)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>CDI/Seam 3 tools 3.3.0.M3 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>CDI/Seam 3 tools 3.3.0.M3 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+ href="../forge/forge-news-3.3.0.M3.html">Forge Tools News ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>CDI</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Quick Fixes</b></p>
+ </td>
+ <td align="top">
+ <p>New quick fixes for the following problems found by CDI validator are now available:</p>
+ <p>
+ <ul>
+ <li>Stereotype annotation type must be annotated with one of @Target('{'TYPE, METHOD, FIELD'}'), @Target('{'METHOD, FIELD'}'), @Target('{'TYPE'}'), @Target('{'METHOD'}'), @Target('{'FIELD'}') [JSR-299 2.7.1]</li>
+ <li>Stereotype/Qualifier/Scope annotation type must be annotated with @Retention(RUNTIME)</li>
+ <li>Qualifier annotation type must be annotated with @Target('{'TYPE, METHOD, FIELD, PARAMETER'}') or @Target('{'FIELD, PARAMETER'}') [JSR-299 2.3.2, 10.1]</li>
+ <li>Scope annotation type must be annotated with @Target('{'TYPE, METHOD, FIELD'}') [JSR-299 2.4.2]</li>
+ <li>Quick fix for "Stereotype declares a non-empty @Named annotation [JSR-299 2.7.1.3]</li>
+ <li>Interceptor/Decorator has a name [JSR-299 2.5.3]</li>
+ <li>Stereotype cannot be annotated @Typed [JSR-299 2.7.1.3]</li>
+ <li>Annotation-valued or array-valued member of a qualifier or interceptor binding type must be annotated @Nonbinding [JSR-299 5.2.5, 9.5.2]</li>
+ <li>Bean constructor cannot have a parameter annotated @Disposes/@Observes [JSR-299 3.7.1]</li>
+ <li>Producer or Observer method has a parameter annotated @Disposes/@Observes [JSR-299 3.3.2, 10.4.2]</li>
+ <li>Producer method or field cannot be annotated @Inject [JSR-299 3.3.2, 3.4.2]</li>
+ <li>Bean class of a session bean cannot be annotated @Interceptor/@Decorator [JSR-299 3.2]</li>
+ <li>Producer cannot be declared in an interceptor/decorator [JSR-299 3.3.2]</li>
+ <li>Interceptor/Decorator has a method annotated @Disposes/@Observes [JSR-299 3.3.6, 10.4.2]</li>
+ <li>Interceptor/Decorator is annotated @Specializes [JSR-299 4.3.1]</li>
+ </ul>
+ </p>
+
+ <img src="images/3.3.0.M3/NonEmptyNamedInStereotype.png"/>
+ <p>
+ <small>
+ <a href="https://issues.jboss.org/browse/JBIDE-7630">Related Jira JBIDE-7630</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7631">JBIDE-7631</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7632">JBIDE-7632</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7633">JBIDE-7633</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7634">JBIDE-7634</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7636">JBIDE-7636</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7640">JBIDE-7640</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7641">JBIDE-7641</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7664">JBIDE-7664</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7665">JBIDE-7665</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7667">JBIDE-7667</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7668">JBIDE-7668</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7680">JBIDE-7680</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7683">JBIDE-7683</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7684">JBIDE-7684</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7685">JBIDE-7685</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-7686">JBIDE-7686</a>
+ </small><br/>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Ctrl+Shift+G (Search for references)</b></p>
+ </td>
+ <td align="top">
+ <p></p>
+ <img src="images/3.3.0.M3/seam_config_open_on.png"/>
+ <p>
+ <small>
+ <a href="https://jira.jboss.org/browse/JBIDE-9473">Related Jira JBIDE-9473</a>,
+ <a href="https://jira.jboss.org/browse/JBIDE-8705">JBIDE-8705</a>
+ </small><br/>
+ </p>
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
\ No newline at end of file
Property changes on: trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M3.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/cdi/images/3.3.0.M3/NonEmptyNamedInStereotype.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/3.3.0.M3/NonEmptyNamedInStereotype.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
13 years, 6 months
JBoss Tools SVN: r34472 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-31 20:07:02 -0400 (Wed, 31 Aug 2011)
New Revision: 34472
Modified:
trunk/build/publish.sh
Log:
add check for nested site/site/ folder as per bottests site build
Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh 2011-08-31 23:50:18 UTC (rev 34471)
+++ trunk/build/publish.sh 2011-09-01 00:07:02 UTC (rev 34472)
@@ -45,6 +45,12 @@
siteZip=${WORKSPACE}/sources/aggregate/site/target/site.zip
fi
z=$siteZip
+elif [[ -d ${WORKSPACE}/sources/aggregate/site/site/target ]]; then
+ siteZip=${WORKSPACE}/sources/aggregate/site/site/target/site_assembly.zip
+ if [[ ! -f ${WORKSPACE}/sources/aggregate/site/site/target/site_assembly.zip ]]; then
+ siteZip=${WORKSPACE}/sources/aggregate/site/site/target/site.zip
+ fi
+ z=$siteZip
elif [[ -d ${WORKSPACE}/sources/site/target ]]; then
siteZip=${WORKSPACE}/sources/site/target/site_assembly.zip
if [[ ! -f ${WORKSPACE}/sources/site/target/site_assembly.zip ]]; then
13 years, 6 months