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
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
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:
FERPASigningRequest.jsp
Isn't that the startup URL.
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 have
e Eclipse project, all the pieces 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
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,
with 2.3 content only. The problem went
away.
~ Rob
On Sep 15, 11:27 am, Rob Tanner 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
settings I 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
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 se
One lousy jar file. That was it and so now it works perfectly.
Thanks!!
On Aug 4, 3:11 pm, Ioan Agopian wrote:
> Hi,
>
> It seems that GWT is no longer in the build path. Try setting it again
> in the project settings under Google / Web toolkit.
>
> Regards,
> Ioan
>
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 up
On Apr 29, 2:01 pm, Thomas Broyer 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
Thanks! It to
uired 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 Co
On Apr 13, 2:15 pm, Juan Pablo Gardella
wrote:
> is there other stacktrace?. There aren't an error
>
> 2011/4/13 Rob Tanner
>
> > Hi,
>
> > My webapp runs perfectly in development mode, but when I build the WAR
> > file and move onto a test server, I ha
same. 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-
gins on the multiple 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, sen
Thanks! adding -bindAddress argument resolved the problem.
On Mar 2, 1:24 pm, Thomas Broyer 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
> alsohttp://code.goo
27;t believe 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 th
a FocusHandler to the list and check the validations status there.
>
> Cheers,
> Lukasz
>
> On 1 Mrz., 23:17, Rob Tanner 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 n
e 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
"
maxVerticalScroll = scrollPanel.getElement().getScrollHeight() -
> scrollPanel.getElement().getClientHeight();
>
> Thanks,
> John LaBanca
> jlaba...@google.com
>
>
> On Mon, Feb 28, 2011 at 4:44 PM, Rob Tanner wrote:
> Hi,
>
> I have an application where a user nee
about 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-
k. You might 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 Tann
cuting only a single
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
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 bot
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 developme
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" java.lan
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
mov
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 yo
unknown
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" gr
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 Cal
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 anywa
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 the
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 fir
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 pas
t the "don't know" button,
the password 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
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 = session.getServletCo
you have 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:// ?
>
>
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:
some-resource-name
/*
ler
and crossed 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 wrote:
> Hi,
>
>
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 wrote:
> > I'm running identical environments pm my MacBook Pro (Leopard)
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
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 p
ativeEvent nevn = event.getNativeEvent()) in order to detect which
button, etc, and the right button is never caught.
-- Rob
On Dec 8, 7:32 am, Mohamed Mansour wrote:
> Can't you just return false for oncontextmenu ?
>
> On Dec 8, 5:01 am, Alexander wrote:
>
>
>
> > Tr
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:
event.stopPropagati
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 t
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
Integer(Window.getClientHeight()).to
Yep. It sure looks like the same thing.
On Dec 3, 6:20 am, Ezra 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 wrote:
>
>
>
>
gin?
>
> You're definitely running the RC2 compiler.
>
>
>
> On Wed, Dec 2, 2009 at 4:28 PM, Rob Tanner 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
&
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 wrote:
> It really sounds like your project is not using the 2.0RC2 compiler. Double
> check the eclipse project properties for the Google->Web Tool
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" erro
I presume you mean DialogueBox and setGlassEnable() must be a 2.0RC2
feature.
On Dec 2, 10:46 am, Yozons Support on Gmail 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 because you are
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 S
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 Google
> Apparently 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 wrote:
>
>
>
> > Hi,
>
> > I was running along last week just perfectly with the GWT Eclipse
> > plugi
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
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 wh
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 contain
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 subs
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 how
adding 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 wrote:
> It's my first app and this might b
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 gaps
and so resolves my problem.
-- Rob
On May 29, 4:28 pm, Rob Tanner 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 ho
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 onClose(CloseEven
n May 20, 10:02 pm, Peter Ondruška 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 :
>
>
>
> > If I don't exp
On May 20, 3:16 pm, Jeff Chimene 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 fi
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
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 a
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
--~--~-~--~~~--
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 w
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 sub-classe
On Apr 24, 8:37 am, Jeff Chimene wrote:
> On Thu, Apr 23, 2009 at 9:05 PM, Rob Tanner wrote:
>
> > On Apr 23, 6:11 pm, Jeff Chimene wrote:
> >> On 04/23/2009 04:57 PM, Rob Tanner wrote:
>
> >> > On Apr 23, 4:25 pm, Jeff Chimene wrote:
>
> >
On Apr 23, 6:11 pm, Jeff Chimene wrote:
> On 04/23/2009 04:57 PM, Rob Tanner wrote:
>
> > On Apr 23, 4:25 pm, Jeff Chimene wrote:
>
> >> On 04/23/2009 04:09 PM, Rob Tanner wrote:
>
> >>> On Apr 23, 2:46 pm, Jeff Chimene wrote:
>
> >>>&g
On Apr 23, 4:25 pm, Jeff Chimene wrote:
> On 04/23/2009 04:09 PM, Rob Tanner wrote:
>
>
>
> > On Apr 23, 2:46 pm, Jeff Chimene wrote:
>
> >> On 04/23/2009 10:25 AM, Rob Tanner wrote:
>
> >>> On Apr 22, 5:35 pm, Jeff Chimene wrote:
>
On Apr 23, 2:46 pm, Jeff Chimene wrote:
> On 04/23/2009 10:25 AM, Rob Tanner wrote:
>
>
>
>
>
> > On Apr 22, 5:35 pm, Jeff Chimene wrote:
>
> >> On 04/22/2009 04:15 PM, Rob Tanner wrote:
>
> >>> On Apr 22, 1:00 pm, Jeff Chimene wrote
; On Thu, Apr 23, 2009 at 2:25 PM, Rob Tanner wrote:
>
> > On Apr 23, 10:36 am, Rajeev Dayal 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
On Apr 23, 10:36 am, Rajeev Dayal 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 wrote:
>
> > On Apr 23, 1:13 am, Salvador Diaz wrote:
> > > That stack trace is
On Apr 23, 10:36 am, Rajeev Dayal 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 wrote:
>
> > On Apr 23, 1:13 am, Salvador Diaz wrote:
> > > That stack trace is
On Apr 23, 1:13 am, Salvador Diaz 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
> needed a xerces jar
On Apr 22, 5:35 pm, Jeff Chimene wrote:
> On 04/22/2009 04:15 PM, Rob Tanner wrote:
>
>
>
>
>
> > On Apr 22, 1:00 pm, Jeff Chimene wrote:
>
> >> On 04/22/2009 12:06 PM, Rob Tanner wrote:
>
> >>> Hi,
>
> >>> I've been goi
On Apr 22, 1:00 pm, Jeff Chimene 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
> >
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"
java.lang.UnsatisfiedLinkErro
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, I
83 matches
Mail list logo