deployer source code inside bin directory?

Hey all,

After some problems caused by switching between different versions of ocl I was
foolish enough to remove my install, lib, build, and bin directory.
Afterwards the deployer executables were not generated anymore ....
To my great supprise the source code of the deployer is located inside the bin
directory, which was totally unexpected for me.
What is the reason to put source code of the deployer inside bin?

Tinne

deployer source code inside bin directory?

On Tuesday 10 May 2011 14:37:18 Tinne De Laet wrote:
> Hey all,
>
> After some problems caused by switching between different versions of ocl I
> was foolish enough to remove my install, lib, build, and bin directory.
> Afterwards the deployer executables were not generated anymore .... To my
> great supprise the source code of the deployer is located inside the bin
> directory, which was totally unexpected for me.
> What is the reason to put source code of the deployer inside bin?

It has always been there. Before ROS, only sources lived in /bin and we built
them in the build/bin directory and we installed them on the root fs. Wit ros
packages, this is indeed a bit conflicting and I found it annoying too.

You can use git clean -xdf to clean all non-version controlled files/dirs
though.

Peter