JBoss Tools SVN: r11158 - in trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test: src/org/jboss/tools/jsf/vpe/richfaces/test and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dmaliarevich
Date: 2008-10-24 09:53:00 -0400 (Fri, 24 Oct 2008)
New Revision: 11158
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataDefinitionList.xhtml.xml
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataDefinitionList.xhtml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataOrderedList.xhtml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataOrderedList.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2810, tests for rich:dataDefinitionList, rich:dataOrderedList.
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataDefinitionList.xhtml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataDefinitionList.xhtml 2008-10-24 13:52:52 UTC (rev 11157)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataDefinitionList.xhtml 2008-10-24 13:53:00 UTC (rev 11158)
@@ -9,9 +9,13 @@
<head>
</head>
<body>
- <!-- DataDefenitionList -->
- <rich:dataDefinitionList rows="5">
- <h:outputText value="testDefinitionList" />
+<f:view>
+ <rich:dataDefinitionList id="dataDefinitionList" rows="5">
+ <h:outputText value="row=1" />
+ <h:outputText value="row=2" />
+ <h:outputText value="row=3" />
+ <h:outputText value="row=4" />
</rich:dataDefinitionList>
+</f:view>
</body>
</html>
\ No newline at end of file
Added: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataDefinitionList.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataDefinitionList.xhtml.xml (rev 0)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataDefinitionList.xhtml.xml 2008-10-24 13:53:00 UTC (rev 11158)
@@ -0,0 +1,18 @@
+<tests>
+ <test id="dataDefinitionList">
+ <DL CLASS="listClass">
+ <DD CLASS="columnClass">
+ <SPAN> row=1 </SPAN>
+ </DD>
+ <DD CLASS="columnClass">
+ <SPAN> row=2 </SPAN>
+ </DD>
+ <DD CLASS="columnClass">
+ <SPAN> row=3 </SPAN>
+ </DD>
+ <DD CLASS="columnClass">
+ <SPAN> row=4 </SPAN>
+ </DD>
+ </DL>
+ </test>
+</tests>
\ No newline at end of file
Property changes on: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataDefinitionList.xhtml.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataOrderedList.xhtml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataOrderedList.xhtml 2008-10-24 13:52:52 UTC (rev 11157)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataOrderedList.xhtml 2008-10-24 13:53:00 UTC (rev 11158)
@@ -9,9 +9,13 @@
<head>
</head>
<body>
- <!-- Data Ordered List -->
- <rich:dataOrderedList rows="5">
- <h:outputText value="testOrderedList" />
- </rich:dataOrderedList>
+ <rich:dataOrderedList id="dataOrderedList" value="" rows="5" type="A">
+ <h:outputText value="row=1" />
+ <h:outputText value="row=2" />
+ <h:outputText value="row=3" />
+ <h:outputText value="row=4" />
+ <h:outputText value="row=5" />
+ <h:outputText value="row=6" />
+</rich:dataOrderedList>
</body>
</html>
\ No newline at end of file
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataOrderedList.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataOrderedList.xhtml.xml 2008-10-24 13:52:52 UTC (rev 11157)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/dataOrderedList.xhtml.xml 2008-10-24 13:53:00 UTC (rev 11158)
@@ -1,5 +1,30 @@
<tests>
- <test id="dataOrderedList">
-
- </test>
-</tests>
\ No newline at end of file
+ <test id="dataOrderedList">
+ <OL TYPE="A" VALUE="" ROWS="5" CLASS="dr-list rich-orderedlist">
+ <LI CLASS="dr-list-item rich-list-item">
+ <SPAN> row=1 </SPAN>
+ <SPAN> row=2 </SPAN>
+ <SPAN> row=3 </SPAN>
+ <SPAN> row=4 </SPAN>
+ <SPAN> row=5 </SPAN>
+ <SPAN> row=6 </SPAN>
+ </LI>
+ <LI CLASS="dr-list-item rich-list-item">
+ <SPAN> row=1 </SPAN>
+ <SPAN> row=2 </SPAN>
+ <SPAN> row=3 </SPAN>
+ <SPAN> row=4 </SPAN>
+ <SPAN> row=5 </SPAN>
+ <SPAN> row=6 </SPAN>
+ </LI>
+ <LI CLASS="dr-list-item rich-list-item">
+ <SPAN> row=1 </SPAN>
+ <SPAN> row=2 </SPAN>
+ <SPAN> row=3 </SPAN>
+ <SPAN> row=4 </SPAN>
+ <SPAN> row=5 </SPAN>
+ <SPAN> row=6 </SPAN>
+ </LI>
+ </OL>
+ </test>
+</tests>
\ No newline at end of file
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java 2008-10-24 13:52:52 UTC (rev 11157)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java 2008-10-24 13:53:00 UTC (rev 11158)
@@ -91,11 +91,11 @@
}
public void testDataOrderedList() throws Throwable {
- assertTrue("it is necessary to add a body of the test ", false);//$NON-NLS-1$
+ performContentTest("components/dataOrderedList.xhtml");//$NON-NLS-1$
}
public void testDataDefinitionList() throws Throwable {
- assertTrue("it is necessary to add a body of the test ", false);//$NON-NLS-1$
+ performContentTest("components/dataDefinitionList.xhtml");//$NON-NLS-1$
}
public void testDataTable() throws Throwable {
16 years, 2 months
JBoss Tools SVN: r11157 - trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-10-24 09:52:52 -0400 (Fri, 24 Oct 2008)
New Revision: 11157
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/JSPActiveContentAssistProcessor.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2397 Make EL code completions beautifull and context relevant
Proposal relevance is fixed
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/JSPActiveContentAssistProcessor.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/JSPActiveContentAssistProcessor.java 2008-10-24 13:52:39 UTC (rev 11156)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/JSPActiveContentAssistProcessor.java 2008-10-24 13:52:52 UTC (rev 11157)
@@ -138,7 +138,7 @@
int relevance = kbProposal.getRelevance();
if(relevance==KbProposal.R_NONE) {
- relevance = XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE;
+ relevance = KbProposal.R_XML_ATTRIBUTE_VALUE;
}
if(kbProposal.getStart() < 0) {
@@ -190,7 +190,7 @@
continue; // Process the only EL-proposals here!!!
int relevance = kbProposal.getRelevance();
if(relevance==KbProposal.R_NONE) {
- relevance = XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE;
+ relevance = KbProposal.R_JSP_JSF_EL_VARIABLE_ATTRIBUTE_VALUE;
}
if(kbProposal.getStart() >= 0) {
16 years, 2 months
JBoss Tools SVN: r11156 - trunk/portlet/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-10-24 09:52:39 -0400 (Fri, 24 Oct 2008)
New Revision: 11156
Modified:
trunk/portlet/docs/reference/en/modules/portlets_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-447 - adding a concluding part to the guide on the hole;
Modified: trunk/portlet/docs/reference/en/modules/portlets_support.xml
===================================================================
--- trunk/portlet/docs/reference/en/modules/portlets_support.xml 2008-10-24 13:46:39 UTC (rev 11155)
+++ trunk/portlet/docs/reference/en/modules/portlets_support.xml 2008-10-24 13:52:39 UTC (rev 11156)
@@ -32,8 +32,8 @@
</mediaobject>
</figure>
- <para>The wizard fills in The Web Project and Source Folder fields for you. Then you need to specify
- the Java package and the Class name and click <emphasis>
+ <para>The wizard fills in The Web Project and Source Folder fields for you. Then you need to
+ specify the Java package and the Class name and click <emphasis>
<property>Next</property>
</emphasis>.</para>
@@ -205,9 +205,9 @@
</imageobject>
</mediaobject>
</figure>
-
+
<para>The JSF Portlet looks in the Browser as follows.</para>
-
+
<figure>
<title>JSF Portlet in the Browser Window</title>
<mediaobject>
@@ -217,4 +217,13 @@
</mediaobject>
</figure>
</section>
+
+ <para>With this document you've learnt how to get started with <property>JBoss
+ Portal</property> using <property>JBoss Tools</property> suite of Eclipse plugins. The
+ above chapters walked you through the steps on how to organize a web project with portlets
+ which includes a sample staff and deploy it onto the <property>JBoss Portal</property>.</para>
+
+ <para>If you still have questions or suggestions you are always welcome on our <ulink
+ url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201"
+ >Forum</ulink>. Your feedback will be very much appreciated.</para>
</chapter>
16 years, 2 months
JBoss Tools SVN: r11155 - branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-10-24 09:46:39 -0400 (Fri, 24 Oct 2008)
New Revision: 11155
Modified:
branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/FaceletsHtmlContentAssistProcessor.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2397 Make EL code completions beautifull and context relevant
Proposal relevance is fixed
Modified: branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/FaceletsHtmlContentAssistProcessor.java
===================================================================
--- branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/FaceletsHtmlContentAssistProcessor.java 2008-10-24 13:44:56 UTC (rev 11154)
+++ branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/FaceletsHtmlContentAssistProcessor.java 2008-10-24 13:46:39 UTC (rev 11155)
@@ -211,7 +211,7 @@
kbProposal.postProcess(currentValue, offset);
int relevance = kbProposal.getRelevance();
if(relevance==KbProposal.R_NONE) {
- relevance = XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE;
+ relevance = KbProposal.R_XML_ATTRIBUTE_VALUE;
}
if(kbProposal.getStart() >= 0) {
16 years, 2 months
JBoss Tools SVN: r11154 - trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-10-24 09:44:56 -0400 (Fri, 24 Oct 2008)
New Revision: 11154
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/FaceletsHtmlContentAssistProcessor.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2397 Make EL code completions beautifull and context relevant
Proposal relevance is fixed
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/FaceletsHtmlContentAssistProcessor.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/FaceletsHtmlContentAssistProcessor.java 2008-10-24 13:38:15 UTC (rev 11153)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/contentassist/FaceletsHtmlContentAssistProcessor.java 2008-10-24 13:44:56 UTC (rev 11154)
@@ -211,7 +211,7 @@
kbProposal.postProcess(currentValue, offset);
int relevance = kbProposal.getRelevance();
if(relevance==KbProposal.R_NONE) {
- relevance = XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE;
+ relevance = KbProposal.R_XML_ATTRIBUTE_VALUE;
}
if(kbProposal.getStart() >= 0) {
16 years, 2 months
JBoss Tools SVN: r11153 - branches/jbosstools-3.0.0.Beta1/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-10-24 09:38:15 -0400 (Fri, 24 Oct 2008)
New Revision: 11153
Modified:
branches/jbosstools-3.0.0.Beta1/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb/KbProposal.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2397 Make EL code completions beautifull and context relevant
Proposal relevance is fixed
Modified: branches/jbosstools-3.0.0.Beta1/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb/KbProposal.java
===================================================================
--- branches/jbosstools-3.0.0.Beta1/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb/KbProposal.java 2008-10-24 13:36:38 UTC (rev 11152)
+++ branches/jbosstools-3.0.0.Beta1/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb/KbProposal.java 2008-10-24 13:38:15 UTC (rev 11153)
@@ -23,10 +23,10 @@
}
public static final int R_NONE = 0;
- public static final int R_JSP_JSF_EL_VARIABLE_ATTRIBUTE_VALUE = 650;
- public static final int R_JSP_ATTRIBUTE_VALUE = 700;
- public static final int R_XML_ATTRIBUTE_VALUE = 800;
- public static final int R_XML_ATTRIBUTE_NAME = 900;
+ public static final int R_JSP_JSF_EL_VARIABLE_ATTRIBUTE_VALUE = 810;
+ public static final int R_JSP_ATTRIBUTE_VALUE = 830;
+ public static final int R_XML_ATTRIBUTE_VALUE = 850;
+ public static final int R_XML_ATTRIBUTE_NAME = 910;
private static final long serialVersionUID = 3257007635692926512L;
16 years, 2 months
JBoss Tools SVN: r11152 - trunk/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-10-24 09:36:38 -0400 (Fri, 24 Oct 2008)
New Revision: 11152
Modified:
trunk/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb/KbProposal.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2397 Make EL code completions beautifull and context relevant
Proposal relevance is fixed
Modified: trunk/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb/KbProposal.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb/KbProposal.java 2008-10-24 13:33:54 UTC (rev 11151)
+++ trunk/common/plugins/org.jboss.tools.common.kb/src/org/jboss/tools/common/kb/KbProposal.java 2008-10-24 13:36:38 UTC (rev 11152)
@@ -23,10 +23,10 @@
}
public static final int R_NONE = 0;
- public static final int R_JSP_JSF_EL_VARIABLE_ATTRIBUTE_VALUE = 650;
- public static final int R_JSP_ATTRIBUTE_VALUE = 700;
- public static final int R_XML_ATTRIBUTE_VALUE = 800;
- public static final int R_XML_ATTRIBUTE_NAME = 900;
+ public static final int R_JSP_JSF_EL_VARIABLE_ATTRIBUTE_VALUE = 810;
+ public static final int R_JSP_ATTRIBUTE_VALUE = 830;
+ public static final int R_XML_ATTRIBUTE_VALUE = 850;
+ public static final int R_XML_ATTRIBUTE_NAME = 910;
private static final long serialVersionUID = 3257007635692926512L;
16 years, 2 months
JBoss Tools SVN: r11151 - branches/jbosstools-3.0.0.Beta1/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-10-24 09:33:54 -0400 (Fri, 24 Oct 2008)
New Revision: 11151
Modified:
branches/jbosstools-3.0.0.Beta1/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2397 Make EL code completions beautifull and context relevant
Proposal relevance is fixed
Modified: branches/jbosstools-3.0.0.Beta1/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java
===================================================================
--- branches/jbosstools-3.0.0.Beta1/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java 2008-10-24 13:32:01 UTC (rev 11150)
+++ branches/jbosstools-3.0.0.Beta1/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java 2008-10-24 13:33:54 UTC (rev 11151)
@@ -62,6 +62,7 @@
import org.jboss.tools.common.el.core.parser.LexicalToken;
import org.jboss.tools.common.el.core.resolver.ElVarSearcher;
import org.jboss.tools.common.el.core.resolver.Var;
+import org.jboss.tools.common.kb.KbProposal;
import org.jboss.tools.common.model.ui.texteditors.xmleditor.XMLTextEditor;
import org.jboss.tools.common.text.ext.IEditorWrapper;
import org.jboss.tools.common.text.ext.util.Utils;
@@ -271,7 +272,7 @@
* Returns the relevance of the proposal
*/
public int getRelevance() {
- return XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE+10;
+ return KbProposal.R_JSP_JSF_EL_VARIABLE_ATTRIBUTE_VALUE+10;
}
}
16 years, 2 months
JBoss Tools SVN: r11150 - trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-10-24 09:32:01 -0400 (Fri, 24 Oct 2008)
New Revision: 11150
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2397 Make EL code completions beautifull and context relevant
Proposal relevance is fixed
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java 2008-10-24 12:49:19 UTC (rev 11149)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java 2008-10-24 13:32:01 UTC (rev 11150)
@@ -62,6 +62,7 @@
import org.jboss.tools.common.el.core.parser.LexicalToken;
import org.jboss.tools.common.el.core.resolver.ElVarSearcher;
import org.jboss.tools.common.el.core.resolver.Var;
+import org.jboss.tools.common.kb.KbProposal;
import org.jboss.tools.common.model.ui.texteditors.xmleditor.XMLTextEditor;
import org.jboss.tools.common.text.ext.IEditorWrapper;
import org.jboss.tools.common.text.ext.util.Utils;
@@ -271,7 +272,7 @@
* Returns the relevance of the proposal
*/
public int getRelevance() {
- return XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE+10;
+ return KbProposal.R_JSP_JSF_EL_VARIABLE_ATTRIBUTE_VALUE+10;
}
}
16 years, 2 months
JBoss Tools SVN: r11149 - branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.firstrun/src/org/jboss/tools/jst/firstrun.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2008-10-24 08:49:19 -0400 (Fri, 24 Oct 2008)
New Revision: 11149
Modified:
branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.firstrun/src/org/jboss/tools/jst/firstrun/JBossASAdapterInitializer.java
Log:
https://jira.jboss.org/jira/browse/JBDS-461
Modified: branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.firstrun/src/org/jboss/tools/jst/firstrun/JBossASAdapterInitializer.java
===================================================================
--- branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.firstrun/src/org/jboss/tools/jst/firstrun/JBossASAdapterInitializer.java 2008-10-24 12:45:55 UTC (rev 11148)
+++ branches/jbosstools-3.0.0.Beta1/jst/plugins/org.jboss.tools.jst.firstrun/src/org/jboss/tools/jst/firstrun/JBossASAdapterInitializer.java 2008-10-24 12:49:19 UTC (rev 11149)
@@ -109,22 +109,22 @@
while(true){
String jbossASLocation = null;
- position = str.indexOf("=",position);
+ position = str.indexOf("=",position+1);
if(position < 0) break;
// server name
- position = str.indexOf(",",position);
+ position = str.indexOf(",",position+1);
if(position < 0) break;
// server type
- position = str.indexOf(",",position);
+ position = str.indexOf(",",position+1);
if(position < 0) break;
// server location
- position = str.indexOf(",",position);
+ position = str.indexOf(",",position+1);
if(position < 0) break;
- int next = str.indexOf("server",position);
+ int next = str.indexOf("server",position+1);
if(next < 0)
jbossASLocation = str.substring(position+1,str.length()-1);
16 years, 2 months