Description
1.3RC1 seems to have issues with using some files from the cache, for subsequent retrieves, that it has put into the cache.
I can build spring-webflow
http://cvs.sourceforge.net/viewcvs.py/springframework/spring-projects/spring-webflow/
http://cvs.sourceforge.net/viewcvs.py/springframework/spring-projects/common-build/
with no apparent issues (building spring-binding first, as it's a dependency).
With a clean cache, all files get pulled down from ibiblio or the local filesystem repository, and get placed into the cache. Subsequent builds appear to all work fine, except when network access is disabled.
With network access disabled, a subset of the dependencies for the project seem to be found in the cache (according to the log), but do not get used for some reason, and the build breaks due to missing dependencies. Most of the dependencies are properly used for the cache.
The problem dependencies are:
::::::::::::::::::::::::::::::::::::::::::::::
WARN: :: UNRESOLVED DEPENDENCIES ::
WARN: ::::::::::::::::::::::::::::::::::::::::::::::
WARN: :: [ apache | myfaces | 1.1.1 ]: not found
WARN: :: [ apache | struts | 1.2.8 ]: not found
WARN: :: [ apache | commons-codec | 1.3 ]: not found
WARN: :: [ easymock | easymock | 1.1 ]: not found
WARN: :: [ junit | junit | 3.8.1 ]: not found
WARN: ::::::::::::::::::::::::::::::::::::::::::::::
I will attach a debug log file for the retrieve with and without network access enabled.
Colin