you may well need to configure maven to use the HTTP proxy as well:
http://maven.apache.org/guides/mini/guide-proxies.html

I think trying it at home first might well be your best option though.

Cheers,
Chico

On 25 February 2010 14:38, VU, Thi Thu Thuy <[email protected]> wrote:

> Yeah,
> I did exactly like you wrote here. But I can't.
> I'll try it at home tonight.
> Anyway, I had another problem.
> I tried to get code shindig without svn, so, it's not a project. But I also
> tried to create a new project from these code,
> and maybe my eclipse doesn't support some classes. There are a lot of
> errors in many classes
> > org.json.JSONObject
> > com.google.common.collect.Multimap
> > org.apache.commons.io.IOUtils
> > ...
> And in some folders like java..., it doesn't contain code (it's strange,
> cause without eclipse, it already has code),
> I don't know what I miss.
> Could you give some solutions, pls?
>
>
> -----Original Message-----
> From: chico charlesworth [mailto:[email protected]]
> Sent: Donnerstag, 25. Februar 2010 15:29
> To: [email protected]
> Subject: Re: error when import project shindig
>
> You need to sort out the proxy for svn to work.
>
> Do you know your firefox proxy settings? If not, go to "Connection
> Settings"
> in firefox and get the HTTP proxy server and port (here's how
> http://www.ehow.com/how_2033403_change-connection-settings.html)
>
> Then you'll need to configure svn to go through the HTTP proxy:
>
> 1. Find and edit the 'servers' configuration file: The file's location
> depends on your operating system. On Linux or Unix it is located in the
> directory ~/.subversion. On Windows it is in %APPDATA%\Subversion (try echo
> %APPDATA%, note this is a hidden directory).
>
> 2. Add the following below [group], and replace <your.proxy.name> and
> <your.proxy.port> with what was in Firefox's Connection Settings:
> http-proxy-host = <your.proxy.name>
> http-proxy-port = <your.proxy.port>
>
> 3. Try running "svn checkout
> http://svn.apache.org/repos/asf/shindig/trunk/shindig";.
>
> If you still can't get it to work, maybe try shindig at home where you
> won't
> be behind a proxy.
>
> Cheers,
> Chico
>
> On 25 February 2010 14:05, VU, Thi Thu Thuy <[email protected]>
> wrote:
>
> > Hello
> > I tried to browser with the link
> > http://svn.apache.org/repos/asf/shindig/trunk/, It works well on my
> > firefox, but when I do checkout, It gave me the same msg like before :(
> > Pls tell me why.
> > Thanks very much
> >
> > -----Original Message-----
> > From: VU, Thi Thu Thuy [mailto:[email protected]]
> > Sent: Donnerstag, 25. Februar 2010 14:26
> > To: '[email protected]'
> > Subject: error when import project shindig
> >
> > Hi all,
> > I was trapped in many error when i tried to create a new project used
> > shindig's code.
> > There are many classes that my eclipse doesn't resolve such as:
> > org.json.JSONObject
> > com.google.common.collect.Multimap
> > org.apache.commons.io.IOUtils
> > ...
> > I don't know what I miss.
> > Could you give some solutions, pls?
> > Thanks
> >
>

Reply via email to