[JBoss JIRA] Created: (RHDS-265) import TLDs from jar files to Red Hat Palette
by Oleg Varaksin (JIRA)
import TLDs from jar files to Red Hat Palette
---------------------------------------------
Key: RHDS-265
URL: http://jira.jboss.com/jira/browse/RHDS-265
Project: Red Hat Developer Studio
Issue Type: Feature Request
Affects Versions: 1.0.0.beta2
Environment: Windows XP, SP2
Reporter: Oleg Varaksin
I have not been figured out how external TLDs, containing in jar files, can be added to the Red Hat Palette. Can we only add TLDs which are located under our imported projects ? I don't have TLDs in my projects, but I have TLDs (packed in jars) somewhere in Maven local repository.
Sure, I can unpack any jar file, get the TLD file and then import it to rhds palette. But firstly, I have to place all unpacked TLDs into my project (so that Red Hat will be able to find them) and secondly, why Red Hat can't do that for me ? I want to import jar files with 3td party components directly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 3 months
[JBoss JIRA] Created: (JBIDE-1785) Build results should be stored to be loaded when Eclipse restarts
by Viacheslav Kabanovich (JIRA)
Build results should be stored to be loaded when Eclipse restarts
-----------------------------------------------------------------
Key: JBIDE-1785
URL: http://jira.jboss.com/jira/browse/JBIDE-1785
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Affects Versions: 2.0.0.GA
Reporter: Viacheslav Kabanovich
Assigned To: Viacheslav Kabanovich
Fix For: 2.1
Currently, each time Eclipse starts, all java and xml files that had contributed to Seam model, are parsed to restore it.
Parsing takes a lot of time, a project with 1000 components takes 2 - 3 minutes to handle. We may not be able to improve it when full rebuild of project is selected, but we need to avoid that waste of time when once obtained build results are to be picked up by model at start.
I propose to serialize parsed seam component declarations into xml file (which is now used just to keep paths of files that contribute to seam model). It is better to keep xml human-readable, so that it is easier to solve problems, especially that may arise at future modifications to Seam model.
Testing will include iteration on seam component declaration in just built Seam project, each one serialized, deserialized, and compared to the original to assert that no changes occurred.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 3 months