Hello Everyone, summary: can GWT Compiler take a JAR file containing Java* .class* files and compiles it to JavaScript ? (given I have followed GWT JRE Whitelist, and have not used anything that is not emulated)
background: Let's say I have written code using GWT, and then I use *javac* to compile them to Java *.class* files, [*javac* used gwt-user.jar in order to compile and resolve GWT dependencies] and further assume we have put the final .class files in a JAR. (I have actually done this, using maven, mavan-compiler-plugin compiles my GWT Java source code, using gwt-user.jar as dependency and creates a JAR file which contains my compiled Java .class files + module.gwt.xml) now given we have produced such JAR, do you think GWTCompiler can take this Jar file and compiles it to JavaScript ? I really appreciate your insights on this. Thank You -- 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.
