gbak / stoker-web

Automatically exported from code.google.com/p/stoker-web
2 stars 1 forks source link

addUser errors with class not found error. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. java -jar addUser.jar

What is the expected output? What do you see instead?
Expect adduser to run, the program throws a class not found error.  The newly 
added log4j logging is in the classes, but missing from the classpath.  

Need to add log4j into the classpath somehow.

Original issue reported on code.google.com by gary...@gmail.com on 9 Feb 2012 at 6:22

GoogleCodeExporter commented 9 years ago
Added step to build.xml to extract log4j classes and add them to addUser.jar.  
addUser.jar will also look for the log4j configuration in the STOKERWEB_DIR.

Original comment by gary...@gmail.com on 10 Feb 2012 at 6:13

GoogleCodeExporter commented 9 years ago

Original comment by gary...@gmail.com on 4 Jan 2013 at 5:28