[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, 1 month
[JBoss JIRA] Created: (JBIDE-8973) Provide a way to convert pure java libs into maven provided dependencies
by Max Rydahl Andersen (JIRA)
Provide a way to convert pure java libs into maven provided dependencies
------------------------------------------------------------------------
Key: JBIDE-8973
URL: https://issues.jboss.org/browse/JBIDE-8973
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Max Rydahl Andersen
Fix For: 3.3.0.M3
Execute: multiple select lib dependencies, then right click and choose "Build path > Convert to Maven dependencies"
Assert: UI is shown that shows which jars misses metadata and what can be automatically detected based on maven metadata in the jar. UI has option to delete jars from project.
Execute: Press Ok
Assert: The jars are removed from classpath container, and now available in the classpath container and if user chose to delete then the files are removed from the project.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month