dev@glassfish.java.net

bootstrap-all fails with commons-beanutils.jar

From: Wolfgang Helbig <helbig_at_Informatik.BA-Stuttgart.DE>
Date: Sun, 27 Nov 2005 16:54:05 +0100 (MET)

Hi,
bootstrap-all mistakenly expands the commons-beanutils-1.6.1.jar from mavens
repo into publish/glassfish/lib leaving all the class files in the lib
directory.

Instead it should put the jar file commons-beanutils.jar in the lib directory,
where it is needed by other tasks like the step "Initializing appserv-rt" in
glassfish.xml, which fails because of the missing commons-beanutils.jar file.

It works fine, if I copy and rename the jar file from the repo.

Greetings
Wolfgang