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 Noularderic.noul...@gmail.com: 2010/8/21 Clinton Stimpsonclin...@elemtech.com: I wondered if one would typically use groups if their project contained sub projects, and the

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

2010-08-23 Thread Eric Noulard
2010/8/23 Clinton Stimpson clin...@elemtech.com: On 08/22/2010 10:47 AM, Eric Noulard wrote: 2010/8/22 Eric Noularderic.noul...@gmail.com: 2010/8/21 Clinton Stimpsonclin...@elemtech.com: I wondered if one would typically use groups if their project contained sub projects, and the sub

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

2010-08-22 Thread Eric Noulard
2010/8/22 Rolf Eike Beer e...@sf-mail.de: 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

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

2010-08-22 Thread Eric Noulard
2010/8/21 Clinton Stimpson clin...@elemtech.com: 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

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

2010-08-22 Thread Eric Noulard
2010/8/22 Eric Noulard eric.noul...@gmail.com: 2010/8/22 Rolf Eike Beer e...@sf-mail.de: 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

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

2010-08-22 Thread Eric Noulard
2010/8/22 Eric Noulard eric.noul...@gmail.com: 2010/8/21 Clinton Stimpson clin...@elemtech.com: 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

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:

[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

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

2010-08-21 Thread Eric Noulard
2010/8/21 Eric Noulard eric.noul...@gmail.com: [...] 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)

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 eric.noul...@gmail.com: [...] 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

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 3.b)

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

Re: [CMake] Support for multiple components in cpack

2010-08-11 Thread Eric Noulard
2010/8/11 Thawan Kooburat ktha...@gmail.com: 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?

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 ktha...@gmail.com: 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

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 cw10...@gmail.com: 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 kitts.mailingli...@gmail.com: On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: Hi All, I did add a

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 kitts.mailingli...@gmail.com: 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

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 kitts.mailingli...@gmail.com: On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: Hi All, I did add a patch for the multiple file problem

Re: [CMake] Support for multiple components in cpack

2010-08-09 Thread Eric Noulard
2010/8/9 Chris Wolf cw10...@gmail.com: 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 kitts.mailingli...@gmail.com: On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: Hi All, I did add a patch for the multiple file problem

Re: [cmake-developers] [CMake] Support for multiple components in cpack

2010-08-06 Thread Eric Noulard
2010/8/6 Clinton Stimpson clin...@elemtech.com: On Thursday, August 05, 2010 04:46:01 pm Eric Noulard wrote: 2010/8/3 Eric Noulard eric.noul...@gmail.com: 2010/8/3 David Cole david.c...@kitware.com: On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard eric.noul...@gmail.com wrote: 2. may always

Re: [cmake-developers] [CMake] Support for multiple components in cpack

2010-08-06 Thread Alexander Neundorf
On Friday 06 August 2010, Eric Noulard wrote: 2010/8/6 Alexander Neundorf neund...@kde.org: On Friday 06 August 2010, Eric Noulard wrote: ... I think I missed the fact that you did not used component GROUPS at all in the first place :-) Sorry I didn't follow closely... What is

Re: [cmake-developers] [CMake] Support for multiple components in cpack

2010-08-06 Thread Eric Noulard
2010/8/6 Alexander Neundorf neund...@kde.org: On Friday 06 August 2010, Eric Noulard wrote: 2010/8/6 Alexander Neundorf neund...@kde.org: On Friday 06 August 2010, Eric Noulard wrote: ... I think I missed the fact that you did not used component GROUPS at all in the first place :-)

Re: [cmake-developers] [CMake] Support for multiple components in cpack

2010-08-05 Thread Eric Noulard
2010/8/3 Eric Noulard eric.noul...@gmail.com: 2010/8/3 David Cole david.c...@kitware.com: On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard eric.noul...@gmail.com wrote: 2. may always be an option because it was the behavior we had before the component support and ALL CPack generator may handle

Re: [cmake-developers] [CMake] Support for multiple components in cpack

2010-08-05 Thread Clinton Stimpson
On Thursday, August 05, 2010 04:46:01 pm Eric Noulard wrote: 2010/8/3 Eric Noulard eric.noul...@gmail.com: 2010/8/3 David Cole david.c...@kitware.com: On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard eric.noul...@gmail.com wrote: 2. may always be an option because it was the behavior we had

Re: [CMake] Support for multiple components in cpack

2010-08-05 Thread Eric Noulard
2010/8/4 Kishore kitts.mailingli...@gmail.com: 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

Re: [cmake-developers] [CMake] Support for multiple components in cpack

2010-08-03 Thread Eric Noulard
2010/8/3 Eric Noulard eric.noul...@gmail.com: 2010/8/3 David Cole david.c...@kitware.com: On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard eric.noul...@gmail.com wrote: 2. may always be an option because it was the behavior we had before the component support and ALL CPack generator may handle

Re: [CMake] Support for multiple components in cpack

2010-08-03 Thread Eric Noulard
2010/8/2 Eric Noulard eric.noul...@gmail.com: 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

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 generate

Re: [cmake-developers] [CMake] Support for multiple components in cpack

2010-08-02 Thread Clinton Stimpson
On Aug 2, 2010, at 5:29 AM, 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 generate

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 all

[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 bug in

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

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 components in