Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse CVS - suggestions for update
Eclipse CVS - suggestions for update [message #120702] Tue, 02 September 2003 20:44
Eclipse UserFriend
Hello,
I compile Eclipse 3.0 from cvs Septembar, 2 (linux,gtk 2.2.3) and have any
suggestions :

1. build.xml fail for target install
I change line 55 from :

<target name="install">
to
<target name="install" depends="init">

target 'install' need property 'configuration' and we can define property or
set this dependency

2. ant cannot create distribution zip file
I create directory result manual and this work

3. I must download build file (1.6 MB) for all cvs build
I think that this file/files should be in cvs repository, too

When update eclipse cvs I do next :
- fetch target from build script (except that this is only update from
cvs)
a) update all plugins module for linux-gtk in dir plugins
(+ org.eclipse.jdt.launching.macosx - without this ant return error -
probably bug in build script)

b) update all features in dir features

c) create dir buildScripts and copy plugins and features in buildScripts
d) unzip eclipse-sourceBuild.....zip from dir buildScripts/..

e) cd buildScripts
change build.xml (like before in 1.) and create result dir
call
./build -os linux -ws x86 -arch x86 -target slamBuildId
./build -os linux -ws x86 -arch x86 -target compile
./build -os linux -ws x86 -arch x86 -target install

You can create CVS modul (btw. eclipse.build) and if we checkout (or
update) this module we have fresh source build file.

Current build from eclipse site force download complete cvs tree every
time.

regards
Haris Peco
Previous Topic:[ANN] ILOG JRules Plugin for Eclipse 1.2
Next Topic:Problems with <mapper type="regexp"
Goto Forum:
  


Current Time: Fri Jul 04 02:47:09 EDT 2025

Powered by FUDForum. Page generated in 0.02979 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top