2005/12/30, Ken Perl <[EMAIL PROTECTED]>: > Thanks all, maven m:rebuild-all fix the issue, and the build is success now, > the file BUILDING.txt is a little old then because > > To build and run the server, change into the assembly directory and > type: > > $> cd modules/assembly > $> maven > $> cd target/geronimo-1.0-SNAPSHOT > $> java -jar bin/server.jar org/apache/geronimo/Server
Hi Ken, Thanks for reporting! Could you please fill a jira issue about it? > A silly question, where the build go now? That was easy (nor silly ;)). @see assemblies/j2ee-jetty-server/target or assemblies/j2ee-tomcat-server/target/ depending on what servlet container you wish to play with. The most preffered way is to use Geronimo maven plugin and unpack one of these assemblies into a place of your choice. @see sandbox/adventurebuilder/maven.xml for reference. That way you don't need to pull down the sources but declare a dependency and have it taken care by Maven. It takes less time and disk space. Jacek
