On Fri, Sep 14, 2012 at 05:36:10PM +0200, Wido den Hollander wrote:
> On 09/14/2012 04:59 PM, Daniel Veillard wrote:
[...]
> >http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.pom
> >doesn't seems to have any <developers> section though ...
> >
> 
> Hmm, indeed. That's odd. I'm not such a Maven guru, I've just been
> searching on the web to find any clue of what went wrong.

  Would be nice if maven itself reported about it. What happens now
if you try to use the command line maven tools, does that work ?
(i updated the jar to a build on RHEL6 with javac 1.5)

[...]
> >   Looking at the maven-ant-tasks-2.1.3-javadoc.jar example, it seems
> >to directly contain the HTML files
> >   (cd target/javadoc && jar cvf ../libvirt-java-0.4.9-javadoc.jar .)
> >seems to do the trick and
> >   jar cvf libvirt-java-0.4.9-sources.jar AUTHORS build.properties \
> >   build.xml ChangeLog INSTALL libvirt-java.spec.in LICENCE NEWS \
> >   pom.xml.in README.in README src/  test.sh
> >to generate a sources one
> >
> >   I will push those out and checksum those, let's see how it goes,
> >
> 
> I just wrote a patch for the build.xml, see: 
> https://github.com/wido/libvirt-java/commit/bb0dbb09b0991503ab8e1948ce985192dc027d71

  Hum, I see you drop anything outside the pure src/main/java/ code,
weird to be the build xml would be part of the sources but apparently
they do it that way too

> $ ant maven
> 
> That should also generate a sources and javadoc artifact now.

  Seems to take nearly forever downloading the maven2 files from
  libvirt.org,but so far it's proceeding ... will it do gpg signing ?

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to