Hi Anis, I finally encountered the error that you reported. In my case it happens because the program tries to navigate to an index.html file that does not exist on disk. I'll see if I can catch this (and other exception cases) and have the program fail gracefully.
Regards, -------------------------------------------------- Patrick Porlan Intel / Open Source Technology Center Montpellier, France > -----Original Message----- > From: Anis KADRI [mailto:anis.ka...@gmail.com] > Sent: Friday, July 13, 2012 8:27 PM > To: callback-dev@incubator.apache.org > Subject: Re: [ANNOUNCE] Cordova on Windows 7 > > On Fri, Jul 13, 2012 at 2:00 AM, Porlan, Patrick > <patrick.por...@intel.com> wrote: > >> > I tried it out. It compiles OK but I am getting this message when I run > >> > it. > >> > > >> > http://imgur.com/mVguO > >> > >> My guess is that you have not installed IE 9 *and* my IE version check is > >> failing... > > > > So, the version check does seem to work reliably. > > There may be something else at play here, perhaps a CR-LF conversion issue > > when acquiring the > sources. Try cloning the repo in command line: > > > > git clone https://github.com/otcshare/cordova-win7 > > I don't know how to clone a repo other than from using "git clone" in git-bash > > > > > Aside from that, there may be an issue with the configuration of the > > browser (access restrictions?) > or with third party programs (antivirus?). > > Since I only used IE once to download Chrome, I can't tell you if > there is an access restriction or anything. I am not very used to IE. > I have never used an antivirus either ;-)