in the building.txt doc, it says that "maven" command would build
everything. then there's a list of 4 steps.
if simply build with "maven", do i really need to follow the additional
4 steps?
the reason i'm asking is that the codument says that to run the server
i've to
=====
$> cd assemblies/j2ee-tomcat-server/target/geronimo-1.2-SNAPSHOT
and finally execute the following command:
$> java -jar bin/server.jar
=====
but i dont have the "target" directory after executing "maven" command.
i'm a bit confused, sorry
argyn