I've tried to build shindig 1.5 beta with the guide you gave me, but "build failure" :(. There are some incompatible types :(. I downloaded the lastest version of shindig :(
I'm really nervous :( -----Original Message----- From: VU, Thi Thu Thuy [mailto:[email protected]] Sent: Montag, 1. März 2010 16:22 To: '[email protected]' Subject: RE: How to build shindig 1.5 beta Did you success to use this guide? Did you tried to build shindig with eclipse? Cause, when I tried to build it with eclipse. I couldn't found how to Update Source Folders. And I couldn't fix the errors in the project I've just created with shindig's code. I really need your help Thank you very much. -----Original Message----- From: chico charlesworth [mailto:[email protected]] Sent: Montag, 1. März 2010 16:16 To: [email protected] Subject: Re: How to build shindig 1.5 beta I presume you're following the docs for building and running Shindig ( http://shindig.apache.org/developers/java/build.html). It should work fine if you: 1. Open a command prompt, and cd to where you checked out the shindig code from subversion, for example: *cd ~/src/shindig* 2. Run a full maven build, that is, run the following: *mvn* 3. If the above step ends with 'Build Successfull', you should be able to start shindig, that is: *mvn -Prun* Further instructions are in the file *~/src/shindig/BUILD-JAVA* Cheers, Chico On 1 March 2010 14:47, VU, Thi Thu Thuy <[email protected]> wrote: > Hello, > I'm new in Shindig. > I followed the guide of shindig apache to build a program with shindig. > But, it's impossible. > I can't run mvn -Prun (when I run mvn, it missed 2 things, and I don't > know how to fix them;) > And anothing, I saw that, all guides are for only one version, but it > doesn't note which version I can use. > > So, could you give me a good guide for one version of shindig that you've > already followed to build your program. > > Thanks very much > P/S: I was trapped with this 1st step for more than 1 week. So I really > need your help. > Thanks again > >
