Hi again, Ignore email below, I forgot to restart cmd prompt!!
Thanks! _____________________________________________ From: Olivia Gannon [mailto:[EMAIL PROTECTED] Sent: 16 January 2008 12:41 To: '[email protected]'; '[EMAIL PROTECTED]' Subject: RE: shindig implementation Hi Dan, Thanks for your prompt reply. I have gotten as far as step 3) From java/gadgets/... * mvn package - Builds Gadget Server and runs tests. I have never used maven before, so could you help me out - I am getting 'mvn' is not recognized as an internal or external command, In the following directory I tried to run 'mvn command' - C:\shindig\trunk\java\gadgets I followed the installation instructions on the maven website as follows, 1. Unzip apache-maven-2.0.8-bin.zip to the directory you wish to install Maven 2.0.8. These instructions assume you chose C:\Program Files\Apache Software Foundation\apache-maven-2.0.8 2. Add the bin directory to your path, by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then editing the PATH variable in the user variables. eg. "C:\Program Files\Apache Software Foundation\apache-maven-2.0.8\bin";%PATH% 3. In the same dialog, make sure that JAVA_HOME is set to the location of your JDK, eg. C:\Program Files\Java\jdk1.5.0_02 4. Run mvn --version to verify that it is correctly installed. But still no luck. Any ideas? I am trying to integrate shindig with a local test site here for research purposes. Thanks, Olivia. -----Original Message----- From: Dan Peterson [mailto:[EMAIL PROTECTED] Sent: 16 January 2008 11:52 To: [email protected] Subject: Re: shindig implementation Hi Olivia, Glad to hear about your interest. If you're looking to run your own gadget server, the Java version is furthest along, and the basic documentation to get that running is at: http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets/README Can you start there and perhaps also fill us in more about the site you're looking to integrate Shindig with? Cheers, -Dan On Jan 16, 2008 3:43 AM, Olivia Gannon <[EMAIL PROTECTED]> wrote: > I have downloaded the source code for shindig & now want to implement the > code into an existing project to become a container/host. Where do I > start > with this? > >

