JBoss Tools SVN: r18048 - in trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core: publishers and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-10-12 14:38:54 -0400 (Mon, 12 Oct 2009)
New Revision: 18048
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/NullPublisher.java
Log:
Small code change for no publisher found
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java 2009-10-12 18:33:58 UTC (rev 18047)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java 2009-10-12 18:38:54 UTC (rev 18048)
@@ -46,8 +46,8 @@
public static final int SUSPEND_DEPLOYMENT_SCANNER = PUBLISHING_CODE | ISTATUS_CODE_WARN | (5<<16);
public static final int RESUME_DEPLOYMENT_SCANNER = PUBLISHING_CODE | ISTATUS_CODE_WARN | (6<<16);
public static final int DEPLOYMENT_SCANNER_TRANSITION_CANCELED = PUBLISHING_CODE | ISTATUS_CODE_WARN | (7<<16);
+ public static final int NO_PUBLISHER_ROOT_CODE = PUBLISHING_CODE | ISTATUS_CODE_WARN | (8<<16);
-
// Publishing.JST
public static final int JST_PUB_FULL_SUCCESS = JST_PUBLISHER_CODE | 1;
public static final int JST_PUB_FULL_FAIL = JST_PUBLISHER_CODE | 2;
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/NullPublisher.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/NullPublisher.java 2009-10-12 18:33:58 UTC (rev 18047)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/NullPublisher.java 2009-10-12 18:38:54 UTC (rev 18048)
@@ -20,6 +20,7 @@
import org.eclipse.wst.server.core.model.IModuleResourceDelta;
import org.jboss.ide.eclipse.as.core.JBossServerCorePlugin;
import org.jboss.ide.eclipse.as.core.Messages;
+import org.jboss.ide.eclipse.as.core.extensions.events.IEventCodes;
import org.jboss.ide.eclipse.as.core.server.IJBossServerPublisher;
/**
@@ -38,6 +39,7 @@
public IStatus publishModule(IServer server, IModule[] module,
int publishType, IModuleResourceDelta[] delta, IProgressMonitor monitor) throws CoreException {
return new Status(IStatus.WARNING, JBossServerCorePlugin.PLUGIN_ID,
- NLS.bind(Messages.NoPublisherFound, module[module.length-1]));
+ IEventCodes.NO_PUBLISHER_ROOT_CODE,
+ NLS.bind(Messages.NoPublisherFound, module[module.length-1]), null);
}
}
15 years, 1 month
JBoss Tools SVN: r18047 - in trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core: extensions/events and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-10-12 14:33:58 -0400 (Mon, 12 Oct 2009)
New Revision: 18047
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.java
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/JBossServerBehavior.java
Log:
JBIDE-4925 - judging by API this should be fixed
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.java 2009-10-12 16:50:14 UTC (rev 18046)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.java 2009-10-12 18:33:58 UTC (rev 18047)
@@ -80,6 +80,7 @@
public static String AddingJMXDeploymentFailed;
public static String JMXPauseScannerError;
public static String JMXResumeScannerError;
+ public static String JMXScannerCanceled;
public static String CannotSaveServersStartArgs;
static {
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties 2009-10-12 16:50:14 UTC (rev 18046)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/Messages.properties 2009-10-12 18:33:58 UTC (rev 18047)
@@ -61,3 +61,4 @@
AddingJMXDeploymentFailed=Error adding deployment folder to deployment scanner
JMXPauseScannerError=JBossTools was unable to pause the JBoss deployment scanner. For optimal performance, verify your version includes an unsecured JMX RMI adaptor
JMXResumeScannerError=JBossTools was unable to resume the JBoss deployment scanner. For optimal performance, verify your version includes an unsecured JMX RMI adaptor
+JMXScannerCanceled=JBossTools was unable to contact the JBoss deployment scanner in a reasonable amount of time. This step has been skipped.
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java 2009-10-12 16:50:14 UTC (rev 18046)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/IEventCodes.java 2009-10-12 18:33:58 UTC (rev 18047)
@@ -45,6 +45,7 @@
public static final int ADD_DEPLOYMENT_FOLDER = PUBLISHING_CODE | (4<<16);
public static final int SUSPEND_DEPLOYMENT_SCANNER = PUBLISHING_CODE | ISTATUS_CODE_WARN | (5<<16);
public static final int RESUME_DEPLOYMENT_SCANNER = PUBLISHING_CODE | ISTATUS_CODE_WARN | (6<<16);
+ public static final int DEPLOYMENT_SCANNER_TRANSITION_CANCELED = PUBLISHING_CODE | ISTATUS_CODE_WARN | (7<<16);
// Publishing.JST
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/JBossServerBehavior.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/JBossServerBehavior.java 2009-10-12 16:50:14 UTC (rev 18046)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/JBossServerBehavior.java 2009-10-12 18:33:58 UTC (rev 18047)
@@ -185,13 +185,13 @@
}
- protected void publishStart(IProgressMonitor monitor) throws CoreException {
+ protected void publishStart(final IProgressMonitor monitor) throws CoreException {
super.publishStart(monitor);
if( shouldSuspendScanner()) {
JMXClassLoaderRepository.getDefault().addConcerned(getServer(), this);
IJMXRunnable r = new IJMXRunnable() {
public void run(MBeanServerConnection connection) throws Exception {
- suspendDeployment(connection);
+ suspendDeployment(connection, monitor);
}
};
try {
@@ -203,18 +203,18 @@
}
}
- protected void publishFinish(IProgressMonitor monitor) throws CoreException {
+ protected void publishFinish(final IProgressMonitor monitor) throws CoreException {
if( shouldSuspendScanner()) {
IJMXRunnable r = new IJMXRunnable() {
public void run(MBeanServerConnection connection) throws Exception {
- resumeDeployment(connection);
+ resumeDeployment(connection, monitor);
}
};
try {
JBossServerConnectionProvider.run(getServer(), r);
} catch( JMXException jmxe ) {
IStatus status = new Status(IStatus.WARNING, JBossServerCorePlugin.PLUGIN_ID, IEventCodes.RESUME_DEPLOYMENT_SCANNER, Messages.JMXResumeScannerError, jmxe);
- ServerLogger.getDefault().log(getServer(), status);
+ ServerLogger.getDefault().log(getServer(), status);
} finally {
JMXClassLoaderRepository.getDefault().removeConcerned(getServer(), this);
}
@@ -230,15 +230,45 @@
return true;
}
- protected void suspendDeployment(MBeanServerConnection connection) throws Exception {
+ protected void suspendDeployment(final MBeanServerConnection connection, IProgressMonitor monitor) throws Exception {
ObjectName name = new ObjectName(IJBossRuntimeConstants.DEPLOYMENT_SCANNER_MBEAN_NAME);
- connection.invoke(name, IJBossRuntimeConstants.STOP, new Object[] { }, new String[] {});
+ launchDeployCommand(connection, name, IJBossRuntimeConstants.STOP, monitor);
}
- protected void resumeDeployment(MBeanServerConnection connection) throws Exception {
+
+
+ protected void resumeDeployment(final MBeanServerConnection connection, IProgressMonitor monitor) throws Exception {
ObjectName name = new ObjectName(IJBossRuntimeConstants.DEPLOYMENT_SCANNER_MBEAN_NAME);
- connection.invoke(name, IJBossRuntimeConstants.START, new Object[] { }, new String[] {});
+ launchDeployCommand(connection, name, IJBossRuntimeConstants.START, monitor);
}
+
+ protected void launchDeployCommand(final MBeanServerConnection connection, final ObjectName objectName,
+ final String methodName, IProgressMonitor monitor) throws Exception {
+ final Exception[] e = new Exception[1];
+ Thread t = new Thread() {
+ public void run() {
+ try {
+ executeDeploymentCommand(connection, objectName, methodName);
+ } catch( Exception ex ) {
+ e[0] = ex;
+ }
+ }
+ };
+ t.start();
+ int count = 0;
+ while(t.isAlive() && !monitor.isCanceled() && count <= 4000) {
+ count+= 1000;
+ Thread.sleep(1000);
+ }
+ if( t.isAlive()) {
+ t.interrupt();
+ IStatus status = new Status(IStatus.WARNING, JBossServerCorePlugin.PLUGIN_ID, IEventCodes.DEPLOYMENT_SCANNER_TRANSITION_CANCELED, Messages.JMXScannerCanceled, null);
+ ServerLogger.getDefault().log(getServer(), status);
+ }
+ }
+ protected void executeDeploymentCommand(MBeanServerConnection connection, ObjectName objectName, String methodName) throws Exception {
+ connection.invoke(objectName, methodName, new Object[] { }, new String[] {});
+ }
}
15 years, 1 month
JBoss Tools SVN: r18046 - in trunk: jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2009-10-12 12:50:14 -0400 (Mon, 12 Oct 2009)
New Revision: 18046
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesComboBoxTemplateHelper.java
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesFileUploadTemplate.java
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesPanelItemTemplate.java
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesTabPanelTemplate.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataFilterSlider.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataGrid.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataTable.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/extendedDataTable.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/fileUpload.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/inputNumberSpinner.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/orderingList.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/recursiveTreeNodesAdaptor.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/scrollableDataTable.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/spacer.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/tree.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/treeNode.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/treeNodesAdaptor.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/jbide/JBIDE1713Test.java
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/editor/menu/VpePopupMenuTest.java
Log:
junit tests error has been fixed https://jira.jboss.org/jira/browse/JBIDE-2248'
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesComboBoxTemplateHelper.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesComboBoxTemplateHelper.java 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesComboBoxTemplateHelper.java 2009-10-12 16:50:14 UTC (rev 18046)
@@ -214,7 +214,7 @@
textField.setAttribute(HTML.ATTR_TYPE, HTML.VALUE_TYPE_TEXT);
textField.setAttribute(HTML.ATTR_CLASS,
- styleClasess.get(TEXT_FIELD) + Constants.WHITE_SPACE + sourceInputClass);
+ (styleClasess.get(TEXT_FIELD) + Constants.WHITE_SPACE + sourceInputClass).trim());
textField.setAttribute("autocomplete", "off"); //$NON-NLS-1$ //$NON-NLS-2$
textField.setAttribute(HTML.ATTR_STYLE,
HTML.STYLE_PARAMETER_WIDTH + Constants.COLON + calculateWithForDiv(sourceWidth, 17)
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesFileUploadTemplate.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesFileUploadTemplate.java 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesFileUploadTemplate.java 2009-10-12 16:50:14 UTC (rev 18046)
@@ -247,7 +247,7 @@
private String uploadButtonClass = "rich-fileupload-button rich-fileupload-font"; //$NON-NLS-1$
private String cleanButtonClass = "rich-fileupload-button rich-fileupload-font"; //$NON-NLS-1$
private String addButtonClassDiv2 = " rich-fileupload-button-content rich-fileupload-font rich-fileupload-ico rich-fileupload-ico-add"; //$NON-NLS-1$
- private String uploadButtonClass2 = "rich-fileupload-button-content rich-fileupload-font rich-fileupload-ico rich-fileupload-ico-start "; //$NON-NLS-1$
+ private String uploadButtonClass2 = "rich-fileupload-button-content rich-fileupload-font rich-fileupload-ico rich-fileupload-ico-start"; //$NON-NLS-1$
private String cleanButtonClass2 = "rich-fileupload-button-content rich-fileupload-font rich-fileupload-ico rich-fileupload-ico-clear"; //$NON-NLS-1$
private String uploadListClass = "rich-fileupload-list-overflow"; //$NON-NLS-1$
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesPanelItemTemplate.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesPanelItemTemplate.java 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesPanelItemTemplate.java 2009-10-12 16:50:14 UTC (rev 18046)
@@ -36,7 +36,7 @@
public final static String HEADER_ACTIVE_STYLE = "headerStyleActive"; //$NON-NLS-1$
private static final String PERCENT_100 = "100%"; //$NON-NLS-1$
- private static final String DR_PNLBAR_H_RICH_PANELBAR_HEADER = "dr-pnlbar-h rich-panelbar-header "; //$NON-NLS-1$
+ private static final String DR_PNLBAR_H_RICH_PANELBAR_HEADER = "dr-pnlbar-h rich-panelbar-header"; //$NON-NLS-1$
private static final String DR_PNLBAR_RICH_PANELBAR_DR_PNLBAR_EXT = " dr-pnlbar rich-panelbar dr-pnlbar-ext "; //$NON-NLS-1$
private static final String DR_PNLBAR_C_RICH_PANELBAR_CONTENT = "dr-pnlbar-c rich-panelbar-content "; //$NON-NLS-1$
private static final String ZERO = "0"; //$NON-NLS-1$
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesTabPanelTemplate.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesTabPanelTemplate.java 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesTabPanelTemplate.java 2009-10-12 16:50:14 UTC (rev 18046)
@@ -149,15 +149,15 @@
visualDocument, inerTr, active,
ComponentUtil.getAttribute(sourceElement,
TAB_CLASS),
- ComponentUtil.getAttribute(sourceElement,
+ (ComponentUtil.getAttribute(sourceElement,
ACTIVE_TAB_CLASS)
- + SPACE + CSS_CELL_ACTIVE,
- ComponentUtil.getAttribute(sourceElement,
+ + SPACE + CSS_CELL_ACTIVE).trim(),
+ (ComponentUtil.getAttribute(sourceElement,
INACTIVE_TAB_CLASS)
- + SPACE + CSS_CELL_INACTIVE,
- ComponentUtil.getAttribute(sourceElement,
+ + SPACE + CSS_CELL_INACTIVE).trim(),
+ (ComponentUtil.getAttribute(sourceElement,
DISABLED_TAB_CLASS)
- + SPACE + CSS_CELL_DISABLED,
+ + SPACE + CSS_CELL_DISABLED).trim(),
String.valueOf(i));
i++;
addSpacer(visualDocument, inerTr, headerSpacing);
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataFilterSlider.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataFilterSlider.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataFilterSlider.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -6,7 +6,7 @@
<DIV CLASS="trailer rich-dataFilterSlider-trailer" STYLE="left: -38px;">
<DIV CLASS="track rich-dataFilterSlider-track" STYLE="width: 200px;">
<DIV CLASS="handle rich-dataFilterSlider-handle" STYLE="left: 0px;">
- <IMG WIDTH="7" HEIGHT="8" BORDER="0"
+ <IMG WIDTH="7px" HEIGHT="8px" BORDER="0px"
SRC="/.*resources/dataFilterSlider/pos.gif/" />
</DIV>
</DIV>
@@ -29,7 +29,7 @@
STYLE="width: 200px;">
<DIV CLASS="handle rich-dataFilterSlider-handle handleStyle"
STYLE="left: 0px;">
- <IMG WIDTH="7" HEIGHT="8" BORDER="0"
+ <IMG WIDTH="7px" HEIGHT="8px" BORDER="0px"
SRC="/.*resources/dataFilterSlider/pos.gif/" />
</DIV>
</DIV>
@@ -60,7 +60,7 @@
<DIV CLASS="trailer rich-dataFilterSlider-trailer" STYLE="left: -38px;">
<DIV CLASS="track rich-dataFilterSlider-track" STYLE="width: 200px;">
<DIV CLASS="handle rich-dataFilterSlider-handle" STYLE="left: 0px;">
- <IMG WIDTH="7" HEIGHT="8" BORDER="0"
+ <IMG WIDTH="7px" HEIGHT="8px" BORDER="0px"
SRC="/.*resources/dataFilterSlider/pos.gif/" />
</DIV>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataGrid.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataGrid.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataGrid.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -123,7 +123,7 @@
</SPAN>
</DIV>
<DIV CLASS="dr-pnl-b rich-panel-body">
- <TABLE WIDTH="600" BORDER="15" BGCOLOR="color:red" ALIGN="center"
+ <TABLE WIDTH="600px" BORDER="15" BGCOLOR="color:red" ALIGN="center"
VALUE="#{dataTableScrollerBean.allCars}" VAR="car" COLUMNS="3"
ELEMENTS="9" STYLECLASS="btn" CAPTIONCLASS="btn" HEADERCLASS="evenRow"
FOOTERCLASS="oddRow" CLASS="dr-table rich-table btn">
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataTable.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataTable.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataTable.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -2,13 +2,13 @@
<test id="dataTable">
<TABLE WIDTH="700" CELLSPACING="0" CELLPADDING="0" BORDER="0"
VAR="row" VALUE="#{bean.dtList}" ROWKEYVAR="rowKey" CLASS="dr-table rich-table">
- <COLGROUP SPAN="1">
+ <COLGROUP SPAN="0">
</COLGROUP>
<THEAD>
<TR CLASS="dr-table-header rich-table-header"
STYLE="/background-image: url\(.*resources/common/background.gif\);/">
<TD ROWSPAN="2" CLASS="dr-table-headercell rich-table-headercell">
- <IMG WIDTH="1" HEIGHT="1" SRC="/.*resources/spacer/spacer.gif/"/>
+ <IMG WIDTH="1px" HEIGHT="1px" SRC="/.*resources/spacer/spacer.gif/"/>
</TD>
<TD COLSPAN="3" CLASS="dr-table-headercell rich-table-headercell">
<SPAN> FIELDS</SPAN>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/extendedDataTable.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/extendedDataTable.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/extendedDataTable.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -1,6 +1,6 @@
<tests>
<test id="extendedDataTable">
- <TABLE WIDTH="580" HEIGHT="400" CELLSPACING="0" CELLPADDING="0"
+ <TABLE WIDTH="580px" HEIGHT="400px" CELLSPACING="0" CELLPADDING="0"
BORDER="0" STYLE="table-layout: fixed;">
<COLGROUP>
<COL WIDTH="100" />
@@ -114,12 +114,12 @@
SRC="/.*ve/unresolved_image.gif/"
STYLE="-moz-user-modify: read-write;" />
</TD>
- <TD WIDTH="170" SORTABLE="true" SORTBY="#{cap.state}"
+ <TD WIDTH="170px" SORTABLE="true" SORTBY="#{cap.state}"
FILTERBY="#{cap.state}" FILTEREVENT="onkeyup"
CLASS="dr-table-cell rich-table-cell">
<SPAN> #{cap.state}</SPAN>
</TD>
- <TD WIDTH="170" SORTABLE="true" SORTBY="#{cap.name}"
+ <TD WIDTH="170px" SORTABLE="true" SORTBY="#{cap.name}"
FILTERBY="#{cap.state}" FILTEREVENT="onkeyup"
CLASS="dr-table-cell rich-table-cell">
<SPAN> #{cap.name}</SPAN>
@@ -131,7 +131,7 @@
</TBODY>
</TABLE>
</TD>
- <TD WIDTH="17" ALIGN="right">
+ <TD WIDTH="17px" ALIGN="right">
<DIV STYLE="overflow: scroll; width: 17px; height: 100%;">
</DIV>
<BR _MOZ_DIRTY="" TYPE="_moz" />
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/fileUpload.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/fileUpload.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/fileUpload.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -262,7 +262,7 @@
</TABLE>
</DIV>
</DIV>
- <IMG WIDTH="1" HEIGHT="3"
+ <IMG WIDTH="1px" HEIGHT="3"
SRC="/.*resources/spacer/spacer.gif/"
CLASS="rich-spacer" />
<BR STYLE="-moz-user-modify: read-write;" />
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/inputNumberSpinner.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/inputNumberSpinner.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/inputNumberSpinner.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -1,24 +1,24 @@
<tests>
<test id="inputNumberSpinner">
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-spnr-c rich-spinner-c">
<TR>
<TD CLASS="dr-spnr-e rich-spinner-input-container">
<INPUT TYPE="text" CLASS="dr-spnr-i rich-spinner-input"
- SIZE="10" VALUE="50" />
+ SIZE="10px" VALUE="50" />
</TD>
<TD CLASS="dr-spnr-b rich-spinner-buttons">
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0">
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px">
<TR>
<TD>
- <INPUT TYPE="image" BORDER="0"
+ <INPUT TYPE="image" BORDER="0px"
SRC="/.*resources/inputNumberSpinner/up.gif/"
CLASS="dr-spnr-bn rich-spinner-button" />
</TD>
</TR>
<TR>
<TD>
- <INPUT TYPE="image" BORDER="0"
+ <INPUT TYPE="image" BORDER="0px"
SRC="/.*resources/inputNumberSpinner/down.gif/"
CLASS="dr-spnr-bn rich-spinner-button" />
</TD>
@@ -29,25 +29,25 @@
</TABLE>
</test>
<test id="inputNumberSpinnerCustomCSS">
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-spnr-c rich-spinner-c componentStyleClass">
<TR>
<TD CLASS="dr-spnr-e rich-spinner-input-container">
<INPUT TYPE="text" CLASS="dr-spnr-i rich-spinner-input inputStyleClass"
- STYLE="font-style: italic;" SIZE="10" VALUE="50" />
+ STYLE="font-style: italic;" SIZE="10px" VALUE="50" />
</TD>
<TD CLASS="dr-spnr-b rich-spinner-buttons">
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0">
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px">
<TR>
<TD>
- <INPUT TYPE="image" BORDER="0"
+ <INPUT TYPE="image" BORDER="0px"
SRC="/.*resources/inputNumberSpinner/up.gif/"
CLASS="dr-spnr-bn rich-spinner-button" />
</TD>
</TR>
<TR>
<TD>
- <INPUT TYPE="image" BORDER="0"
+ <INPUT TYPE="image" BORDER="0px"
SRC="/.*resources/inputNumberSpinner/down.gif/"
CLASS="dr-spnr-bn rich-spinner-button" />
</TD>
@@ -62,25 +62,25 @@
<DIV>
<SPAN>Text Child</SPAN>
</DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-spnr-c rich-spinner-c">
<TR>
<TD CLASS="dr-spnr-e rich-spinner-input-container">
<INPUT TYPE="text" CLASS="dr-spnr-i rich-spinner-input"
- SIZE="10" VALUE="50" />
+ SIZE="10px" VALUE="50" />
</TD>
<TD CLASS="dr-spnr-b rich-spinner-buttons">
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0">
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px">
<TR>
<TD>
- <INPUT TYPE="image" BORDER="0"
+ <INPUT TYPE="image" BORDER="0px"
SRC="/.*resources/inputNumberSpinner/up.gif/"
CLASS="dr-spnr-bn rich-spinner-button" />
</TD>
</TR>
<TR>
<TD>
- <INPUT TYPE="image" BORDER="0"
+ <INPUT TYPE="image" BORDER="0px"
SRC="/.*resources/inputNumberSpinner/down.gif/"
CLASS="dr-spnr-bn rich-spinner-button" />
</TD>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/orderingList.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/orderingList.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/orderingList.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -1,6 +1,6 @@
<tests>
<test id="orderingList">
- <TABLE WIDTH="300" HEIGHT="200" CLASS="rich-ordering-list-body">
+ <TABLE WIDTH="300px" HEIGHT="200px" CLASS="rich-ordering-list-body">
<TR>
<TD>
<DIV CLASS="rich-ordering-list-caption" STYLE="width: 350px; height: 300px;">
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/recursiveTreeNodesAdaptor.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/recursiveTreeNodesAdaptor.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/recursiveTreeNodesAdaptor.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -2,17 +2,17 @@
<test id="dir">
<DIV ID="treeNodesAdaptor" CLASS="dr-tree-h-ic-div">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle" SRC="/.*resources/tree/iconClosedNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
</TD>
<TD
- STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle" SRC="/.*resources/tree/iconNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_PARAM" />
</TD>
@@ -28,12 +28,12 @@
</DIV>
<DIV ID="treeNodesAdaptor" CLASS="dr-tree-h-ic-div">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconNotCollapsedWithAllLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
@@ -55,12 +55,12 @@
</DIV>
<DIV ID="treeNodesAdaptor" CLASS="dr-tree-h-ic-div">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconNotCollapsedWithAllLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
@@ -82,12 +82,12 @@
</DIV>
<DIV ID="treeNodesAdaptor" CLASS="dr-tree-h-ic-div">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconNotCollapsedWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/scrollableDataTable.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/scrollableDataTable.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/scrollableDataTable.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -71,7 +71,7 @@
#{category.mileage}
</SPAN>
</TD>
- <TD WIDTH="200" ID="vin" CLASS="dr-table-cell rich-table-cell col">
+ <TD WIDTH="200px" ID="vin" CLASS="dr-table-cell rich-table-cell col">
<SPAN>
#{category.vin}
</SPAN>
@@ -103,7 +103,7 @@
#{category.mileage}
</SPAN>
</TD>
- <TD WIDTH="200" ID="vin" CLASS="dr-table-cell rich-table-cell col">
+ <TD WIDTH="200px" ID="vin" CLASS="dr-table-cell rich-table-cell col">
<SPAN>
#{category.vin}
</SPAN>
@@ -135,7 +135,7 @@
#{category.mileage}
</SPAN>
</TD>
- <TD WIDTH="200" ID="vin" CLASS="dr-table-cell rich-table-cell col">
+ <TD WIDTH="200px" ID="vin" CLASS="dr-table-cell rich-table-cell col">
<SPAN>
#{category.vin}
</SPAN>
@@ -167,7 +167,7 @@
#{category.mileage}
</SPAN>
</TD>
- <TD WIDTH="200" ID="vin" CLASS="dr-table-cell rich-table-cell col">
+ <TD WIDTH="200px" ID="vin" CLASS="dr-table-cell rich-table-cell col">
<SPAN>
#{category.vin}
</SPAN>
@@ -199,7 +199,7 @@
#{category.mileage}
</SPAN>
</TD>
- <TD WIDTH="200" ID="vin" CLASS="dr-table-cell rich-table-cell col">
+ <TD WIDTH="200px" ID="vin" CLASS="dr-table-cell rich-table-cell col">
<SPAN>
#{category.vin}
</SPAN>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/spacer.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/spacer.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/spacer.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -1,6 +1,6 @@
<tests>
<test id="spacer">
- <IMG WIDTH="1" HEIGHT="1" SRC="/.*resources/spacer/spacer.gif/" CLASS="rich-spacer"/>
+ <IMG WIDTH="1px" HEIGHT="1px" SRC="/.*resources/spacer/spacer.gif/" CLASS="rich-spacer"/>
</test>
<test id="spacerCSS">
<IMG WIDTH="100" HEIGHT="200" SRC="/.*resources/spacer/spacer.gif/"
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/tree.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/tree.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/tree.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -2,17 +2,17 @@
<test id="tree">
<DIV STYLE="width: 300px;">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle" SRC="/.*resources/tree/iconCollapsedWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
</TD>
<TD
- STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle" SRC="/.*resources/tree/iconNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_PARAM" />
</TD>
@@ -25,17 +25,17 @@
</DIV>
<DIV CLASS="dr-tree-h-ic-div">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle" SRC="/.*resources/tree/iconCollapsedWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
</TD>
<TD
- STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle" SRC="/.*resources/tree/iconNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_PARAM" />
</TD>
@@ -48,12 +48,12 @@
</DIV>
<DIV CLASS="dr-tree-h-ic-div">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconNotCollapsedWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/treeNode.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/treeNode.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/treeNode.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -1,18 +1,18 @@
<tests>
<test id="treeNode">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconCollapsedWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM"/>
</TD>
<TD
- STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_PARAM"/>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/treeNodesAdaptor.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/treeNodesAdaptor.xhtml.xml 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/treeNodesAdaptor.xhtml.xml 2009-10-12 16:50:14 UTC (rev 18046)
@@ -2,18 +2,18 @@
<test id="project">
<DIV ID="treeNodesAdaptor" >
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconClosedNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
</TD>
<TD
- STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_PARAM" />
@@ -30,18 +30,18 @@
</DIV>
<DIV ID="treeNodesAdaptor" CLASS="dr-tree-h-ic-div">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconClosedNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
</TD>
<TD
- STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_PARAM" />
@@ -58,18 +58,18 @@
</DIV>
<DIV ID="treeNodesAdaptor" CLASS="dr-tree-h-ic-div">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/line.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconClosedNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
</TD>
<TD
- STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/leftLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconNodeWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_PARAM" />
@@ -86,12 +86,12 @@
</DIV>
<DIV ID="treeNodesAdaptor" CLASS="dr-tree-h-ic-div">
<DIV>
- <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"
+ <TABLE CELLSPACING="0px" CELLPADDING="0px" BORDER="0px"
CLASS="dr-tree-full-width">
<TBODY>
<TR>
<TD
- STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center; background-repeat: repeat-y;/">
+ STYLE="/background-image: url\(.*resources//tree/rightLine.gif\); background-position: center center; background-repeat: repeat-y;/">
<IMG CLASS="treePictureStyle"
SRC="/.*resources/tree/iconNotCollapsedWithLines.gif/"
RICHFACESTREENODEPARAM="DEFAULT_ICON_EXPANDED_PARAM" />
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/jbide/JBIDE1713Test.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/jbide/JBIDE1713Test.java 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/jbide/JBIDE1713Test.java 2009-10-12 16:50:14 UTC (rev 18046)
@@ -113,7 +113,7 @@
String activeToggleStyle = activeToggle.getAttribute(HTML.ATTR_STYLE);
assertNotNull(activeToggleStyle);
assertEquals(
- "background: red none repeat scroll 0%; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;",
+ "background: red none repeat scroll 0% 0%; color: blue; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;",
activeToggleStyle);
// check active content
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/editor/menu/VpePopupMenuTest.java
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/editor/menu/VpePopupMenuTest.java 2009-10-12 16:22:46 UTC (rev 18045)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/editor/menu/VpePopupMenuTest.java 2009-10-12 16:50:14 UTC (rev 18046)
@@ -94,8 +94,8 @@
0, menuManager.getSize());
menuCreator.createMenu();
assertEquals(
- "After menu creation the Menu Manger should have 10 items in it.", //$NON-NLS-1$
- 10, menuManager.getSize());
+ "After menu creation the Menu Manger should have 13 items in it.", //$NON-NLS-1$
+ 13, menuManager.getSize());
/*
* Searching InsertContributionItem among menu manger items.
*/
15 years, 1 month
JBoss Tools SVN: r18045 - workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2009-10-12 12:22:46 -0400 (Mon, 12 Oct 2009)
New Revision: 18045
Added:
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libcrmf.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libembed_base_s.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libembed_base_standalone.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libfreebl3.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libjavaxpcomglue.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libmozjs.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libmozreg_s.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnspr4.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnss.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnss3.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssckbi.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssdbm3.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssutil.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssutil3.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplc4.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplds4.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsmime.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsmime3.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsoftokn.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsoftokn3.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsqlite3.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libssl.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libssl3.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libunicharutil_external_s.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcom.so
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcomglue.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcomglue_s.a
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxul.so
Log:
Missing Libs has been added
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libcrmf.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libcrmf.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libembed_base_s.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libembed_base_s.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libembed_base_standalone.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libembed_base_standalone.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libfreebl3.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libfreebl3.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libjavaxpcomglue.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libjavaxpcomglue.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libmozjs.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libmozjs.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libmozreg_s.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libmozreg_s.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnspr4.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnspr4.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnss.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnss.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnss3.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnss3.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssckbi.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssckbi.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssdbm3.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssdbm3.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssutil.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssutil.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssutil3.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libnssutil3.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplc4.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplc4.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplds4.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libplds4.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsmime.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsmime.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsmime3.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsmime3.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsoftokn.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsoftokn.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsoftokn3.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsoftokn3.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsqlite3.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libsqlite3.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libssl.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libssl.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libssl3.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libssl3.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libunicharutil_external_s.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libunicharutil_external_s.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcom.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcom.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcomglue.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcomglue.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcomglue_s.a
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxpcomglue_s.a
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxul.so
===================================================================
(Binary files differ)
Property changes on: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/xulrunner/libxul.so
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
15 years, 1 month
JBoss Tools SVN: r18044 - in trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal: scanner and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-10-12 10:56:27 -0400 (Mon, 12 Oct 2009)
New Revision: 18044
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/KbProject.java
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/KbResourceVisitor.java
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/JSF2ResourcesScanner.java
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/LibraryScanner.java
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/AbstractComponent.java
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/AbstractTagLib.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4970
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/KbProject.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/KbProject.java 2009-10-12 13:11:49 UTC (rev 18043)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/KbProject.java 2009-10-12 14:56:27 UTC (rev 18044)
@@ -582,6 +582,9 @@
for (ITagLibrary library: libraries) {
AbstractTagLib loaded = (AbstractTagLib)library;
AbstractTagLib current = (AbstractTagLib)currentLibraries.remove(loaded.getId());
+
+ loaded.setSourcePath(source);
+
if(current != null && current.getClass() != loaded.getClass()) {
this.libraries.removeLibrary((ITagLibrary)current);
current = null;
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/KbResourceVisitor.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/KbResourceVisitor.java 2009-10-12 13:11:49 UTC (rev 18043)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/KbResourceVisitor.java 2009-10-12 14:56:27 UTC (rev 18044)
@@ -30,6 +30,7 @@
static IFileScanner[] FILE_SCANNERS = {
new XMLScanner(),
};
+ JSF2ResourcesScanner jsf2scanner = new JSF2ResourcesScanner();
KbProject p;
@@ -102,6 +103,9 @@
// System.out.println("Time=" + timeUsed);
}
}
+ if(jsf2resources != null && jsf2resources.isPrefixOf(f.getFullPath()) && jsf2scanner.isLikelyComponentSource(f)) {
+ processJSF2Resources();
+ }
}
if(resource instanceof IFolder) {
IPath path = resource.getFullPath();
@@ -117,17 +121,7 @@
}
if(jsf2resources != null) {
if (jsf2resources.isPrefixOf(path)) {
- if (jsf2resourcesProcessed) return false;
- jsf2resourcesProcessed = true;
- JSF2ResourcesScanner scanner = new JSF2ResourcesScanner();
- LoadedDeclarations c = null;
- try {
- c = scanner.parse((IFolder) jsf2resourcesFolder, p);
- } catch (ScannerException e) {
- WebKbPlugin.getDefault().logError(e);
- }
- if (c != null)
- componentsLoaded(c, resource);
+ processJSF2Resources();
return false;
}
if(path.isPrefixOf(jsf2resources)) {
@@ -150,6 +144,20 @@
//return true to continue visiting children.
return true;
}
+
+ void processJSF2Resources() {
+ if (jsf2resourcesFolder == null || jsf2resourcesProcessed) return;
+ jsf2resourcesProcessed = true;
+ JSF2ResourcesScanner scanner = new JSF2ResourcesScanner();
+ LoadedDeclarations c = null;
+ try {
+ c = scanner.parse((IFolder) jsf2resourcesFolder, p);
+ } catch (ScannerException e) {
+ WebKbPlugin.getDefault().logError(e);
+ }
+ if (c != null)
+ componentsLoaded(c, jsf2resourcesFolder);
+ }
void componentsLoaded(LoadedDeclarations c, IResource resource) {
if(c == null || c.getLibraries().size() == 0) return;
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/JSF2ResourcesScanner.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/JSF2ResourcesScanner.java 2009-10-12 13:11:49 UTC (rev 18043)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/JSF2ResourcesScanner.java 2009-10-12 14:56:27 UTC (rev 18044)
@@ -1,5 +1,6 @@
package org.jboss.tools.jst.web.kb.internal.scanner;
+import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IFolder;
import org.eclipse.core.runtime.IPath;
@@ -21,10 +22,25 @@
public static String ATTR_SHORT_DESCRIPTION = "shortDescription"; //$NON-NLS-1$
public static String URI_PREFIX = "http://java.sun.com/jsf/composite"; //$NON-NLS-1$
+ public static String ENT_COMPOSITE_COMPONENT = "FileJSF2Component"; //$NON-NLS-1$
+
public JSF2ResourcesScanner() {}
public boolean isLikelyComponentSource(IFile f) {
- //only to be invoked on IFolder named 'resources'
+ if(!f.isSynchronized(IFile.DEPTH_ZERO) || !f.exists()) return false;
+ XModel model = InnerModelHelper.createXModel(f.getProject());
+ if(model == null) return false;
+ XModelObject o = EclipseResourceUtil.getObjectByResource(model, f);
+ if(o == null) return false;
+ if(LibraryScanner.isCompositeComponentFile(o)) {
+ IContainer c = f.getParent();
+ while(c != null && c instanceof IFolder) {
+ if("resources".equals(c.getName())) {
+ return true;
+ }
+ c = c.getParent();
+ }
+ }
return false;
}
@@ -62,7 +78,7 @@
processFolder(c, ds, source, uriPrefix + "/" + n); //$NON-NLS-1$
}
String entity = c.getModelEntity().getName();
- if("FileJSF2Component".equals(entity)) { //$NON-NLS-1$
+ if(ENT_COMPOSITE_COMPONENT.equals(entity)) {
if(library == null) {
library = new CompositeTagLibrary();
library.setId(o);
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/LibraryScanner.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/LibraryScanner.java 2009-10-12 13:11:49 UTC (rev 18043)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/LibraryScanner.java 2009-10-12 14:56:27 UTC (rev 18044)
@@ -113,6 +113,13 @@
if(entity.startsWith("FacesConfig")) return true; //$NON-NLS-1$
return false;
}
+
+ public static boolean isCompositeComponentFile(XModelObject o) {
+ if(o == null) return false;
+ String entity = o.getModelEntity().getName();
+ if(entity.startsWith(JSF2ResourcesScanner.ENT_COMPOSITE_COMPONENT)) return true; //$NON-NLS-1$
+ return false;
+ }
}
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/AbstractComponent.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/AbstractComponent.java 2009-10-12 13:11:49 UTC (rev 18043)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/AbstractComponent.java 2009-10-12 14:56:27 UTC (rev 18044)
@@ -502,14 +502,16 @@
for (IAttribute a: getAttributes()) attributeMap.put(((KbObject)a).getId(), (AbstractAttribute)a);
for (IAttribute a: c.getAttributes()) {
AbstractAttribute loaded = (AbstractAttribute)a;
- AbstractAttribute current = attributeMap.get(loaded.getId());
+ AbstractAttribute current = attributeMap.remove(loaded.getId());
if(current == null) {
addAttribute(loaded);
Change change = new Change(this, null, null, loaded);
children.addChildren(Change.addChange(null, change));
} else {
+ removeAttribute(current);
List<Change> rc = current.merge(loaded);
if(rc != null) children.addChildren(rc);
+ addAttribute(current);
}
}
for (IAttribute a: attributeMap.values()) {
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/AbstractTagLib.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/AbstractTagLib.java 2009-10-12 13:11:49 UTC (rev 18043)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/AbstractTagLib.java 2009-10-12 14:56:27 UTC (rev 18044)
@@ -475,10 +475,47 @@
@Override
public List<Change> merge(KbObject s) {
List<Change> changes = super.merge(s);
- //TODO
+ AbstractTagLib t = (AbstractTagLib)s;
+ Change children = new Change(this, null, null, null);
+ mergeComponents(t, children);
+ changes = Change.addChange(changes, children);
+
return changes;
}
+ public void mergeComponents(AbstractTagLib c, Change children) {
+ Map<Object,AbstractComponent> componentMap = new HashMap<Object, AbstractComponent>();
+ for (IComponent a: getComponents()) componentMap.put(((KbObject)a).getId(), (AbstractComponent)a);
+ for (IComponent a: c.getComponents()) {
+ AbstractComponent loaded = (AbstractComponent)a;
+ AbstractComponent current = componentMap.remove(loaded.getId());
+ if(current == null) {
+ addComponent(loaded);
+ Change change = new Change(this, null, null, loaded);
+ children.addChildren(Change.addChange(null, change));
+ } else {
+ if(components.get(current.getName()) == current) {
+ components.remove(current.getName());
+ }
+ List<Change> rc = current.merge(loaded);
+ if(rc != null) children.addChildren(rc);
+ components.put(current.getName(), current);
+ }
+ }
+ for (IComponent a: componentMap.values()) {
+ AbstractComponent removed = (AbstractComponent)a;
+ if(components.get(removed.getName()) == removed) {
+ components.remove(removed.getName());
+ Change change = new Change(this, null, removed, null);
+ children.addChildren(Change.addChange(null, change));
+ clearComponentArrays();
+ }
+ }
+ }
+
+ private void clearComponentArrays() {
+ componentsArray = null;
+ }
/*
* (non-Javadoc)
* @see org.jboss.tools.jst.web.kb.internal.KbObject#getXMLName()
@@ -550,4 +587,5 @@
protected void loadAttributeValues(Element element) {
setURI(attributesInfo.get(URI));
}
+
}
\ No newline at end of file
15 years, 1 month
JBoss Tools SVN: r18043 - in trunk/esb/plugins/org.jboss.tools.esb.core/resources: meta and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-10-12 09:11:49 -0400 (Mon, 12 Oct 2009)
New Revision: 18043
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties
trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
Log:
https://jira.jboss.org/jira/browse/JBIDE-5003
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties 2009-10-12 13:08:09 UTC (rev 18042)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties 2009-10-12 13:11:49 UTC (rev 18043)
@@ -128,3 +128,5 @@
ESB.validate=Validate
ESB.webservice=Webservice
ESB.esb=esb
+ESB.stateful=Stateful
+ESB.entry_point=Entry Point
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-10-12 13:08:09 UTC (rev 18042)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-10-12 13:11:49 UTC (rev 18043)
@@ -102,7 +102,7 @@
</ICONS>
</XEntityRenderer>
<XModelAttributes>
- <XModelAttribute default="content based router action"
+ <XModelAttribute default="business rules processor"
loader="ElementType" name="element type">
<Editor name="Uneditable"/>
</XModelAttribute>
@@ -126,6 +126,15 @@
</Constraint>
<Editor name="ListString"/>
</XModelAttribute>
+ <XModelAttribute PROPERTIES="pre=true;category=general"
+ default="Default(false)" name="stateful" xmlname="stateful">
+ <Constraint loader="ListString">
+ <value name="Default(false)"/>
+ <value name="true"/>
+ <value name="false"/>
+ </Constraint>
+ <Editor name="ListString"/>
+ </XModelAttribute>
<XModelAttribute PROPERTIES="category=general" name="process" xmlname="process">
<Constraint loader="ListString">
<value name="process"/>
@@ -1161,6 +1170,7 @@
</XModelAttribute>
<XModelAttribute PROPERTIES="category=general;id=true;save=always"
name="esb" xmlname="esb"/>
+ <XModelAttribute PROPERTIES="category=general" name="entry point" xmlname="entry-point"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
<Editor name="Note"/>
</XModelAttribute>
15 years, 1 month
JBoss Tools SVN: r18042 - in workspace/mareshkau/xulrunner-1.9.1.2: org.mozilla.xulrunner.gtk.linux.x86 and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2009-10-12 09:08:09 -0400 (Mon, 12 Oct 2009)
New Revision: 18042
Added:
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.carbon.macosx/build.properties
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86/build.properties
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/build.properties
workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.win32.win32.x86/build.properties
Log:
build.properties has been added to xulrunner eclipse bundles
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.carbon.macosx/build.properties
===================================================================
--- workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.carbon.macosx/build.properties (rev 0)
+++ workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.carbon.macosx/build.properties 2009-10-12 13:08:09 UTC (rev 18042)
@@ -0,0 +1,6 @@
+bin.includes = xulrunner/,\
+ META-INF/
+src.includes = xulrunner/,\
+ build.properties,\
+ META-INF/
+
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86/build.properties
===================================================================
--- workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86/build.properties (rev 0)
+++ workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86/build.properties 2009-10-12 13:08:09 UTC (rev 18042)
@@ -0,0 +1,6 @@
+bin.includes = xulrunner/,\
+ META-INF/
+src.includes = xulrunner/,\
+ build.properties,\
+ META-INF/
+
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/build.properties
===================================================================
--- workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/build.properties (rev 0)
+++ workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.gtk.linux.x86_64/build.properties 2009-10-12 13:08:09 UTC (rev 18042)
@@ -0,0 +1,6 @@
+bin.includes = xulrunner/,\
+ META-INF/
+src.includes = xulrunner/,\
+ build.properties,\
+ META-INF/
+
Added: workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.win32.win32.x86/build.properties
===================================================================
--- workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.win32.win32.x86/build.properties (rev 0)
+++ workspace/mareshkau/xulrunner-1.9.1.2/org.mozilla.xulrunner.win32.win32.x86/build.properties 2009-10-12 13:08:09 UTC (rev 18042)
@@ -0,0 +1,6 @@
+bin.includes = xulrunner/,\
+ META-INF/
+src.includes = xulrunner/,\
+ build.properties,\
+ META-INF/
+
15 years, 1 month
JBoss Tools SVN: r18041 - trunk/jsf/plugins/org.jboss.tools.jsf/resources/meta.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-10-12 08:42:58 -0400 (Mon, 12 Oct 2009)
New Revision: 18041
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/resources/meta/jsf2-components.meta
Log:
https://jira.jboss.org/jira/browse/JBIDE-4970
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/resources/meta/jsf2-components.meta
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/resources/meta/jsf2-components.meta 2009-10-12 12:30:34 UTC (rev 18040)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/resources/meta/jsf2-components.meta 2009-10-12 12:42:58 UTC (rev 18041)
@@ -350,7 +350,7 @@
<XActionItem HandlerClassName="%SpecialWizard%"
ICON="action.new.seam.faces-config"
PROPERTIES="entity=FileJSF2Component;extensions=.xml.;validator.addfile=true;support=org.jboss.tools.common.model.files.handlers.CreateFileSupport;extension=xhtml;entityVersion=JSF2Component"
- displayName="JSF 2 Component File..." kind="action" name="CreateFileJSF2Component">
+ displayName="Composition Component..." kind="action" name="CreateFileJSF2Component">
<EntityData EntityName="NewFileWizard">
<AttributeData AttributeName="folder"/>
<AttributeData AttributeName="separator" Mandatory="no"/>
@@ -376,7 +376,7 @@
<XActionItem HandlerClassName="%SpecialWizard%"
ICON="action.new.seam.faces-config"
PROPERTIES="entity=FileJSF2Component;extensions=.xml.;validator.addfile=true;support=org.jboss.tools.common.model.files.handlers.CreateFileSupport;extension=xhtml;entityVersion=JSF2Component"
- displayName="JSF 2 Component File..." kind="action" name="CreateFileJSF2Component">
+ displayName="Composition Component..." kind="action" name="CreateFileJSF2Component">
<EntityData EntityName="NewFileWizard">
<AttributeData AttributeName="folder"/>
<AttributeData AttributeName="separator" Mandatory="no"/>
15 years, 1 month
JBoss Tools SVN: r18040 - trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-10-12 08:30:34 -0400 (Mon, 12 Oct 2009)
New Revision: 18040
Modified:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/CAForCompositeComponentTest.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4970
Modified: trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/CAForCompositeComponentTest.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/CAForCompositeComponentTest.java 2009-10-12 12:26:14 UTC (rev 18039)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/CAForCompositeComponentTest.java 2009-10-12 12:30:34 UTC (rev 18040)
@@ -19,7 +19,7 @@
}
}
- public void testCAForELinStyleTest(){
+ public void testCAForCompositeComponent(){
String[] proposals = {
"sample:tag", "sample:tag2", "sample:tag3"
};
15 years, 1 month
JBoss Tools SVN: r18039 - in trunk/jst/tests/org.jboss.tools.jst.jsp.test: projects/CAForCompositeComponentTest and 8 other directories.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-10-12 08:26:14 -0400 (Mon, 12 Oct 2009)
New Revision: 18039
Added:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.classpath
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.project
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jdt.core.prefs
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jst.common.project.facet.core.prefs
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.wst.common.component
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.wst.common.project.facet.core.xml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/JavaSource/
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/faces-config.xml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/lib/
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/web.xml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/greeting.xhtml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/inputname.xhtml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag.xhtml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag2.xhtml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag3.xhtml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/CAForCompositeComponentTest.java
Modified:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4970
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.classpath
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.classpath (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.classpath 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="JavaSource"/>
+ <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
+ <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
+</classpath>
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.classpath
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.project
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.project (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.project 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>CAForCompositeComponentTest</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.jboss.tools.jst.web.kb.kbbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+ <nature>org.jboss.tools.jsf.jsfnature</nature>
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ <nature>org.jboss.tools.jst.web.kb.kbnature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jdt.core.prefs 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,7 @@
+#Wed Jan 30 17:08:49 MSK 2008
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jst.common.project.facet.core.prefs
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jst.common.project.facet.core.prefs (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jst.common.project.facet.core.prefs 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,4 @@
+#Wed Jan 30 17:08:50 MSK 2008
+classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER\:\:org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\:\:jdk1.5.0_07/owners=jst.java\:5.0
+classpath.helper/org.jboss.ide.eclipse.as.classpath.core.runtime.ProjectRuntimeInitializer\:\:JBoss\ 4.2\ Runtime/owners=jst.web\:2.4
+eclipse.preferences.version=1
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.jst.common.project.facet.core.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.wst.common.component
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.wst.common.component (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.wst.common.component 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-modules id="moduleCoreId" project-version="1.5.0">
+<wb-module deploy-name="CAForCompositeComponentTest">
+<wb-resource deploy-path="/" source-path="/WebContent"/>
+<wb-resource deploy-path="/WEB-INF/classes" source-path="/JavaSource"/>
+<property name="context-root" value="CAForCompositeComponentTest"/>
+<property name="java-output-path" value="build/classes"/>
+</wb-module>
+</project-modules>
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.wst.common.project.facet.core.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.wst.common.project.facet.core.xml (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.wst.common.project.facet.core.xml 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+ <runtime name="JBoss 4.2 Runtime"/>
+ <fixed facet="jst.java"/>
+ <fixed facet="jst.web"/>
+ <installed facet="jst.java" version="5.0"/>
+ <installed facet="jst.web" version="2.4"/>
+</faceted-project>
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/.settings/org.eclipse.wst.common.project.facet.core.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/faces-config.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/faces-config.xml (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/faces-config.xml 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
+ <managed-bean>
+ <managed-bean-name>person</managed-bean-name>
+ <managed-bean-class>demo.Person</managed-bean-class>
+ <managed-bean-scope>request</managed-bean-scope>
+ <managed-property>
+ <property-name>name</property-name>
+ <value/>
+ </managed-property>
+ </managed-bean>
+ <navigation-rule>
+ <from-view-id>/pages/inputname.xhtml</from-view-id>
+ <navigation-case>
+ <from-outcome>greeting</from-outcome>
+ <to-view-id>/pages/greeting.xhtml</to-view-id>
+ </navigation-case>
+ </navigation-rule>
+ <application>
+ <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
+ <locale-config/>
+ </application>
+ <factory/>
+ <lifecycle/>
+</faces-config>
\ No newline at end of file
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/faces-config.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/web.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/web.xml (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/web.xml 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
+ <description>Facelets StarterKit</description>
+ <display-name>facelet</display-name>
+ <context-param>
+ <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
+ <param-value>.xhtml</param-value>
+ </context-param>
+ <context-param>
+ <param-name>facelets.REFRESH_PERIOD</param-name>
+ <param-value>2</param-value>
+ </context-param>
+ <context-param>
+ <param-name>facelets.DEVELOPMENT</param-name>
+ <param-value>true</param-value>
+ </context-param>
+ <context-param>
+ <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
+ <param-value>client</param-value>
+ </context-param>
+ <context-param>
+ <param-name>com.sun.faces.validateXml</param-name>
+ <param-value>true</param-value>
+ </context-param>
+ <context-param>
+ <param-name>com.sun.faces.verifyObjects</param-name>
+ <param-value>true</param-value>
+ </context-param>
+ <servlet>
+ <servlet-name>Faces Servlet</servlet-name>
+ <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
+ <load-on-startup>1</load-on-startup>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>Faces Servlet</servlet-name>
+ <url-pattern>*.jsf</url-pattern>
+ </servlet-mapping>
+ <login-config>
+ <auth-method>BASIC</auth-method>
+ </login-config>
+</web-app>
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/WEB-INF/web.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/greeting.xhtml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/greeting.xhtml (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/greeting.xhtml 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,24 @@
+<!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"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:sample="http://java.sun.com/jsf/composite/sample"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core">
+<head>
+<style type="text/css">#{person.name}
+input[type="button"], input[type="submit"] {
+background-color:#{};
+}
+</style>
+</head>
+ <f:loadBundle basename="resources" var="msg" />
+ <h:outputText value="AnyValue" style="color:#{}" />
+ <sample:tag />
+ <ui:composition template="/templates/common.xhtml">
+ <ui:define name="pageTitle">Greeting to User</ui:define>
+ <ui:define name="pageHeader">Greeting Page</ui:define>
+ <ui:define name="body">
+ #{msg.greeting} #{person.name}!
+ </ui:define>
+ </ui:composition>
+</html>
\ No newline at end of file
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/greeting.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/inputname.xhtml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/inputname.xhtml (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/inputname.xhtml 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,27 @@
+<!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"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:c="http://java.sun.com/jstl/core">
+
+ <f:loadBundle basename="resources" var="msg" />
+
+ <ui:composition template="/templates/common.xhtml">
+
+ <ui:define name="pageTitle">Input User Name</ui:define>
+
+ <ui:define name="pageHeader">Facelets Hello Application</ui:define>
+
+ <ui:define name="body">
+ <h:message showSummary="true" showDetail="false" style="color: red; font-weight: bold;" for="name" />
+ <form jsfc="h:form" id="helloForm">
+ ${msg.prompt}
+ <input label="Name" jsfc="h:inputText" required="true" id="name" value="#{person.name}" />
+ <input type="submit" jsfc="h:commandButton" id="submit"
+ action="greeting" value="Say Hello" />
+ </form>
+
+ </ui:define>
+ </ui:composition>
+</html>
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/pages/inputname.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag.xhtml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag.xhtml (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag.xhtml 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!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" xmlns:composite="http://java.sun.com/jsf/composite">
+ <composite:interface>
+ <composite:attribute name="aaa"/>
+ </composite:interface>
+</html>
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag2.xhtml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag2.xhtml (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag2.xhtml 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!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" xmlns:composite="http://java.sun.com/jsf/composite">
+ <composite:interface>
+ <composite:attribute name="a2"/>
+ </composite:interface>
+</html>
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag2.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag3.xhtml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag3.xhtml (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag3.xhtml 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!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" xmlns:composite="http://java.sun.com/jsf/composite">
+ <composite:interface>
+ <composite:attribute name="a2"/>
+ </composite:interface>
+</html>
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/CAForCompositeComponentTest/WebContent/resources/sample/tag3.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java 2009-10-12 11:12:07 UTC (rev 18038)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java 2009-10-12 12:26:14 UTC (rev 18039)
@@ -3,6 +3,7 @@
import junit.framework.Test;
import junit.framework.TestSuite;
+import org.jboss.tools.jst.jsp.test.ca.CAForCompositeComponentTest;
import org.jboss.tools.jst.jsp.test.ca.CAForELinStyleTest;
import org.jboss.tools.jst.jsp.test.ca.CAForIDTest;
import org.jboss.tools.jst.jsp.test.ca.Jbide1791Test;
@@ -22,7 +23,7 @@
public static Test suite() {
TestSuite suite = new TestSuite("Test for org.jboss.tools.jst.jsp.test");
-
+ suite.addTestSuite(CAForCompositeComponentTest.class);
suite.addTestSuite(MissingKBBuilderTest.class);
suite.addTestSuite(JsfJspJbide1807Test.class);
suite.addTestSuite(CAForIDTest.class);
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/CAForCompositeComponentTest.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/CAForCompositeComponentTest.java (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/CAForCompositeComponentTest.java 2009-10-12 12:26:14 UTC (rev 18039)
@@ -0,0 +1,34 @@
+package org.jboss.tools.jst.jsp.test.ca;
+
+import org.jboss.tools.common.test.util.TestProjectProvider;
+
+public class CAForCompositeComponentTest extends ContentAssistantTestCase{
+ TestProjectProvider provider = null;
+ boolean makeCopy = false;
+ private static final String PROJECT_NAME = "CAForCompositeComponentTest";
+ private static final String PAGE_NAME = "/WebContent/pages/greeting.xhtml";
+
+ public void setUp() throws Exception {
+ provider = new TestProjectProvider("org.jboss.tools.jst.jsp.test", null, PROJECT_NAME, makeCopy);
+ project = provider.getProject();
+ }
+
+ protected void tearDown() throws Exception {
+ if(provider != null) {
+ provider.dispose();
+ }
+ }
+
+ public void testCAForELinStyleTest(){
+ String[] proposals = {
+ "sample:tag", "sample:tag2", "sample:tag3"
+ };
+
+ checkProposals(PAGE_NAME, "<sample:tag />", 8, proposals, false);
+
+ proposals = new String[]{
+ "aaa"
+ };
+ checkProposals(PAGE_NAME, "<sample:tag />", 12, proposals, false);
+ }
+}
Property changes on: trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/CAForCompositeComponentTest.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 1 month