[jboss-dev-forums] [Design of JBoss jBPM] - missing oswego-concurrent from local repository

paulyflynn do-not-reply at jboss.com
Fri Sep 8 13:43:57 EDT 2006


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


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970415#3970415

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970415



More information about the jboss-dev-forums mailing list