Community
Participate
Working Groups
When I install the XText 1.0.2 nightly build (latest 20101231), I found the following error in the console: [Fatal Error] ?countryCode=us&timeZone=-5&format=xml:1:3: The markup in the document preceding the root element must be well-formed. I used the update site here to install: http://download.eclipse.org/modeling/tmf/updates/nightly
Hi, any update with this defect? Wondering if this is something you can address in the XText 1.0.2 release.
Hi Samantha, we'll definitily have a look at this one. It seems to be related to releng issues but I'm not 100% sure. Regards, Sebastian
(In reply to comment #2) > Hi Samantha, > > we'll definitily have a look at this one. It seems to be related to releng > issues but I'm not 100% sure. > > Regards, > Sebastian Thanks a lot for the update ! :)
(In reply to comment #0) > When I install the XText 1.0.2 nightly build (latest 20101231), I found the > following error in the console: > > [Fatal Error] ?countryCode=us&timeZone=-5&format=xml:1:3: The markup in the > document preceding the root element must be well-formed. > > I used the update site here to install: > http://download.eclipse.org/modeling/tmf/updates/nightly Hi Samantha, p2 tries to load the mirror.xml from http://download.eclipse.org/modeling/tmf/updates/ ^^ and gets default HTML as response, this can't be parsed. it's not a real error, an not a fatal at all, p2 will simply install the artifacts from the root server (canada), it's slower but it will work. Since nightly builds are not mirrored it doesn't matter ;) Regards, Dennis.
site.p2 actions inserts update site url definition from the build feature as p2.mirrorsURL in the artifacts.xml. Removed update site declaration.
Closing all bugs that were set to RESOLVED before Neon.0