Hi,

Regarding the problem with automatic maven download of the jdo2 jars:
maven can download the files automatically if the URL refers to people.apache.org instead of www.apache.org:

http://people.apache.org/~clr/downloads/maven

Michelle Caisse wrote:

Hi Craig,

I have the same problem as Michael has with the maven automatic download of the jdo beta jars. I will try manually downloading them. Also, a comment on RunRules.html:

From the installation directory, call maven tck20.build which will build the jar files used in the tests, create the Derby database, install the schema into the Derby database, and run the TCK on the Reference Implementation.

From the installation directory, change to the tck20 directory. Then call maven runtck.iut


I think these directions were appropriate for a source distribution of the product. Now I believe it should say to call maven build, then (from the same directory) call maven runtck.iut.

-- Michelle

Michael Bouschen wrote:



4. The release depends on artifacts that are only available on the staging release area, so you need to edit the maven location from which the artifacts are downloaded. Find the line of maven.xml in the project.properties file with the maven.remote.repo property, and add



What do you mean with maven.xml here? The project.properties in jdo2-tck-2.0-beta has the property maven.remote.repo.

Yes.  Should say Find the line in the project.properties file...


"http://www.apache.org/~clr/downloads/maven <http://www.apache.org/%7Eclr/downloads/maven>" to the ibiblio and jpox urls. The JPOX releases might not be available until Sunday evening. Interim, you can manually download the nightly SNAPSHOT build and rename the jar file to the 1.1.0-beta-6 version.



I added the above to the maven.remote.repo property. But I'm having problems resolving the dependencies via maven, I get the following error message:
Attempting to download jdo2-api-2.0-beta.jar.
Error retrieving artifact from [ http://www.apache.org/~clr/downloads/maven/javax.jdo/jars/jdo2-api-2.0-beta.jar]: java.
io.IOException: Unknown error downloading; status code was: 302
WARNING: Failed to download jdo2-api-2.0-beta.jar.

However, I could download the jars manually using the above url. So I really do not know why I could not download it via maven.


-- Michelle

Reply via email to