So I checked the classpath and before the compile runs it has /Users/cuthbe/dev/applications/gwt-2.1.0.M2/gwt-user.jar:/Users/cuthbe/dev/applications/gwt-2.1.0.M2/gwt-dev.jar: <reset of the classpath modules>
There is not ivy.jar in the classpath... On 19 Aug 2010, at 20:00, Archie Cobbs wrote: > I'd guess this is probably due to some change in the javac classpath > before/after using ivy. > > I would edit your ant files to dump the classpath, so you can compare to see > what changed. > > -Archie > > On Thu, Aug 19, 2010 at 12:34 PM, Ben Cuthbert > <[email protected]>wrote: > >> All >> >> I had some ant scripts and decided to integrate ivy into them. After I have >> done that I am getting compliation errors when calling >> javac on the GWT code. But if I remove the ivy it all works fine. Is there >> any reference to anyone have any similar issues >> >> I am using ivy 2.2.0-rc1 >> >> error when trying to compile is >> >> javac_gwt: >> [javac] Compiling 255 source files to >> /Users/cuthbe/dev/code/test/war/WEB-INF/classes >> [javac] >> /Users/cuthbe/dev/code/test/src/com/test/client/event/downloader/HandlerManager.java:192: >> type parameters of <H>H cannot be determined; no unique maximal instance >> exists for type variable H with upper bounds >> H,com.test.client.event.downloader.GwtDownloadEventHander<? extends >> com.test.shared.event.GwtDownloadEvent> >> [javac] return registry.getHandler(classType, index); >> >> > > > -- > Archie L. Cobbs
