----- Original Message -----
From: "Andrew Stevens" <[EMAIL PROTECTED]>

> What determines the order of the fileset's jars in <include
> name="**/*.jar" /> anyway? (so we can make sure crimson comes first)

The safe answer is that it is undetermined.

Filesets should be considered unordered collections.

Paths are ordered, although when a <fileset> is dropped into a path that
fileset will be in the order specified within the path, but the order within
that fileset is undetermined.  Make sense?

I'm sure that there is probably a set order that it uses, but that is an
implementation detail that should not be relied upon.

    Erik



_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to