> >
> >     <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?

No, that doesn't work either. If I physically remove the Links symbolic
links (is that confusing enough?), things work just fine, so I know that
they are the culprit. Unfortunately, there existance means that ant just
keeps plowing down, over to all the other subsystems, and eventually runs
out of memory. Argh! So close yet so far away.

Any other ideas?

John

Reply via email to