Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] How to build DLTK on local machine?

Hi,

Actually you try to execute our server site build system, but it require
some additional steps to be performed.

To get build you need to use eclipse export wizard.
Select any DLTK project and then say "Export"  -> "Deployable plugins
and fragments feature".  Then select all required features to build.

It will produce exactly what you need, and almost same result as build
system.

Andrei.
> Hi,
>
> Is there any document about how to build DLTK? I tried to build it on my local machine, and met the following problems.
>  
> 1.       Check out code using CVS in Eclipse. The module is org.eclipse.dltk. and the tag is “HEAD”
> 2.       Run releng.dltkbuilder/build.xml as ant build.
> 3.       It prompted that some directories are missing. So I made directories manually. Are these directories should be created automatically or manually?
> For example:
> java.io.FileNotFoundException: /home/ workspace/org.eclipse.dltk/releng.dltkbuilder/build-dltk-R1.0-I/workdir/fetch_org.eclipse.dltk.python.xml (No such file or directory)
> [build-dltk-python] Total time: 0 seconds
> 4.       Some environment variables are not set. I just guess the meaning and set them as following.
> export buildBranch=RC4_33
> export LOCAL_BUILD_PROPERTIES_DIR=/home/chwang/dltkworkspace/org.eclipse.dltk/releng.dltkbuilder
> export BUILD_HOME=/home/workspace/org.eclipse.dltk/releng.dltkbuilder
> export BASEOS=linux
> export BASEWS=gtk
> export BASEARCH=x86
> export OS=linux
> export CAL_PREREQS_CACHE=/home/workspace/org.eclipse.dltk/releng.dltkbuilder/builders/RC4_33/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build/scripts
> export LOCAL_PREREQS_CACHE=/home/workspace/org.eclipse.dltk/releng.dltkbuilder/builders/RC4_33/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build/scripts
> export JAVA_5_HOME=/home//program/jdk1.5.0_12
> 5.  How to fix this problem? releng.dltkbuilder/scripts/dependency/build.xml:80: java.net.MalformedURLException: no protocol: ${eclipse.url}/${eclipse.file}. 
>  
> Is there anything wrong with my build method? And can someone tell me what’s the exactly meaning of those environment variables, and if there are more variables should be defined?
> And any document about building DLTK?
>  
> Best regards,
> Joy
>
>
>        
> ____________________________________________________________________________________
> Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. 
> http://mobile.yahoo.com/go?refer=1GNXIC
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>   



Back to the top