> > you will find all dependencies in your local maven repository directory. > > that's usually <your home directory>/.maven/repository > > I could not find a "repository" directory under Maven or Jackrabbit > (other than jackrabbit\applications\test\repository, which does not > contain JARs.) it's a directory named '.maven' in your home directory.
ls -al ~/.maven should disclose it > I still do not know of a method to add a directory of JARs to the > CLASSPATH without naming each individually. (I have been searching > for years. I think Sun just likes long CLASSPATHs.) for a in lib/*.jar; do CLASSPATH="$CLASSPATH:$a" done regards, toby -- -----------------------------------------< [EMAIL PROTECTED] >--- Tobias Bocanegra, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel T +41 61 226 98 98, F +41 61 226 98 97 -----------------------------------------------< http://www.day.com >---