Discussion:
[openjms-developer] more build questions
Dennis Cook
2004-12-17 02:54:23 UTC
Permalink
Setting the maven property to bypass all tests I was able to continue with the build process.
However there are 4 jar files that are not available in the ibiblio repository for this project,
are these going to be made available or should each user track them down individually?

Attempting to download jdbc-2.0.jar.
WARNING: Failed to download jdbc-2.0.jar.
Attempting to download jms-1.0.2a.jar.
WARNING: Failed to download jms-1.0.2a.jar.
Attempting to download jndi-1.2.1.jar.
WARNING: Failed to download jndi-1.2.1.jar.
Attempting to download jta-1.0.1.jar.
WARNING: Failed to download jta-1.0.1.jar.

jdbc-2.0.jar; version override doesn't exist: 2.0 (try downloading from
http://java.sun.com/products/jdbc)
jms-1.0.2a.jar; version override doesn't exist: 1.0.2a (try downloading from
http://java.sun.com/products/jms)
jndi-1.2.1.jar; version override doesn't exist: 1.2.1 (try downloading from
http://java.sun.com/products/jndi)
jta-1.0.1.jar; version override doesn't exist: 1.0.1 (try downloading from
http://java.sun.com/products/jta)

The messages indicate to get them from sun, but I am not sure some of these versions are
available. First the jms is currently at 1.1 and I thought the jdbc classes were part of the
j2sdk.







__________________________________
Do you Yahoo!?
Send holiday email and support a worthy cause. Do good.
http://celebrity.mail.yahoo.com
Tim Anderson
2004-12-17 04:01:06 UTC
Permalink
See inline
From: Dennis Cook
Setting the maven property to bypass all tests I was able to
continue with the build process.
However there are 4 jar files that are not available in the
ibiblio repository for this project, are these going to be
made available or should each user track them down individually?
The Sun jars can't be hosted at ibiblio or sourceforge
for licensing reasons (they have been hosted by
us in the past, but it's a bit naughty to do so).

The build documentation covers where to get and install
the Sun JARS in more detail:
http://cvs.sourceforge.net/viewcvs.py/openjms/openjms/distribution/xdocs/dev
guide/build.xml?rev=1.1&view=auto

Search for the section "Third party JARs" - its covered
there. Also note that you'll need to do a CVS update
on etc/project.properties to pick up the correct JMS API
version (1.0.2b as opposed to 1.0.2a).
The messages indicate to get them from sun, but I am not sure
some of these versions are available. First the jms is
currently at 1.1 and I thought the jdbc classes were part of
the j2sdk.
OpenJMS currently doesn't support JMS 1.1, although
that should change in the next few months.

OpenJMS supports JDK1.2 and higher, and therefore
needs the JNDI, and JDBC jars, even though they
are included in JDK1.4.

-Tim

Loading...