Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] 4.1 short SDK Build: I20101202-0738

Hi Danail,

On Thu, Dec 2, 2010 at 9:23 AM, Branekov, Danail <danail.branekov@xxxxxxx> wrote:

I am sorry for the dumb question, but how do I see the error which caused the build failure? I tried clicking around the links of the URL below, but did not see anything which looks like a build log

Regards, Danail


When the build fails it doesn't seem to publish anything useful to download.eclipse.org.

There are 2 places, however, where you can check a log.  A currently running build will show up:
wget -O buildlog.txt http://build.eclipse.org/eclipse/e4/logs/current.log

If an e4 build fails, like http://download.eclipse.org/e4/downloads/drops/I20101202-0645
you goto the web site and get a 404 (probably because of no index).

But you can get the buildlog by adding buildlog.txt to the URL
wget -O bt.txt http://download.eclipse.org/e4/downloads/drops/I20101202-0645/buildlog.txt

Later,
PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top