Skip to main content

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

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


Back to the top