: The alternative is to refactor things so that o.a.s.util can be
: independent, but that seems a bit drastic.

if we want an isolatable jar we should probably refactor these things out
... the java package isn't as important to the refactoring as the source
path and compilation, ie: move the classes in question out of src/java and
into some new src/util, compile src/util into it's own jar (with no
classpath) prior to compileing src/java (with the new util jar in that
compilation classpath)



-Hoss

Reply via email to