Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-23 Thread Eric Noulard
2010/8/23 Clinton Stimpson : > On 08/22/2010 10:47 AM, Eric Noulard wrote: >> >> 2010/8/22 Eric Noulard: >> >>> >>> 2010/8/21 Clinton Stimpson: >>> I wondered if one would typically use groups if their project contained sub projects, and the sub projects had different conventions for

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-23 Thread Kishore
On Monday 23 Aug 2010 7:57:28 pm Clinton Stimpson wrote: > On 08/22/2010 10:47 AM, Eric Noulard wrote: > > 2010/8/22 Eric Noulard: > >> 2010/8/21 Clinton Stimpson: > >>> I wondered if one would typically use groups if their project contained > >>> sub projects, and the sub projects had different co

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-23 Thread Clinton Stimpson
On 08/22/2010 10:47 AM, Eric Noulard wrote: 2010/8/22 Eric Noulard: 2010/8/21 Clinton Stimpson: I wondered if one would typically use groups if their project contained sub projects, and the sub projects had different conventions for the component names. I do not usually wor

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-22 Thread Alexander Neundorf
On Sunday 22 August 2010, Eric Noulard wrote: ... > CPack is not aware **AT ALL** of subprojects :-( > > It's even worse, since CPack is not meant to be included more than once > in the same tree. > In fact you already know that because you are the reporter of this: > http://public.kitware.com/Bug/

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-22 Thread Eric Noulard
2010/8/22 Eric Noulard : > 2010/8/21 Clinton Stimpson : >> >> I wondered if one would typically use groups if their project contained sub >> projects, and the sub projects had different conventions for the component >> names. > > I do not usually work with sub-project and I must admit I don't eve

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-22 Thread Eric Noulard
2010/8/22 Eric Noulard : > 2010/8/22 Rolf Eike Beer : >> Am Saturday 21 August 2010 schrieb Eric Noulard: >> >>> They change the number and the contents of the generated packages: >>>     3.a) CPACK_COMPONENTS_ALL_GROUPS_IN_ONE_PACKAGE=1 >>>           means you want to get a single package whose co

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-22 Thread Eric Noulard
2010/8/21 Clinton Stimpson : > > I wondered if one would typically use groups if their project contained sub > projects, and the sub projects had different conventions for the component > names. I do not usually work with sub-project and I must admit I don't even know how CPack behave for projec

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-22 Thread Eric Noulard
2010/8/22 Rolf Eike Beer : > Am Saturday 21 August 2010 schrieb Eric Noulard: > >> They change the number and the contents of the generated packages: >>     3.a) CPACK_COMPONENTS_ALL_GROUPS_IN_ONE_PACKAGE=1 >>           means you want to get a single package whose content >>           is the merge

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-21 Thread Rolf Eike Beer
Am Saturday 21 August 2010 schrieb Eric Noulard: > They change the number and the contents of the generated packages: > 3.a) CPACK_COMPONENTS_ALL_GROUPS_IN_ONE_PACKAGE=1 > means you want to get a single package whose content > is the merge of all components GROUPS > >

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-21 Thread Clinton Stimpson
On Aug 21, 2010, at 6:21 AM, Eric Noulard wrote: > 2010/8/21 Eric Noulard : > [...] >> They change the number and the contents of the generated packages: >>3.a) CPACK_COMPONENTS_ALL_GROUPS_IN_ONE_PACKAGE=1 >> means you want to get a single package whose content >> is the mer

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-21 Thread Eric Noulard
2010/8/21 Eric Noulard : [...] > They change the number and the contents of the generated packages: >    3.a) CPACK_COMPONENTS_ALL_GROUPS_IN_ONE_PACKAGE=1 >          means you want to get a single package whose content >          is the merge of all components GROUPS > >    3.b) CPACK_COMPONENTS_AL

[CMake] Support for multiple components in cpack (reloaded)

2010-08-21 Thread Eric Noulard
Hi All, I finally rebased my previous work on component support for Archive Generators (i.e. STGZ TBZ2 TGZ TZZIP) (see also ML discussions: http://www.cmake.org/pipermail/cmake/2010-July/038575.html http://www.cmake.org/pipermail/cmake/2010-August/038663.html http://www.cmake.org/pi

Re: [CMake] Support for multiple components in cpack

2010-08-11 Thread Chris Wolf
On 8/11/10 5:39 PM, Eric Noulard wrote: > 2010/8/11 Thawan Kooburat : >> Hi Eric, >> >> I read though this thread and also two bug reports related to this issue. >> >> It seems like it will take a while because of CPack design issue. Do >> you think there will be any workaround or small hack to m

Re: [CMake] Support for multiple components in cpack

2010-08-11 Thread Eric Noulard
2010/8/11 Thawan Kooburat : > Hi Eric, > > I read though this thread and also two bug reports related to this issue. > > It seems like it will take a while because of CPack design issue. Do > you think there will be any workaround or small hack to make this work > with current CPackRPM? I think it

Re: [CMake] Support for multiple components in cpack

2010-08-11 Thread Thawan Kooburat
Hi Eric, I read though this thread and also two bug reports related to this issue. It seems like it will take a while because of CPack design issue. Do you think there will be any workaround or small hack to make this work with current CPackRPM? On Tue, Aug 10, 2010 at 7:48 AM, Chris Wolf wrot

Re: [CMake] Support for multiple components in cpack

2010-08-10 Thread Chris Wolf
On 8/9/10 2:22 PM, Eric Noulard wrote: > 2010/8/9 Chris Wolf : >> >> >> On 8/9/10 12:11 PM, Kishore wrote: >>> On Friday 06 Aug 2010 4:18:36 am Eric Noulard wrote: 2010/8/4 Kishore : > On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: >> Hi All, >> >> I did add a patch for

Re: [CMake] Support for multiple components in cpack

2010-08-09 Thread Eric Noulard
2010/8/9 Chris Wolf : > > > On 8/9/10 12:11 PM, Kishore wrote: >> On Friday 06 Aug 2010 4:18:36 am Eric Noulard wrote: >>> 2010/8/4 Kishore : On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: > Hi All, > > I did add a patch for the "multiple file problem" > http://public.kit

Re: [CMake] Support for multiple components in cpack

2010-08-09 Thread Chris Wolf
On 8/9/10 12:11 PM, Kishore wrote: > On Friday 06 Aug 2010 4:18:36 am Eric Noulard wrote: >> 2010/8/4 Kishore : >>> On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: Hi All, I did add a patch for the "multiple file problem" http://public.kitware.com/Bug/view.php?id=10736 >>

Re: [CMake] Support for multiple components in cpack

2010-08-09 Thread Kishore
On Friday 06 Aug 2010 4:18:36 am Eric Noulard wrote: > 2010/8/4 Kishore : > > On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: > >> Hi All, > >> > >> I did add a patch for the "multiple file problem" > >> http://public.kitware.com/Bug/view.php?id=10736 > >> > >> May be interested people can h

Re: [CMake] Support for multiple components in cpack

2010-08-05 Thread Eric Noulard
2010/8/4 Kishore : > On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: >> Hi All, >> >> I did add a patch for the "multiple file problem" >> http://public.kitware.com/Bug/view.php?id=10736 >> >> May be interested people can have a try and comment >> this patch. >> >> It adds the possibility  for

Re: [CMake] Support for multiple components in cpack

2010-08-03 Thread Kishore
On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: > Hi All, > > I did add a patch for the "multiple file problem" > http://public.kitware.com/Bug/view.php?id=10736 > > May be interested people can have a try and comment > this patch. > > It adds the possibility for any CPack generators to ge

Re: [CMake] Support for multiple components in cpack

2010-08-03 Thread Eric Noulard
2010/8/2 Eric Noulard : > Hi All, > > I did add a patch for the "multiple file problem" > http://public.kitware.com/Bug/view.php?id=10736 > > May be interested people can have a try and comment > this patch. > > It adds the possibility  for any CPack generators to generate multiple file. > It adds

Re: [CMake] Support for multiple components in cpack

2010-08-02 Thread Eric Noulard
Hi All, I did add a patch for the "multiple file problem" http://public.kitware.com/Bug/view.php?id=10736 May be interested people can have a try and comment this patch. It adds the possibility for any CPack generators to generate multiple file. It adds "preliminary" support for component to al

Re: [CMake] Support for multiple components in cpack

2010-07-30 Thread Kishore
On Friday 30 Jul 2010 5:05:56 pm Eric Noulard wrote: > Hi All, > I'll try to launch a specific thread for this following what > > Kishore said: > > I would like to see full support for multiple components in cpack. > > David answered: > > Could you elaborate on "full support for multiple componen

Re: [CMake] Support for multiple components in cpack

2010-07-30 Thread Ryan Pavlik
On 7/30/10 6:35 AM, Eric Noulard wrote: Hi All, I'll try to launch a specific thread for this following what Kishore said: I would like to see full support for multiple components in cpack. David answered: Could you elaborate on "full support for multiple components in cpack" either in anot

[CMake] Support for multiple components in cpack

2010-07-30 Thread Eric Noulard
Hi All, I'll try to launch a specific thread for this following what Kishore said: > I would like to see full support for multiple components in cpack. David answered: > Could you elaborate on "full support for multiple components in cpack" either > in another thread, > or in a feature request b