Note that you also need ons.jar for several versions of ojdbc. It's also
important to put the 10.2.0.1.0 version in a directory called 10.2.0.1
For more information:
http://code.google.com/p/ivyroundup/wiki/ManuallyDownloadedSoftware
I would recommend downloading these libraries into a directory you know
won't get deleted and then create and ant build file with the following
target (modify the source dir as appropriate):
<target name="copy.libs" description="Copys libs to temp folder">
<echo message="Copying files to ${java.io.tmpdir}"/>
<copy todir="${java.io.tmpdir}">
<fileset dir="manual-ivyroundup-libs"/>
</copy>
</target>
jms-1_1-fr-apidocs.zip can be found by following this link:
Or clicking the download button under "Download the version 1.1 API
Documentation, Jar and Source" from this page
http://www.oracle.com/technetwork/java/docs-136352.html
To use other directory for manually downloaded libs I call Ant like:
ANT_OPTS=-Djava.io.tmpdir=/manual/ivyroundup/libs/dir ant
--
You received this message because you are subscribed to the Google Groups "ivyroundup" group.
To post to this group, send email to ivyro...@googlegroups.com.
To unsubscribe from this group, send email to ivyroundup+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ivyroundup?hl=en.