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


You should take a look in the .log of the workspace.

PaScaL



Andrew Gaydenko <a@xxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

05/10/2004 02:49 PM

Please respond to
eclipse-dev

To
eclipse-dev@xxxxxxxxxxx
cc
Subject
[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
_______________________________________________
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