[Anthill-pro] Codestation from 3.1 to 3.2

Matt_J_Hartzler at gelco.com Matt_J_Hartzler at gelco.com
Tue Apr 10 13:56:14 CDT 2007


In upgrading to AnthillPro 3.2 ran into some problems with getting the 
local builds working again.  The problem was coming from using the old 3.1 
ant tasks with the 3.2 server.  The code station artifacts would resolve, 
but it would explode the jars into the cache, and thus all my jar files 
were missing.

I found that I needed to update my ant scripts to reference the new 
Resolve/Publish tasks as they have moved packages from:

com.urbancode.codestation2.client.RetrieveDependenciesTask
com.urbancode.codestation2.client.PublishArtifactsTask

to

com.urbancode.codestation2.client.ant.RetrieveDependenciesTask
com.urbancode.codestation2.client.ant.PublishArtifactsTask


This basically lead me to find the minimum number of jars I needed to 
distribute and reference in the taskdef classpath to run the 
Publish/Resolve tasks.  Heres the list I came up with:

codestation2.jar
commons-codec-1.3.jar
commons-httpclient-3.0.1.jar
commons-logging.jar
httpclient-contrib.jar

I had to grab them out of the lib dir of the anthill3-3.2.0.zip install 
package, as I couldn't find where it installed these to on the server.

Would be nice if you could update the docs at 
http://www.anthillpro.com/anthill3-help-3.2/html/default.html 
tutorials/codestation to reflect the new absolute class names, and list 
the jars you need to run them, or point me to the docs I should be looking 
at if there are ones that contain this info and I just missed it.

Thanks,
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.urbancode.com/pipermail/anthill-pro/attachments/20070410/260148f7/attachment.htm


More information about the Anthill-pro mailing list