To prove the point I created a small wrapper around GWTShell:
public class WindowsGWTShellWrapper
{
public static void main (String[] args)
{
System.setProperty("line.separator", "\n");
com.google.gwt.dev.GWTShell.main(args);
}
}
When we run the wrapper on Windows the generated files (including
serialization policy files) contain \n as newline characters (just as
on Solaris) and hosted mode works as expected.
Christian
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---