[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, 12 months
[JBoss JIRA] Created: (JBIDE-4236) Compile error in vpe-ui-test.jar when built w/ 64-bit Linux GTK Eclipse
by Nick Boldt (JIRA)
Compile error in vpe-ui-test.jar when built w/ 64-bit Linux GTK Eclipse
-----------------------------------------------------------------------
Key: JBIDE-4236
URL: https://jira.jboss.org/jira/browse/JBIDE-4236
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.1.GA, 3.1.0.M1
Environment: 64-bit x86 Linux
Reporter: Nick Boldt
I've been experimenting with building on 64-bit linux to resolve issue JBQA-2244, and discovered that the reason the tests fail to run there is that we're both building and running the tests w/ the 32-bit Linux GTK Eclipse. So, I've switched to using the correct Eclipse for the platform, and now we get this:
[echo] eclipseArchiveName=eclipse-SDK-3.4.2-linux-gtk-x86_64.tar.gz
...
[java] vpe-ui-test.jar:
[java] [mkdir] Created dir: /mnt/hudson_workspace/workspace/devstudio-nightly-2.0.x-x86_64/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/temp.folder/vpe-ui-test.jar.bin
[java] [javac] Compiling 12 source files to /mnt/hudson_workspace/workspace/devstudio-nightly-2.0.x-x86_64/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/temp.folder/vpe-ui-test.jar.bin
[java] [javac] ----------
[java] [javac] 1. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-2.0.x-x86_64/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestUtil.java (at line 339)
[java] [javac] String currentString = textViewer.getTextWidget().getLine(lineIndex-1);
[java] [javac] ^^^^^^^
[java] [javac] The method getLine(int) is undefined for the type StyledText
[java] [javac] ----------
[java] [javac] 1 problem (1 error)
[java] [javac] Compilation failed. Compiler errors are available in /mnt/hudson_workspace/workspace/devstudio-nightly-2.0.x-x86_64/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/temp.folder/vpe-ui-test.jar.bin.log
[java] Java Result: 13
--
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, 12 months
[JBoss JIRA] Created: (JBIDE-4237) org.jboss.ide.eclipse.as.test.ASTestSuite failes due to permission denied while copying lib/EJB3WithDescriptor.jar
by Nick Boldt (JIRA)
org.jboss.ide.eclipse.as.test.ASTestSuite failes due to permission denied while copying lib/EJB3WithDescriptor.jar
------------------------------------------------------------------------------------------------------------------
Key: JBIDE-4237
URL: https://jira.jboss.org/jira/browse/JBIDE-4237
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.0.1.GA
Reporter: Nick Boldt
Test fails due to permission problems. Looks like a file is being copied to a dir in which it's not allowed; suggest defining absolute path instead of relative path?
[java] !MESSAGE Error copying file: /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-2.0.x/jbds-build/2.0.1.Alpha1/200904241548/tests/eclipse/plugins/org.jboss.ide.eclipse.as.test_1.0.0/testOutputs/SimpleEar.ear/lib/EJB3WithDescriptor.jar to lib/EJB3WithDescriptor.jar
(more log details)
[java] Framework arguments: -application org.eclipse.test.uitestapplication -plugincustomization /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.0.x/org.jboss.ide.eclipse.releng/builders/tests/plugin_customization.ini formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,org.jboss.ide.eclipse.as.test.ASTestSuite-default.xml -testPluginName org.jboss.ide.eclipse.as.test -classname org.jboss.ide.eclipse.as.test.ASTestSuite
[java] Command-line arguments: -application org.eclipse.test.uitestapplication -dev bin -data /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.0.x/jbds-build/2.0.1.Alpha1/200904241548/tests/workspace -plugincustomization /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.0.x/org.jboss.ide.eclipse.releng/builders/tests/plugin_customization.ini formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,org.jboss.ide.eclipse.as.test.ASTestSuite-default.xml -testPluginName org.jboss.ide.eclipse.as.test -classname org.jboss.ide.eclipse.as.test.ASTestSuite -consolelog
[java]
[java] !ENTRY org.eclipse.wst.server.core 4 0 2009-04-24 17:44:59.884
[java] !MESSAGE Error copying file: /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-2.0.x/jbds-build/2.0.1.Alpha1/200904241548/tests/eclipse/plugins/org.jboss.ide.eclipse.as.test_1.0.0/testOutputs/SimpleEar.ear/lib/EJB3WithDescriptor.jar to lib/EJB3WithDescriptor.jar
[java] !STACK 0
[java] java.io.IOException: Permission denied
[java] at java.io.UnixFileSystem.createFileExclusively(Native Method)
[java] at java.io.File.checkAndCreate(File.java:1704)
[java] at java.io.File.createTempFile(File.java:1793)
[java] at org.jboss.ide.eclipse.as.core.server.xpl.PublishUtil.copyFile(PublishUtil.java:99)
[java] at org.jboss.ide.eclipse.as.core.server.xpl.PublishUtil.copyFile(PublishUtil.java:451)
[java] at org.jboss.ide.eclipse.as.core.server.xpl.PublishUtil.copy(PublishUtil.java:506)
[java] at org.jboss.ide.eclipse.as.core.server.xpl.PublishUtil.publishFull(PublishUtil.java:482)
[java] at org.jboss.ide.eclipse.as.core.publishers.JstPublisher.fullPublish(JstPublisher.java:127)
[java] at org.jboss.ide.eclipse.as.core.publishers.JstPublisher.publishModule(JstPublisher.java:106)
[java] at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:86)
[java] at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:947)
[java] at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1037)
[java] at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:871)
[java] at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:707)
[java] at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2492)
[java] at org.eclipse.wst.server.core.internal.Server.publish(Server.java:1089)
[java] at org.jboss.ide.eclipse.as.test.publishing.AbstractDeploymentTest.publish(AbstractDeploymentTest.java:168)
[java] at org.jboss.ide.eclipse.as.test.publishing.JBIDE2512aTest.testJBIDE2512a(JBIDE2512aTest.java:24)
--
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, 12 months