what is the reason for not using commons-collections and commons-lang
as an external dependency? I think it blows up the source code without
any reason I can think of.
Thanks,
Jochen
it was originally very convenient for me and i quite like the idea of
a source only project
need to be able to ship an easy executable uber jar containing all
dependencies. if you want to ditch the source then alter the ant build
to create a rat library jar and then roll up a rat application
containing all dependencies.
- robert
> need to be able to ship an easy executable uber jar containing all
> dependencies. if you want to ditch the source then alter the ant build
> to create a rat library jar and then roll up a rat application
> containing all dependencies.
Done. Unfortunately, I do not know how to remove the extenal links in SVN?
Jochen
--
My cats know that I am a loser who goes out for hunting every day
without ever returning as much as a single mouse. Fortunately, I've
got a wife who's a real champ: She leaves the house and returns within
half an hour, carrying whole bags full of meal.
done
FYI svn propedit svn:externals src/org/apache/commons
- robert