tuankhac / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

Notice Dashlet does not include ml-ant-http JAR for Ant build #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out the Notice dashlet from SVN
2. Try to execute `ant clean build-jar hotcopy-tomcat-jar`

What is the expected output? What do you see instead?
Expected: The JAR is built and deployed onto Tomcat
Actual: The following error message occurs:

BUILD FAILED
C:\share-extras\Notice Dashlet\build.xml:107: taskdef class 
org.missinglink.ant.task.http.HttpClientTask cannot be found

Notice Dashlet does not include ml-ant-http-1.1.1.jar, meaning that it cannot 
be built through Ant. Copying the JAR from one of the other Dashlets permits 
the build to continue.

Original issue reported on code.google.com by soundasleep on 10 Jan 2012 at 12:03

GoogleCodeExporter commented 8 years ago
Fixed in r1204

Original comment by will.abson on 18 Jul 2012 at 4:16