Dynamically Calling a Class

2009-07-10 Thread abhiram
hi, I need to call a new entry point by providing the name dynamically. The Entrypoint class name is present as a String variable and I need to call the constructor / create an object of that entrypoint class. Can someone tell me how to do this dynamically? Regards, Abhiram

Re: Problem in Window.open(url, name, features)

2009-07-10 Thread alex.d
Yeh, i've experienced this issue - the problem lies in the IE8 security settings. If you'd change security settings to trusted zone it works. But of course i can't change settings in all client browsers. So i've ended up with opening a small html file with Window.open() and this html-file

Re: How to download a file in IE8?

2009-07-10 Thread alex.d
I've seen your other post first and answered there ;) On 9 Jul., 15:46, Rafael revi2...@gmail.com wrote: alex.d, I am having same problem but with a csv file. I think it's that IE8 fails to recoginize the type (MIME type) of the file, so it reloads the page rather than ask the user to save

Regarding executing an application which is packaged in jar file.

2009-07-10 Thread Swathi Kondepati
Hi All, Iam working on creating a jar file and executing it.Here we are able to create the jar (for example:schedule.jar) file. My problem is: when we try to execute the application which is packaged in jar file it is not able to recognize the jsch-0.1.37.jar file(which is in the

Re: Compiler java.lang.StackOverflowError

2009-07-10 Thread Carl Pritchett
Right you are - it's 3510, I tried to get recursive on you - here's the real link http://code.google.com/p/google-web-toolkit/issues/detail?id=3510 Glad to help On Jul 3, 10:34 pm, hezjing hezj...@gmail.com wrote: Thanks, Carl! I think the link you provided is pointing to this thread :-)

Re: Internet Explorer 8 and DialogBox display error

2009-07-10 Thread Stefan Sigvardsson
Ok, found a temporary solution, seems the problem is indeed in Microsofts hands. To force IE8 to display pages as IE7 use this meta tag in your html meta http-equiv=X-UA-Compatible content=IE=7 On Jul 9, 3:59 pm, Stefan Sigvardsson scht...@gmail.com wrote: Seems like Microsoft has done it

Re: calling javascript methods of a js file

2009-07-10 Thread Peterman
Thanks a lot Now, it works, the problem was that I didn't use the prefix $wnd!!! mea culpa On Jul 9, 7:17 pm, Ian Bambury ianbamb...@gmail.com wrote: GWT runs in an Iframe and therefore your script is in the parent. You can use parent.window and parent.document but GWT sets up $doc and $wnd

call more than one service

2009-07-10 Thread retha pasalli
Hi guys, I want to know if I need to call more than one service, is it better if I call them all together, or I need to finish one service call before calling another service? if calling them together is much better, how do I know when all service is successfully called? I'm quite confuse

Re: GWT architecture MVP/EventBus (mentioned at Google I/O)

2009-07-10 Thread Thomas Broyer
On 10 juil, 08:40, Gert gsch...@gmail.com wrote: On Jul 10, 12:47 am, Eduardo Nunes esnu...@gmail.com wrote: Hello guys, I had a little difficulty to define how establish a communication between the Presenters. When you deal with just one Presenter, the MVP pattern is very simple to

Re: GWT Best Practices doubt

2009-07-10 Thread Thomas Broyer
On 10 juil, 08:45, Kwhit kwhitting...@gmail.com wrote: Just my .02: Call it what it is and use the term Command rather than Action - it's an implementation of the Command Pattern. I know Ray said it was used elsewhere but that's in his app but not elsewhere Er...

Re: Internet Explorer 8 and DialogBox display error

2009-07-10 Thread Thomas Broyer
On 10 juil, 09:42, Stefan Sigvardsson scht...@gmail.com wrote: Ok, found a temporary solution, seems the problem is indeed in Microsofts hands. Actually no; just that IE8 in its super standards mode has removed support for some IE-specific methods and properties (replaced by W3C- DOM ones),

Re: IE 8 Image Bundle Issue

2009-07-10 Thread Thomas Broyer
On 9 juil, 10:59, Charlie M charlie@gmail.com wrote: Hi All, I have a strage problem thats apeared with IE 8. Basically I have a discolusre panel with a customer header. The header has a Grid on it with one row. The left most item is the standard disclosure triangle Image. I have

Re: history and motion chart

2009-07-10 Thread twittwit
anybody has any idea on this ? On Jul 10, 1:29 am, imgnik ytbr...@gmail.com wrote: hi all, i want to implement history in my motion chart app. and basically i want to have a stack of history items that comprise of different motion chart. so basically as i have more motion chart (

Servlet threading?

2009-07-10 Thread David Given
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Does anyone have any information on threading issues as applied to the RPC server code? I've been unable to find anything on the 'net. In particular, I need to know about any synchronisation guarantees between RPC function handlers. What

Re: Servlet threading?

2009-07-10 Thread olivier nouguier
Hi Not specific to GWT, but AFAIK session are *not* synchronized. HIH On Fri, Jul 10, 2009 at 2:01 PM, David Given d...@cowlark.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Does anyone have any information on threading issues as applied to the RPC server code? I've been

Re: GWT architecture MVP/EventBus (mentioned at Google I/O)

2009-07-10 Thread Eduardo Nunes
On Fri, Jul 10, 2009 at 7:10 AM, Thomas Broyert.bro...@gmail.com wrote: On 10 juil, 08:40, Gert gsch...@gmail.com wrote: On Jul 10, 12:47 am, Eduardo Nunes esnu...@gmail.com wrote: Hello guys, I had a little difficulty to define how establish a communication between the Presenters.

How can i restrict to load the same page again

2009-07-10 Thread zujee
Hi , I have so many pages in my application which is loading bulk amount of data, which is time consuming. How can I restrict to load the same page again, if the user click on it twise. Example code might help me more . thanks zuje --~--~-~--~~~---~--~~ You

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-10 Thread Isaac Truett
Rajeev, That's good to hear. Anything new you can share with us at this time on the plans for an open source release of the plugin? -Isaac On Fri, Jul 10, 2009 at 9:56 AM, Rajeev Dayalrda...@google.com wrote: Hey Steven, We do have a plan to synchronize the Google Eclipse Plugin with the

New user with some simple quastions on using GWT with eclipse

2009-07-10 Thread tedpottel
New GWT user Hi I’m starting to use GWT and got it to work, but confused about some issues 1. I thought that you would first run a java app program and then compile it to java script. I got the plug in for eclipse and got a program to run ok, but every time I run or debug it, it starts up

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-10 Thread Miguel Méndez
Hello Issac, It is something that we plan on doing, but it is not as high priority as some of the other features that we are working on. On Fri, Jul 10, 2009 at 10:00 AM, Isaac Truett itru...@gmail.com wrote: Rajeev, That's good to hear. Anything new you can share with us at this time on

Re: New user with some simple quastions on using GWT with eclipse

2009-07-10 Thread Kwhit
Yes that's it. The engine starts up a hosting environment built on Jetty and you run/debug it there. I guess the socket error you're getting is caused by you relaunching the application and it's trying to use port 8080 again but it's already taken The Java gets cross-compiled when you deploy it

Re: Will Google Plugin for Eclipse lineup with Eclipse Galileo Release ?

2009-07-10 Thread Kango_V
+1 for 64-bit Linux :) On Jul 10, 7:56 am, pappfer papp...@gmail.com wrote: I'm also waiting for this plugin. It'd be the best if one would come with 64-bit Linux support, too. I know I can make it work with 32-bit JRE, but still... it's just not the same.

Re: GWT Best Practices doubt

2009-07-10 Thread Kwhit
Fair enough - ironically I just ran into the collision here. The other Command is a command pattern too. I would still prefer RpcCommand or the like but 'nuff said. Er... com.google.gwt.user.client.Command, used with MenuItem and DeferredCommand (which many apps make use of).

Newbie question regarding web-application design

2009-07-10 Thread Neha Chachra
Hi, I started using GWT only about a week ago and I have rather little experience with client-server interactions so I wish to make sure that I am headed in the right direction. Though, I am guessing that the question is not directly related to GWT and I apologize for that. Basically, I am

Re: GWT Theme Like Google

2009-07-10 Thread Kango_V
I'd like the Google Wave theme as the default for GWT 2.0. I've posted this as an issue. On Jun 8, 1:22 am, Paulo Coutinho pa...@prsolucoes.com wrote: This idea is very nice, i think that themes only with css is very powerfull because only need change de CSS and dont need create other

Re: GWT architecture MVP/EventBus (mentioned at Google I/O)

2009-07-10 Thread Thomas Broyer
On 10 juil, 15:15, Eduardo Nunes esnu...@gmail.com wrote: On Fri, Jul 10, 2009 at 7:10 AM, Thomas Broyert.bro...@gmail.com wrote: I wouldn't have used an addClickHandler on the View, but rather a HasClickHandlers getAddIssueButton(). Also, I would have named the EditIssuePresenter

Re: Problem getting rid of scrollbars.....

2009-07-10 Thread shaselai
any suggestions? On Jul 9, 5:06 pm, shaselai shase...@yahoo.com wrote: I basically have something setup like this: HtmlPage with iFrame calling on my GWT page: iframe src =FOO.html width=100% height=500px frameborder=0 marginheight=0 marginwidth=0 scrolling=no overflow:hidden/ iframe The

Re: include html from a gwt web app

2009-07-10 Thread Petein
how can i fetch the html page from the page when i dont know which will be the final host ?(at the moment its localhost ...) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: include html from a gwt web app

2009-07-10 Thread Ian Bambury
Don't include the hostname then. Just get something like '/mypage.html'. Ian http://examples.roughian.com 2009/7/10 Petein majestyel...@gmail.com how can i fetch the html page from the page when i dont know which will be the final host ?(at the moment its localhost ...)

Re: Newbie question regarding web-application design

2009-07-10 Thread Jim
If you plan to use Java for your server side, you don't have to use XML http requests. You can use the built-in RPC to retrieve Java objects from server and send to GWT clients or vice versa. That is a big advantage to stick to Java in server side. You can find an example in

Re: Problem getting rid of scrollbars.....

2009-07-10 Thread Ian Bambury
Make the content the right size? Ian http://examples.roughian.com 2009/7/10 shaselai shase...@yahoo.com any suggestions? On Jul 9, 5:06 pm, shaselai shase...@yahoo.com wrote: I basically have something setup like this: HtmlPage with iFrame calling on my GWT page: iframe src

Download pdf from gwt web app

2009-07-10 Thread Petein
Window.open(localhost:8080/Files/, Thesis.pdf, ); localhost:8080/Files/ and then Thesis.pdf open in my web browser 1. why the Window.open command doesnt open it 2. how can i just say to the browser that the pdf file is in the Files dir and dont declare the host as well? I know that gwt is js

Re: Newbie question regarding web-application design

2009-07-10 Thread Kamal Chandana Mettananda
Just to add to that; if you are using Java on your server side you may be planning to use Servlets. If that's the case you can have a look at the following tutorial. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html Cheers. On Fri, Jul 10, 2009 at 9:58 PM,

Download pdf from gwt web app

2009-07-10 Thread Petein
Window.open(localhost:8080/Files/, Thesis.pdf, ); localhost:8080/Files/ and then Thesis.pdf open in my web browser 1. why the Window.open command doesnt open it 2. how can i just say to the browser that the pdf file is in the Files dir and dont declare the host as well? I know that gwt is js

Re: Problem getting rid of scrollbars.....

2009-07-10 Thread shaselai
which content? I tried making the inner panels smaller but eventually the panels will need the scrollbars. It is the outer scrollbars that i want to get rid off - they are just there not doing anything while the inner scrollbars are scrolling individual panels.. On Jul 10, 12:30 pm, Ian Bambury

Re: Problem getting rid of scrollbars.....

2009-07-10 Thread Ian Bambury
You'll only get the scrollbars if the content is too big. For example (and though it's hard to tell from the image it looks like you might be doing this) setting the width to 100% then adding a 1px border meaning that the content will always be 2px too big and therefore trigger scrollbars. If

Re: include html from a gwt web app

2009-07-10 Thread Petein
Yes but this doesnt do the include. Which widget/class should i use to load a specific html page? Don't include the hostname then. Just get something like '/ mypage.html'. How can i get this --~--~-~--~~~---~--~~ You received this message because you are

Re: How can i restrict to load the same page again

2009-07-10 Thread Jim
You can define a private static variable to hold your data in your widget. When users click a link, you can load data from server because this variable is null and assign data to this variable. When users click the same link, you can use the same data to rende your widget. Jim

Re: include html from a gwt web app

2009-07-10 Thread Ian Bambury
2009/7/10 Petein majestyel...@gmail.com Yes but this doesnt do the include. As I said before, GWT runs on the client and *can't* include files on the server. For one thing, by the time the GWT app runs, the HTML page has been created and sent. Which widget/class should i use to load a

Re: ListBox (As a DropwDownList) -- Is there a way to set an intial item that isn't in the list?

2009-07-10 Thread Isaac Truett
Jennifer, ListBox is just a select element so you're right, you can't set the selected value to a value that isn't an option. You might be interested in the SuggestBox from the core library or the DropDownListBox from the GWT Incubator. I also experimented with a ComboBox implementation in my

Re: Regarding executing an application which is packaged in jar file.

2009-07-10 Thread Isaac Truett
Hello Swathi, Are you sure you have the right forum? This one is for developers using Google Web Toolkit to create web applications. If you're double-clicking on a jar file to start your application, then it probably isn't a web application and you'd be better off looking for classpath help on

Re: Transparent screen

2009-07-10 Thread rohan
HI Ian I tried Your example it is working very fast. but when i implement same in my application it is taking 2 sec delay... When i checked it in debug mode, In some file DeferredCommand checking while condition. It is executed until execute method is finished I guess that is taking time...

Current Row index in FlexTable

2009-07-10 Thread rohan
Hi I have FlexTable, i will dynamically add elements into it. After that when i click on the elements in the FlexTable. How can i get the Row index(number) in the flextable. Thanks Rohan --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Transparent screen

2009-07-10 Thread Ian Bambury
If you want to send me some code or post it here, I'll take a look at it. Ian http://examples.roughian.com 2009/7/10 rohan subbu.ge...@gmail.com HI Ian I tried Your example it is working very fast. but when i implement same in my application it is taking 2 sec delay... When i checked it

Re: File Upload error 404

2009-07-10 Thread Ghita Benkirane
Thanks for the reply, but I'm still getting the same error. any idea what could be wrong? On Thu, Jul 9, 2009 at 6:11 PM, ghita ghita.benkir...@gmail.com wrote: Hello, I'm a newbie to gwt, I have a simple application that I use to upload file to server, but keeps giving the following error.

multi paging or multi module or one module two entry point ?

2009-07-10 Thread Baki HAYAT
Hi everyone I am working on a basic level project,but i have a problem that i can not solve it. Problem:i have a main page and also there is a login panel.ıf users login,different page must be shown,but if admins login different page must be shown.How can i do this. -Should i use different

Re: How to send Post/Get Method by Using GWT?..

2009-07-10 Thread Donald W. Long
You need to link to the webpage. Add the following line to your HTML page after your script language=javascript src=org.yournamehere.Main/ org.yournamehere.Main.nocache.js/script div id=maindisplay/div Add the following line in your public void onModuleLoad() { after

User defined html tags and attributes

2009-07-10 Thread circuit
How can I define a custom html tag with user defined attributes... e.g. keyboard id=keyboardElement focusKey='2', highlightClass='keyHighlight' /keyboard ON defining a tag like the above, I can see the attributes interpretted as pure text using GWT. This is not the case if I simply use

Re: Frame.setURL in IE6/7 always cause's refresh of contents? (even if just the #token changed)

2009-07-10 Thread Jerome
So does the frame.setURL always cause's refresh that was not the case with me? if it refreshes the URL my problem would be solved .. On Jul 9, 10:22 pm, Paulo Coutinho pa...@prsolucoes.com wrote: I have the same problem e post the same problem in the list, when u chage the frame url on

Server Side: Java Servlets or ASP .NET?

2009-07-10 Thread Sky
I want to build fully Ajax applications with GWT using an MVC framework. I have experience with Java Servlets with Struts and I have experience with ASP .NET Web Forms but I would use ASP .NET MVC, as I doubt there would be much of a learning curve. I just cannot decide which to go with and I

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-10 Thread asinger
Will the Eclipse 3.5 plugin support using jdk 6 for OS X? We have been eagerly waiting for this! Thank you, Armando On Jul 10, 7:41 am, Isaac Truett itru...@gmail.com wrote: Understood. Thank you, Miguel, Rajeev, and everyone else working on the plugin. It's been a big help. :-) 2009/7/10

'ant war' always recompiles (gwtc), even if nothing has changed?

2009-07-10 Thread Mike
I created a project from scratch using webAppCreator, and if I do 'ant war', it always retriggers the 'gwtc' target, even if no .java file has changed. (Or even if nothing at all has changed.) Is this expected behavior? A bug in ant? This recompile takes more than a minute, so it's somewhat

Multi paging or Multi module

2009-07-10 Thread Bhayat
I have been trying about gwt tecnology for 2 weeks,and i try to create a web site but,i have some problems.this is start with trying to add new page to my application.for example i have a page that is created with full gwt and when user enter username and password ,according to these information

Re: Will Google Plugin for Eclipse lineup with Eclipse Galileo Release ?

2009-07-10 Thread matthieu vidal
I have the same request about 64-bit Linux support !! On Jul 10, 8:56 am, pappfer papp...@gmail.com wrote: I'm also waiting for this plugin. It'd be the best if one would come with 64-bit Linux support, too. I know I can make it work with 32-bit JRE, but still... it's just not the same.

Re: java.util.Date, TimeZone and RPC Serialization

2009-07-10 Thread hazy1
Why don't you just use Date.getTime() and Calendar.setTimeInMillis() on the serverside? On Jul 10, 3:11 pm, Monica premamon...@gmail.com wrote: thakker, I have the same issue as well, we are live in production and found this issue for users accessing from a different timezone , we pushed in

Re: call more than one service

2009-07-10 Thread hazy1
'Better' depends on what you are trying to do. It is easy to know when a service finishes because the onSuccess/ Failure handler will execute at that time. You probably need to familiarize yourself with async programming. On Jul 10, 5:49 am, retha pasalli re...@wacana-inti.com wrote: Hi guys,

Re: call more than one service

2009-07-10 Thread Paulo Coutinho
when i need do it, i wait finish one to send other. 2009/7/11 hazy1 matt.egyh...@gmail.com: 'Better' depends on what you are trying to do. It is easy to know when a service finishes because the onSuccess/ Failure handler will execute at that time.  You probably need to familiarize

Re: Help with storing into session and accessing the session value in a Panel

2009-07-10 Thread hazy1
Yes, obviously you had better check the role on the client and on the server. It is best if you use a shared class (one that is compiled to JS and is also available as Java on the server) to do this. On May 21, 6:29 am, Magius antonio.diaz@gmail.com wrote: You can create a RPC to ask the

[gwt-contrib] suboptimal obfuscation for compression?

2009-07-10 Thread Ray Cromwell
Looking at the output of the compiled Mail application, I noticed the following property of function declarations: function dM(d,b){var a,c;if(b0){throw AZ(new zZ(),ij+b)}c=d.a.rows.length;for(a=c;a=b;++a){pN(d,a)}} function eM(f,d,c){var e=f.rows[d];for(var b=0;bc;b++){var

[gwt-contrib] Comment on OophmForMacBasedGwtContributors in google-web-toolkit

2009-07-10 Thread codesite-noreply
Comment by brett.wooldridge: Thanks for the write-up. Couple of things. I'm checked out from the truck, but there is no dev-dist target. A simple 'ant' seems to suffice for building gwt, though possibly building more than necessary. I'm using the Eclipse plugin from the main site.

[gwt-contrib] Comment on OophmForMacBasedGwtContributors in google-web-toolkit

2009-07-10 Thread codesite-noreply
Comment by brett.wooldridge: I should note that it kind of works on my Mac. However, over the GWT Hosted Mode window is a constant pinwheel cursor. I can't click on anything. I would have thought maybe this is due to the Swing client, but there certainly is no -XstartOnFirstThread in my

[gwt-contrib] Comment on OophmForMacBasedGwtContributors in google-web-toolkit

2009-07-10 Thread codesite-noreply
Comment by brett.wooldridge: I should note that it kind of works on my Mac. However, over the GWT Hosted Mode window is a constant pinwheel cursor. I can't click on anything. I would have thought maybe this is due to the Swing client, but there certainly is no -XstartOnFirstThread? in my

[gwt-contrib] Re: suboptimal obfuscation for compression?

2009-07-10 Thread Joel Webber
Good find. It sounds like a pretty simple change to allocate these more sensibly. On Fri, Jul 10, 2009 at 4:49 AM, Ray Cromwell cromwell...@gmail.com wrote: Looking at the output of the compiled Mail application, I noticed the following property of function declarations: function

[gwt-contrib] [google-web-toolkit commit] r5711 - HTMLPanel now allows an arbitrary element to be set as its root, new

2009-07-10 Thread codesite-noreply
Author: rj...@google.com Date: Fri Jul 10 07:02:01 2009 New Revision: 5711 Added: trunk/user/src/com/google/gwt/junit/FakeMessagesMaker.java trunk/user/test/com/google/gwt/junit/FakeMessagesMakerTest.java trunk/user/test/com/google/gwt/junit/JUnitSuite.java Modified:

[gwt-contrib] Re: Custom tag constructor for HTMLPanel

2009-07-10 Thread rjrjr
Committed revision 5711. On 2009/07/09 00:02:01, Ray Ryan wrote: Forgot about this during my vacation. In it goes. Committed revision 5694. On 2009/06/12 21:22:50, jgw wrote: On 2009/06/12 21:20:50, jgw wrote: Ray: That won't really protect anyone from anything, as they could just

[gwt-contrib] [google-web-toolkit commit] r5712 - Edited wiki page through web user interface.

2009-07-10 Thread codesite-noreply
Author: tamplinjohn Date: Fri Jul 10 07:11:25 2009 New Revision: 5712 Modified: wiki/OophmForMacBasedGwtContributors.wiki Log: Edited wiki page through web user interface. Modified: wiki/OophmForMacBasedGwtContributors.wiki

[gwt-contrib] Comment on OophmForMacBasedGwtContributors in google-web-toolkit

2009-07-10 Thread codesite-noreply
Comment by tamplinjohn: Typo -- the correct target is dist-dev, not dev-dist. See eclipse/README.txt for setting up Eclipse for working with GWT. The Google Eclipse plugin doesn't have any support for using an Eclipse project for GWT currently (you have to point it at a GWT distribution

[gwt-contrib] [google-web-toolkit commit] r5713 - Revert c5711 due to check style failures.

2009-07-10 Thread codesite-noreply
Author: rj...@google.com Date: Fri Jul 10 08:13:58 2009 New Revision: 5713 Removed: trunk/user/src/com/google/gwt/junit/FakeMessagesMaker.java trunk/user/test/com/google/gwt/junit/FakeMessagesMakerTest.java trunk/user/test/com/google/gwt/junit/JUnitSuite.java Modified:

[gwt-contrib] [google-web-toolkit commit] r5714 - Added warning that latest CheckStyle doesn't work

2009-07-10 Thread codesite-noreply
Author: rj...@google.com Date: Fri Jul 10 09:14:42 2009 New Revision: 5714 Modified: trunk/eclipse/README.txt Log: Added warning that latest CheckStyle doesn't work for us. Modified: trunk/eclipse/README.txt ==

[gwt-contrib] Re: Incubator API - Date/Time Handling

2009-07-10 Thread Carver
The TimePicker Demo in the following project has a pretty elegant two- click solution: (it claims to be modeling jquery) http://code.google.com/p/gwt-incubator-lib/ Note that this seems unaffiliated with the main gwt incubator. I am not involved with it, and the code looks dormant (no edits

[gwt-contrib] Re: Incubator API - Date/Time Handling

2009-07-10 Thread Carver
BTW, when you start working on the TimePicker, I would be happy to lend a hand. I would start right away, but I have never sent patches to GWT. So I would prefer to pair-code with someone who has, first. On Jul 10, 3:03 pm, Carver jason.car...@gmail.com wrote: The TimePicker Demo in the

[gwt-contrib] allow checkstyle to work in unbuilt samples

2009-07-10 Thread Freeland Abbott
As people use dist-dev, they're more likely to have samples unbuilt (i.e. no build/out/samples/...).As checkstyle is now fatal, and becoming part of top-level tests, checkstyle will tend to run in unbuilt samples. Today, this is Bad. But with this fix, it may become Happy. Or it may Explode.

[gwt-contrib] test in dev jni are overly aggressive

2009-07-10 Thread fabbott
Reviewers: Ray Ryan, Description: As long as it's ant day... this is a performance tweak. Right now, when we test in the native-code directories (dev and jni), we nominally test all three operating systems, which can result in triplicate builds of alldeps.jar. Since we, in fact, can only test

[gwt-contrib] Re: allow checkstyle to work in unbuilt samples

2009-07-10 Thread Freeland Abbott
Revised for the slightly larger goal of allow 'ant clean presubmit' to work, not merely checkstyle... apicheck requires that tools be built, and the more minimalist targets buildonly and dist-dev do not do that. On Fri, Jul 10, 2009 at 3:25 PM, Freeland Abbott fabb...@google.com wrote: As

[gwt-contrib] Re: allow checkstyle to work in unbuilt samples

2009-07-10 Thread Ray Ryan
LGTM And I'll give you a yell when it's succeeded in my client. On Fri, Jul 10, 2009 at 4:23 PM, Freeland Abbott fabb...@google.com wrote: Revised for the slightly larger goal of allow 'ant clean presubmit' to work, not merely checkstyle... apicheck requires that tools be built, and the more

[gwt-contrib] Re: test in dev jni are overly aggressive

2009-07-10 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/47812 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit commit] r5716 - Ant changes to make top-level test also exercise checkstyle and apicheck. This thus su...

2009-07-10 Thread codesite-noreply
Author: fabb...@google.com Date: Fri Jul 10 19:18:10 2009 New Revision: 5716 Modified: trunk/build.xml trunk/common.ant.xml Log: Ant changes to make top-level test also exercise checkstyle and apicheck. This thus subsumes prebuild, which people don't know to use and is thus doomed

[gwt-contrib] [google-web-toolkit commit] r5717 - More ant tweaks, this time to speed dev and jni tests by not attempting to test the OS'es...

2009-07-10 Thread codesite-noreply
Author: fabb...@google.com Date: Fri Jul 10 19:19:32 2009 New Revision: 5717 Modified: trunk/dev/build.xml trunk/jni/build.xml Log: More ant tweaks, this time to speed dev and jni tests by not attempting to test the OS'es we're not on. Review by: rjrjr Modified: trunk/dev/build.xml

[gwt-contrib] apicheck should run on Windows

2009-07-10 Thread fabbott
Reviewers: amitmanjhi, Description: the old form got confused by a refJar path of 'C:\GWT\tools\api-checker\reference\gwt-dev-modified.jar:C:\GWT\tools\api-checker\reference\gwt-user-modified.jar' because splitting on colons was wrong. Worse, ant thought that it had succeeded because an