What does Module name is invalid mean?

2014-05-22 Thread Rob Tanner
What does Module name is invalid mean? I get it when trying to export the war folder to a warfile using the eclipse plugin. ~ Rob -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails

No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-12 Thread Rob Tanner
Hi, Every time I try to bring up an application in Development mode in Eclipse I get this message and that's as far as it goes: *[WARN] No startup URLs supplied and no plausible ones found -- use -startupUrl* My web.xml includes: welcome-file-list

Re: No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-12 Thread Rob Tanner
And, BTW, I do have the -startupUrl set in the run configuration for the app in Eclipse. ?? ~ Rob On Monday, May 12, 2014 3:18:17 PM UTC-7, Rob Tanner wrote: Hi, Every time I try to bring up an application in Development mode in Eclipse I get this message and that's as far as it goes

Setting special variables for GWT projects using the Eclipe plugin

2013-08-23 Thread Rob Tanner
When I developing a webapp that is going to be updating database servers, etc, I use test servers and services. When I move the webapp into production, I have to make sure I correct all the URIs to point to production databases and then if I go back to fix a previously undiscovered bug, I

How can I modify context-param values (from web.xml) on my development system only

2013-03-05 Thread Rob Tanner
are in place. Any ideas? Thanks, Rob Tanner Linfield College -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com

Printing from GWT -- how to?

2012-06-01 Thread Rob Tanner
that up in GWT? Thanks, Rob Tanner Linfield College -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/TwQFicdL_sgJ. To post to this group, send email

An IncompatibleRemoteServiceException was thrown

2011-09-15 Thread Rob Tanner
need to play with? Any ideas? Thanks, Rob Tanner Linfield College -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google

SOLVED: An IncompatibleRemoteServiceException was thrown

2011-09-15 Thread Rob Tanner
but with 2.3 content only. The problem went away. ~ Rob On Sep 15, 11:27 am, Rob Tanner caspersg...@gmail.com wrote: Hi, An application I build with GWT 2.1 in Eclipse (v3.5, Classic) worked just fine in tomcat.  However, I've upgraded my environment to Eclipse Indigo (EE version) and GWT 2.3

Eclipse, CVS, and GWT

2011-08-30 Thread Rob Tanner
Hi, This is one of those annoying things that I hope someone knows how to fix. I'm using the Eclipse plugin with GWT 2.3 and Eclipse Indigo. I don't get errors committing source code but with the various manifests and maps that create created I get lots of errors like the examples below: The

Application written using GWT 2.1.1 goes belly up in 2.3 dev mode -- please help me to understand

2011-08-04 Thread Rob Tanner
Hi, I have a production application built using GWT 2.1.1 and the Eclipse plugin. I've just installed Eclipse Indigo (jee edition) and the GWT 2.3 plugin. Not wanting to break something that already works, I created a new workspace in Eclipse and than imported the project. When I try to bring

How do I use Tomcat rather than built-in in Development mode

2011-04-29 Thread Rob Tanner
when I move the code into production. So my question is: how do I configure GWT (the Eclipse plugin) to use the locally installed Tomcat rather than the built-in server. Or is there a better was to accomplish the above while still using the built- in server? Thanks, Rob Tanner Linfield College

Re: How do I use Tomcat rather than built-in in Development mode

2011-04-29 Thread Rob Tanner
On Apr 29, 2:01 pm, Thomas Broyer t.bro...@gmail.com wrote: Read the doc? ;-)http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebu... The noserver in GPE can be set by unchecking the run built-in server box in the server tab of the Web Application launcher configuration

Re: Webapp runs in development mode perfectly but fails on test server

2011-04-14 Thread Rob Tanner
On Apr 13, 2:15 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: is there other stacktrace?. There aren't an error 2011/4/13 Rob Tanner caspersg...@gmail.com Hi, My webapp runs perfectly in development mode, but when I build the WAR file and move onto a test server, I have

Webapp runs in development mode perfectly but fails on test server

2011-04-13 Thread Rob Tanner
ideas? Thanks, Rob Tanner Linfield College -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Printing; controlling top and bottom page margins

2011-03-08 Thread Rob Tanner
printed pages? Thanks, Rob Tanner Linfield College -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit

Re: Is it possible to override a ListBox()'s functionality

2011-03-02 Thread Rob Tanner
a FocusHandler to the list and check the validations status there. Cheers, Lukasz On 1 Mrz., 23:17, Rob Tanner caspersg...@gmail.com wrote: I have a ListBox() with 9 items that opens to display the items for selecting when you click on it.  There are, however, a number of other fields

I have a problem with GWT 2.1 development mode

2011-03-02 Thread Rob Tanner
that this is a VMware issue. Thanks, Rob Tanner Linfield College -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit

Re: I have a problem with GWT 2.1 development mode

2011-03-02 Thread Rob Tanner
Thanks! adding -bindAddress argument resolved the problem. On Mar 2, 1:24 pm, Thomas Broyer t.bro...@gmail.com wrote: Your browsers should display this page, which contains the instructions to solve the issue:http://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM See

Re: How can I tell if I'm at the bottom of a ScrollPanel()

2011-03-01 Thread Rob Tanner
= scrollPanel.getElement().getScrollHeight() - scrollPanel.getElement().getClientHeight(); Thanks, John LaBanca jlaba...@google.com On Mon, Feb 28, 2011 at 4:44 PM, Rob Tanner caspersg...@gmail.com wrote: Hi, I have an application where a user needs to read through the a document displayed

Is it possible to override a ListBox()'s functionality

2011-03-01 Thread Rob Tanner
the other items so that I can generate errors and get the invalid entries corrected. Is that ever possible to do at least across the major browsers. I am using GWT 2.1. Thanks, Rob Tanner Linfield College -- You received this message because you are subscribed to the Google Groups Google Web

Re: Why do I have to close this dialogue box twice to get it to go away

2011-02-28 Thread Rob Tanner
be creating a second DialogBox or calling show() (or center()) twice. Can you put a breakpoint in PopupPanel#show() and see if it is being called twice? Thanks, John LaBanca jlaba...@google.com On Thu, Feb 24, 2011 at 6:08 PM, Rob Tanner caspersg...@gmail.com wrote: Hi, I use DialogBoxes

How can I tell if I'm at the bottom of a ScrollPanel()

2011-02-28 Thread Rob Tanner
this? Thanks, Rob Tanner Linfield College -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Why do I have to close this dialogue box twice to get it to go away

2011-02-24 Thread Rob Tanner
show() I did the quick and dirty debug trick of adding a System.err.println() statement right before the show() and I got only a single output on the console. I am using using GWT 2.1. Any ideas about what's going on? Thanks, Rob Tanner Linfield College -- You received this message because you

Can't seem to override checkPermutationStrongName()

2011-01-10 Thread Rob Tanner
Hi, I upgraded from GWT 1.7.1 to 2.1.1 and now my RPC calls get the error: Blocked request without GWT permutation header (XSRF attack?) After a bit of googling, I discovered that what I need to do is override checkPermutationStrongName() in my subclass of RemoteServiceServlet. So, at the

com.google.gwt.dev.shell.mac.LowLevelSaf not found

2011-01-07 Thread Rob Tanner
Hi, Upgraded from 1.7.1 to 2.1.0 and then to 2.1.1 to see if the problem went away. Simply put, the class is not in gwt-dev.jar. I am working with the Eclipse plugin for 3.5 and when I try to tun the app in development mode, I get the following stacktrace: Exception in thread main

Re: com.google.gwt.dev.shell.mac.LowLevelSaf not found

2011-01-07 Thread Rob Tanner
Problem solved. I kept comparing the applications that kept getting the error against the one that I've barely started and that didn't exhibit the problem and finally found the problem. In war/WEB-INF/lib, they had copies of gwt-dev-mac.jar. That jar just never got added to my latest

How do I override parameters in web.xml

2011-01-06 Thread Rob Tanner
I need to override URLs for servers (database, Active Directory, LDAP, etc) added as context parameters in web.xml. When I'm doing regular servlet development, I simply put the overrides in tomcat's server.xml and the application only talk to the development environment servers. And when I

Re: Unknown problem upgrading from 1.7.1 to 2.1.0

2010-12-27 Thread Rob Tanner
Yes I did. It's called read the release notes (or, as they say, RTFM :-) ). Buried within the document is a small notation that the hosted mode is renamed to development mode and that the old hosted mode browser is no longer a part of the toolkit. Click on the development mode tab and

Unknown problem upgrading from 1.7.1 to 2.1.0

2010-12-10 Thread Rob Tanner
in version 1.7.1. I have to do this every time. How do I permanently I get rid of that program argument until I ready to tackle the upgrade. Thanks, Rob Tanner Linfield College -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Extracting the year from a Date() object

2010-06-07 Thread Rob Tanner
I have a Date() object that holds a date of birth and I want to extract the year and make sure no one's trying to tell me they're 150 years old, etc. The getYear method of the Date() class is deprecated and you normally use a Calendar() to get the year. The problem is that when I try to use a

Getting the default DateBox() picker to advance year at a time

2010-06-02 Thread Rob Tanner
Hi, I'm using a DateBox() widget for users to enter their date of birth. When the picker is displayed, on either side of the month/year displayed in the center top of the picker are the greater than and less than arrows for moving forward or backward, month at a time. I have not figured out

How do i implement in a ListBox a select options trick I do in HTML

2010-05-28 Thread Rob Tanner
I'm rewriting some existing apps using GWT and I've come across a GUI issue. In many cases where I have used a select element as a pull down menu (only 1 item visible at a time), I leave the first item empty and disabled. The user has to choose a different option and he/ she cannot go back to

Do handlers interrupt each other or are they stacked

2010-04-30 Thread Rob Tanner
Hi, What I'm trying to find out is whether one handler completes before the next can be processed. For example, one widget with on onBlur event handler and a second widget with an onFocus or onClick event handler. The first widget has focus and then I click on the second widget. That should

How do I override Safari's default behavior when the TAB key is pressed

2010-03-24 Thread Rob Tanner
I am writing a password change/reset application. When the user knows his/her current password, they simply enter their uid and password and I have a Blur handler in place that validates them as soon as the password field looses focus. Below that are two password entry fields (a type your new

Two independent events that can be triggered at the same time -- how to control conflict?

2010-03-11 Thread Rob Tanner
field looses focus and an authentication process is triggered resulting in an error. So, my question is: when the don't know button has been pressed, how can I prevent the async call that does the authentication? Thanks, Rob Tanner Linfield College -- You received this message because you

Re: Problems with SSL and hosted mode

2010-01-15 Thread Rob Tanner
to change some settings... I have developed a GWT 1.5 app with the same declaration in web.xml and it worked perfect on development systems. I was using a external Tomcat 6.0.17, not the built-in tomcat do you have changed the -startupUrl to https:// ? On Mon, Jan 11, 2010 at 2:05 PM, Rob Tanner

Fun with log4j logging

2010-01-15 Thread Rob Tanner
I've used log4j with regular servlets it seems like forever, but when I set it up the same way as usual for a servlet used in async communication in GWT, logging doesn't happen. Here's some code: HttpSession session = request.getSession(); String log4jProperties =

Problems with SSL and hosted mode

2010-01-11 Thread Rob Tanner
Hi, I moved a new application (my first using GWT) on to our production Tomcat server and then realized that I wasn't requiring SSL. The way I normally do that is in the web.xml file under the security- constraint: security-constraint web-resource-collection

Re: Eclipse locks up when opening GWT project

2010-01-07 Thread Rob Tanner
my fingers that the defective file wasn't on the CVS copy of the application. It wasn't and so deleting the project from Eclipse and then recreating it from CVS took care of the problem. All is now working. -- Rob On Jan 4, 2:29 pm, Rob Tanner caspersg...@gmail.com wrote: Hi, I'm running

Re: Eclipse locks up when opening GWT project

2010-01-05 Thread Rob Tanner
Shawn, That's the easy part. Select the Run Configuration for your app and then select the (x)=Arguments tab. There's a box labelled vm arguments. Type -d32 to force 32 bit environment. On Jan 4, 5:04 pm, Shawn Brown big.coffee.lo...@gmail.com wrote: I'm running identical environments pm my

Eclipse locks up when opening GWT project

2010-01-04 Thread Rob Tanner
Hi, I'm running Eclipse 3.5 with the GWT plugin for 3.5 and webkit 2.0. I'm using MyEclipse 8.0 and using Pulse to build my IDE environment. I'm running identical environments pm my MacBook Pro (Leopard) and my iMac (Snow Leopard). On the laptop all is honky dory but on my iMac, the moment I try

Using Eclipse plugin and having a problem saving back to CVS

2009-12-15 Thread Rob Tanner
I am having problems saving back to CVS. Contrary to the error message, the only party saving back to CVS is me and only from a single computer. The problem effects only my GWT development. I am using the 3.5 plugin, 1.1.2.v200910131704. Any ideas? -- Rob The server reported an error while

Re: How can I disable the browser's default right click response?

2009-12-08 Thread Rob Tanner
eventPreventDefault? 2009/12/5 Rob Tanner caspersg...@gmail.com Hi, I want to add short context specific help messages when users right- click into a text box.  Figuring out what button the pressed on the mouse is a near no-brainer, but how to disable the default browser response

Converting an Event object into a BlurEvent object

2009-12-07 Thread Rob Tanner
I may well be going about this the wrong way but what I am trying to do is enable tooltip type help messages when a user right-clicks in a text box. The only way I am aware of disabling the browser's default menu is to extend TextBox() and override onBrowserEvent() and adding:

Re: Need help getting panel fade to work properly

2009-12-04 Thread Rob Tanner
Gave up on 2.0 because of the -style bug (another thread) but did come up with a workaround to accommodate Firefox. Original code: DOM.setStyleAttribute(glass.getElement(), height, 100%); Workaround: DOM.setStyleAttribute(glass.getElement(), height, new

How can I disable the browser's default right click response?

2009-12-04 Thread Rob Tanner
Hi, I want to add short context specific help messages when users right- click into a text box. Figuring out what button the pressed on the mouse is a near no-brainer, but how to disable the default browser response is a puzzler. I've figured out how to disable right clicks all together using

Re: What does Unknown argument: -style mean?

2009-12-03 Thread Rob Tanner
of the Google plugin? You're definitely running the RC2 compiler. On Wed, Dec 2, 2009 at 4:28 PM, Rob Tanner caspersg...@gmail.com wrote: In order to solve another problem, it was recommended that I switch to GWT 2.0RC2 (I was running 1.7.1).  I downloaded both the toolkit and the Eclipse plugin

Re: What does Unknown argument: -style mean?

2009-12-03 Thread Rob Tanner
Yep. It sure looks like the same thing. On Dec 3, 6:20 am, Ezra esk...@gmail.com wrote: Your unknown argument: -style issue seems similar tohttp://groups.google.com/group/google-web-toolkit/browse_thread/threa... . On Dec 2, 6:45 pm, Rob Tanner caspersg...@gmail.com wrote: I think I

Need help getting panel fade to work properly

2009-12-02 Thread Rob Tanner
In my application, under certain circumstances, I open up a DialogueBox () in the middle of the screen. In order to focus attention on the box, I gray out the surrounding screen using PopupPanel() that should cover the entire screen. The panel is black with 60% opacity. This works perfectly on

Re: Need help getting panel fade to work properly

2009-12-02 Thread Rob Tanner
I presume you mean DialogueBox and setGlassEnable() must be a 2.0RC2 feature. On Dec 2, 10:46 am, Yozons Support on Gmail yoz...@gmail.com wrote: Not sure when it was released (I'm using 2.0RC2 now), but did you just try the DialogBog.setGlassEnabled(true) call? -- You received this message

What does Unknown argument: -style mean?

2009-12-02 Thread Rob Tanner
In order to solve another problem, it was recommended that I switch to GWT 2.0RC2 (I was running 1.7.1). I downloaded both the toolkit and the Eclipse plugin and followed the instruction, including a fresh Eclipse install. I tried running my application and got the Unknown argument: -style

Re: What does Unknown argument: -style mean?

2009-12-02 Thread Rob Tanner
I think I already checked more than once, but checking again never hurts. Everything points to 2.0RC2. On Dec 2, 3:36 pm, Yozons Support on Gmail yoz...@gmail.com wrote: It really sounds like your project is not using the 2.0RC2 compiler.  Double check the eclipse project properties for the

Comparing calendar dates for equality

2009-11-23 Thread Rob Tanner
Hi, I need to compare two calendar dates (Strings with just day, month and year) for equality but it would be nice if there existed a formatter that I can use on the client side. Is there, and I just haven't found it? -- Rob -- You received this message because you are subscribed to the

Re: GWT hosted mode crashing after update

2009-11-17 Thread Rob Tanner
this Apple bug will be fixed in Safari 4.0.5, but there's no way of knowing when it will be released. On Nov 16, 9:35 am, Rob Tanner caspersg...@gmail.com wrote: Hi, I was running along last week just perfectly with the GWT Eclipse plugin v1.7.1 and Eclipse 3.5.1 on an Mac running Snow Leopard

GWT hosted mode crashing after update

2009-11-16 Thread Rob Tanner
Hi, I was running along last week just perfectly with the GWT Eclipse plugin v1.7.1 and Eclipse 3.5.1 on an Mac running Snow Leopard. This morning I installed an update bring Safari to v4.0.4 and the OS to 10.6.2. Now hosted mode crashes with the error: Invalid memory access of location 0010

IE8 and DecoratorPanels

2009-11-10 Thread Rob Tanner
As usual, IE is the problem no matter what version. My application uses a DecoratorPanel to contain a VerticalPanel which contains all the various widgets that the users uses to fill in the data. I'm using a DecoratorPanel because I want rounded corners. The panel is solid white with a solid

GWT appears to be overriding my css

2009-11-05 Thread Rob Tanner
Hi, I just upgraded Eclipse to Galileo and downloaded the GWT plugin and started a new project. I added a customized stylesheet (just adding a link in the html) that I use to affect a standardized look and feel. At this point (besides the root panel) all I've added is a single panel that

Eclipse plugin for Eclipse 3.5 (Galileo)

2009-06-25 Thread Rob Tanner
When will a version of the plugin be released for Eclipse 3.5 (or can I simply use the version for 3.4). I would like to use the new Eclipse, but GWT has become one of my main tools. Thanks, Rob --~--~-~--~~~---~--~~ You received this message because you are

Setting the max width for a panel

2009-06-17 Thread Rob Tanner
Hi, I'm doing popup tooltips and I would like to be able to set a maximum width on 300 pixels and jut let the text wrap, but if the tooltip is shorter than 300 pixels, I want the popup to only be as large as the text. I add the text to a HorizintalPanel() and is there anyway I can figure out

Browser compatibility issue??

2009-06-01 Thread Rob Tanner
It's my first app and this might be a newbie rite of passage. I've built an app for managing members of groups defined on an LDAP server. In both Firefox and Safari, the differences bewteen how the app looks is insignificant. However, in IE7 (don't have IE8 to test with) there are huge

Re: Browser compatibility issue??

2009-06-01 Thread Rob Tanner
an additional empty row or adding another empty panel as filler, I can get around the problem but that seems to me to be a very awkward way to work around the issue. Is there a simpler solution? Thanks, Rob On Jun 1, 1:58 pm, Rob Tanner caspersg...@gmail.com wrote: It's my first app and this might

How do I cancel closing a window

2009-05-29 Thread Rob Tanner
Hi, I want to capture a window close event and if the user is still logged in, present a confirmation box and then abort the close if the user hits the cancel button. What I don't know how to do is abort the close. Window.addCloseHandler(new CloseHandler() { public void

Re: How do I cancel closing a window

2009-05-29 Thread Rob Tanner
or not and so resolves my problem. -- Rob On May 29, 4:28 pm, Rob Tanner caspersg...@gmail.com wrote: Hi, I want to capture a window close event and if the user is still logged in, present a confirmation box and then abort the close if the user hits the cancel button.  What I don't know how to do

How to gray out readonly text in a text box

2009-05-20 Thread Rob Tanner
If I don't explicitly set a style for a TextBox widget, it picks up the stylesheet .gwt-TextBox and .gwt-TextBox-readonly from the standard.css file. That's fine except that I want to customize it using the css file in the WEB-INF folder which is where I set all my custom styles (styles specific

Re: How to gray out readonly text in a text box

2009-05-20 Thread Rob Tanner
On May 20, 3:16 pm, Jeff Chimene jchim...@gmail.com wrote: On 05/20/2009 02:31 PM, Rob Tanner wrote: If I don't explicitly set a style for a TextBox widget, it picks up the stylesheet .gwt-TextBox and .gwt-TextBox-readonly from the standard.css file.  That's fine except that I want

Re: How to gray out readonly text in a text box

2009-05-20 Thread Rob Tanner
20, 10:02 pm, Peter Ondruška peter.ondru...@gmail.com wrote: Anything you put to WEB-INF folder will not be served by the web server. That folder is for configuration files. Place css into root folder or any other folder. 2009/5/20, Rob Tanner caspersg...@gmail.com: If I don't explicitly

RPC Confusion

2009-05-14 Thread Rob Tanner
Hi, I'm learning as I go. I have an application that users must provide a user name and password. I pass that to a server which authenticates them against LDAP and also returns several flags defining what function the users is allowed to use. I modeled that pretty much after the StockWatcher

TabPanel border -- how do I make it invisible?

2009-05-12 Thread Rob Tanner
I'm attempting to use my first TabPanel. The TabPanel is displayed with a two or 3 pixel border in a light blue. While I want the tab bar itself is fine, I want the border on the panel (DeckPanel??) to be zero pixels. How do I get rid of it? Thanks, Rob

Recommendations for a good book on GWT

2009-04-30 Thread Rob Tanner
Now that I've got Google Web Toolkit installed and built StockWatcher including GWT RPC, it's time to get serious. I plan to use the toolkit to migrate a couple of existing web applications (servlets and JSPs) but I also want a bit better background and a book that makes a good reference book as

StockWatcher tutorial -- it works but why?

2009-04-27 Thread Rob Tanner
In working through the StockWatcher tutorial and I'm on Add a button to remove stocks from the stock list under Step #5. While the function works perfectly there is, for me, a logical disconnect. In my mind, the code shouldn't work (perhaps it's my lack of understanding of anonymous

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-24 Thread Rob Tanner
On Apr 24, 8:37 am, Jeff Chimene jchim...@gmail.com wrote: On Thu, Apr 23, 2009 at 9:05 PM, Rob Tanner caspersg...@gmail.com wrote: On Apr 23, 6:11 pm, Jeff Chimene jchim...@gmail.com wrote: On 04/23/2009 04:57 PM, Rob Tanner wrote: On Apr 23, 4:25 pm, Jeff Chimenejchim...@gmail.com

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Rob Tanner
On Apr 22, 5:35 pm, Jeff Chimene jchim...@gmail.com wrote: On 04/22/2009 04:15 PM, Rob Tanner wrote: On Apr 22, 1:00 pm, Jeff Chimenejchim...@gmail.com  wrote: On 04/22/2009 12:06 PM, Rob Tanner wrote: Hi, I've been going back and forth with Instantiations tech support over

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Rob Tanner
On Apr 23, 1:13 am, Salvador Diaz diaz.salva...@gmail.com wrote: That stack trace is related to the app engine sdk, are you sure you want to use it ? To further explain the problem: I've seen the same exception in a post a couple of days ago here, the poster eventually found out that he

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Rob Tanner
On Apr 23, 10:36 am, Rajeev Dayal rda...@google.com wrote: What version of the JDK are you using on your Mac? Are you using Java 1.6 or Java 1.5? On Thu, Apr 23, 2009 at 1:27 PM, Rob Tanner caspersg...@gmail.com wrote: On Apr 23, 1:13 am, Salvador Diaz diaz.salva...@gmail.com wrote

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Rob Tanner
On Apr 23, 10:36 am, Rajeev Dayal rda...@google.com wrote: What version of the JDK are you using on your Mac? Are you using Java 1.6 or Java 1.5? On Thu, Apr 23, 2009 at 1:27 PM, Rob Tanner caspersg...@gmail.com wrote: On Apr 23, 1:13 am, Salvador Diaz diaz.salva...@gmail.com wrote

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Rob Tanner
23, 2009 at 2:25 PM, Rob Tanner caspersg...@gmail.com wrote: On Apr 23, 10:36 am, Rajeev Dayal rda...@google.com wrote: What version of the JDK are you using on your Mac? Are you using Java 1.6 or Java 1.5? On Thu, Apr 23, 2009 at 1:27 PM, Rob Tanner caspersg...@gmail.com wrote

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Rob Tanner
On Apr 23, 2:46 pm, Jeff Chimene jchim...@gmail.com wrote: On 04/23/2009 10:25 AM, Rob Tanner wrote: On Apr 22, 5:35 pm, Jeff Chimenejchim...@gmail.com  wrote: On 04/22/2009 04:15 PM, Rob Tanner wrote: On Apr 22, 1:00 pm, Jeff Chimenejchim...@gmail.com   wrote: On 04/22/2009 12

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Rob Tanner
On Apr 23, 4:25 pm, Jeff Chimene jchim...@gmail.com wrote: On 04/23/2009 04:09 PM, Rob Tanner wrote: On Apr 23, 2:46 pm, Jeff Chimenejchim...@gmail.com  wrote: On 04/23/2009 10:25 AM, Rob Tanner wrote: On Apr 22, 5:35 pm, Jeff Chimenejchim...@gmail.com   wrote: On 04/22/2009 04

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Rob Tanner
On Apr 23, 6:11 pm, Jeff Chimene jchim...@gmail.com wrote: On 04/23/2009 04:57 PM, Rob Tanner wrote: On Apr 23, 4:25 pm, Jeff Chimenejchim...@gmail.com  wrote: On 04/23/2009 04:09 PM, Rob Tanner wrote: On Apr 23, 2:46 pm, Jeff Chimenejchim...@gmail.com   wrote: On 04/23/2009 10:25

SWT seems to think I'm running on Linux and not a Mac ???

2009-04-22 Thread Rob Tanner
Hi, I've been going back and forth with Instantiations tech support over their GET Designer Eclipse plugin. When I try and execute a GWT application in Eclipse that I built with the Designer, I get an Exception immediately. The error is: Exception in thread main

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-22 Thread Rob Tanner
On Apr 22, 1:00 pm, Jeff Chimene jchim...@gmail.com wrote: On 04/22/2009 12:06 PM, Rob Tanner wrote: Hi, I've been going back and forth with Instantiations tech support over their GET Designer Eclipse plugin.  When I try and execute a GWT application in Eclipse that I built

Problems getting started with GWT and Eclipse

2009-04-14 Thread Rob Tanner
Hi, I'm running Eclipse 3.4 and used the built-in add software capability to download and install toolkit plugin and app engine. Following the steps in the Getting Started tutorial, I created the StockWatcher application. Then following the instructions to test the default project components,