[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libquart-java (some progress)



[CC me please]

I can now go a little further in the compilation of libquart-java. It
now fails with:

[ERROR] MavenInvocationException: Error when invoking Maven, consult
the invoker log file:
/home/mathieu/debian/pkg-java/trunk/libquartz-java/libquartz-java-2.1.4.orig/quartz/target/invoker/maven-javadoc-plugin338736788.txt

which in turns reveals:

...
Missing:
----------
1) org.quartz-scheduler:quartz:jar:2.1.4

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.quartz-scheduler
-DartifactId=quartz -Dversion=2.1.4 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=org.quartz-scheduler
-DartifactId=quartz -Dversion=2.1.4 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  	1) org.quartz-scheduler:quartz-backward-compat:jar:2.1.4
  	2) org.quartz-scheduler:quartz:jar:2.1.4
...



So if my understanding is correct as part of the building of quart
package, I am building quartz-backward-compat and quartz. However
quartz-backward-compat does not understand where to find quartz...

Could some maven/debian guru have a look at the current state of the
quart package in pkg-java/svn ?

Any hints welcome,

-M


Reply to: