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 build eclipse from CVS one for week

1) download plugins (necesery and what I like) and zip file from eclipse site
with 
cvs co <plugin>  (I have script with cvs commands and add new plugins when is released)
or cvs up <plugin>
2) move plugins in empty dir
3) unpack zip from site in same dir
add in install task    depends="init"
and build with

./build os=linux ws=gtk arch=x86 slamBuildId
./build os=linux ws=gtk arch=x86 compile
./build os=linux ws=gtk arch=x86 install

in dir result is eclipse distribution

When milestone is released I download with tags from zip file (it is complicate; ed , grep cvs ...)

I download never complete distribution

regards


On Monday 10 May 2004 06:49 pm, Andrew Gaydenko wrote:
> 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