Hi,
I use java 3.5.1, jdk 1.6
I tried with another folder like you wrote too, but it's the same error? 
So, what's the problem?
Thanks

-----Original Message-----
From: chico charlesworth [mailto:[email protected]] 
Sent: Montag, 1. März 2010 18:54
To: [email protected]
Subject: Re: How to build shindig 1.5 beta

Two things:
 1. What version of java are you running? To find out, type *java -version*.
To run shindig you need Java (JDK/JRE) *1.5 or later* installed.
 2. Once you have java 1.5 or later, checkout shindig to a directory with no
spaces (e.g. *not* C:\Users\*Vu Thu Thuy*):
   # open command prompt, svn co
http://svn.apache.org/repos/asf/shindig/trunk/ c:\shindig, cd c:\shindig,
run mvn

On 1 March 2010 17:34, VU, Thi Thu Thuy <[email protected]> wrote:

> Here is my problem:
>
>    * For SVN
>
>          o First : i created a new folder where i want to contain shindig's
> code
>
>          o I got shindig code due to this cmd:
>
>            svn co http://svn.apache.org/repos/asf/shindig/trunk/ shindig
>
>          o I entered into folder shindig: cd ./shindig
>
>
>
>          o After that; I run cmd:
>
>            C:\Users\Vu Thu Thuy\PFE\shindig>mvn
>
>          o Error: Scanning for projects
>
>            FATAL ERROR
>
>            Error building POM (may not be this project's POM)
>
>            ProjectID: org.apache.shindig:
> shindig-project:pom:1.1-BETA6-SNAPSHOT
>
>            Reason: can not find parent : org.apache for
> project:org.apache.shindig: shindig-project:pom:1.1-BETA6-SNAPSHOT
>
>    * For downloading directly from site apache shindig :
> shindig-1.1-BETA5-incubating-source
>
>      I downloaded this source code from shindig's site;
>
>      Run: mvn in the folder shindig
>
>      Build failure
>
>      C:\Users\Vu Thu Thuy\Downloads\shindig\java\common\src\test
> \java\org\apache\shindig\common\servlet\HttpServletResponseRecorder.java:[43,61]
> incompatible types: no instance(s) of type variables K,V exist so that
> TreeMap<K,V> conforms to Map<String, String>
>
>    * If I used shindig's code with eclipse:
>
>      I can't fix the errors. I couldn't found "update source folders" from
> menu of maven. I tried to use all of menu of maven, but nothing happened.
>
>      Can you tell me why?
>
>      THANKS FOR ALL YOUR HELP
>
>
> -----Original Message-----
> From: chico charlesworth [mailto:[email protected]]
> Sent: Montag, 1. März 2010 17:38
> To: [email protected]
> Subject: Re: How to build shindig 1.5 beta
>
> Ah sorry, I think email attachments don't work on this mailing list.
>
> Can you copy and paste into the email the output when you run *mvn*? For
> now
> don't copy all of your problems, just the *mvn* output.
>
> On 1 March 2010 16:20, VU, Thi Thu Thuy <[email protected]> wrote:
>
> > Hey,
> > I attached all problem I had into "shindig problem"
> > Could you see them for me?
> > Thanks a lot
> > I'll wait for your reponses;
> >
> > -----Original Message-----
> > From: chico charlesworth [mailto:[email protected]]
> > Sent: Montag, 1. März 2010 16:48
> > To: [email protected]
> > Subject: Re: How to build shindig 1.5 beta
> >
> > can you open up a new command prompt, go to where you checked out shindig
> > (e.g. cd ~/src/shindig) and run 'mvn', then copy and paste everything in
> > the
> > command prompt into a file, and email us the output file as an
> attachment?
> >
> > On 1 March 2010 15:27, VU, Thi Thu Thuy <[email protected]> wrote:
> >
> > > 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
> > > >
> > > >
> > >
> >
>

Reply via email to