Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Can't build CDT cvs version

Hi
I  can't build CDT cvs version.

buildCDT -os win32 -ws win32 -install "d:\usr\eclipse-src"
BUILD FAILED
file:D:/tmp/eclipse-src/plugins/org.eclipse.cdt.core/build.xml:46: srcdir "D:\tmp\eclipse-src\plugins\org.eclipse.cdt.core\dom" does not exist!
BUILD FAILED
file:D:/tmp/eclipse-src/plugins/org.eclipse.cdt.ui.tests/build.xml:66: D:\tmp\ec
lipse-src\plugins\org.eclipse.cdt.ui.tests\model not found.

And I tried:
cd org.eclipse.cdt.core
cvs update -d
cd org.eclipse.ui.tests
cvs update -d

And edit buildCDT.xml  remove "clean,fetchAll" below:
<!--  default target that runs complete build  -->
<target name="run" depends="copyScripts,slamBuildId,copyScripts,build.update.jar,zip.distribution,zip.sources" />

And result:
BUILD SUCCESSFUL
Total time: 1 minute 0 seconds

But this 'org.eclipse.cdt-200309171022-win32_1.1.0.bin.dist.zip' size is 301KB.
Is this too short?
This plugin codes does not install completely to eclipse.

_________________________________________________________________
会員登録は無料 充実した出品アイテムなら MSN オークション http://auction.msn.co.jp/


Back to the top