Skip to content

ManuallyDownloadedSoftware

Archie L. Cobbs edited this page Sep 18, 2017 · 2 revisions

Some software in Ivy RoundUp cannot be downloaded directly from the Internet, due to the requirement that you must click to accept a license, browser cookie tracking, or whatever.

For these cases, the packager.xml files will look for the archive instead in ${java.io.tmpdir}. On UNIX systems, this is normally /tmp. You must download the archive files manually and put them there.

At the time of this writing, the following modules fall into this category. Note many of these can be found by starting from this page and/or this page.

Module Version File(s) and Link Notes
jmx 1.2.1 jmx-1_2_1-ri.zip Download JMX 1.2.1 Reference Implementation
jmxremote 1.0.1_04 jmxremote-1_0_1-ri-bin-b58.zip
j2ee_management 1.0 j2ee_management-1_0-fr-class.zip
javamail 1.4.1 javamail-1_4_1.zip
jms 1.1 jms-1_1-fr-apidocs.zip
sjsxp 1.0.1, 1.0.2 sjsxp-1_0_1/sjsxp.jar
sjsxp-1_0_2/sjsxp.jar
Click on "SJSXP 1.0.1" and "SJSXP 1.0.2", download files into ${java.io.tmpdir}, then run java -cp . sjsxp_101 and java -cp . sjsxp_102 to extract the archives, resulting in directories sjsxp-1_0_1 and sjsxp-1_0_2.
ojdbc All ojdbc*.jar, ons.jar, orai18n.jar, and javadoc.zip Accept License Agreement, then click on download links. NOTE: each version's JARs must be placed in ${java.io.tmpdir}/ojdbc/<version>/
jnlp 1.5, 6.0 jardiff.jar, jnlp.jar, jnlp-servlet.jar Extract from J2SE Demos and Samples in sample/jnlp/servlet. Note JDK 7 version no longer requires manual download!
jacc 1.0 jacc-1_0-fr-class.zip
jaxb 1.0-2.2.4.u1 JAXB2_YYYYMMDD.jar Download and execute (via java -jar JAXB2_YYMMDD.jar) the JAR, then move the the jaxb-ri-YYYYMMDD/lib/ subdirectory to ${java.io.tmpdir}/jaxb/<version>
ejb 3.0 ejb-3_0-fr-api.zip Click "Download" button for the class files and documentation, Accept License Agreement, then click on download links
IBM thinclient All com.ibm.xml.thinclient_X.X.X.X.zip, xml_and_import_repositories.zip Click "Download the compressed file containing the thin client" link at the bottom to download com.ibm.xml.thinclient_X.X.X.X.zip. Go back then click "Download for local installation using IBM Installation Manager" to download xml_and_import_repositories.zip. In both cases, choose HTTP download.
Some Vaadin plugins (e.g., icepush, vaadin-jpacontainer) All Vaadin Add-On Directory Registration required
madura-rules All madura-rules-X.Y.zip
svnant 1.2.1, 1.3.0 svnant-1.2.1.zip svnant-1.3.0.zip Endless redirection loop if your browser does not allow cookies. Must download manually, since Ant's get task does not allow cookies.
Clone this wiki locally