John Fisher <[EMAIL PROTECTED]> wrote:

> After thinking about it, I decided my question was rather
> unclear.

8-)

Should have read this before I sent my first response.

> 
>     <jar jarfile="myapp.jar">
>        <fileset dir="/my/dir/classes"
>                 includes="**/*.class"
>                 excludes="**/Links/*"
>                 defaultexcludes="yes"
>        />
>     </jar>
> 
> 
> In the example above, Apex insists on putting a "Links" symbolic
> link at every level on my package hierachy.

**/Links/* matches all files in Links, but not the directory itself.
Does excludes="**/Links" work?

Stefan

Reply via email to