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

2010-08-05 Thread Eric Noulard
2010/8/3 Eric Noulard : > 2010/8/3 David Cole : >> On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard wrote: > >>> >>> 2. may always be an option because it was the behavior we had before the >>> component support and ALL CPack generator may handle an all-in-one >>> package. >>> We could add an OPTION l

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

2010-08-03 Thread Eric Noulard
2010/8/3 Eric Noulard : > 2010/8/3 David Cole : >> On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard wrote: > >>> >>> 2. may always be an option because it was the behavior we had before the >>> component support and ALL CPack generator may handle an all-in-one >>> package. >>> We could add an OPTION l

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

2010-08-03 Thread Eric Noulard
2010/8/3 Eric Noulard : > 2010/8/3 Dr. Stefan Sablatnög : >> Hi all, >> >> first of all many thanks for considering to provide such a functionality. >> I tried it on an small example yesterday and it worked as expected >> (I patched against cmake 2.8.2), a larger test will follow as soon as I >> fi

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

2010-08-03 Thread Eric Noulard
2010/8/3 David Cole : > On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard wrote: >> >> 2. may always be an option because it was the behavior we had before the >> component support and ALL CPack generator may handle an all-in-one >> package. >> We could add an OPTION like CPACK_COMPONENT_ALL_IN_ONE wh

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

2010-08-03 Thread Eric Noulard
2010/8/3 Dr. Stefan Sablatnög : > Hi all, > > first of all many thanks for considering to provide such a functionality. > I tried it on an small example yesterday and it worked as expected > (I patched against cmake 2.8.2), a larger test will follow as soon as I > find the time. Ok thanks. Do not

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

2010-08-03 Thread David Cole
On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard wrote: > 2010/8/2 Clinton Stimpson : > >> > >> Waiting for feedback before going on > > > > So I wondered if we were basically getting 3 modes out of this: > > > > 1. put multiple components in one components aware package (nsis, > packagemaker,...). >

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

2010-08-03 Thread Dr . Stefan Sablatnög
after each build.) thanks Stefan -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Eric Noulard Sent: Dienstag, 3. August 2010 00:57 To: Clinton Stimpson Cc: cmake-develop...@cmake.org; cmake@cmake.org Subject: Re: [CMake] [cmake-developers] S

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

2010-08-02 Thread Eric Noulard
2010/8/2 Clinton Stimpson : >> >> Waiting for feedback before going on > > So I wondered if we were basically getting 3 modes out of this: > > 1. put multiple components in one components aware package (nsis, > packagemaker,...). > 2. put multiple components in one non-component aware package (tar

Re: [CMake] [cmake-developers] 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 gener