Due to recent failures from repository.jboss.org to serve files during Hudson jobs, it's become apparent that it would be handy if we had all the reqs already available outside Hudson so that local access is possible instead of http get.
I've created this job [1] to run:
ant ~/trunk/requirements/build.xml all
and put the results in
/home/hudson/static_build_env/jbds/requirements
[1] http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.requirements-bootstrap/
Next, need to verify that jobs are pulling from the cache instead of from remote.
Check some component job (such as AS [2] or seam) for the string "unzipto="
- is related to
-
JBIDE-8772 add JBoss AS 6 and 7beta3 to requirements/jbossas/ for use in tests
- Closed