The compressedSource directory is only created if you run the target that compresses the source, which you do not need to do. The logs folder is used only by junit.
Near the top of the build.xml file is : <property name="webappsRoot" value="../../../deployment/dist/webapps" /> This property determines where the webapps are built to. So you can make this point directly to your Jetty deployment area. The only target you need to run to get some working examples is "examples". This is what will build the webapps to the directory you set. At this point the build process is really just file copying so you it is pretty simple. James Margaris -----Original Message----- From: Scholten, Dan [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 4:17 PM To: [email protected] Subject: getting started Ok I have JAVA_HOME set to my JDK 1.5 path and ANT_HOME set to my Ant path. I downloaded the source and ran the build script, and the output was as shown in the "Hello World" section. However, the logs, staging, and compressedSource directories were not created. Is there something else I need to do before building? For now, I was just going to use a simple jetty server to deploy and test the examples with, is this sufficient? Thanks, Dan
