JBoss Tools SVN: r26888 - trunk/build/parent.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-11-24 12:11:10 -0500 (Wed, 24 Nov 2010)
New Revision: 26888
Modified:
trunk/build/parent/pom.xml
Log:
move to CR1
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-11-24 16:45:47 UTC (rev 26887)
+++ trunk/build/parent/pom.xml 2010-11-24 17:11:10 UTC (rev 26888)
@@ -15,7 +15,7 @@
<!--tychoVersion>0.10.0-SNAPSHOT</tychoVersion -->
<tychoVersion>0.10.0</tychoVersion>
<scmBranch>trunk</scmBranch>
- <BUILD_ALIAS>Beta3</BUILD_ALIAS>
+ <BUILD_ALIAS>CR1</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
<systemProperties></systemProperties>
14 years, 1 month
JBoss Tools SVN: r26887 - in trunk/documentation/whatsnew/modeshape: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: elvisisking
Date: 2010-11-24 11:45:47 -0500 (Wed, 24 Nov 2010)
New Revision: 26887
Added:
trunk/documentation/whatsnew/modeshape/images/PublishDialog-7.1.0.beta2.png
trunk/documentation/whatsnew/modeshape/modeshape-news-7.1.0.beta2.html
Log:
JBIDE-6915 Modeshape Component N&N Beta2: Updated to show new workspace area field on the publishing wizard.
Added: trunk/documentation/whatsnew/modeshape/images/PublishDialog-7.1.0.beta2.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/modeshape/images/PublishDialog-7.1.0.beta2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/modeshape/modeshape-news-7.1.0.beta2.html
===================================================================
--- trunk/documentation/whatsnew/modeshape/modeshape-news-7.1.0.beta2.html (rev 0)
+++ trunk/documentation/whatsnew/modeshape/modeshape-news-7.1.0.beta2.html 2010-11-24 16:45:47 UTC (rev 26887)
@@ -0,0 +1,53 @@
+<?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>ModeShape What's New</title>
+</head>
+<body>
+<h1>ModeShape 7.1.0 Beta2 What's New</h1>
+<p align="right"><a href="../index.html">< Main Index</a></p>
+<p>Last revised November 24, 2010</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>Publishing Wizard</b>
+ </p>
+ </td>
+
+ <td valign="top">
+ <p>
+ The publishing wizard now allows you to optionally enter a repository workspace area. A workspace area is a known
+ repository location that is being monitored by the ModeShape service responsible for sequencing files. A file published
+ to a workspace area will get sequenced as long as there is a sequencer operating on their file type.
+ </p>
+ <p>The workspace area path is appended to the server URL to determine the root location the wizard uses to publish and
+ unpublish files. A file's project path is appended to the root path to determine its repository location.
+ </p>
+
+ <p>
+ Here is what the ModeShape publishing wizard looks like:
+ </p>
+
+ <p>
+ <img src="images/PublishDialog-7.1.0.beta2.png" alt="ModeShape Publishing Wizard"/>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr /></td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/modeshape/modeshape-news-7.1.0.beta2.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
14 years, 1 month
JBoss Tools SVN: r26886 - in trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test: src/org/jboss/tools/jsf/vpe/jsf/test/jbide and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2010-11-24 11:09:12 -0500 (Wed, 24 Nov 2010)
New Revision: 26886
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/jsf-core-as-default-tags.xhtml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/jsf-core-as-default-tags.xhtml.xml
Removed:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml.xml
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/TestForUsingComponentsLibrariesWithDefaultNamespace.java
Log:
https://jira.jboss.org/browse/JBIDE-7704 test has been refactored, for TestForUsingComponentsLibrariesWithDefaultNamespace seam elements has been replaced to jsf core elements
Copied: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/jsf-core-as-default-tags.xhtml (from rev 26876, trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml)
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/jsf-core-as-default-tags.xhtml (rev 0)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/jsf-core-as-default-tags.xhtml 2010-11-24 16:09:12 UTC (rev 26886)
@@ -0,0 +1,10 @@
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:h="http://java.sun.com/jsf/html">
+<body>
+ <view xmlns="http://java.sun.com/jsf/core" id="jbide5353Test">
+ <h:outputText value="Default namespace detection test page" />
+ <h1></h1>
+ <h:inputText value="Test" />
+ </view>
+</body>
+</html>
Copied: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/jsf-core-as-default-tags.xhtml.xml (from rev 26876, trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml.xml)
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/jsf-core-as-default-tags.xhtml.xml (rev 0)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/jsf-core-as-default-tags.xhtml.xml 2010-11-24 16:09:12 UTC (rev 26886)
@@ -0,0 +1,23 @@
+<tests>
+ <test id="jbide5353Test">
+<TABLE STYLE="border: 1px dotted rgb(255, 102, 0); padding: 5px; width: 100%;">
+<TR>
+<TD>
+<DIV>
+<SPAN CLASS="vpe-text">
+Default namespace detection test page
+</SPAN>
+<DIV STYLE="border: 1px solid green; -moz-user-modify: read-only;">
+<DIV CLASS="__any__tag__caption" STYLE="">
+h1
+</DIV><BR VPE:PSEUDO-ELEMENT="yes" STYLE="font-style: italic; color: green; -moz-user-modify: read-only;"/>
+
+</DIV>
+<INPUT VALUE="Test"/>
+
+</DIV>
+</TD>
+</TR>
+</TABLE>
+ </test>
+</tests>
Deleted: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml 2010-11-24 15:45:03 UTC (rev 26885)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml 2010-11-24 16:09:12 UTC (rev 26886)
@@ -1,46 +0,0 @@
-<document xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns="http://jboss.com/products/seam/pdf" id="jbide5352Test">
-
- <image alignment="right" wrap="true" value="/jboss.jpg" />
- <font size="24"><paragraph spacingAfter="50">Table Test</paragraph></font>
-
- <table columns="4">
- <f:facet name="defaultCell">
- <cell horizontalAlignment="center" verticalAlignment="middle" />
- </f:facet>
- <cell backgroundColor="yellow" colspan="2"><paragraph>cell 1</paragraph></cell>
- <cell><paragraph>cell 2</paragraph></cell>
- <cell><paragraph>cell 3</paragraph></cell>
- <cell><paragraph>cell 4</paragraph></cell>
- <cell backgroundColor="red" colspan="2"><paragraph>cell 5</paragraph></cell>
- <cell><paragraph>cell 6</paragraph></cell>
- <cell><paragraph>cell 7</paragraph></cell>
- <cell><paragraph>cell 8</paragraph></cell>
- <cell backgroundColor="green" colspan="2"><paragraph>cell 9</paragraph></cell>
- </table>
-
- <paragraph spacingBefore="10" spacingAfter="10">This is another table. It should be large enough to span multiple pages with the headers repeated on other page</paragraph>
-
-
- <table widths="1 4" columns="2" headerRows="1">
- <cell grayFill=".3" paddingBottom="10" horizontalAlignment="center" colspan="2">
- <font size="20"><paragraph alignment="center">This is a header</paragraph></font>
- </cell>
-
-
- <ui:repeat value="#{lists.numbers}" var="week">
- <cell rotation="90" horizontalAlignment="center" verticalAlignment="middle" grayFill=".7">
- <font size="30"><paragraph>Week #{week}</paragraph></font>
- </cell>
- <cell paddingLeft="0" paddingRight="0" paddingTop="0" paddingBottom="0">
- <table widths="1.25 4" columns="2" widthPercentage="100">
- <ui:repeat value="#{lists.daysOfWeek}" var="day">
- <cell paddingBottom="6">#{day}</cell>
- <cell paddingBottom="6">Blah blah blah</cell>
- </ui:repeat>
- </table>
- </cell>
- </ui:repeat>
- </table>
-</document>
Deleted: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml.xml 2010-11-24 15:45:03 UTC (rev 26885)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml.xml 2010-11-24 16:09:12 UTC (rev 26886)
@@ -1,150 +0,0 @@
-<tests>
- <test id="jbide5352Test">
- <DIV STYLE="margin: 36px;">
-<SPAN STYLE="font-size: 24pt;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-Table Test
-</SPAN>
-</DIV>
-</SPAN>
-<DIV>
-<TABLE WIDTH="100%" CELLSPACING="0px" ALIGN="center">
-<TR>
-<TD VALIGN="middle" ALIGN="center" STYLE="border: 2px solid black;">
-</TD>
-<TD COLSPAN="2" STYLE="border: 2px solid black;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-cell 1
-</SPAN>
-</DIV>
-</TD>
-<TD STYLE="border: 2px solid black;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-cell 2
-</SPAN>
-</DIV>
-</TD>
-</TR>
-<TR>
-<TD STYLE="border: 2px solid black;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-cell 3
-</SPAN>
-</DIV>
-</TD>
-<TD STYLE="border: 2px solid black;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-cell 4
-</SPAN>
-</DIV>
-</TD>
-<TD COLSPAN="2" STYLE="border: 2px solid black;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-cell 5
-</SPAN>
-</DIV>
-</TD>
-</TR>
-<TR>
-<TD STYLE="border: 2px solid black;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-cell 6
-</SPAN>
-</DIV>
-</TD>
-<TD STYLE="border: 2px solid black;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-cell 7
-</SPAN>
-</DIV>
-</TD>
-<TD STYLE="border: 2px solid black;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-cell 8
-</SPAN>
-</DIV>
-</TD>
-<TD COLSPAN="2" STYLE="border: 2px solid black;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-cell 9
-</SPAN>
-</DIV>
-</TD>
-</TR>
-</TABLE>
-</DIV>
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-This is another table. It should be large enough to span multiple pages with the headers repeated on other page
-</SPAN>
-</DIV>
-<DIV>
-<TABLE WIDTH="100%" CELLSPACING="0px" ALIGN="center">
-<TR>
-<TD ALIGN="center" COLSPAN="2" STYLE="border: 2px solid black;">
-<SPAN STYLE="font-size: 20pt;">
-<DIV ALIGN="center"><BR/>
-
-<SPAN CLASS="vpe-text">
-This is a header
-</SPAN>
-</DIV>
-</SPAN>
-</TD>
-</TR>
-<TR>
-<TD VALIGN="middle" ALIGN="center" STYLE="border: 2px solid black;">
-<SPAN STYLE="font-size: 30pt;">
-<DIV><BR/>
-
-<SPAN CLASS="vpe-text">
-Week #{week}
-</SPAN>
-</DIV>
-</SPAN>
-</TD>
-<TD STYLE="border: 2px solid black;">
-<DIV>
-<TABLE WIDTH="100%" CELLSPACING="0px" ALIGN="center">
-<TR>
-<TD STYLE="border: 2px solid black;">
-<SPAN CLASS="vpe-text">
-#{day}
-</SPAN>
-</TD>
-<TD STYLE="border: 2px solid black;">
-<SPAN CLASS="vpe-text">
-Blah blah blah
-</SPAN>
-</TD>
-</TR>
-</TABLE>
-</DIV>
-</TD>
-</TR>
-</TABLE>
-</DIV>
-</DIV>
- </test>
-</tests>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/TestForUsingComponentsLibrariesWithDefaultNamespace.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/TestForUsingComponentsLibrariesWithDefaultNamespace.java 2010-11-24 15:45:03 UTC (rev 26885)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/TestForUsingComponentsLibrariesWithDefaultNamespace.java 2010-11-24 16:09:12 UTC (rev 26886)
@@ -24,7 +24,7 @@
}
public void testCheckContetnForDefaultNamespace() throws Throwable{
- performContentTest("JBIDE/5352/table.xhtml"); //$NON-NLS-1$
+ performContentTest("JBIDE/5352/jsf-core-as-default-tags.xhtml"); //$NON-NLS-1$
performContentTest("JBIDE/5352/jbide5352.xhtml"); //$NON-NLS-1$
}
14 years, 1 month
JBoss Tools SVN: r26885 - trunk/build/parent.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-11-24 10:45:03 -0500 (Wed, 24 Nov 2010)
New Revision: 26885
Modified:
trunk/build/parent/pom.xml
Log:
bump trunk to Beta3 suffix
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-11-24 15:35:47 UTC (rev 26884)
+++ trunk/build/parent/pom.xml 2010-11-24 15:45:03 UTC (rev 26885)
@@ -15,7 +15,7 @@
<!--tychoVersion>0.10.0-SNAPSHOT</tychoVersion -->
<tychoVersion>0.10.0</tychoVersion>
<scmBranch>trunk</scmBranch>
- <BUILD_ALIAS>Beta2</BUILD_ALIAS>
+ <BUILD_ALIAS>Beta3</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
<systemProperties></systemProperties>
14 years, 1 month
JBoss Tools SVN: r26884 - trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2010-11-24 10:35:47 -0500 (Wed, 24 Nov 2010)
New Revision: 26884
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/XJob.java
Log:
JBIDE-7677
https://jira.jboss.org/browse/JBIDE-7677
Modified: trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/XJob.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/XJob.java 2010-11-24 15:32:15 UTC (rev 26883)
+++ trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/XJob.java 2010-11-24 15:35:47 UTC (rev 26884)
@@ -17,12 +17,14 @@
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.MultiStatus;
import org.eclipse.core.runtime.NullProgressMonitor;
import org.eclipse.core.runtime.Platform;
import org.eclipse.core.runtime.Status;
import org.eclipse.core.runtime.jobs.Job;
import org.eclipse.ui.internal.decorators.DecoratorManager;
import org.eclipse.ui.progress.UIJob;
+import org.jboss.tools.common.model.plugin.ModelPlugin;
public class XJob extends WorkspaceJob {
public static Object FAMILY_XJOB = new Object();
@@ -172,7 +174,17 @@
ids.remove(r.getId());
}
if (!isSuspended()) {
- r.run();
+ try {
+ r.run();
+ } catch (Exception e) {
+ if(e instanceof RuntimeException) {
+ synchronized(this) {
+ running = false;
+ }
+ throw (RuntimeException)e;
+ }
+ ModelPlugin.getDefault().logError("Error in job " + r.getId(), e);
+ }
}
//}
}
14 years, 1 month
JBoss Tools SVN: r26883 - trunk/documentation/whatsnew/usage.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-11-24 10:32:15 -0500 (Wed, 24 Nov 2010)
New Revision: 26883
Added:
trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta2.html
Log:
[JBIDE-7646] Usage Reporting N&N for Beta2 created
Added: trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta2.html
===================================================================
--- trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta2.html (rev 0)
+++ trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta2.html 2010-11-24 15:32:15 UTC (rev 26883)
@@ -0,0 +1,58 @@
+<!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 Usage Reporting 3.2.0.M2</title>
+</head>
+<body>
+<h1>What's New Usage Reporting 3.2.0.Beta2</h1>
+
+<p align="right">
+<a href="../index.html">< Main Index</a> <a
+href="../as/as-news-3.2.0.Beta1.html">AS 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>Preferences</b></td>
+ <td valign="top">
+ We extended the preferences and now show what usage reporting collects and reports. This shows to the user what we collect, demonstrates that we are clearly try to collect usage patterns and want to enhance the user experience.
+ <p><img src="../images/usage-reporting-preferences-values.png"></img></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-7144">Related Jira</a></small></p>
+ </td>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>Operating systems</b></td>
+ <td valign="top">
+
+ <p>
+ Usage Reporting now reports linux distributions and versions.
+ <p><img src="../images/usage-reporting-linux.png"></img></p>
+ <p><img src="../images/usage-reporting-linux-distro.png"></img></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-7142">Related Jira</a></small></p>
+ <p>
+ Usage Reporting could not distinguish the various windows version. It now reports all major windows variants.
+ </p>
+ <p><img src="../images/usage-reporting-windowsversions.png"></img></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-7043">Related Jira</a></small></p>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>Various bugs</b></td>
+ <td valign="top">
+ <p>
+ Usage Reporting was rather verbose and created an entry to the log when the internet connection was not available. Beta2 now only logs if debug/tracing is enabled.
+ </p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-7474">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+</table>
+</body>
+</html>
Property changes on: trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta2.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
14 years, 1 month
JBoss Tools SVN: r26882 - trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/project/ext.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2010-11-24 10:26:58 -0500 (Wed, 24 Nov 2010)
New Revision: 26882
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/project/ext/AbstractClassPathMonitor.java
Log:
JBIDE-7677
https://jira.jboss.org/browse/JBIDE-7677
Modified: trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/project/ext/AbstractClassPathMonitor.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/project/ext/AbstractClassPathMonitor.java 2010-11-24 15:00:16 UTC (rev 26881)
+++ trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/project/ext/AbstractClassPathMonitor.java 2010-11-24 15:26:58 UTC (rev 26882)
@@ -1,7 +1,5 @@
package org.jboss.tools.common.model.project.ext;
-import java.io.File;
-import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
@@ -11,18 +9,11 @@
import java.util.Set;
import org.eclipse.core.resources.IProject;
-import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.Path;
import org.jboss.tools.common.model.XModel;
-import org.jboss.tools.common.model.XModelObject;
import org.jboss.tools.common.model.filesystems.FileSystemsHelper;
-import org.jboss.tools.common.model.filesystems.impl.FileSystemsLoader;
import org.jboss.tools.common.model.filesystems.impl.Libs;
import org.jboss.tools.common.model.filesystems.impl.LibsListener;
-import org.jboss.tools.common.model.plugin.ModelPlugin;
-import org.jboss.tools.common.model.util.EclipseResourceUtil;
-import org.jboss.tools.common.model.util.XModelObjectUtil;
/**
* Monitors class path of project and loads seam components of it.
@@ -33,7 +24,9 @@
protected XModel model = null;
protected P project;
- protected List<String> paths = null;
+ protected List<String> paths = new ArrayList<String>();
+ private boolean loaded = false;
+
protected Map<IPath, String> paths2 = new HashMap<IPath, String>();
boolean libsModified = false;
@@ -66,8 +59,14 @@
Libs libs = FileSystemsHelper.getLibs(model);
libs.update();
List<String> newPaths = libs.getPaths();
- boolean result = libsModified || paths == null;
- paths = newPaths;
+ boolean result = libsModified || !loaded;
+ if(newPaths != null) {
+ paths = newPaths;
+ loaded = true;
+ } else {
+ paths = new ArrayList<String>();
+ loaded = false;
+ }
if(result) {
paths2.clear();
paths2.putAll(libs.getPathsAsMap());
@@ -88,7 +87,8 @@
}
public void clean() {
- paths = null;
+ paths = new ArrayList<String>();
+ loaded = false;
if(paths2 != null) paths2.clear();
synchronized (processedPaths) {
processedPaths.clear();
14 years, 1 month
JBoss Tools SVN: r26881 - trunk/usage/tests/org.jboss.tools.usage.test.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-11-24 10:00:16 -0500 (Wed, 24 Nov 2010)
New Revision: 26881
Modified:
trunk/usage/tests/org.jboss.tools.usage.test/UsageTestSuite.launch
Log:
corrected launch config to launch with jdk 1.6
Modified: trunk/usage/tests/org.jboss.tools.usage.test/UsageTestSuite.launch
===================================================================
--- trunk/usage/tests/org.jboss.tools.usage.test/UsageTestSuite.launch 2010-11-24 14:55:24 UTC (rev 26880)
+++ trunk/usage/tests/org.jboss.tools.usage.test/UsageTestSuite.launch 2010-11-24 15:00:16 UTC (rev 26881)
@@ -29,7 +29,8 @@
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
-<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+<stringAttribute key="org.eclipse.jdt.launching.JAVA_COMMAND" value="java"/>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.jboss.tools.usage.test.UsageTestSuite"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.jboss.tools.usage.test"/>
@@ -37,8 +38,8 @@
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="com.jboss.jbds.product.product"/>
<booleanAttribute key="run_in_ui_thread" value="true"/>
-<stringAttribute key="selected_target_plugins" value="org.junit4@default:default,org.apache.commons.httpclient*3.1.0.v201005080502@default:default,org.eclipse.equinox.app@default:default,org.eclipse.swt.gtk.linux.x86_64@default:false,org.eclipse.core.runtime.compatibility.registry@default:false,org.eclipse.jface.databinding@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.ant.core@default:default,org.eclipse.ui.editors@default:default,org.eclipse.jdt.compiler.tool@default:false,org.eclipse.equinox.p2.metadata.repository@default:default,org.eclipse.wst.common.emfworkbench.integration@default:default,org.eclipse.ui@default:default,org.eclipse.wst.xml.core@default:default,org.apache.xml.resolver@default:default,org.eclipse.ecf.identity@default:default,org.eclipse.ui.workbench@default:default,org.eclipse.wst.validation@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.ui.navigator.resources@default:default,org.eclipse.jdt.ui@defaul!
t:default,org.eclipse.equinox.preferences@default:default,org.eclipse.core.filebuffers@default:default,org.eclipse.core.net@default:default,org.eclipse.jem.util@default:default,org.eclipse.core.net.linux.x86_64@default:false,org.eclipse.ui.views.properties.tabbed@default:default,org.eclipse.ecf@default:default,org.eclipse.swt@default:default,org.eclipse.equinox.common@default:default,org.eclipse.ltk.ui.refactoring@default:default,org.eclipse.core.databinding.observable@default:default,org.eclipse.jface.text@default:default,org.eclipse.ltk.core.refactoring@default:default,org.eclipse.core.expressions@default:default,org.eclipse.emf.common@default:default,javax.servlet@default:default,org.eclipse.wst.common.core@default:default,org.eclipse.ui.navigator@default:default,org.eclipse.osgi.util@default:default,org.eclipse.wst.common.frameworks@default:default,org.jboss.tools.xulrunner.initializer@default:false,org.eclipse.equinox.p2.core@default:default,org.eclipse.ecf.provider.fi!
letransfer.ssl@default:false,javax.xml@default:default,org.ecl!
ipse.jfa
ce@default:default,org.eclipse.emf.edit@default:default,org.eclipse.wst.sse.core@default:default,org.eclipse.emf.ecore.change@default:default,org.eclipse.core.databinding.property@default:default,org.eclipse.core.runtime.compatibility.auth@default:default,org.eclipse.emf.ecore@default:default,org.eclipse.wst.common.emf@default:default,org.eclipse.jdt.compiler.apt@default:false,com.instantiations.designer.jdt.fragment@default:false,org.eclipse.jdt.core.manipulation@default:default,org.eclipse.equinox.p2.repository@default:default,org.eclipse.ui.views@default:default,org.eclipse.compare.core@default:default,org.apache.commons.codec*1.3.0.v20100518-1140@default:default,org.eclipse.ui.forms@default:default,org.apache.xerces@default:default,org.eclipse.core.filesystem.linux.x86_64@default:false,org.apache.commons.logging*1.0.4.v201005080501@default:default,org.eclipse.team.ui@default:default,org.eclipse.ecf.filetransfer@default:default,org.eclipse.equinox.p2.engine@default:defaul!
t,org.eclipse.jdt.launching@default:default,org.eclipse.search@default:default,org.eclipse.ui.ide@default:default,org.eclipse.ui.console@default:default,org.eclipse.ecf.ssl@default:false,org.eclipse.core.commands@default:default,org.eclipse.core.jobs@default:default,org.eclipse.compare@default:default,org.eclipse.emf.ecore.xmi@default:default,org.eclipse.debug.ui@default:default,org.eclipse.core.resources@default:default,org.eclipse.jdt.debug@default:default,org.eclipse.wst.common.project.facet.core@default:default,org.eclipse.osgi.services@default:default,org.eclipse.wst.common.uriresolver@default:default,org.junit*4.8.1.v4_8_1_v20100427-1100@default:default,org.eclipse.help@default:default,org.eclipse.team.core@default:default,org.eclipse.text@default:default,org.eclipse.osgi,org.eclipse.core.filesystem@default:default,org.eclipse.debug.core@default:default,org.eclipse.ui.workbench.texteditor@default:default,org.eclipse.core.databinding@default:default,org.eclipse.equinox!
.security@default:default,org.apache.xml.serializer@default:de!
fault,co
m.ibm.icu@default:default,org.hamcrest.core@default:default,org.eclipse.jdt.core@default:default,org.eclipse.wst.common.environment@default:default,org.eclipse.equinox.p2.metadata@default:default,org.eclipse.core.variables@default:default,org.eclipse.ecf.provider.filetransfer@default:default,org.eclipse.core.runtime@default:true,org.eclipse.equinox.concurrent@default:default"/>
-<stringAttribute key="selected_workspace_plugins" value="org.jboss.tools.usage.test@default:default,org.jboss.tools.common@default:default,org.jboss.tools.usage@default:default"/>
+<stringAttribute key="selected_target_plugins" value="org.eclipse.swt@default:default,org.eclipse.jface@default:default,org.eclipse.jdt.launching@default:default,org.eclipse.equinox.p2.repository@default:default,org.eclipse.equinox.concurrent@default:default,org.eclipse.core.net@default:default,org.eclipse.core.expressions@default:default,org.eclipse.osgi.util@default:default,org.eclipse.equinox.p2.metadata@default:default,org.hamcrest.core@default:default,org.eclipse.wst.common.emf@default:default,org.apache.commons.codec*1.3.0.v20100518-1140@default:default,org.eclipse.core.databinding.property@default:default,org.eclipse.text@default:default,org.junit*4.8.1.v4_8_1_v20100427-1100@default:default,org.eclipse.emf.common@default:default,org.eclipse.core.jobs@default:default,org.eclipse.help@default:default,org.eclipse.equinox.p2.core@default:default,org.eclipse.jdt.compiler.tool@default:false,org.eclipse.compare@default:default,org.eclipse.ui.workbench.texteditor@default:def!
ault,org.eclipse.wst.validation@default:default,org.eclipse.jface.text@default:default,org.eclipse.jdt.compiler.apt@default:false,org.jboss.tools.xulrunner.initializer@default:false,org.eclipse.equinox.app@default:default,org.eclipse.core.resources@default:default,org.eclipse.wst.common.project.facet.core@default:default,org.eclipse.osgi.services@default:default,org.apache.commons.logging*1.0.4.v201005080501@default:default,org.eclipse.ui.workbench@default:default,org.eclipse.swt.gtk.linux.x86_64@default:false,javax.servlet@default:default,org.eclipse.wst.xml.core@default:default,org.apache.xerces@default:default,org.eclipse.debug.core@default:default,org.eclipse.emf.edit@default:default,org.eclipse.ui@default:default,org.eclipse.ui.views.properties.tabbed@default:default,org.eclipse.osgi,org.eclipse.compare.core@default:default,org.eclipse.ui.navigator.resources@default:default,org.eclipse.core.runtime@default:true,org.eclipse.emf.ecore.change@default:default,com.instantia!
tions.designer.jdt.fragment@default:false,org.eclipse.wst.comm!
on.urire
solver@default:default,org.eclipse.ecf.provider.filetransfer@default:default,org.eclipse.core.variables@default:default,org.apache.commons.httpclient*3.1.0.v201005080502@default:default,org.eclipse.core.filebuffers@default:default,org.eclipse.ecf@default:default,org.eclipse.ant.core@default:default,org.eclipse.jdt.core.manipulation@default:default,org.eclipse.ecf.filetransfer@default:default,org.eclipse.team.ui@default:default,org.eclipse.ui.views@default:default,org.apache.xml.resolver@default:default,org.eclipse.ltk.core.refactoring@default:default,org.eclipse.jdt.core@default:default,org.eclipse.equinox.p2.metadata.repository@default:default,com.ibm.icu@default:default,org.eclipse.wst.common.core@default:default,org.eclipse.ui.ide@default:default,org.eclipse.equinox.security@default:default,org.eclipse.ecf.ssl@default:false,org.eclipse.core.contenttype@default:default,javax.xml@default:default,org.eclipse.ltk.ui.refactoring@default:default,org.eclipse.ui.forms@default:def!
ault,org.eclipse.jface.databinding@default:default,org.eclipse.search@default:default,org.eclipse.core.filesystem.linux.x86_64@default:false,org.eclipse.core.runtime.compatibility.auth@default:default,org.eclipse.ui.editors@default:default,org.eclipse.wst.common.emfworkbench.integration@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.equinox.common@default:default,org.eclipse.equinox.p2.engine@default:default,org.eclipse.ui.navigator@default:default,org.eclipse.jdt.ui@default:default,org.eclipse.core.commands@default:default,org.eclipse.emf.ecore.xmi@default:default,org.eclipse.ecf.identity@default:default,org.eclipse.debug.ui@default:default,org.eclipse.equinox.preferences@default:default,org.eclipse.core.databinding@default:default,org.eclipse.core.runtime.compatibility.registry@default:false,org.eclipse.ui.console@default:default,org.eclipse.core.databinding.observable@default:default,org.junit4@default:default,org.eclipse.emf.ecore@default:defau!
lt,org.eclipse.jem.util@default:default,org.eclipse.wst.sse.co!
re@defau
lt:default,org.eclipse.ecf.provider.filetransfer.ssl@default:false,org.eclipse.jdt.debug@default:default,org.eclipse.wst.common.frameworks@default:default,org.eclipse.core.net.linux.x86_64@default:false,org.eclipse.team.core@default:default,org.apache.xml.serializer@default:default,org.eclipse.core.filesystem@default:default,org.eclipse.wst.common.environment@default:default"/>
+<stringAttribute key="selected_workspace_plugins" value="org.jboss.tools.common@default:default,org.jboss.tools.usage.test@default:default,org.jboss.tools.usage@default:default"/>
<booleanAttribute key="show_selected_only" value="false"/>
<booleanAttribute key="tracing" value="false"/>
<booleanAttribute key="useCustomFeatures" value="false"/>
14 years, 1 month
JBoss Tools SVN: r26880 - trunk/documentation/whatsnew/gwt.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-11-24 09:55:24 -0500 (Wed, 24 Nov 2010)
New Revision: 26880
Added:
trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta2.html
Log:
[JBIDE-7648] create GWT Integration N&N for Beta2
Added: trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta2.html
===================================================================
--- trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta2.html (rev 0)
+++ trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta2.html 2010-11-24 14:55:24 UTC (rev 26880)
@@ -0,0 +1,36 @@
+<?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.0.M2 What's New</title>
+</head>
+<body>
+<h1>GWT Integration 1.0.0.Beta2 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a href="../teiid/teiid-news-7.1.0.Beta1.html">Teiid Designer ></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>Now only with Web module 2.5 </b></td>
+ <td valign="top">
+ <p>GWT Integration had a bug that where it was possible to try to use it with web module 2.4. This is of course erroneous sinc GWT requires JDK 1.5. We fixed this bug and you cannot add the GWT facet if you choose a web module 2.4.</p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-7080">Related Jira</a></small></p>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta2.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
14 years, 1 month
JBoss Tools SVN: r26879 - in trunk/jsf/tests: org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2010-11-24 09:48:10 -0500 (Wed, 24 Nov 2010)
New Revision: 26879
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/JBIDE/
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/JBIDE/1484/
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/JBIDE/1484/JBIDE-1484.jsp
Removed:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/1484/
Log:
https://jira.jboss.org/browse/JBIDE-7704, moving seam test to right place
Added: trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/JBIDE/1484/JBIDE-1484.jsp
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/JBIDE/1484/JBIDE-1484.jsp (rev 0)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/JBIDE/1484/JBIDE-1484.jsp 2010-11-24 14:48:10 UTC (rev 26879)
@@ -0,0 +1,15 @@
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://jboss.com/products/seam/taglib" prefix="s"%>
+
+
+<html>
+ <head>
+ </head>
+ <body>
+ <f:view>
+ <s:button value=""></s:button>
+ <s:button></s:button>
+ <s:button value="test"></s:button>
+ </f:view>
+ </body>
+</html>
14 years, 1 month