shaileshmulange / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Provide more frequent release snapshots #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since javacv is fairly active project, it would be good to have more frequent 
snapshot releases for people to try out new things.

Also, a way to automatically build and publish nightly builds would be 
valuable, especially since building complete javacv with all dependencies is 
hard.

Original issue reported on code.google.com by marko.ko...@gmail.com on 19 Jul 2012 at 8:25

GoogleCodeExporter commented 9 years ago
I've just committed a new `pom.xml` that builds without any other dependencies 
than OpenCV, which should simply the build process. Let me know if this 
satisfies you, and if you still feel that nightly snapshots or more detailed 
build instructions are still required, thank you

Original comment by samuel.a...@gmail.com on 20 Jul 2012 at 4:32

GoogleCodeExporter commented 9 years ago
Compile error on os x.
Please provide nightly builds.
Thanks!

Original comment by florin.m...@gmail.com on 13 Aug 2012 at 8:02

Attachments:

GoogleCodeExporter commented 9 years ago
That's just the Maven versioning system doing its thing... I'm not sure how to 
effectively use it yes, so just make sure you install JavaCPP from source as 
well. 

Original comment by samuel.a...@gmail.com on 14 Aug 2012 at 2:08

GoogleCodeExporter commented 9 years ago
installed, now other errors :((

Original comment by florin.m...@gmail.com on 14 Aug 2012 at 12:25

GoogleCodeExporter commented 9 years ago
This is going to get better with JavaCPP Presets:
    http://code.google.com/p/javacpp/wiki/Presets
If anyone wants to help out with this effort, please let us know, thanks!

Original comment by samuel.a...@gmail.com on 4 Jan 2014 at 2:34

GoogleCodeExporter commented 9 years ago
Good news! JavaCV not gets distributed via the Maven Central Repository:
    http://bytedeco.org/release/2014/04/28/first-release.html
So from now on it should be pretty easy to offer snapshot releases as required 
through that mechanism.

Original comment by samuel.a...@gmail.com on 29 Apr 2014 at 12:34