Hi everybody, Resort to this because I do not know where to do. I'm working on the validation of gwt api, I have studied the standard JSR-303, I looked at the hibernate-validator classes and also I've looked at the draft "gwt-ent " and"gwt-validation" to see how adaptation of this api.
Now what I need is to import the different modules to a very simple project of mine as an example to make it operate. But (although I may seem incredible) failed to compile the gwt code [http://google-web-toolkit.googlecode.com/svn/trunk/]. The steps I followed are: I make the check out the repository into a folder on the desktop. Import the project into eclipse using "Import> Existing Projects Into Workspace" Buil.xml to run the ant .... and failure: BUILD FAILED C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:103: The following error occurred while executing this line: C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:27: The following error occurred while executing this line: C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:54: The following error occurred while executing this line: C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:27: The following error occurred while executing this line: C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:99: The following error occurred while executing this line: C:\Users\apanizo\Desktop\wk_PFC\GWT\build-tools\build.xml:24: The following error occurred while executing this line: C:\Users\apanizo\Desktop\wk_PFC\GWT\build-tools\build.xml:10: The following error occurred while executing this line: C:\Users\apanizo\Desktop\wk_PFC\GWT\build-tools\ant-gwt\build.xml:11: Error running javac.exe compiler If I press on the last line appears: <target name="compile" description="Compiles this project"> <mkdir dir="${javac.out}" /> <gwt.javac> <classpath> <pathelement location="${gwt.tools.lib}/apache/ant-1.6.5.jar" / > </classpath> </gwt.javac> </target> I searched google and it appeared that was to put as the java compiler instead of jrejdk. I've done and still is the same problem. I found other sites saying that not a GWT_HOME environment variable or something.¿? Previously I've only downloaded the "apache-ant-1.7.1" and I put it in C: \ ProgramFiles \ apache-ant-1.7.1. Anybody can lend a hand? I'll be very grateful. -- 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.
