I thought only examples/bin was needed in the bin distribution. Perhaps I am
mistaken, I am a little behind on today's list traffic.
On Oct 27, 2010 6:17 PM, "Benson Margulies" <bimargul...@gmail.com> wrote:
> I am understanding Jeff to be telling me that 'examples' should look like:
>
> bin
> build.properties
> ... other stuff ...
>
> Am I confused?
>
> in -src, you're getting that stuff because it's in the source tree.
>
>
> On Wed, Oct 27, 2010 at 6:09 PM, Drew Farris <drew.far...@gmail.com>
wrote:
>> An empty bin directory, or bin and its contents? I could have sworn the
>> latter. If not, check src.xml too I used the same pattern there.
>> On Oct 27, 2010 5:57 PM, "Benson Margulies" <bimargul...@gmail.com>
wrote:
>>> from distribution/src/main/assembly/bin.xml, this won't put anything
>>> into examples except bin.
>>>
>>> <fileSet>
>>> <directory>../examples/bin</directory>
>>> <outputDirectory>examples/bin</outputDirectory>
>>> <fileMode>0755</fileMode>
>>> <excludes>
>>> <exclude>work</exclude>
>>> <exclude>work/**</exclude>
>>> </excludes>
>>> </fileSet>
>>