Index: make/depends.xml =================================================================== --- make/depends.xml (revision 0) +++ make/depends.xml (revision 0) @@ -0,0 +1,118 @@ + + + + + + + Confirm that dependencies are present and fetch missing dependencies + where possible. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +... + +Missing dependency. The jar from: + + ${src} + +should be downloaded to: + + ${dest} + +(Run "ant -f make/depends.xml download" to automatically fetch this file.) + + + + Index: make/build-test.xml =================================================================== --- make/build-test.xml (revision 386325) +++ make/build-test.xml (working copy) @@ -29,18 +29,14 @@ - - - - - + - + - + @@ -158,7 +154,7 @@ - @@ -206,26 +202,11 @@ - - - - - - - - - - - - - - + + + + Index: make/build-java.xml =================================================================== --- make/build-java.xml (revision 386325) +++ make/build-java.xml (working copy) @@ -343,25 +343,9 @@ + description="Check for jars required to compile prefs"> - - - - - - - - - + Index: make/depends.properties =================================================================== --- make/depends.properties (revision 0) +++ make/depends.properties (revision 0) @@ -0,0 +1,21 @@ +depends.dir=depends +depends.jars=${depends.dir}/jars +ibiblio.base=http://www.ibiblio.org + +xalan.dir=${depends.jars}/xalan-j_2.6.0 +xalan.jar=${xalan.dir}/xalan.jar +xalan.url=${ibiblio.base}/maven/xalan/jars/xalan-2.6.0.jar + +xerces.dir=${depends.jars}/xerces_2.6.2 +resolver.jar=${xerces.dir}/resolver.jar +resolver.url=${ibiblio.base}/maven/xml-resolver/jars/xml-resolver-1.1.jar + +xerces.impl.jar=${xerces.dir}/xercesImpl.jar +xerces.impl.url=${ibiblio.base}/pub/packages/maven2/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar + +xml.apis.jar=${xerces.dir}/xml-apis.jar +xml.apis.url=${ibiblio.base}/maven/xml-apis/jars/xml-apis-1.0.b2.jar + +junit.dir=${depends.jars}/junit_3.8.1 +junit.jar=${junit.dir}/junit.jar +junit.url=${ibiblio.base}/maven/junit/jars/junit-3.8.1.jar