JBoss Tools SVN: r32142 - in trunk/documentation/whatsnew/jst: images and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-06-16 15:02:00 -0400 (Thu, 16 Jun 2011)
New Revision: 32142
Added:
trunk/documentation/whatsnew/jst/images/3.3.0.M2/
trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_links.png
trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_messages.png
trunk/documentation/whatsnew/jst/jst-news-3.3.0.M2.html
Log:
https://issues.jboss.org/browse/JBIDE-9164 N&N for JSF/JST component.
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_links.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_links.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_messages.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_messages.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/jst-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/jst/jst-news-3.3.0.M2.html (rev 0)
+++ trunk/documentation/whatsnew/jst/jst-news-3.3.0.M2.html 2011-06-16 19:02:00 UTC (rev 32142)
@@ -0,0 +1,77 @@
+<?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>JST/JSF 3.3.0.M2 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>JST/JSF 3.3.0.M2 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
+ Index</a> <a href="../vpe/vpe-news-3.3.0.M2.html">VPE Tools ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Code completion for #{messages['...']}</b></p>
+ </td>
+ <td valign="top">
+ <p>Code completion now works for JSF resource bundles within the [] brackets of EL expressions.</p>
+ <img src="images/3.3.0.M2/ca_messages.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-3845">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Code completion for <link href=""/>, <h:link value="">, <a:loadStyle src=""/></b></p>
+ </td>
+ <td valign="top">
+ <p>Also JBoss XHTML/JSP editor now provides code completion for application resources for <link href=""/>, <h:link value=""> and <a:loadStyle src=""/>.</p>
+ <img src="images/3.3.0.M2/ca_links.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-8953">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
\ No newline at end of file
Property changes on: trunk/documentation/whatsnew/jst/jst-news-3.3.0.M2.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
14 years, 10 months
JBoss Tools SVN: r32141 - trunk/documentation/whatsnew/ws.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2011-06-16 14:19:29 -0400 (Thu, 16 Jun 2011)
New Revision: 32141
Modified:
trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html
Log:
M1->M2 JBIDE-9167
Modified: trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html
===================================================================
--- trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html 2011-06-16 18:15:42 UTC (rev 32140)
+++ trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html 2011-06-16 18:19:29 UTC (rev 32141)
@@ -6,7 +6,7 @@
<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>WS Tools 3.3.0 M1 What's New</title>
+<title>WS Tools 3.3.0 M2 What's New</title>
<script type="text/javascript">
var _gaq = _gaq || [];
14 years, 10 months
JBoss Tools SVN: r32140 - in trunk/documentation/whatsnew: ws and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2011-06-16 14:15:42 -0400 (Thu, 16 Jun 2011)
New Revision: 32140
Added:
trunk/documentation/whatsnew/images/jaxrs_completion.png
trunk/documentation/whatsnew/images/jaxrs_explorer.png
trunk/documentation/whatsnew/images/jaxrs_facet.png
trunk/documentation/whatsnew/images/jaxrs_validation.png
trunk/documentation/whatsnew/ws/images/content-assist.png
trunk/documentation/whatsnew/ws/images/jaxrs_install.png
trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html
Log:
initial NN for JBIDE-9167
Added: trunk/documentation/whatsnew/images/jaxrs_completion.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/jaxrs_completion.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/jaxrs_explorer.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/jaxrs_explorer.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/jaxrs_facet.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/jaxrs_facet.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/jaxrs_validation.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/jaxrs_validation.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/ws/images/content-assist.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/ws/images/content-assist.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/ws/images/jaxrs_install.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/ws/images/jaxrs_install.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html
===================================================================
--- trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html (rev 0)
+++ trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html 2011-06-16 18:15:42 UTC (rev 32140)
@@ -0,0 +1,180 @@
+<?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>WS Tools 3.3.0 M1 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>WS tools 3.3.0 M2 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</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="right"><a name="itemname3"
+ id="itemname3"></a><b>JAX-RS Tooling</b></td>
+ <td valign="top">
+ <p>This release introduces the work done by Xaiver Coulon with
+ respect to JAX-RS tooling. The JAX-RS tooling is supposed to
+ complement and extend the JAX-RS tooling found in Eclipse WTP but
+ also to work on plain Java projects.</p>
+
+ <p>The JAX-RS tooling includes a mapping of JAX-RS resources to the
+ source, validation of JAX-RS constructs and code completion for
+ JAX-RS annotation values.</p>
+
+ <p>
+ The tooling is not yet complete but is very functional and we
+ are looking forward to get feedback on its current
+ functionallity and what you would like to see in the future.
+ </p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>JAX-RS</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3"
+ id="itemname3"></a><b>Enable JAX-RS 1.1 Support</b></td>
+ <td valign="top">
+
+ <p>If you are using Eclipse WTP and enable the JAX-RS facet then
+ JBoss Tools JAX-RS support will be added automatically.</p>
+
+ <p><img src="../images/jaxrs_facet.png"/></p>
+
+ <p>You can also enable JBoss Tools JAX-RS support on any Java project
+ via the Configure > JAX-RS 1.1 Support...
+ </p>
+
+ <img src="images/jaxrs_install.png"/>
+
+
+ <p>This enablement adds a JAX-RS Builder to your project that
+ will participate during building of your project to collect JAX-RS
+ related resources.</p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3"
+ id="itemname3"></a><b>RESTFul Web Services Explorer</b></td>
+ <td valign="top">
+
+ <p>When you have enabled JAX-RS a "RESTful Web Services" node in
+ Project Explorer outlining the various RESTful services that
+ your project contain. The outline will update when you save
+ changes to your code.</p>
+
+ <p><img src="../images/jaxrs_explorer.png"/></p>
+
+ <p>For each element in the navigator, you'll have the resolved
+ Http Method (GET, POST, etc.), the URI Path Template
+ (/customers/{id}, etc.). you'll also have the resolved consumed
+ and produces mediatypes (based on the annotations at method or type
+ level)</p>
+
+ <p>To navigate easily to the related source code for a JAX-RS
+ resouce you can double click the elements of the resource explorer
+ and it will open and highlight the related source code.</p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3"
+ id="itemname3"></a><b>JAX-RS Validation</b></td>
+ <td valign="top">
+
+ <p>JAX-RS tooling will do validation and mark problem found
+ during building.</p>
+
+ <p><img src="../images/jaxrs_validation.png"/></p>
+
+ <p>Here the validation notices that the @PathParam does not
+ match what is defined in the @Path.</p>
+
+ </td>
+ </tr>
+
+
+ <tr>
+ <td colspan="2">
+
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3"
+ id="itemname3"></a><b>JAX-RS Code completion</b></td>
+ <td valign="top">
+
+ <p>There are code completion for template mappings for
+ @PathParam based on what is in the @Path.</p>
+
+ <p><img src="../images/jaxrs_completion.png"/></p>
+
+ </td>
+ </tr>
+
+
+ <tr>
+ <td colspan="2">
+
+ <hr/>
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
14 years, 10 months
JBoss Tools SVN: r32139 - trunk/documentation/whatsnew.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2011-06-16 14:10:17 -0400 (Thu, 16 Jun 2011)
New Revision: 32139
Modified:
trunk/documentation/whatsnew/index.html
Log:
initial NN for JBIDE-9167
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2011-06-16 16:24:18 UTC (rev 32138)
+++ trunk/documentation/whatsnew/index.html 2011-06-16 18:10:17 UTC (rev 32139)
@@ -35,6 +35,27 @@
<tr>
<td valign="top" align="left">
+ <p align="right"><b>3.3.0.M2</b>
+ <td valign="top">
+ <!--
+ <p><a href="as/as-news-3.3.0.M2.html">JBoss AS Server Tools</a></p>
+ <p><a href="jst/jst-news-3.3.0.M2.html">JST/JSF Tools</a></p>
+ <p><a href="vpe/vpe-news-3.3.0.M2.html">Visual Page Editor</a></p>
+ <p><a href="cdi/cdi-news-3.3.0.M2.html">CDI/Seam 3 Tools</a></p>
+ <p><a href="seam/seam-news-3.3.0.M2.html">Seam 2 Tools</a></p>
+ <p><a href="forge/forge-news-3.3.0.M2.html">Forge Tools</a></p>
+ <p><a href="modeshape/modeshape-news-3.3.0.M2.html">ModeShape Tools</a></p>
+ <p><a href="maven/maven-news-3.3.0.M2.html">Maven Tools</a></p>
+ <p><a href="examples/examples-news-3.3.0.M2.html">Project Examples</a></p>
+ <p><a href="deltacloud/deltacloud-news-0.2.0.M2.html">DeltaCloud Tools</a></p>
+ <p><a href="birt/birt-news-3.3.0.M2.html">Birt Tools</a></p> -->
+ <p><a href="ws/ws-news-1.2.2.M2.html">Webservices Tools</a></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
<p align="right"><b>3.3.0.M1</b>
<td valign="top">
<p><a href="as/as-news-3.3.0.M1.html">JBoss AS Server Tools</a></p>
14 years, 10 months
JBoss Tools SVN: r32138 - branches/jbosstools-3.2.x/ws/features/org.jboss.tools.ws.feature.
by jbosstools-commits@lists.jboss.org
Author: bfitzpat
Date: 2011-06-16 12:24:18 -0400 (Thu, 16 Jun 2011)
New Revision: 32138
Modified:
branches/jbosstools-3.2.x/ws/features/org.jboss.tools.ws.feature/feature.xml
Log:
JBIDE-9180 - updating feature version to match the highest plug-in in the feature for WS (1.2.1)
Modified: branches/jbosstools-3.2.x/ws/features/org.jboss.tools.ws.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/ws/features/org.jboss.tools.ws.feature/feature.xml 2011-06-16 15:57:03 UTC (rev 32137)
+++ branches/jbosstools-3.2.x/ws/features/org.jboss.tools.ws.feature/feature.xml 2011-06-16 16:24:18 UTC (rev 32138)
@@ -1,49 +1,49 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.ws.feature"
- label="%featureName"
- version="1.1.0.qualifier"
- provider-name="%providerName"
- plugin="org.jboss.tools.ws.ui">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <plugin
- id="org.jboss.tools.ws.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.ws.creation.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.ws.creation.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.ws.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.ws.feature"
+ label="%featureName"
+ version="1.2.1.qualifier"
+ provider-name="%providerName"
+ plugin="org.jboss.tools.ws.ui">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.jboss.tools.ws.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.ws.creation.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.ws.creation.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.ws.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
14 years, 10 months
JBoss Tools SVN: r32137 - in trunk/documentation/whatsnew/vpe: images and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: dmaliarevich
Date: 2011-06-16 11:57:03 -0400 (Thu, 16 Jun 2011)
New Revision: 32137
Added:
trunk/documentation/whatsnew/vpe/images/3.3.0.M2/
trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_1.png
trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_2.png
trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html
Log:
https://issues.jboss.org/browse/JBIDE-9166 , n&n was added
Added: trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_1.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_2.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html (rev 0)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html 2011-06-16 15:57:03 UTC (rev 32137)
@@ -0,0 +1,58 @@
+<?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>What's New Visual Page Editor 3.3.0.M2</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>What's New Visual Page Editor 3.3.0.M2</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+ href="../cdi/cdi-news-3.3.0.M2.html">CDI/Seam 3 Tools ></a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Editor</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3"
+ id="itemname3"></a><b>Create JSF2 composite component via context menu</b></td>
+ <td valign="top">
+ <p>
+ Now you can create JSF2 component from the context menu using current source selection.</p>
+ <p><img src="images/3.3.0.M2/createJSF2composite_1.png" alt="createJSF2composite_1" /></p>
+ <p>
+ Composite component will be created and registered on the page.
+ </p>
+ <p><img src="images/3.3.0.M2/createJSF2composite_2.png" alt="createJSF2composite_2" /></p>
+
+ <p><small><a
+ href="https://jira.jboss.org/jira/browse/JBIDE-8620">Related Jira</a></small></p>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
\ No newline at end of file
14 years, 10 months
JBoss Tools SVN: r32136 - trunk/as/tests/org.jboss.ide.eclipse.as.test.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-06-16 10:57:46 -0400 (Thu, 16 Jun 2011)
New Revision: 32136
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
Log:
[JBIDE-9153] removed test exclusion
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2011-06-16 10:31:31 UTC (rev 32135)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2011-06-16 14:57:46 UTC (rev 32136)
@@ -23,19 +23,4 @@
<emma.filter>org.jboss.ide.eclipse.as.core*</emma.filter>
<emma.instrument.bundles>org.jboss.ide.eclipse.as.core</emma.instrument.bundles>
</properties>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <excludes>
- <exclude>**/*MockJSTPublisherTestDynUtil*</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
14 years, 10 months
JBoss Tools SVN: r32135 - trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/v2.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-06-16 06:31:31 -0400 (Thu, 16 Jun 2011)
New Revision: 32135
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/v2/MockJSTPublisherTestDynUtil.java
Log:
/JBIDE-9153 test patch
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/v2/MockJSTPublisherTestDynUtil.java
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/v2/MockJSTPublisherTestDynUtil.java 2011-06-16 10:20:44 UTC (rev 32134)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/publishing/v2/MockJSTPublisherTestDynUtil.java 2011-06-16 10:31:31 UTC (rev 32135)
@@ -28,6 +28,7 @@
import org.jboss.ide.eclipse.as.test.util.wtp.ProjectCreationUtil;
public class MockJSTPublisherTestDynUtil extends MockJSTPublisherTest {
+ final String MODULE_NAME = "newModule5";
protected IProject createProject() throws Exception {
IDataModel dm = ProjectCreationUtil.getWebDataModel(MODULE_NAME, null, null, CONTENT_DIR, null, JavaEEFacetConstants.WEB_25, false);
OperationTestCase.runAndVerify(dm);
@@ -81,26 +82,22 @@
protected void theTest(boolean isAs7) throws CoreException, IOException {
- /*
- * temporarily disabled. Test run fine in eclipse but fail in tycho.
- *
IModule mod = ServerUtil.getModule(project);
server = ServerRuntimeUtils.addModule(server, mod);
ServerRuntimeUtils.publish(server);
String[] nonAS7 = new String[]{
- "newModule.war", "newModule.war/META-INF", "newModule.war/META-INF/MANIFEST.MF",
- "newModule.war/WEB-INF/classes", "newModule.war/WEB-INF/lib", "newModule.war/WEB-INF/web.xml",
- "newModule.war/WEB-INF/lib/util.jar"
+ "newModule5.war", "newModule5.war/META-INF", "newModule5.war/META-INF/MANIFEST.MF",
+ "newModule5.war/WEB-INF/classes", "newModule5.war/WEB-INF/lib", "newModule5.war/WEB-INF/web.xml",
+ "newModule5.war/WEB-INF/lib/util.jar"
};
String[] as7 = new String[]{
- "newModule.war", "newModule.war/META-INF", "newModule.war/META-INF/MANIFEST.MF",
- "newModule.war/WEB-INF/classes", "newModule.war/WEB-INF/lib", "newModule.war/WEB-INF/web.xml",
- "newModule.war/WEB-INF/lib/util.jar", "newModule.war.dodeploy"
+ "newModule5.war", "newModule5.war/META-INF", "newModule5.war/META-INF/MANIFEST.MF",
+ "newModule5.war/WEB-INF/classes", "newModule5.war/WEB-INF/lib", "newModule5.war/WEB-INF/web.xml",
+ "newModule5.war/WEB-INF/lib/util.jar", "newModule5.war.dodeploy"
};
assertChanged( isAs7, nonAS7, as7 );
MockPublishMethod.reset();
- */
}
}
14 years, 10 months
JBoss Tools SVN: r32134 - trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-06-16 06:20:44 -0400 (Thu, 16 Jun 2011)
New Revision: 32134
Removed:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta3.jar
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta3.jar
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties
Log:
[JBIDE-9176] replaced AS7 client jars by latest (beta4 nightly) ones
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath 2011-06-16 10:19:54 UTC (rev 32133)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath 2011-06-16 10:20:44 UTC (rev 32134)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib" path="jboss-as-controller-client-7.0.0.Beta3.jar" sourcepath="/jboss-as-controller-client/src"/>
- <classpathentry exported="true" kind="lib" path="jboss-as-protocol-7.0.0.Beta3.jar"/>
+ <classpathentry exported="true" kind="lib" path="jboss-as-controller-client-7.0.0.Beta4-SNAPSHOT.jar"/>
+ <classpathentry exported="true" kind="lib" path="jboss-as-protocol-7.0.0.Beta4-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="jboss-dmr-1.0.0.Beta5.jar" sourcepath="/home/adietish/jboss-workspaces/jboss-tools/jbosstools-src/jboss-dmr-1.0.0.Beta5-sources.jar"/>
<classpathentry exported="true" kind="lib" path="jboss-logging-3.0.0.Beta3.jar"/>
<classpathentry exported="true" kind="lib" path="jboss-marshalling-1.3.0.CR8.jar"/>
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties 2011-06-16 10:19:54 UTC (rev 32133)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/build.properties 2011-06-16 10:20:44 UTC (rev 32134)
@@ -11,5 +11,5 @@
jboss-logging-3.0.0.Beta3.jar,\
jboss-marshalling-1.3.0.CR8.jar,\
jboss-threads-2.0.0.CR8.jar,\
- jboss-as-controller-client-7.0.0.Beta3.jar,\
- jboss-as-protocol-7.0.0.Beta3.jar
+ jboss-as-controller-client-7.0.0.Beta4-SNAPSHOT.jar,\
+ jboss-as-protocol-7.0.0.Beta4-SNAPSHOT.jar
Deleted: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta3.jar
===================================================================
(Binary files differ)
Deleted: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta3.jar
===================================================================
(Binary files differ)
14 years, 10 months
JBoss Tools SVN: r32133 - in trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-06-16 06:19:54 -0400 (Thu, 16 Jun 2011)
New Revision: 32133
Added:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta4-SNAPSHOT.jar
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta4-SNAPSHOT.jar
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/META-INF/MANIFEST.MF
Log:
[JBIDE-9176] replace AS7 client jars by latest (beta4 nightly) ones
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/META-INF/MANIFEST.MF
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/META-INF/MANIFEST.MF 2011-06-16 09:19:44 UTC (rev 32132)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/META-INF/MANIFEST.MF 2011-06-16 10:19:54 UTC (rev 32133)
@@ -8,8 +8,8 @@
org.jboss.ide.eclipse.as.core
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-ClassPath: jboss-as-controller-client-7.0.0.Beta3.jar,
- jboss-as-protocol-7.0.0.Beta3.jar,
+Bundle-ClassPath: jboss-as-controller-client-7.0.0.Beta4-SNAPSHOT.jar,
+ jboss-as-protocol-7.0.0.Beta4-SNAPSHOT.jar,
jboss-dmr-1.0.0.Beta5.jar,
jboss-logging-3.0.0.Beta3.jar,
jboss-marshalling-1.3.0.CR8.jar,
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta4-SNAPSHOT.jar
===================================================================
(Binary files differ)
Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-controller-client-7.0.0.Beta4-SNAPSHOT.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta4-SNAPSHOT.jar
===================================================================
(Binary files differ)
Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta4-SNAPSHOT.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
14 years, 10 months