Configure Continuum to use an HTTP proxy

View: New views
10 Messages — Rating Filter:   Alert me  

Configure Continuum to use an HTTP proxy

by Jochen Wiedmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

I would like to load an external pom.xml into Continuum. To connect to the SVN server, an HTTP proxy must be used. However, I've got no idea how to tell Continuum that it must use a proxy server?

Thanks,

Jochen

Re: Configure Continuum to use an HTTP proxy

by Emmanuel Venisse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can add java proxy properties in wrapper.conf

Emmanuel

Jochen Wiedmann a écrit :

>
> Hi,
>
> I would like to load an external pom.xml into Continuum. To connect to the
> SVN server, an HTTP proxy must be used. However, I've got no idea how to
> tell Continuum that it must use a proxy server?
>
> Thanks,
>
> Jochen
>


Re: Configure Continuum to use an HTTP proxy

by Jochen Wiedmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Emmanuel Venisse wrote:
You can add java proxy properties in wrapper.conf
Thanks!

Re: Configure Continuum to use an HTTP proxy

by Ashley Williams :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Does this mean you got it to work? I added the proxy properties as
Emmanuel suggested, even changed the property names to camel case and it
still refused to work...


Jochen Wiedmann <jochen.wiedmann@...> wrote on 25/09/2007 12:51:28:

>
>
>
> Emmanuel Venisse wrote:
> >
> > You can add java proxy properties in wrapper.conf
> >
>
> Thanks!
>
> --
> View this message in context: http://www.nabble.com/Configure-
> Continuum-to-use-an-HTTP-proxy-tf4514961.html#a12877931
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>


---

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures.

Re: Configure Continuum to use an HTTP proxy

by Jochen Wiedmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Ashley Williams-5 wrote:
Does this mean you got it to work? I added the proxy properties as
Emmanuel suggested, even changed the property names to camel case and it
still refused to work...
No, this means I wanted to be polite. :-)

In fact, I can't see it working even after adding the respective properties.

Re: Configure Continuum to use an HTTP proxy

by olamy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's to load pom via http right when you add a project ?
Or using the proxy for svn commands ?

If the first you must configure your proxy in .m2/settings.xml.
For the second it's a other trouble.

--
Olivier


2007/9/25, Jochen Wiedmann <jochen.wiedmann@...>:

>
>
>
>
> Ashley Williams-5 wrote:
> >
> > Does this mean you got it to work? I added the proxy properties as
> > Emmanuel suggested, even changed the property names to camel case and it
> > still refused to work...
> >
>
> No, this means I wanted to be polite. :-)
>
> In fact, I can't see it working even after adding the respective
> properties.
>
> --
> View this message in context:
> http://www.nabble.com/Configure-Continuum-to-use-an-HTTP-proxy-tf4514961.html#a12878394
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>


--
Olivier

Re: Configure Continuum to use an HTTP proxy

by olamy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In fact it's not so easy :-).
In my case, it works for the following reason.
My continuum instance was started since long time.
This means some artifacts has been downloaded from the central repo using
wagon http with the proxy defined in my ~/.m2/settings.
This cause some System.setProperty("*proxy*) configured in the jvm for all
future http download.
That's why the download works.
I have tested the following scenarios :
- a continuum restart, no artifact download, adding a project -> failure
- a continuum restart, artifact download, adding a project  -> works

--
Olivier

2007/9/25, olivier lamy < olamy@...>:

>
> It's to load pom via http right when you add a project ?
> Or using the proxy for svn commands ?
>
> If the first you must configure your proxy in .m2/settings.xml.
> For the second it's a other trouble.
>
> --
> Olivier
>
>
> 2007/9/25, Jochen Wiedmann <jochen.wiedmann@... >:
> >
> >
> >
> >
> > Ashley Williams-5 wrote:
> > >
> > > Does this mean you got it to work? I added the proxy properties as
> > > Emmanuel suggested, even changed the property names to camel case and
> > it
> > > still refused to work...
> > >
> >
> > No, this means I wanted to be polite. :-)
> >
> > In fact, I can't see it working even after adding the respective
> > properties.
> >
> > --
> > View this message in context:
> > http://www.nabble.com/Configure-Continuum-to-use-an-HTTP-proxy-tf4514961.html#a12878394
> > Sent from the Continuum - Users mailing list archive at Nabble.com.
> >
> >
>
>
> --
> Olivier




--
Olivier

Re: Configure Continuum to use an HTTP proxy

by Emmanuel Venisse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ok, it doesn't work :(

Please file an issue and we'll look at it for a fix.

Emmanuel

Jochen Wiedmann a écrit :

>
>
> Ashley Williams-5 wrote:
>> Does this mean you got it to work? I added the proxy properties as
>> Emmanuel suggested, even changed the property names to camel case and it
>> still refused to work...
>>
>
> No, this means I wanted to be polite. :-)
>
> In fact, I can't see it working even after adding the respective properties.
>


Re: Configure Continuum to use an HTTP proxy

by Emmanuel Venisse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

already done by olivier: http://jira.codehaus.org/browse/CONTINUUM-1489

Emmanuel

Emmanuel Venisse a écrit :

> ok, it doesn't work :(
>
> Please file an issue and we'll look at it for a fix.
>
> Emmanuel
>
> Jochen Wiedmann a écrit :
>>
>>
>> Ashley Williams-5 wrote:
>>> Does this mean you got it to work? I added the proxy properties as
>>> Emmanuel suggested, even changed the property names to camel case and
>>> it still refused to work...
>>>
>>
>> No, this means I wanted to be polite. :-)
>>
>> In fact, I can't see it working even after adding the respective
>> properties.
>>
>
>
>


Re: Configure Continuum to use an HTTP proxy

by Ashley Williams :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

For my installation, it's to load the pom via http when you add a project.
I thought it was continuum doing the pom download rather than delegating
to maven. I changed the maven settings files in any case, but still no
luck.

oliver.lamy@... wrote on 25/09/2007 13:32:43:

> It's to load pom via http right when you add a project ?
> Or using the proxy for svn commands ?
>
> If the first you must configure your proxy in .m2/settings.xml.
> For the second it's a other trouble.
>
> --
> Olivier
>
>
> 2007/9/25, Jochen Wiedmann <jochen.wiedmann@...>:
> >
> >
> >
> >
> > Ashley Williams-5 wrote:
> > >
> > > Does this mean you got it to work? I added the proxy properties as
> > > Emmanuel suggested, even changed the property names to camel case
and it

> > > still refused to work...
> > >
> >
> > No, this means I wanted to be polite. :-)
> >
> > In fact, I can't see it working even after adding the respective
> > properties.
> >
> > --
> > View this message in context:
> > http://www.nabble.com/Configure-Continuum-to-use-an-HTTP-proxy-
> tf4514961.html#a12878394
> > Sent from the Continuum - Users mailing list archive at Nabble.com.
> >
> >
>
>
> --
> Olivier


---

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures.