[JBoss JIRA] (JBIDE-15392) Add api in server needed for source lookup
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15392?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-15392:
-------------------------------------
as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/RuntimeJarUtility.java
You can see it inside the pull rquest
> Add api in server needed for source lookup
> ------------------------------------------
>
> Key: JBIDE-15392
> URL: https://issues.jboss.org/browse/JBIDE-15392
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: maven, server
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
>
> As uncovered in https://github.com/jbosstools/jbosstools-central/pull/128/files#L5L120 we got a problem with source lookup code always having to play catchup with server changes.
> We need to define a stable api that can be used here.
> lets outline what api is actually needed and then subjiras for the specifics.
> For me it looks like server lookup needs a few things:
> 0. know exact version of server
> 1. know the file structure of a certain server
> 2. get dir or directories that contain jar that is the "runtime"
> My guess is that #2 might just be sufficient for source code lookup.
> Any comments ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15458) test failure in org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15458?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-15458:
-----------------------------------
Fix Version/s: 4.2.0.Alpha1
> test failure in org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-15458
> URL: https://issues.jboss.org/browse/JBIDE-15458
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Alpha1
> Reporter: Alexey Kazakov
> Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> {code}
> testInputFractionalValue(org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790) Time elapsed: 1.571 sec <<< FAILURE!
> junit.framework.ComparisonFailure: expected:<1[.]em> but was:<1[]em>
> at junit.framework.Assert.assertEquals(Assert.java:100)
> at junit.framework.Assert.assertEquals(Assert.java:107)
> at junit.framework.TestCase.assertEquals(TestCase.java:269)
> at org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790.testInputFractionalValue(InputFractionalValueTest_JBIDE4790.java:101)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15458) test failure in org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15458?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-15458:
----------------------------------------
This test passes against WTP 3.5.0 but fails against WTP 3.5.1.
The resoun of this failure is a bug in WTP 3.5.0 which has been fixed in WTP 3.5.1: https://bugs.eclipse.org/bugs/show_bug.cgi?id=404190
> test failure in org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-15458
> URL: https://issues.jboss.org/browse/JBIDE-15458
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Alpha1
> Reporter: Alexey Kazakov
> Fix For: 4.1.1.Alpha1
>
>
> {code}
> testInputFractionalValue(org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790) Time elapsed: 1.571 sec <<< FAILURE!
> junit.framework.ComparisonFailure: expected:<1[.]em> but was:<1[]em>
> at junit.framework.Assert.assertEquals(Assert.java:100)
> at junit.framework.Assert.assertEquals(Assert.java:107)
> at junit.framework.TestCase.assertEquals(TestCase.java:269)
> at org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790.testInputFractionalValue(InputFractionalValueTest_JBIDE4790.java:101)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15458) test failure in org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-15458:
--------------------------------------
Summary: test failure in org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790
Key: JBIDE-15458
URL: https://issues.jboss.org/browse/JBIDE-15458
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.1.Alpha1
Reporter: Alexey Kazakov
Fix For: 4.1.1.Alpha1
{code}
testInputFractionalValue(org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790) Time elapsed: 1.571 sec <<< FAILURE!
junit.framework.ComparisonFailure: expected:<1[.]em> but was:<1[]em>
at junit.framework.Assert.assertEquals(Assert.java:100)
at junit.framework.Assert.assertEquals(Assert.java:107)
at junit.framework.TestCase.assertEquals(TestCase.java:269)
at org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790.testInputFractionalValue(InputFractionalValueTest_JBIDE4790.java:101)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months