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 <[email protected]> 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" <[email protected]> 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>
>

Reply via email to