[JBoss JIRA] (JBIDE-13214) archives core should not have references to NLS class in src/main
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-13214:
-----------------------------------
Summary: archives core should not have references to NLS class in src/main
Key: JBIDE-13214
URL: https://issues.jboss.org/browse/JBIDE-13214
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Affects Versions: 3.3.1
Reporter: Vlado Pakan
Assignee: Rob Stryker
Fix For: 3.3.2, 4.0.0.Alpha1
The old use case to run project archives from cmd line requires a strict set of jars. References to NLS class are not allowed. Problem can be seen in build unit test SimpleAntTest
Error Message
The ant task did not successfully complete. BUILD FAILED /mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/target/work/data/AntTest/build.xml:25: java.lang.NoClassDefFoundError: org/eclipse/osgi/util/NLS
Stacktrace
junit.framework.AssertionFailedError: The ant task did not successfully complete.
BUILD FAILED
/mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/target/work/data/AntTest/build.xml:25: java.lang.NoClassDefFoundError: org/eclipse/osgi/util/NLS
--
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
13 years, 4 months
[JBoss JIRA] (JBIDE-12419) archives core should not have references to NLS class in src/main
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-12419:
-----------------------------------
Summary: archives core should not have references to NLS class in src/main
Key: JBIDE-12419
URL: https://issues.jboss.org/browse/JBIDE-12419
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Affects Versions: 3.3.1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.3.2, 3.4.0.M1
The old use case to run project archives from cmd line requires a strict set of jars. References to NLS class are not allowed. Problem can be seen in build unit test SimpleAntTest
Error Message
The ant task did not successfully complete. BUILD FAILED /mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/target/work/data/AntTest/build.xml:25: java.lang.NoClassDefFoundError: org/eclipse/osgi/util/NLS
Stacktrace
junit.framework.AssertionFailedError: The ant task did not successfully complete.
BUILD FAILED
/mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--archives/sources/tests/org.jboss.ide.eclipse.archives.test/target/work/data/AntTest/build.xml:25: java.lang.NoClassDefFoundError: org/eclipse/osgi/util/NLS
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13213) Simple adding/removing Project Archives capabilities into project
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-13213:
-----------------------------------
Summary: Simple adding/removing Project Archives capabilities into project
Key: JBIDE-13213
URL: https://issues.jboss.org/browse/JBIDE-13213
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Archives
Reporter: Vlado Pakan
Assignee: Rob Stryker
Fix For: 3.3.2, 4.0.0.Alpha2
It would be useful if we have "Configure -> Add/Remove Project Archive support" option. This option would add/remove Project Archive explorer into project in Project Explorer. Now, Project Archive explorer is visible only after creation of archive with Project Archives view. To remove Project Archives explorer now, .packages files has to be deleted. This approach is not much user friendly.
--
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
13 years, 4 months
[JBoss JIRA] (JBIDE-12088) merge all Teiid requirement builders (7.4 - 8.0) into a single target?
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12088:
----------------------------------
Summary: merge all Teiid requirement builders (7.4 - 8.0) into a single target?
Key: JBIDE-12088
URL: https://issues.jboss.org/browse/JBIDE-12088
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: teiid
Affects Versions: 3.3.0.CR1, 3.4.0.M1
Reporter: Nick Boldt
Assignee: Barry LaFond
Currently, there are 5 requirements builders for Teiid, from 7.4 - 8.0.Alpha1.
You could, like with SOAP, merge these into a single builder so that it's easier to run tests against all supported runtimes via a single target.
Thus your tests' requirements.properties file would read:
{code}requirements=teiid{code}
instead of
{code}requirements=teiid-7.4.0.Final,teiid-7.5.0.Final,teiid-7.6.0.Final,teiid-8.0.0.Alpha1<code{
Would this be useful?
If so, see attached patch.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12757) implement maven override flag for download runtime urls
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-12757:
-----------------------------------
Summary: implement maven override flag for download runtime urls
Key: JBIDE-12757
URL: https://issues.jboss.org/browse/JBIDE-12757
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: runtime detection
Affects Versions: 4.0.0.Alpha2
Reporter: Rob Stryker
Assignee: Snjezana Peco
Fix For: 4.0.0.Beta1
Right now, in runtime component, the download url is hard-coded. The maven override flag is disabled. Runtime component previously used the overrides set in central / examples. Now runtime is moved lower in the stack and needs this implemented for runtime.
--
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
13 years, 4 months