Those are compiler output dirs, but that code isn't new in the branch (been there a while).
>From Bruce's GWT 1.5 release announcement. "The compiler output now goes into a subdirectory (e.g. ".../std" or ".../xs", depending on your linker settings<http://code.google.com/p/google-web-toolkit/wiki/ LinkerDesign> ) " We need to double check that existing code to make sure it's looking in the correct place for those files (and understand what it's trying to do to them), and we probably should make it smart enough to skip them when they are not there - if that is a possible case. I will check into it further. On Aug 27, 7:19 am, "Mirko Nasato" <[EMAIL PROTECTED]> wrote: > I get some noise from the shell script trying to move files that don't exist > when doing gwt:compile: > > Compiling module publisher.Publisher > Compilation succeeded > Linking compilation into /path/to/module > mv: cannot stat `/path/to/module/std/*': No such file or directory > mv: cannot stat `/path/to/module/xs/*': No such file or directory > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > > What's supposed to be in /std/* and /xs/* ? I'm on Linux BTW. > > 2008/8/26 Charlie Collins <[EMAIL PROTECTED]> > > > > > If anyone can help with testing the branch - > > >http://groups.google.com/group/gwt-maven/browse_thread/thread/d2e35d5... > > - it would be greatly appreciated. It does a few things differently > > (see the thread for details), and though it's more elegant, I am not > > sure it addresses all situations, as it hasn't been extensively tested > > - yet. > > > It's been around a few weeks though, and several people are using it > > successfully (myself included). > > > If you can, it would be much appreciated if you grab it, build it, and > > test it with some existing projects. > > > I want to get all the feedback I can, to address stuff, BEFORE it gets > > merged (I will get feedback after, that I am sure of, but trying to > > mitigate that if I can ;)). > > > I might try to merge it sometime this weekend if I get time, unless I > > have any other feedback about problems. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" 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/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
