[JBoss JIRA] Created: (JBIDE-2470) No error announcement when building project archive.
by Edward Pilipczuk (JIRA)
No error announcement when building project archive.
----------------------------------------------------
Key: JBIDE-2470
URL: http://jira.jboss.com/jira/browse/JBIDE-2470
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: WindowsXP/Intel Core T730 Duo CPU @2GHz / Eclipse Version: 3.3.1.1, Build id: M20071023-1652 /
JBossTools-200806242226-nightly-ALL-win32.zip
Reporter: Edward Pilipczuk
Priority: Minor
Fix For: 2.1.2
Condition: The old archive file (e.g. jar file) is opened exclusively by the other process in windows environment.
When building then the new version of the project archive this task is accomplished silently without compliants.
However the new archive is not created nor the user is warned that the file archive has not been updated with new image on the disk.
Only file timestamp and its size indicates that nothing has changed.
I think that IO exception thrown during file updates shall be reported to the user via popup window.
--
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
17 years, 6 months
[JBoss JIRA] Created: (JBIDE-2737) Exception in JBoss XML editor(pages.xml file)
by Aliaksey Nis (JIRA)
Exception in JBoss XML editor(pages.xml file)
---------------------------------------------
Key: JBIDE-2737
URL: https://jira.jboss.org/jira/browse/JBIDE-2737
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.0.beta1
Environment: WindowsXP SP2
JBoss Tools
Version: 3.0.0.Beta1
Build id: 200809050230-nightly
Build date: 01 september 2008
JDK 1.5_08
Reporter: Aliaksey Nis
Attachments: pages2.xml, PagesError.JPG, PagesError.txt
EXECUTE: Create Seam project.
EXECUTE: Import in web-inf folder pages2.xml file(file attached to issue).
EXECUTE: Open it. Input next code in middle of file:
<page>
</page>
<exception>
<redirect view-id="newPage"></redirect>
</exception>
EXECUTE: Press Ctrl+S.
FAILURE: Exception (first in attached error log) appears.
EXECUTE: Close Editor.
FAILURE: Exception (second in attached error log) appears.
EXECUTE: Open this file again.
FAILURE: Exception (third in attached error log) appears. Screenshot with editor attached.
Attached: pages2.xml, PagesError.txt, PagesError.jpg.
--
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
17 years, 6 months
[JBoss JIRA] Created: (JBIDE-2741) When opening a server editor on a server which directory does not exist I get an exception
by Max Rydahl Andersen (JIRA)
When opening a server editor on a server which directory does not exist I get an exception
------------------------------------------------------------------------------------------
Key: JBIDE-2741
URL: https://jira.jboss.org/jira/browse/JBIDE-2741
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.0.0.alpha
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Fix For: 3.0.0.beta1
I can open the alunch config just fine and is told the wokring directory does not exist (which is true since I deleted it, did not mount the drive it is on or any other normal event in developers life occurred)
But when opening the server editor i get:
org.eclipse.core.runtime.AssertionFailedException: assertion failed:
at org.eclipse.core.runtime.Assert.isTrue(Assert.java:111)
at org.eclipse.core.runtime.Assert.isTrue(Assert.java:97)
at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:971)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:314)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:266)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2820)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2635)
at org.eclipse.wst.server.ui.internal.ServerUIPlugin.editServer(ServerUIPlugin.java:425)
at org.eclipse.wst.server.ui.internal.ServerUIPlugin.editServer(ServerUIPlugin.java:408)
at org.jboss.tools.as.wst.server.ui.views.server.ServerFrame$1.widgetDefaultSelected(ServerFrame.java:148)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:113)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
--
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
17 years, 6 months