Re: [CMake] Path problem when building a jar file

2008-10-29 Thread George Neill
Robert, On Wed, Oct 29, 2008 at 6:14 AM, Robert Haines <[EMAIL PROTECTED]> wrote: > Hi George, > > > >> I filed a bug on this the other day and posted a temporary solution >> (attached to the bug) http://www.cmake.org/Bug/view.php?id=7832 >> >> Hope that helps, > > It certainly does, thank you ve

Re: [CMake] Path problem when building a jar file

2008-10-29 Thread Robert Haines
Hi George, I filed a bug on this the other day and posted a temporary solution (attached to the bug) http://www.cmake.org/Bug/view.php?id=7832 Hope that helps, It certainly does, thank you very much! I too noticed that previously the jar was generated with a number of extra files in it t

Re: [CMake] Path problem when building a jar file

2008-10-28 Thread Robert Haines
Hi again all, I should have added that I am using 2.6.0 and haven't seen any Java mentioned in the change-log since then... Cheers, Rob I am building a jar file but I can't get the paths right within it. I have a directory structure like this source-root/org/some/package/.java source-root/

Re: [CMake] Path problem when building a jar file

2008-10-28 Thread George Neill
Hi Robert, On Tue, Oct 28, 2008 at 1:07 PM, Robert Haines <[EMAIL PROTECTED]> wrote: > Hi all, > > I am building a jar file but I can't get the paths right within it. > > I have a directory structure like this > source-root/org/some/package/.java > source-root/org/some/other/.java > and I want the

[CMake] Path problem when building a jar file

2008-10-28 Thread Robert Haines
Hi all, I am building a jar file but I can't get the paths right within it. I have a directory structure like this source-root/org/some/package/.java source-root/org/some/other/.java and I want the compiled .class files to all go into the same jar file. If I have a CMakeLists.txt in source-root