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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...