I am getting the following error:

[java] java.lang.NoClassDefFoundError: com/google/gwt/dev/Compiler
[java] Exception in thread "main"

On Nov 3, 10:33 am, grasshopper <revi2...@gmail.com> wrote:
> Hello all,
>
> I've just migrated a project from GWT 1.5 to GWT 1.7. While before i
> could compile the GWT project from an ant file with the following
> code:
>
> <target name="compile">
> <exec executable="${root.dir}/HelloWorld-compile.cmd"
> failonerror="true"/>
> </target>
>
> I can't do so anymore in GWT 1.7. I've search the group postings and
> the closes i've come to some help is to do the following:
>
> <java failonerror="true" fork="true"
> classname="com.google.gwt.dev.Compiler">
>         <classpath>
>             <path refid="${root.dir}/.classpath"/>
>         </classpath>
> </java>
>
> Regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to