-
Got the same too
Eclipse WTP 1.5.4
Java 1.4.2
any idea ?
is project still active ?.
2007-05-21 14:45:27 UTC by dcuvillier
-
Moving or renaming a GWT module leaves the corresponding wb-resource tag in /.settings/org.eclipse.wst.common.components with the old value.
Ideally, the resource tag would track the module name.
2007-04-17 14:10:07 UTC by tassos
-
I cannot get the jar file to work - if I remove version 0.5.4 and install the new plugin, the Googlipse wizards and server configurations are nowhere to be found.
2007-04-10 16:06:08 UTC by avlund
-
I've fix this issue and attached an update of the plugin to bug 1691756.
2007-03-31 04:14:58 UTC by brill
-
Being bitten by issue 1648144, I patched it and generated a new plugin jar.
A patch for the source tree follows:
===== Cut Here =====
Index: src/com/googlipse/gwt/wizards/NewGwtRemoteServiceWizardPage.java
===================================================================
RCS file...
2007-03-31 04:13:07 UTC by brill
-
I have the same problem, same stack trace:
eclipse 3.2.2, gwt 1.3.3, jdk 1.5 & 1.6.
2007-03-31 03:19:58 UTC by brill
-
What version of Mac OS X and Java? It works fine on 10.4.8 with Java 5.0 Release 5 (PowerPC). Do you have any messages in Error Log view?.
2007-02-27 08:19:41 UTC by szczepan
-
Everything works great, except the Async interface doesn't get created on OSX (intel).
2007-02-23 02:49:32 UTC by kbreidenbach
-
Imports for asynchronous imports are not removed even though it has been purpose.
There is a bug in source code:
// from line 125
List imports = astRoot.imports();
List importsToBeRemoved = new ArrayList();
for (Iterator j = importsToBeRemoved.iterator(); j.hasNext();) {
for -loop is iterating over empty arraylist. It should iterate over imports not importsToBeRemoved.
2007-02-15 14:49:05 UTC by kasevaville
-
Certainly.
When creating a module:
!ENTRY org.eclipse.jdt.ui 4 10001 2007-02-14 12:31:53.601
!MESSAGE Internal Error
!STACK 0
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:851)
at...
2007-02-14 11:36:27 UTC by avlund