Your message dated Sun, 16 Aug 2009 11:23:19 +0200
with message-id <[email protected]>
and subject line Fixed in 3.4.1-1
has caused the Debian Bug report #446438,
regarding eclipse-jdt: ant editor can not open build.xml
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
446438: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446438
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: eclipse-jdt
Version: 3.2.2-4
Severity: important

when I using ant editor to open a build.xml which is not empty.It fails
to open
Error Log is :

java.lang.NoClassDefFoundError: org/apache/tools/ant/Main
        at org.apache.tools.ant.Project.initProperties(Project.java:308)
        at org.apache.tools.ant.Project.init(Project.java:295)
        at 
org.eclipse.ant.internal.ui.model.AntModelProject.init(AntModelProject.java:105)
        at 
org.eclipse.ant.internal.ui.model.AntModel.initializeProject(AntModel.java:367)
        at 
org.eclipse.ant.internal.ui.model.AntModel.prepareForFullParse(AntModel.java:341)
        at 
org.eclipse.ant.internal.ui.model.AntModel.parseDocument(AntModel.java:305)
        at 
org.eclipse.ant.internal.ui.model.AntModel.reconcile(AntModel.java:263)
        at 
org.eclipse.ant.internal.ui.model.AntModel.updateMarkers(AntModel.java:1546)
        at 
org.eclipse.ant.internal.ui.editor.AntEditor.doSave(AntEditor.java:1178)
        at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:130)
        at org.eclipse.ui.internal.SaveableHelper$4.run(SaveableHelper.java:257)
        at 
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
        at 
org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:763)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
        at 
org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:760)
        at 
org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2283)
        at 
org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:263)
        at 
org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:243)
        at 
org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:135)
        at 
org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1414)
        at 
org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:2995)
        at 
org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:3008)
        at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:67)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
        at 
org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461)
        at 
org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424)
        at 
org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160)
        at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466)
        at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799)
        at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846)
        at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564)
        at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506)
        at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1357)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1084)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1109)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1094)
        at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1121)
        at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:655)
        at 
org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2090)
        at 
org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:637)
        at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1434)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:3812)
        at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
        at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5291)
        at org.eclipse.swt.widgets.Display.eventProc(Display.java:1149)
        at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native 
Method)
        at 
org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1437)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2854)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at 
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
        at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        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:597)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
        at org.eclipse.core.launcher.Main.run(Main.java:977)
        at org.eclipse.core.launcher.Main.main(Main.java:952)



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages eclipse-jdt depends on:
ii  ant-optional                  1.7.0-3    Java based build tool like make - 
ii  eclipse-platform              3.2.2-4    Eclipse platform without plug-ins 
ii  junit                         3.8.1.1-7  Automated testing framework for Ja

Versions of packages eclipse-jdt recommends:
ii  eclipse-jdt-gcj               3.2.2-4    Java Development Tools plug-ins fo

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 3.4.1-1

Hi

I just tested this in 3.4.1-1 and I cannot reproduce the problem.

If you can reproduce this problem in 3.4.1-1 please reopen this bug.

Thank you in advance,
~Niels

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to