Closed GoogleCodeExporter closed 9 years ago
Upon further inspection of the source code the issue was actually completely
unrelated to what I thought.
The dependency injection is path based. It expects to find the jars in
target/gwtBin/gwt-windows-VERSION/. gwtBin is populated by the dependency of
com.google.com,gwt-windows which is the zip file from the official zip site. The
issue came about because unzipping the RC1 zip created a folder called
gwt-windows-1.5.0 and gwt-maven was expecting it to be gwt-windows-1.5-RC1. It
then
obviously could not find the dependencies in that folder because it was looking
in
the wrong place.
Feel free to close this issue.
Original comment by TrashH...@gmail.com
on 2 Jun 2008 at 4:54
This is still good info, noting that the jars are now in Ibiblio and we might
be able
to make better use of classifiers. I also sort of like the idea of the override
stuff, would have to investigate and play with that, but it might help us with
all of
the native dependencies that we do basically have to hard wire.
I am not gonna close it, but will change it to an enhancement and adjust the
title.
Original comment by charlie....@gmail.com
on 4 Jun 2008 at 11:49
Addressed in branch,
http://gwt-maven.googlecode.com/svn/branches/cc_20080814_automaticrefactor/.
Now using the classifier as we should, and using central repo. Will get merged
to
trunk soon.
Original comment by charlie....@gmail.com
on 15 Aug 2008 at 2:20
Original comment by charlie....@gmail.com
on 15 Aug 2008 at 2:46
Fixed as of 2.0-beta22
Original comment by charlie....@gmail.com
on 7 Sep 2008 at 10:38
Original issue reported on code.google.com by
TrashH...@gmail.com
on 2 Jun 2008 at 3:59