Bartel Runeaxe wrote:
Hi,
I am new to Maven and got the following error when I attempt to attain a "clean" goal:
maven clean:clean
Thanks for any help.
java.lang.ClassNotFoundException: log
adding commons-logging (used by jelly:log taglib) to your dependency list should fix your problem. however if no custom jelly script is being used,
then there is probably a more annoying problem than a missing dependency.
-- gd
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
