Hi Alex, > >I'm actually using the jar file created by running mvn assembly:assembly > >in the server-main module and it automatically includes the nlog4j\ > >library. I noticed that the pom.xml for server-main module doesn't > >specify the scope, perhaps this needs to be fixed? Or maybe I shouldn't > >be using this jar file?
> Oh yeah don't use that you're asking for serious issues if you did. Now > it makes sense to me why you've been having this problem. You need to > depend on the jars that the main depends on rather than this uber > nightmare jar. It's really for people to run apacheds standalone > without fancy installers and such. Is there a maven command that would copy all the dependencies into a directory? I know that the "mvn assembly:assembly" would unpack the jar files into target/assembly/work, but I actually need them to stay in their original jar format. Thanks a lot! -- Endi S. Dewata
