[JBoss JIRA] Created: (JBIDE-3419) CSS Refactoring: Make it easy to switch between internal an external CSS
by Francisco Jose Peredo Noguez (JIRA)
CSS Refactoring: Make it easy to switch between internal an external CSS
------------------------------------------------------------------------
Key: JBIDE-3419
URL: https://jira.jboss.org/jira/browse/JBIDE-3419
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Reporter: Francisco Jose Peredo Noguez
Some times it is just easier to use the "style" attribute of an html tag to alter change the way it is presented to the user, but later, it is better to consolidate this information in an external .css file. I would be really nice if I could right click the "style" attribute of an html tag, select "Refactor->Extract Style to CSS file" in the contextual menu have the style automatically copied to the .css file I choose (and of course have the <link href="..." rel="stylesheet" type="text/css" /> automatically created for me.
I would also be great if it could be done not only on and individual tag, but in all the tags in a file, or even in all the files in a project.
And of course there are times when is more convenient to have the style embbeded in the html file and drop the <link href="..." rel="stylesheet" type="text/css" /> , for those cases it would be really nice to have a "Inline css" option to do the opposite.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (JBIDE-4095) WsImport invocation failed while generating client code from wizard
by Tony Liu (JIRA)
WsImport invocation failed while generating client code from wizard
-------------------------------------------------------------------
Key: JBIDE-4095
URL: https://jira.jboss.org/jira/browse/JBIDE-4095
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.0.0.GA
Environment: Windows Based:
JBoss 5.0.1 + build-in Jboss WS 3.0.5 + Eclipse 3.4.2
Reporter: Tony Liu
Error: Could not import. (use --verbose to see full traces)
Error: WsImport invocation failed. Try the verbose switch for more information
Anyone sees this error while generating web service client? I tried JBossWS Tools 1.0.0 release and nightly update. Neither of them works on me. Error comes when i click 'Finish' button on the wizard.
My environment:
JBoss 5.0.1 + build-in Jboss WS 3.0.5 + Eclipse 3.4.2
Thanks,
Tony
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months