Closed GoogleCodeExporter closed 9 years ago
Good call. I'll take a look at getting something done.
Original comment by kandpwel...@gmail.com
on 27 Feb 2012 at 4:20
Original comment by kandpwel...@gmail.com
on 12 Mar 2012 at 2:26
Original comment by kandpwel...@gmail.com
on 12 Mar 2012 at 2:29
is currently in Sonatype Releases. SInce this is the first release, I have to
wait for it to be looked over before it will be promoted to Central
Original comment by kandpwel...@gmail.com
on 21 Mar 2012 at 5:32
It is done. I have not yet announced or promoted 1.0.1 to web site yet, but
you can get to it if you want:
https://oss.sonatype.org/index.html#nexus-search;quick~funcito
A minor issue with the POM that Gradle generated: even though literally all of
my dependencies are technically "optional" (choose your FP-lib and choose your
proxy-provider), the POM does not have them marked as optional. So your Maven
build will pull all of those down. This also includes the Objensis jar(which
is "JarJar"d into the Funcito jar, so you should *never* have Objenesis). But
you only need to deploy the libs you use.
Sorry for the inconvenience. I will include the above in the docs when I get
around to making them. And I will try to find a way to fix the dependencies in
a future release.
I may get the announcement out later today, but it will probably be sometime
next week as I am a bit busy.
Original comment by kandpwel...@gmail.com
on 22 Mar 2012 at 5:04
Great work, thanks.
Original comment by b.michae...@gmail.com
on 3 Apr 2012 at 7:42
You're welcome, and Thank you. Also of note: In release 1.0.2 I got the Gradle
build fixed so the generated POM lists *all* dependencies as optional, fixing
the issue in 1.0.1 noted in Comment 5 above.
Original comment by kandpwel...@gmail.com
on 3 Apr 2012 at 3:18
Original issue reported on code.google.com by
b.michae...@gmail.com
on 25 Feb 2012 at 2:28