Initialized empty Git repository in D:/private/org.eclipse.virgo.kernel/.git/
fatal: Unable to look up
git.eclipse.org (port 9418) (No such host is known. )
in order to be able to clone the kernel module. But the command git submodule update --init
Failed because of the "git://" url,
so i changed to default url into git's file : .gitmodules to
url = "" href="http://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.virgo-build.git" target="_blank">http://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.virgo-build.git
and as there was a creation of the submodule reference in file .git/config, you need to change the url in this file too
Then you need to have ant into your Path, and when i tried, to build using goals clean, clean-integration test :
i got this due to my proxy :
[ivy:cachepath] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath] :: UNRESOLVED DEPENDENCIES ::
[ivy:cachepath] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath] :: org.springframework.build#org.springframework.build.ant;1.1.0.RELEASE: not found
[ivy:cachepath] ::::::::::::::::::::::::::::::::::::::::::::::
To resolve this the command -autoproxy
didn't work, but setting explicitely the env variable :
set ANT_OPTS=-Dhttp.proxyPort=8080 -Dhttp.proxyHost=myProxyHost -Dhttp.proxyUser=myUser -Dhttp.proxyPassword=myPassword
worked for me,
Hope it will help somebody,
Regards,
Olivier.
2010/8/31 Glyn Normington
<gnormington@xxxxxxxxxx>
Hi Olivier
Please could you describe in detail what you did to get this working as I'm sure others will benefit from the information.
Also we face possibly the same issue on the new Eclipse CI server, so the detail would save us committers some time too.
Thanks,
Glyn
On 13 Aug 2010, at 15:55, Olivier Girardot wrote:
Thank you it didn't work (using autoproxy) but using explicit env variable
it worked like a charm
Regards,
Olivier.
2010/8/12 Iliev, Hristo <hristo.iliev@xxxxxxx<mailto:hristo.iliev@xxxxxxx>>
From: virgo-dev-bounces@xxxxxxxxxxx<mailto:virgo-dev-bounces@xxxxxxxxxxx> [mailto:virgo-dev-bounces@xxxxxxxxxxx<mailto:virgo-dev-bounces@xxxxxxxxxxx>] On Behalf Of Olivier Girardot
Sent: Thursday, August 12, 2010 4:51 PM
To: virgo-dev@xxxxxxxxxxx<mailto:virgo-dev@xxxxxxxxxxx>
Subject: [virgo-dev] How to build virgo behind proxy ?
Hi everyone,
i wanted to know how i could build virgo repositories behind a proxy ?
I got git working and cloned kernel repo + submodule (build-kernel), but now as i'm starting to build the project with ant ,
it has some problem downloading dependencies.
Where can i tweak the ant tasks to use a dedicated proxy ?
Thank you,
Regards,
Olivier.
_______________________________________________
virgo-dev mailing list
virgo-dev@xxxxxxxxxxx<mailto:virgo-dev@xxxxxxxxxxx>
<ATT00001..txt>