Re: [CMake] please review: fix UseJava.cmake to support dependent jars

2013-03-14 Thread Brad King
On 03/14/2013 10:47 AM, Matthew Woehlke wrote: > This is now pushed to stage/fix-java-jar-depends. If someone > knowledgeable could have a look, that would be much appreciated. Andreas, Nicholas? Thanks, -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://ww

Re: [CMake] please review: fix UseJava.cmake to support dependent jars

2013-03-14 Thread Andreas Schneider
On Thursday 14 March 2013 10:57:10 Brad King wrote: > On 03/14/2013 10:47 AM, Matthew Woehlke wrote: > > This is now pushed to stage/fix-java-jar-depends. If someone > > knowledgeable could have a look, that would be much appreciated. > > Andreas, Nicholas? Hi Brad, thanks for the mail. I've rev

Re: [CMake] please review: fix UseJava.cmake to support dependent jars

2013-03-17 Thread Nicolas Desprès
On Thu, Mar 14, 2013 at 3:57 PM, Brad King wrote: > On 03/14/2013 10:47 AM, Matthew Woehlke wrote: > > This is now pushed to stage/fix-java-jar-depends. If someone > > knowledgeable could have a look, that would be much appreciated. > > Andreas, Nicholas? > > Sorry for the delayed response, but I

Re: [CMake] please review: fix UseJava.cmake to support dependent jars

2013-03-17 Thread Nicolas Desprès
On Sun, Mar 17, 2013 at 10:49 AM, Nicolas Desprès wrote: > On Thu, Mar 14, 2013 at 3:57 PM, Brad King wrote: > >> On 03/14/2013 10:47 AM, Matthew Woehlke wrote: >> > This is now pushed to stage/fix-java-jar-depends. If someone >> > knowledgeable could have a look, that would be much appreciated.

Re: [CMake] please review: fix UseJava.cmake to support dependent jars

2013-03-18 Thread Brad King
On 03/17/2013 09:14 AM, Nicolas Desprès wrote: > He said that the project is not broken by the new patches. Great, thanks for taking the time to report back! -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Pleas

[CMake] please review: fix UseJava.cmake to support dependent jars (was: how to add jar that depends on other built jar?)

2013-03-14 Thread Matthew Woehlke
On 2013-03-13 18:14, Matthew Woehlke wrote: On 2013-03-13 17:09, Matthew Woehlke wrote: I have a project that builds a bunch of jar's with add_jar from UseJava.cmake. Let's say we have myjar1 and myjar2. How do I write the build rules for myjar2 such that it depends on myjar1? It looks like add