On Wed, Oct 28, 2009 at 7:47 AM, David <[email protected]> wrote:
> > Hi, > > Well it does not happen all the time that's a bit the problem. so I > can not really create a repro case. > Both the Sync and Async interfaces are generated using a builder > configuration in the eclipse project. > When generation is done, it refreshes the folder where the new code > was generated. > > Both files are generated at the same time, so it is a bit a puzzle to > me why the sync interface is found, yet the async is not. > > When you say that you perform validation on safe and as you type ... > how does that translate to java files to just appear after a refresh ? > > If you have auto-building enabled, I believe that a refresh should look like a build of the refreshed files. The as-you-type is a reconcile operation which is driven by the editor. We've seen some issues with the java model in eclipse. I'd go ahead and file a bug with some repro code, even if it is not consistent. > PS: this is with Eclipse 3.4 Ganymede SR2. We are still holding out > for Galileo because we rely on some plugins that are not yet migrated. > > David > > On Oct 27, 2:50 pm, Miguel Méndez <[email protected]> wrote: > > We perform validations on save and as-you-type. It should rerun the > > validation after the types are regenerated. As long as the generated > folder > > is on the project's classpath it should work. > > > > Could you file a bug for this with a repro case? > > > > Thanks, > > > > > > > > > > > > On Tue, Oct 27, 2009 at 6:47 AM, David <[email protected]> wrote: > > > > > Hi, > > > > > Before I try and create a bug report I just want to see if somebody > > > else has the same issues with GWT Eclipse Plugin (1.1 release > > > downloaded just now 27/10/2009) > > > > > My GWT project uses Eclipse builders to generate the synchronous and > > > asynchronous interfaces for our RPC classes. We have an automatic > > > session-bean -> GWT RPC servlet that uses annotations to decide what > > > to expose to GWT and what not. > > > > > The Plugin however complains that the async interface is missing. But > > > the file is there right next to the generated synchronous interface. > > > > > What is the cause of this behaviour ? > > > - validation of the plugin happens before the workspace is fully > > > refreshed ? > > > - only looks at the first java source folder to find the Async ? > > > - The source folders are in fact linked resources ... could that have > > > impact ? > > > > > I tried refreshing the project but the Error remains in the Problems > > > view. > > > > > David > > > > -- > > Miguel- Hide quoted text - > > > > - Show quoted text - > > > -- Miguel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
