Hello, I will take you from the point of getting XAP out of the svn repository (https://svn.apache.org/repos/asf). The project is under the "incubator/xap". Check out the trunk into an Eclipse project. First you will want to modify the build.xml file to configure the
<property name="webappsRoot" value="../deployment/dist/webapps" /> Property, to point to the location you want: for example: <property name="webappsRoot" value="c:/3rdparty/lamp/apache/htdocs" /> To run from apache. Then run the Ant build by right clicking on the build.xml and selecting the "Run As" -> "Ant Build..." and check off just the examples target. This will build all the samples and demos. There are other tasks to do unit tests and docs but the example task is a good place to get started. I use apache to test the application so I change the property "webappsRoot" to the "htdocs" directory under apache. That allows me to use launch the samples from http://localhost/xap/index.html I hope this helps, Bob (Buffone) -----Original Message----- From: Rinku [mailto:[EMAIL PROTECTED] Sent: Sunday, June 25, 2006 1:27 AM To: [email protected] Subject: Setting up XAP project sources under Eclipse Greetings, I have very recently joined this list and toying around with XAP sources. Wondering if someone can guide me on how to set up project(s) under Eclipse for XAP. Sorry if I am jumping the gun here, but I couldn't find any mail archives or instructions on the website. Appreciate any pointers. Thanks in advance, Rahul
