3 Replies Latest reply on Sep 9, 2006 4:20 AM by tom.baeyens

    missing oswego-concurrent from local repository

    paulyflynn

      After getting the latest from CVS this morning on a clean environment, and running the ant target 'get.dependencies', I noticed the oswego-concurrent jar was not downloaded. I have added entries to build.propeties and build.xml to get this working. Please verify and add to CVS.

      build.properties

      lib.oswegoconcurrent.version=1.3.4
      
      lib.oswegoconcurrent.license=oswego
      lib.oswegoconcurrent.name=concurrent.jar
      lib.oswegoconcurrent.dir=oswego-concurrent/${lib.oswegoconcurrent.version}/lib
      lib.oswegoconcurrent.path=${lib.oswegoconcurrent.dir}/${lib.oswegoconcurrent.name}
      lib.oswegoconcurrent.local=${local.repository}/${lib.oswegoconcurrent.path}
      lib.oswegoconcurrent.remote=${remote.repository}/${lib.oswegoconcurrent.path}
      


      build.xml
      <mkdir dir="${local.repository}/${lib.oswegoconcurrent.dir}" />
       <get src="${lib.oswegoconcurrent.remote}" dest="${lib.oswegoconcurrent.local}" usetimestamp="true" ignoreerrors="true" />
       <get src="${remote.license.dir}/${lib.oswegoconcurrent.license}.txt" dest="${lib.oswegoconcurrent.local}.license.txt" usetimestamp="true" ignoreerrors="true" />


      thanks
      Paul