Hi all, I am new to openejb. I just checked out code from the CVS (The Apache-geronimo version) , built it using maven . The build was successful. Though when i try the deloy command
bin/openejb deploy -help I get the following exception: Exception in thread "main" java.lang.NoClassDefFoundError: org/openejb/alt/config/Deploy When i looked in the jar, i could find only org/openejb/config/Deploy. So I changed the script to refer to this, then i geot a methodNotFoundException: main It seems the code has an _main() Can anyone tell me what i ought to do, to get the delpoy command working? Thanks in advance Rajesh Ravindran
