Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] BUILD FAILED from current CVS

I'm not sure, .log file is interesting: there is stack of exceptions with such top:

java.lang.RuntimeException: Error running application
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:288)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117)

All the other are ant exceptions with messages like shown at build output with this
root cause:

/wrk/cvs/e/org.eclipse.releng.eclipsebuilder/platform/customTargets.xml:107: Basedir /wrk/cvs/e/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.0.0/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.0.0/scripts does not exist

Must I attach .log file?

Andrew

======= On Monday 10 May 2004 23:00, Pascal Rapicault wrote: =======
You should take a look in the .log of the workspace.

PaScaL


====================================

Hi,

I have tried to ask the question to releng list without any answer.
So (sorry for crossposting), the question is here.

As pointed here:

http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.releng.eclipsebuilder/readme.html?rev=1.23&content-type=text/html


I have checked out org.eclipse.releng.basebuilder and 
org.eclipse.releng.eclipsebuilder.
Then, I have started this command:

java -cp ../org.eclipse.releng.basebuilder/startup.jar \
    org.eclipse.core.launcher.Main -application 
org.eclipse.ant.core.antRunner\
    -buildfile build.xml -Dcomponent=platform -Dconfigs="linux,gtk,x86" \
    -DbuildDirectory=/wrk/cvs/e/builds/platform

And have got output shown below. Where am I wrong?

Andrew

============== build output ===================
Buildfile: build.xml

main:

main:

preBuild:

preSetup:

checkLocal:

getMapFiles:

postSetup:

BUILD FAILED
/wrk/cvs/e/org.eclipse.releng.eclipsebuilder/build.xml:23: Following error 
occured while executing this line
/wrk/cvs/e/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.0.0/scripts/build.xml:20: 
Following error occured while executing this line
/wrk/cvs/e/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.0.0/scripts/build.xml:39: 
Following error occured while executing this line
/wrk/cvs/e/org.eclipse.releng.eclipsebuilder/platform/customTargets.xml:107: 
Basedir 
/wrk/cvs/e/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.0.0/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.0.0/scripts 
does not exist
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top