Code Monkey home page Code Monkey logo

cypal-studio's People

cypal-studio's Issues

Missing Runtime Support Mappings in distribution plugin.xml of in.cypal.studio.gwt.core

Problem: Cannot deploy to any runtime or use a server configuration in
creating a project:

Cause:

The following is missing from the plugin.xml in the distribution although
it is in svn trunk.

   <extension
         point="org.eclipse.wst.common.project.facet.core.runtimes">
      <supported>
         <facet
               id="in.cypal.studio.gwt.core.gwtFacet"
               version="1.0"/>
         <runtime-component any="true"/>
      </supported>
   </extension>

Solution:

Rebuild and redistribute product from svn trunk. You might want to up the
version to 1.0.1.

-H

Original issue reported on code.google.com by [email protected] on 21 May 2007 at 9:26

Option to create a new EntryPoint can be slightly confusing

What steps will reproduce the problem?
1. File > New > Other > Expand Cypal Studio > Notice the "EntryPoint" option

What is the expected output? What do you see instead?
Cypal Studio currently provides an option to create a new EntryPoint (File
> New > Other > .. > Entry Point). This concept is a bit confusing, and
probably shouldn't be advertised in a wizard. If a developer really has a
particular need for a new entry point, they will have to set this up
themselves (until GWT provides an easier way to do this after better
understanding the use cases surrounding multiple entry point classes).

What version of the product are you using? On what operating system?
Cypal Studio for GWT (RC2), Windows XP, Eclipse 3.3

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 8:18

Can't create new Module.

Use case:
1. Get the Eclipse from here
http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R2.
0/R-2.0.1-20070926042742/wtp-all-in-one-sdk-R-2.0.1-20070926042742-win32.zip
It's a win32 version including the WTP. 
2. Get the cypal studio RC2 or RC3.
3. Create project using the tutorial
http://grprakash.googlepages.com/gwttutorialwithgooglipse
or 
http://www.ibm.com/developerworks/library/os-eclipse-ajaxcypal/index.html#resour
ces

Effect:
The module is not created, in the log I can see:

!ENTRY in.cypal.studio.gwt.ui 4 -1 2007-10-10 10:21:10.187
!MESSAGE Encountered an unexpected exception.
!STACK 1
Java Model Exception: Java Model Status [Invalid name specified: .server]
    at
org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation
.java:776)
    at
org.eclipse.jdt.internal.core.PackageFragmentRoot.createPackageFragment(PackageF
ragmentRoot.java:302)
    at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizardPage.createType(NewGwtModuleWiz
ardPage.java:115)
    at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizard.performFinish(NewGwtModuleWiza
rd.java:74)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:182)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont
ributionItem.java:546)
    at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.
java:490)
    at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribution
Item.java:402)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java
:106)
    at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ecli
pseAppLauncher.java:106)
    at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLau
ncher.java:76)
    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
!SUBENTRY 1 org.eclipse.jdt.core 4 983 2007-10-10 10:21:10.187
!MESSAGE Invalid name specified: .server

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 10:20

Ambiguous error message on trying to naively create a GWT module without specifying a package name (default package)

What steps will reproduce the problem?
1. Try to create a GWT module using Cypal without specifying a package name
(using default package)
2. Receive error message "Error creating GWT Module. See log for more details."

What is the expected output? What do you see instead?

If I create a new Module (File > New > Other... > Expand Cypal Studio tree
> select Module) and omit a package name (naively assuming that I can
create the GWT module in the default package), the error message displayed
is: "Error creating GWT Module. See log for more details." The error
message should clearly indicate the cause of the error.

What version of the product are you using? On what operating system?
Cypal Studio for GWT (RC2), Windows platform, Eclipse 3.3

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 6:58

Unnecessary imports are added during synchronization of Asynchronous Interface

What steps will reproduce the problem?
1. Make a change to the Remote Service Interface

What is the expected output? What do you see instead?

Changes should be synchronized and they are, but the following unnecessary
imports are added to the Asynchronous Interface:

import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.rpc.ServiceDefTarget;

What version of the product are you using? On what operating system?
Most current downloadable beta...  OS X.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 May 2007 at 2:02

Suggestion: Ability to specify the subpackage for remote services created using the Cypal RemoteService wizard

What steps will reproduce the problem?
1. Create a RemoteService using Cypal
2. Find out that there is no option to set the remote service subpackage in
the wizard.

What is the expected output? What do you see instead?
When creating a RemoteService with Cypal, it would be nice if I could
specify the subpackage for the remote service (and have the <source> tag
included in the .gwt.xml file.

What version of the product are you using? On what operating system?
Cypal Studio for GWT (RC2)


Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 8:15

Incomplete instructions on adding Cypal to an existing Dynamic Web Application

What steps will reproduce the problem?
1. Follow instructions on "getting started" docs page here:
http://www.cypal.in/studiodocs to add Cypal to an existing Dynamic Web
Application.
2. Found that there was missing some steps to finish adding Cypal to an
existing Dynamic Web Application.

What is the expected output? What do you see instead?

The instructions on adding Cypal to an existing Dynamic Web Project should
go on to mention that the user will need to click on Modify Project.. and
check the Cypal project. That is:
Project > Properties > Project Facets > Modify Project... > check Cypal's
GWT Facet

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 5:56

Error creating GWT service

What steps will reproduce the problem?
1. Build new Dynamic Web project - ok
2. New Module - ok
3. New Entry point - ok
4. New Remote service

What is the expected output? What do you see instead?
Normally it creates three files, service, async and impl files, but since
I'm using eclipse WTP 2.0 (Version: 3.3.0) I get only client side service
and async file. There's no server impl class. An error message pop out:
Error creating GWT remote service, see log files for details. I can't find
any log file with anything related to this error.

What version of the product are you using? On what operating system?
Eclipse 3.30, WTP 2.0, XP

Please provide any additional information below.
I guess (from other issues) that this related to eclipse version. Some
funny solution to this is that I create impl class in older version of Eclipse.

thnx for help and for great tool
Janez

Original issue reported on code.google.com by [email protected] on 31 Jul 2007 at 6:00

Error creating GWT hosted mode run configuration

What steps will reproduce the problem?
On OSX 10.4.10 with Java framework 1.5.0
1. Install Eclipse Version: 3.3.0
2. Install cypal studio 1.0.0.2007042601
3. Go to run-> open run dialogue 
4. double click GWT Hosted Mode Application

A window pops up:
An error has occurred. See error log for more details.
in.cypal.studio.gwt.ui.launch.MainTab.createMainTypeEditor(Lorg/eclipse/swt/widg
ets/Composit
e;Ljava/lang/String;[Lorg/eclipse/swt/widgets/Button;)V

Error log with more details:
ava.lang.NoSuchMethodError: 
in.cypal.studio.gwt.ui.launch.MainTab.createMainTypeEditor(Lorg/eclipse/swt/widg
ets/Composit
e;Ljava/lang/String;[Lorg/eclipse/swt/widgets/Button;)V
at in.cypal.studio.gwt.ui.launch.MainTab.createControl(MainTab.java:96)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.showIns
tanceTabsFor(LaunchConfigurationTabGroupViewer.java:833)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.displayI
nstanceTabs(LaunchConfigurationTabGroupViewer.java:768)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer$8.run(L
aunchConfigurationTabGroupViewer.java:658)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.inputCh
anged(LaunchConfigurationTabGroupViewer.java:676)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.setInpu
t0(LaunchConfigurationTabGroupViewer.java:637)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.setInpu
t(LaunchConfigurationTabGroupViewer.java:613)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.ha
ndleLaunchCo
nfigurationSelectionChanged(LaunchConfigurationsDialog.java:975)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$4.
selectionChan
ged(LaunchConfigurationsDialog.java:570)
at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:842)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193)
at 
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredVi
ewer.java:840)
at 
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.jav
a:1153)
at 
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.jav
a:1178)
at 
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:250
)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:244)
at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:418)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3212)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2956)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.op
en(LaunchCon
figurationsDialog.java:1133)
at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:387)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at 
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITo
ols.java:
391)
at 
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITo
ols.java:
333)
at 
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.j
ava:82)
at 
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.runWithEvent(OpenLaunchDialo
gAction.jav
a:90)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
at 
org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont
ributionItem.ja
va:545)
at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.
java:490)
at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribution
Item.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2952)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java
:106)
at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ecli
pseAppLauncher
.java:106)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLau
ncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)




Original issue reported on code.google.com by [email protected] on 26 Jul 2007 at 1:22

Possible errors in "Running/Debugging a GWT application" instructions in getting started docs

What steps will reproduce the problem?
1. Check out and follow the "Running/Debugging..." section in the getting
started docs at: http://www.cypal.in/studiodocs
2. Find out that there are possible errors in instructions (see below)

What is the expected output? What do you see instead?
There are a couple of errors in the "Running/Debugging a GWT application"
instructions:
1 - The instructions listed don't seem correct for Eclipse 3.3 (rather than
select Run/Debug, the user should select Open Run Dialog/Open Debug
Dialog). This could be because Eclipse originally associated the J2EE
perspective for this Dynamic Web Application.

2 -  Double Click "Gwt Application" -> Double click "GWT Hosted Mode
Application"

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 8:04

src and packeage fields not set when creating a new module

Using Eclipse 3.3RC3

When you the wizard page 'GWT Module" opens, neither the source folder or
the package are filled. The behavior should be to default to the src of the
selected project in the workspace and to use the top level package or
'(default)' if no package is available.


Original issue reported on code.google.com by [email protected] on 5 Jun 2007 at 12:45

Cypal not showing up

What steps will reproduce the problem?
1. Install eclipse, install WTP
2. Unzip cypal in the right directory 
3. Cypal not showing up in the preference pane, Cypal not available in the New 
Dynamic Web 
Project

What version of the product are you using? On what operating system?

Cypal: Latest
Eclipse: 3.2.2 (same problem with 3.3m7)
Os: Osx 10.4.8
Java: 1.5.x (same problem with 1.6.x)

Please provide any additional information below.

Older googlipse plugin is working fine

Original issue reported on code.google.com by [email protected] on 7 Jun 2007 at 9:14

out Parameter can't change

What steps will reproduce the problem?
1. I can't change the out parameter of the gwt-compiler

Please provide any additional information below.

This is usefull to make my own structure


Original issue reported on code.google.com by [email protected] on 14 Aug 2007 at 12:41

gwt-user.jar is exportet to WEB-INF\lib

What steps will reproduce the problem?
1. gwt-user.jar is exportet to WEB-INF\lib
2. only gwt-servlet.jar must be in the lib directory
--> Tomcat can't start correct

What is the expected output? What do you see instead?
Application ist starting; in the Log of Tomcat I see the entry that gwt-
user.jar is caused problems

Original issue reported on code.google.com by [email protected] on 14 Aug 2007 at 12:39

Missing configuration in Windows -&gt; Properties

What steps will reproduce the problem?

Unzip the plugin into eclipse folder.

What is the expected output? What do you see instead?

In Windows -> Preferences, there should be a Cypal Studio configuration but
it does not apear there. Also, there is nothing under File -> New -> Other

What version of the product are you using? On what operating system?

I am running Eclipse 3.2.2 on OS X.

Please provide any additional information below.

I've seen others having similar problems but I could not find a solution. I
am attaching configuration details. It seems like the plugin is installed.

Cheers,
Gregor

Original issue reported on code.google.com by [email protected] on 26 May 2007 at 7:22

Attachments:

What Eclipse version is it working with??

Do I need very specific Eclipse with very specific WTP? like from 16. Juli
instead of 17. of Juli?

What steps will reproduce the problem?
1. instaliing eclipse 3.3 with wtp 2.0 - not working at all, no
preferences, no new cypal project.

2. installing eclipse 3.2 with wtp 1.5.4
3. installing latest cypal-studio
4. create cypal project, then create new module. see what happens.

What is the expected output? What do you see instead?
no *.gwt.xml file created.

What version of the product are you using? On what operating system?
unfortunatelly on windows xp.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Aug 2007 at 9:27

Project facet Cypal's GWT Facet version 1.0 is not supported.

What steps will reproduce the problem?
1. I use tomcat 5.5 and cypal.studio.for.gwt-beta
2. when I try to deploy to an external server step by step
3. eclipse told me that ...Project facet Cypal's GWT Facet version 1.0 is 
not supported.

What is the expected output? What do you see instead?
what's wrong??

What version of the product are you using? On what operating system?
ECLIPSE Version: 3.2.2
TOMCAT 5.5
XP

Please provide any additional information below.
as attach

Original issue reported on code.google.com by [email protected] on 14 Jun 2007 at 6:35

Attachments:

Cannot add new Module

What steps will reproduce the problem?
1. Install Eclipse 3.3 with WTP and set GWT Home.
2. Create new Cypal Studio GWT project.
3. Add new Cypal Studio -> Module

What is the expected output? What do you see instead?
Module should be added. There is 'Error creating GWT Module' dialog 
instead.

What version of the product are you using? On what operating system?
Eclipse 3.3 with WTP, cypal.studio.for.gwt-RC2, Windows 2000.

Please provide any additional information below.

!ENTRY in.cypal.studio.gwt.ui 4 -1 2007-09-25 11:07:51.258
!MESSAGE Encountered an unexpected exception.
!STACK 1
Java Model Exception: Java Model Status [Invalid name specified: .server]
    at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation
(JavaModelOperation.java:776)
    at 
org.eclipse.jdt.internal.core.PackageFragmentRoot.createPackageFragment
(PackageFragmentRoot.java:302)
    at in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizardPage.createType
(NewGwtModuleWizardPage.java:115)
    at in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizard.performFinish
(NewGwtModuleWizard.java:74)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed
(WizardDialog.java:742)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed
(WizardDialog.java:373)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected
(Dialog.java:616)
    at org.eclipse.swt.widgets.TypedListener.handleEvent
(TypedListener.java:227)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents
(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch
(Display.java:3293)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at org.eclipse.ui.actions.NewWizardAction.run
(NewWizardAction.java:182)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:545)
    at org.eclipse.jface.action.ActionContributionItem.access
$2(ActionContributionItem.java:490)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent
(ActionContributionItem.java:402)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents
(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch
(Display.java:3293)
    at org.eclipse.ui.internal.Workbench.runEventLoop
(Workbench.java:2389)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault
(Realm.java:289)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:461)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench
(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start
(IDEApplication.java:106)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run
(EclipseAppHandle.java:153)
    at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication
(EclipseAppLauncher.java:106)
    at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start
(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:176)
    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:504)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
!SUBENTRY 1 org.eclipse.jdt.core 4 983 2007-09-25 11:07:51.258
!MESSAGE Invalid name specified: .server

Original issue reported on code.google.com by [email protected] on 25 Sep 2007 at 9:17

eclipse 3.3

What steps will reproduce the problem?
1. create a cypal project
2. try to run a project

What is the expected output? What do you see instead?
The expected output is the project run

What version of the product are you using? On what operating system?

windows vista
eclipse 3.3


Please provide any additional information below.

the perspective of cypal studio don't go

Original issue reported on code.google.com by [email protected] on 3 Jul 2007 at 5:07

Cypal doesn't deploy on a Tomcat 5.5 external server

What steps will reproduce the problem?
1. Install Eclipse 3.22, GWT 1.4.10, Tomcat 5.5 and Cypal
2. Try to deploy the application to Tomcat 5.5
3.

What is the expected output? What do you see instead?
The deployed application.
The error message is:
Project facet Cypal's GWT Facet version 1.0 is not supported.

What version of the product are you using? On what operating system?
Cypal's GWT Facet version 1.0, Windows Vista Business

Please provide any additional information below.

When trying to export a GWT project as a WAR file:
org.eclipse.core.runtime.CoreException: Extended Operation failure:
org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportOperation
    at
org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.performF
inish(DataModelWizard.java:182)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
    at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at
org.eclipse.ui.internal.navigator.wizards.WizardShortcutAction.run(WizardShortcu
tAction.java:94)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
    at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont
ributionItem.java:539)
    at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.
java:488)
    at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribution
Item.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    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(Ecli
pseAppLauncher.java:92)
    at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLau
ncher.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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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)
org.eclipse.core.runtime.CoreException[0]:
org.eclipse.core.commands.ExecutionException: Error exportingWar File
    at
org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactExportOperation.exe
cute(J2EEArtifactExportOperation.java:97)
    at
org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationI
mpl$1.run(DataModelPausibleOperationImpl.java:376)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
    at
org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationI
mpl.runOperation(DataModelPausibleOperationImpl.java:401)
    at
org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationI
mpl.runOperation(DataModelPausibleOperationImpl.java:352)
    at
org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationI
mpl.doExecute(DataModelPausibleOperationImpl.java:242)
    at
org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationI
mpl.executeImpl(DataModelPausibleOperationImpl.java:214)
    at
org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationI
mpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
    at
org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationI
mpl.execute(DataModelPausibleOperationImpl.java:202)
    at
org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard$1$CatchT
hrowableRunnableWithProgress.run(DataModelWizard.java:211)
    at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.jav
a:113)
Caused by:
org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException:
Error opening archive for export..
    at
org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportOperation
.export(WebComponentExportOperation.java:48)
    at
org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactExportOperation.exe
cute(J2EEArtifactExportOperation.java:89)
    ... 10 more
Caused by:
org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException:
IWAE0006E Archive is not a valid WAR File because the deployment descriptor
can not be found (case sensitive): WEB-INF/web.xml
    at
org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl.op
enSpecificArchive(CommonarchiveFactoryImpl.java:805)
    at
org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl.op
enWARFile(CommonarchiveFactoryImpl.java:841)
    at
org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportOperation
.export(WebComponentExportOperation.java:42)
    ... 11 more



Original issue reported on code.google.com by [email protected] on 4 Aug 2007 at 1:08

Enter one-line summary

What steps will reproduce the problem?

Unzip the plugin into eclipse folder.

What is the expected output? What do you see instead?

In Windows -> Preferences, there should be a Cypal Studio configuration but
it does not apear there. Also, there is nothing under File -> New -> Other

What version of the product are you using? On what operating system?

I am running Eclipse 3.2.2 on OS X.

Please provide any additional information below.

I've seen others having similar problems but I could not find a solution. I
am attaching configuration details. It seems like the plugin is installed.

Cheers,
Gregor

Original issue reported on code.google.com by [email protected] on 26 May 2007 at 7:21

Attachments:

Suggestion: Generate a "Hello, World" sample upon GWT module creation

What steps will reproduce the problem?
1. Create a new Dynamic Web Application and add the Cypal for GWT facet to it.
2. Add a new GWT Module.
3. Notice that the onModuleLoad() method is empty and doesn't contain
helpful comments.

What is the expected output? What do you see instead?
Currently when a new module is created the entry point class onModuleLoad()
method is empty. It might be a good idea to generate a small "Hello, World"
sample right off the bat to get the user started. This is an arguable point
since this might become cumbersome if a developer wants to add multiple
modules to their project, but a small auto-generated "Hello, World" sample
app should still be unobtrusive.

Also, there should be more informative comments in the onModuleLoad()
method to tell users what the entry point class is responsible for and what
to put in the onModuleLoad method rather than a one-line //TODO
auto-generated method stub 

What version of the product are you using? On what operating system?
Cypal Studio for GWT (RC2), Windows XP, Eclipse 3.3

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 7:48

Lost Cypal Studio on Eclipse 3.3

I have installed Eclipse 3.3 and Cypal Studio on Windows. Both worked well
(as long as the Eclipse IDE runs under Sun JRE 1.5; Cypal Studio doesn't
show up in the Window> Preference tab when IDE runs under Sun JRE 1.6).

I have installed the Checkstyle Eclipse plugin today
(http://eclipse-cs.sourceforge.net/) and Cypal no longer works. it doesn't
show up in the Window> Preference and the compiler complains because
"Implementation of project facet in.cypal.studio.gwt.core.gwtFacet could
not be found. Functionality will be limited."

What steps will reproduce the problem?
1. Install Eclipse 3.3
2. Install Cypal Studio RC1
3. Install Checksyle plugin

What is the expected output? What do you see instead?
- Eclipse and both plug-ins running happily together.

What version of the product are you using? On what operating system?
- Eclipse 3.3, Windows XP SP2, Checkstyle plug-in 4.3.2

Original issue reported on code.google.com by [email protected] on 17 Jul 2007 at 2:50

Cannot create a Remote Service

First I create a module, but I got the message error: Create of element
failed. See error log for more details.

Even with the error message the modules files where generated, but then
when I try to create a Remote Service, I canยดt even select the project
where I want to create it, the 'Finish' and 'Next' button appear disabled,
and there is now error log in my .log file of my eclipse workspace.


Iยดm using Windows XP, Eclipse Version: 3.2.0 Build id: M20070212-1330


Hereยดs the log error when I create a module:

!ENTRY org.eclipse.jdt.ui 4 10001 2007-05-29 14:24:07.006
!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
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.performFinish(NewElementWiz
ard.java:133)
    at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizard.performFinish(NewGwtModuleWiza
rd.java:62)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
    at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:181)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
    at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont
ributionItem.java:539)
    at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.
java:488)
    at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribution
Item.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    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(Ecli
pseAppLauncher.java:92)
    at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLau
ncher.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.jav
a:25)
    at java.lang.reflect.Method.invoke(Method.java:589)
    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)
Caused by: java.lang.NullPointerException
    at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizardPage.createModuleEntry(NewGwtMo
duleWizardPage.java:144)
    at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizardPage.createType(NewGwtModuleWiz
ardPage.java:131)
    at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizard.finishPage(NewGwtModuleWizard.
java:57)
    at
org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java
:117)
    at
org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.jav
a:39)
    at
org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720
)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
    at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4024)
    at
org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnab
leAdapter.java:87)
    at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.jav
a:113)
Root exception:
java.lang.NullPointerException
    at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizardPage.createModuleEntry(NewGwtMo
duleWizardPage.java:144)
    at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizardPage.createType(NewGwtModuleWiz
ardPage.java:131)
    at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizard.finishPage(NewGwtModuleWizard.
java:57)
    at
org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java
:117)
    at
org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.jav
a:39)
    at
org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720
)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
    at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4024)
    at
org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnab
leAdapter.java:87)
    at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.jav
a:113)


Original issue reported on code.google.com by [email protected] on 29 May 2007 at 5:26

Speed Up Compiling?

What steps will reproduce the problem?
1. Compile my GWT App with the Clean-Button
2. more than 20 seconds is needed for compiling


Is there a way to speed up?

Original issue reported on code.google.com by [email protected] on 22 Aug 2007 at 8:24

Cypal doesnot present an error message incase of GWT compilation error

What steps will reproduce the problem?
1. Create a JAVA 5.0 generics collection
2. Try to deploy the solution to external server
3. No error and solution is not deployed

I am not sure if itโ€™s available but i couldnโ€™t find where is the log file 
of the compiler.

Thanks,
Noam

Original issue reported on code.google.com by [email protected] on 3 Oct 2007 at 1:44

Duplicate entries in .gwt.xml and web.xml files after creating, deleting and re-creating a RemoteService

What steps will reproduce the problem?
1. Create a new RemoteService using Cypal. Notice that the .gwt.xml and
web.xml files are updated appropriately.
2. Delete the Remote Service. Notice that the entries in .gwt.xml and
web.xml files still exist.
3. Re-create the RemoteService using Cypal. Notice that the .gwt.xml and
web.xml now have duplicate entries.

What is the expected output? What do you see instead?
If I create a new Remote Service, delete it, and create it again, duplicate
entries will exist in the module XML and web.xml file. Also, when the
module xml file is written, the <module> and </module> tags are on the same
line as the <?xml..> and <servlet> elements... they should have their own
line. 

What version of the product are you using? On what operating system?
Cypal Studio for GWT (RC2), Windows XP, Eclipse 3.3

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 8:22

Zip file does not unzip on Windows

What steps will reproduce the problem?
1. Download the zip file to a Windows (XP with latest upgrades or Vista)
2. Try to open it
3.

What is the expected output? What do you see instead?
The files. In windows Vista: invalid file; in XP windows block for 
security reasons.

What version of the product are you using? On what operating system?
cypal.studio.for.gwt-beta, on Windows XP and Vista.

Please provide any additional information below.
I tryed 7-ZIP, it does unzip the files, but they aren't recognized by 
Eclipse.


Original issue reported on code.google.com by [email protected] on 3 May 2007 at 6:18

Eclipse 3.3 support

Hi

Eclipse 3.3 next release will be a candidate release. I tried to run cypal
studio on 3.3 but it fails in some places. Is RC0 of cypal studio be 3.3
friendly? Is there a branch in svn for 3.3?

-H


Original issue reported on code.google.com by [email protected] on 22 May 2007 at 12:23

Can't use a nested Java source directory

I use Maven and its directory structure for my source code. When I set up a
project with the source directory to "src/main/java", Cypal uses the module
"main.java.com.example.gwt.MyModule" rather than "com.example.gwt.MyModule".

What steps will reproduce the problem?

1. Create a project and set the source directory to src/main/java (Note:
the current generally available release of WTP 2.0 has this bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=195529)
2. Create a new GWT Module
3. Open the "Run as..." dialog and create a new GWT hosted mode application
and select the project you created.

What is the expected output? What do you see instead?

The module listed in the dialog is "main.java.com.example.gwt.MyModule",
but should be "com.example.gwt.MyModule".

What version of the product are you using? On what operating system?

Cypal 1.0.0.200708162331 on Eclipse 3.3 

Please provide any additional information below.

It looks like the problem may be in
in.cypal.studio.gwt.core.launch.Helper#getQualifiedName(IFile). To return
the name the implementation just skips the first part of the file path. 

Original issue reported on code.google.com by [email protected] on 28 Aug 2007 at 2:18

Eclipse 3.3 does not run an application in hosted mode

What steps will reproduce the problem?
1. Install Cypal Studio on Eclipse 3.3 Europa
2. Create a dynamic web application with GWT facet
3. Create a Module with an entry point
4. Run the application in hosted mode

What is the expected output? What do you see instead?
Expected: application running
What I see:

[ERROR] Failure to load module 'tests.mcg.Main'
java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.compiler.CompilationResult.getErrors()[Lorg/eclipse/jdt
/core/compiler/IProblem;
    at
com.google.gwt.dev.jdt.AbstractCompiler$ICompilerRequestorImpl.acceptResult(Abst
ractCompiler.java:213)
    at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:417)
    at
com.google.gwt.dev.jdt.AbstractCompiler$CompilerImpl.compile(AbstractCompiler.ja
va:74)
    at
com.google.gwt.dev.jdt.AbstractCompiler$CompilerImpl.compile(AbstractCompiler.ja
va:162)
    at
com.google.gwt.dev.jdt.AbstractCompiler$CompilerImpl.access$600(AbstractCompiler
.java:61)
    at com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:430)
    at
com.google.gwt.dev.jdt.AstCompiler.getCompilationUnitDeclarations(AstCompiler.ja
va:117)
    at com.google.gwt.dev.jdt.TypeOracleBuilder.build(TypeOracleBuilder.java:354)
    at com.google.gwt.dev.cfg.ModuleDef.getTypeOracle(ModuleDef.java:294)
    at com.google.gwt.dev.cfg.ModuleDef.refresh(ModuleDef.java:359)
    at
com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:86
)

What version of the product are you using? On what operating system?
GWT 1.4 RC
Cypal RC1
Eclipse 3.3 Europa

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Jul 2007 at 2:20

Typos and grammar mistakes in getting started docs may lead to confusion

What steps will reproduce the problem?
1. Reading the getting started docs at: http://www.cypal.in/studiodocs
2. Found a few typos and grammar mistakes in the documentation that can be
potentially confusing.

What is the expected output? What do you see instead?
There are a few typos and grammar mistakes on the "getting started" page.
Normally this isn't a big deal, but in this case these errors can lead to
confusion. e.g.: "Click Finish, you will have all the artifacts for the
module will be generated.", "Select the module where you want to the
RemoteService", ... These should be fixed to avoid confusion.

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 7:15

Cypal doesn't work with Eclipse 3.3

What steps will reproduce the problem?
1. Download Eclipse 3.3
2. Try to create Module

What is the expected output? What do you see instead?
Module creation ok

What version of the product are you using? On what operating system?
Eclipse 3.3 Cypal GWT RC1 - GWT 1.4 RC1

Please provide any additional information below.
I have a NPE 

java.lang.NullPointerException
at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizardPage.createModuleEntry(NewGwtMo
duleWizardPage.java:150)
at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizardPage.createType(NewGwtModuleWiz
ardPage.java:132)
at
in.cypal.studio.gwt.ui.wizards.NewGwtModuleWizard.performFinish(NewGwtModuleWiza
rd.java:74)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:182)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont
ributionItem.java:545)
at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.
java:490)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribution
Item.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java
:106)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ecli
pseAppLauncher.java:106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLau
ncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)



Original issue reported on code.google.com by [email protected] on 10 Jul 2007 at 12:05

Bootstrap model should be updated to use the new 1.4 version

What steps will reproduce the problem?
1. Created a new GWT module using Cypal
2. Discovered that the bootstrap model being used in the host HTML page is
the old 1.3 version (using gwt.js rather than <module>.nocache.js)

What is the expected output? What do you see instead?
The bootstrap model used in the host HTML page should be updated to use the
1.4 version.

What version of the product are you using? On what operating system?
Cypal Studio for GWT (RC2)


Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 7:01

No Compile Errors display when GWT Compiler failed

What steps will reproduce the problem?
1. JSON features implement on client
2. forget the inherits-tag in *.gwt.xml
3. GWT-Compiler failed
4. The failure is not display during Cypal-Studio compile the project

What is the expected output? What do you see instead?
for example to create a problem in the problems view


What version of the product are you using? On what operating system?
eclipse 3.3 wtp + cypal studio RC + gwt 1.4.1 Win XP



Original issue reported on code.google.com by [email protected] on 18 Jul 2007 at 7:57

Does cypal-studio support GWT 1.4

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Jul 2007 at 4:16

Run Configuration doesn't make "running in -noserver mode" very clear

What steps will reproduce the problem?
1. Create a new GWT Module using Cypal and write some simple "Hello, World"
onModuleLoad() code in the entrypoint class.
2. Creating a new "GWT Hosted Mode Application" Run configuration using Cypal
3. Select the "parameters" tab in the run configuration.
4. Discover that the -noserver and "use default URL" run config parameters
are a little ambiguous.

What is the expected output? What do you see instead?
In the Run Configuration, it's a little unclear how to run in -noserver
mode. Also, I'm not entirely clear what is meant by the "Use default URL"
option. I assume this is in the case that I am using -noserver mode and
have to specify the URL to the host HTML page on my web server. If this is
true, then wouldn't unchecking the "Use Embedded Tomcat Server" also
uncheck the "Use default URL" checkbox? I suggest using a new design for
the arguments in this page with mutually exclusive radio buttons and check
boxes. Something like:

On the left hand-side:
<radio button> Use Embedded Tomcat Server
  <checkbox> Use default URL (enabled if Use Embedded Tomcat Server is
selected, checked by default)
  <textbox> URL: (enabled if Use default URL is unchecked)

On the right hand side:
<radio button> Run in -noserver mode
 <textbox> URL:

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 8:09

Problems deploying on an external server

What steps will reproduce the problem?
1. Create a gwt war project with cypal-studio1.0, dynamic web module2.5,
and java5.0 facets.
2. Include the war in an ear to deploy on a JBoss4.2.1 server
3. Publish

What is the expected output? What do you see instead?
I expect to see the gwtOutput folder content in the JBoss server deploy
directory

What version of the product are you using? On what operating system?
Eclipse 3.3
GWT 1.4.6
Cypal studio 1.0

Please provide any additional information below.
Cypal correctly invokes GWT builder as output files are dump into gwtOutput
folder. but somehow the generated files are not used by JBoss.

Any hint?

Original issue reported on code.google.com by [email protected] on 14 Sep 2007 at 1:52

Add support for whitelist & blacklist urls

GWTShell has the commandline parameters whitelist & blacklist (which were
earlier system properties). Currently there is now way to specify it in
Cypal Stdio for GWT. Add support for it 

Original issue reported on code.google.com by grprakash on 6 Sep 2007 at 7:54

Cypal Project facet does not appear in configurations

What steps will reproduce the problem?
1. Install Eclipse 3.2.2, WTP 1.5.4, Cypal Studio(most recent)
2. Create a New Dynamic Web Project
3. Open the configurations combo-box

What is the expected output? What do you see instead?
It is expected the Cypal configuration to be shown in the list, but only
the Web Project with XDoclet configuration is shown. When you open the
project properties screen and select Project Facets, the Cypal Facet is not
shown and if then you click the Add/Remove Configurations button, it's not
shown either!

What version of the product are you using? On what operating system?
I use Ubuntu Feisty Fawn 7.0.4, Eclipse 3.2.2, WTP 1.5.4, Sun JDK 1.6.0

Please provide any additional information below.
Exadel Studio Pro 4.0.4 is also installed

Original issue reported on code.google.com by [email protected] on 21 May 2007 at 4:34

Severity and Description Path Resource Location Creation Time Id

What steps will reproduce the problem?
1. Use Eclipse 3.3R2 with EMF, GEF, WST and JST (the SDK versions of)
2. svn the latest source (revision 36) of Cypal Studio
3. Run an Eclipse Applicaiton
4. Create a test Cypal project

The following warning shows up in the Problems view:

Classpath entry GWT_HOME/gwt-user.jar will not be exported or published.
Runtime ClassNotFoundExceptions may result.



Original issue reported on code.google.com by [email protected] on 29 May 2007 at 5:49

Can not install

What steps will reproduce the problem?
1. Install Eclipse
2. Install Cypal-studio
3. Open Eclipse. Select Window->Preferences->

What is the expected output? 
An entry labeled "Cypal Studio"

What do you see instead?
I see all these entries:
General, Ant, Help, Install/Update, Java, Plugin Development, Run/Debug, Team

What version of the product are you using? On what operating system?
cypal.studio.for.gwt-RC2
eclipse-SDK-3.3-win32

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Sep 2007 at 9:15

Finish button is active when fields are empty in "GWT Module" wizard page.

I looked in the code and the problem is that
NewElementWizardPage.updateStatus(IStatus status) only checks for an
IStatus.Error but not if the the fields are complete. I couldn't find any
field checking code (have to trace through the listeners) but for starters
at the minimum there should be something like this:

    @Override
    protected void updateStatus(IStatus status) {
        if (!status.matches(IStatus.ERROR)) {
            super.updateStatus(status);
            setPageComplete(false);
        } else {
            super.updateStatus(status);
        }
    }

in order to disable the 'Finish" button;

Don't know if there is a way to get the listeners for the textfields or if
there is a simpler way of making sure that WizardPage.isPageComplete()
return true only when the field values are complete. This of course brings
the issure of checking if the values are valid.... yet for a first try it
might be OK to just make sure that setPageComplete(true) is only called
when there are values in the fields. Tricky... since all the fields are
priviate...

Will look at it again later.


Original issue reported on code.google.com by [email protected] on 5 Jun 2007 at 5:53

Error creating GWT hosted mode run configuration

What steps will reproduce the problem?
On OSX 10.4.10 with Java framework 1.5.0
1. Install Eclipse Version: 3.3.0
2. Install cypal studio 1.0.0.2007042601
3. Go to run-> open run dialogue 
4. double click GWT Hosted Mode Application

A window pops up:
An error has occurred. See error log for more details.
in.cypal.studio.gwt.ui.launch.MainTab.createMainTypeEditor(Lorg/eclipse/swt/widg
ets/Composit
e;Ljava/lang/String;[Lorg/eclipse/swt/widgets/Button;)V

Error log with more details:
ava.lang.NoSuchMethodError: 
in.cypal.studio.gwt.ui.launch.MainTab.createMainTypeEditor(Lorg/eclipse/swt/widg
ets/Composit
e;Ljava/lang/String;[Lorg/eclipse/swt/widgets/Button;)V
at in.cypal.studio.gwt.ui.launch.MainTab.createControl(MainTab.java:96)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.showIns
tanceTabsFor(LaunchConfigurationTabGroupViewer.java:833)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.displayI
nstanceTabs(LaunchConfigurationTabGroupViewer.java:768)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer$8.run(L
aunchConfigurationTabGroupViewer.java:658)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.inputCh
anged(LaunchConfigurationTabGroupViewer.java:676)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.setInpu
t0(LaunchConfigurationTabGroupViewer.java:637)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupVi
ewer.setInpu
t(LaunchConfigurationTabGroupViewer.java:613)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.ha
ndleLaunchCo
nfigurationSelectionChanged(LaunchConfigurationsDialog.java:975)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$4.
selectionChan
ged(LaunchConfigurationsDialog.java:570)
at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:842)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193)
at 
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredVi
ewer.java:840)
at 
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.jav
a:1153)
at 
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.jav
a:1178)
at 
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:250
)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:244)
at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:418)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3212)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2956)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.op
en(LaunchCon
figurationsDialog.java:1133)
at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:387)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at 
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITo
ols.java:
391)
at 
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITo
ols.java:
333)
at 
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.j
ava:82)
at 
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.runWithEvent(OpenLaunchDialo
gAction.jav
a:90)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
at 
org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont
ributionItem.ja
va:545)
at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.
java:490)
at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribution
Item.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2952)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java
:106)
at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ecli
pseAppLauncher
.java:106)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLau
ncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)




Original issue reported on code.google.com by [email protected] on 26 Jul 2007 at 1:22

cypal-studio functionality doesn't appear in the project after adding the project to SVN repository

What steps will reproduce the problem?
1. Have a web project already working with cypal+gwt
2. install sublipse, a plugin for SVN control
3. Add the project to an SVN repository (maybe this is not necessary, but
I'm not sure)

What is the expected output? What do you see instead?
Continue to work with my project, and see the special run node for gwt.
Or even to create new web project and be able to add the cypal facet to it.

What version of the product are you using? On what operating system?
Eclipse 3.2.2.
Subclipse 1.2.
cypal 1.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jul 2007 at 7:15

Suggestion: Put the "Running/Debugging a GWT application" section directly under the "Create a Module" section in docs

What steps will reproduce the problem?
1. Check out the getting started docs at: http://www.cypal.in/studiodocs
2. Notice that the "Adding a Remote Service" and "Adding a Remote Service
method" sections come before the "Running/Debugging a GWT application" section.

What is the expected output? What do you see instead?
In the "getting started" doc, if the "Running/Debugging a GWT application"
section was directly after the "Create a module" section it could help
developers get started more easily with GWT. With a "Hello, World" sample
ready (as described in Issue #44), it will help developers see immediate
results in GWT development.

Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 7:54

Startup error with Cypal. The preference page is not loaded

What steps will reproduce the problem?
1. Installed WTP bundle
2. Extacted Cypal Studio RC1 into the eclipse folder
3. Launched Eclipse, opened preference page

What is the expected output? What do you see instead?
Error in the Error console
Unable to find feature.xml in directory: 
C:\Applications\Eclipse_WTP\eclipse\features\in.cypal.studio.gwt_1.0.0.2007
07041405.jar

An error occurred while automatically activating bundle 
in.cypal.studio.gwt.ui (10).
org.osgi.framework.BundleException: The activator 
in.cypal.studio.gwt.ui.Activator for bundle in.cypal.studio.gwt.ui is 
invalid
at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator
(AbstractBundle.java:141)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start
(BundleContextImpl.java:966)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker
(BundleHost.java:317)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start
(AbstractBundle.java:256)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalCl
ass(EclipseLazyStarter.java:86)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass
(ClasspathManager.java:409)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass
(DefaultClassLoader.java:188)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass
(BundleLoader.java:339)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:391)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:352)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass
(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass
(BundleLoader.java:276)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass
(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass
(AbstractBundle.java:1245)
at 
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutab
leExtension(RegistryStrategyOSGI.java:147)
at 
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtens
ion(ExtensionRegistry.java:759)
at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExt
ension(ConfigurationElement.java:243)
at 
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecuta
bleExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension
(WorkbenchPlugin.java:238)
at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage
(WorkbenchPreferenceNode.java:46)
at org.eclipse.jface.preference.PreferenceDialog.createPage
(PreferenceDialog.java:1241)
at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.createPage
(FilteredPreferenceDialog.java:316)
at org.eclipse.jface.preference.PreferenceDialog.showPage
(PreferenceDialog.java:1134)
at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage
(FilteredPreferenceDialog.java:439)
at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged
(PreferenceDialog.java:661)
at org.eclipse.jface.viewers.StructuredViewer$3.run
(StructuredViewer.java:839)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:843)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged
(StructuredViewer.java:837)
at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect
(StructuredViewer.java:1143)
at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected
(StructuredViewer.java:1163)
at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent
(OpenStrategy.java:236)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:230)
at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:404)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.eclipse.ui.internal.OpenPreferencesAction.run
(OpenPreferencesAction.java:65)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:539)
at org.eclipse.jface.action.ActionContributionItem.access$2
(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent
(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:419)
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:324)
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)
Caused by: java.lang.UnsupportedClassVersionError: 
in/cypal/studio/gwt/ui/Activator (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass
(DefaultClassLoader.java:160)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass
(ClasspathManager.java:498)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl
(ClasspathManager.java:468)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl
(ClasspathManager.java:427)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass
(ClasspathManager.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass
(DefaultClassLoader.java:188)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass
(BundleLoader.java:339)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:391)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:352)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass
(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass
(BundleLoader.java:276)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass
(BundleHost.java:227)
at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator
(AbstractBundle.java:134)
... 71 more
Root exception:
java.lang.UnsupportedClassVersionError: in/cypal/studio/gwt/ui/Activator 
(Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass
(DefaultClassLoader.java:160)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass
(ClasspathManager.java:498)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl
(ClasspathManager.java:468)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl
(ClasspathManager.java:427)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass
(ClasspathManager.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass
(DefaultClassLoader.java:188)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass
(BundleLoader.java:339)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:391)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:352)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass
(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass
(BundleLoader.java:276)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass
(BundleHost.java:227)
at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator
(AbstractBundle.java:134)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start
(BundleContextImpl.java:966)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker
(BundleHost.java:317)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start
(AbstractBundle.java:256)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalCl
ass(EclipseLazyStarter.java:86)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass
(ClasspathManager.java:409)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass
(DefaultClassLoader.java:188)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass
(BundleLoader.java:339)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:391)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:352)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass
(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass
(BundleLoader.java:276)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass
(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass
(AbstractBundle.java:1245)
at 
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutab
leExtension(RegistryStrategyOSGI.java:147)
at 
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtens
ion(ExtensionRegistry.java:759)
at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExt
ension(ConfigurationElement.java:243)
at 
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecuta
bleExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension
(WorkbenchPlugin.java:238)
at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage
(WorkbenchPreferenceNode.java:46)
at org.eclipse.jface.preference.PreferenceDialog.createPage
(PreferenceDialog.java:1241)
at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.createPage
(FilteredPreferenceDialog.java:316)
at org.eclipse.jface.preference.PreferenceDialog.showPage
(PreferenceDialog.java:1134)
at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage
(FilteredPreferenceDialog.java:439)
at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged
(PreferenceDialog.java:661)
at org.eclipse.jface.viewers.StructuredViewer$3.run
(StructuredViewer.java:839)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:843)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged
(StructuredViewer.java:837)
at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect
(StructuredViewer.java:1143)
at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected
(StructuredViewer.java:1163)
at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent
(OpenStrategy.java:236)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:230)
at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:404)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.eclipse.ui.internal.OpenPreferencesAction.run
(OpenPreferencesAction.java:65)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:539)
at org.eclipse.jface.action.ActionContributionItem.access$2
(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent
(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:419)
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:324)
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)


What version of the product are you using? On what operating system?
Eclipse 3.2 WTP bundle. Cypal version linked in the article.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Jul 2007 at 3:08

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.