This happens on my Windows env. For some reason the alldeps.jar is not being built. It does not happen on my Linux env.
Mark. On Jul 21, 8:51 am, "[email protected]" <[email protected]> wrote: > Kango_V wrote: > > Same as Brett, that's all you need. Using ant 1.7.1 java 6u14 amd64. > > > On Jul 19, 4:01 am, "brett.wooldridge" <[email protected]> > > wrote: > > >> Not sure what the problem is. This is all I did (literally): > > >> mkdir gwt-trunk > >> cd gwt-trunk > >> svn checkouthttp://google-web-toolkit.googlecode.com/svn/tools/tools > >> svn checkouthttp://google-web-toolkit.googlecode.com/svn/trunk/trunk > >> cd trunk > >> ant > > so I did I. > I repeated the above steps today. > ant (1.7.1) run up to some point, then I get this error: > > [gwt.javac] Compiling 725 source files to > /home/federico/gwt-trunk/trunk/build/out/dev/core/bin > [gwt.javac] > /home/federico/gwt-trunk/trunk/dev/core/src/com/google/gwt/dev/javac/CompilationUnit.java:32: > package org.eclipse.jdt.core.compiler does not exist > [gwt.javac] import org.eclipse.jdt.core.compiler.CategorizedProblem; > [gwt.javac] ^ > [gwt.javac] > /home/federico/gwt-trunk/trunk/dev/core/src/com/google/gwt/dev/javac/CompilationUnit.java:33: > cannot find symbol > > that's why I was passing all the classpaths and the directories. > > here is: > > amd64 > ant-1.7.1 > java version "1.6.0_13" > javac 1.6.0_13 > > signature.asc > < 1KViewDownload --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
