Hello all,
It seems that the 1.51h version of the maven-retrieved JAR file is corrupt, dependent projects do not resolve properly (1.51g works fine). Did anyone else notice this problem? --Wilhelm -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi Wilhem,
I'm using ImageJ 64-bit 1.51i bundled with java 1.8.0_77 in MS Windows 7 and its works fine for me, Best regards -- Miguel -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi Miguel,
Thanks -- I did not mean the bundled JAR file but the Maven artifact, version 1.51h being the most recent. --Wilhelm -----Original Message----- From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Miguel Tapia R. Sent: Mittwoch, 18. Jänner 2017 18:54 To: [hidden email] Subject: Re: ImageJ 1.51h JAR corrupt? Hi Wilhem, I'm using ImageJ 64-bit 1.51i bundled with java 1.8.0_77 in MS Windows 7 and its works fine for me, Best regards -- Miguel -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
In reply to this post by Burger Wilhelm
Hi Wilhelm,
> It seems that the 1.51h version of the maven-retrieved JAR file is > corrupt, dependent projects do not resolve properly (1.51g works > fine). I tried updating the minimal-ij1-plugin example [1] to use net.imagej:ij:1.51h on my local system, and all works fine. Maven resolves and downloads the artifact. It could be that your locally cached copy of the artifact is corrupt. Have you tried deleting it from your cache to allow Maven to redownload it? rm -rf ~/.m2/repository/net/imagej/ij/1.51h And then build again? Regards, Curtis [1] https://github.com/imagej/minimal-ij1-plugin -- Curtis Rueden LOCI software architect - https://loci.wisc.edu/software ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden Did you know ImageJ has a forum? http://forum.imagej.net/ On Wed, Jan 18, 2017 at 11:19 AM, Burger Wilhelm < [hidden email]> wrote: > Hello all, > > It seems that the 1.51h version of the maven-retrieved JAR file is > corrupt, dependent projects do not resolve properly (1.51g works fine). > Did anyone else notice this problem? > > --Wilhelm > > > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi Curtis,
yes, deleting the 1.51h cache directory helped. Thanks much, Wilhelm -----Original Message----- From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Curtis Rueden Sent: Montag, 23. Jänner 2017 22:30 To: [hidden email] Subject: Re: ImageJ 1.51h JAR corrupt? Hi Wilhelm, > It seems that the 1.51h version of the maven-retrieved JAR file is > corrupt, dependent projects do not resolve properly (1.51g works > fine). I tried updating the minimal-ij1-plugin example [1] to use net.imagej:ij:1.51h on my local system, and all works fine. Maven resolves and downloads the artifact. It could be that your locally cached copy of the artifact is corrupt. Have you tried deleting it from your cache to allow Maven to redownload it? rm -rf ~/.m2/repository/net/imagej/ij/1.51h And then build again? Regards, Curtis [1] https://github.com/imagej/minimal-ij1-plugin -- Curtis Rueden LOCI software architect - https://loci.wisc.edu/software ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden Did you know ImageJ has a forum? http://forum.imagej.net/ On Wed, Jan 18, 2017 at 11:19 AM, Burger Wilhelm < [hidden email]> wrote: > Hello all, > > It seems that the 1.51h version of the maven-retrieved JAR file is > corrupt, dependent projects do not resolve properly (1.51g works fine). > Did anyone else notice this problem? > > --Wilhelm > > > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |