Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] How to build and release libraries ?

If a concrete example helps to illustrate this (?), the steps that we go
through to compile our win32 libraries prior to each build are:
      - load org.eclipse.swt into a workspace
      - rename .classpath_win32 to .classpath
      - change some swt-specific constants to indicate the version number
to put on the library
      - invoke ./workspace/org.eclipse.swt/bin/library/build.bat
      - import the created .dll to the swt project, test it by self-hosting
with it and release it

Grant



                                                                                                                            
                      Rodrigo_Peretti@ot                                                                                    
                      i.com                      To:      eclipse-dev@xxxxxxxxxxx                                           
                      Sent by:                   cc:                                                                        
                      eclipse-dev-admin@         Subject: Re: [eclipse-dev] How to build and release libraries ?            
                      eclipse.org                                                                                           
                                                                                                                            
                                                                                                                            
                      04/17/2002 10:37                                                                                      
                      AM                                                                                                    
                      Please respond to                                                                                     
                      eclipse-dev                                                                                           
                                                                                                                            
                                                                                                                            




The libraries are not compiled during the Eclipse build. Both teams (Core
and SWT) compile it before and release to the repository. For examples on
project structure and how to compile, take a look at the two projects
(org.eclipse.core.resources and org.eclipse.swt) on dev.eclipse.org.

Rodrigo





                      celek@xxxxxxxxxx

                      Sent by:                   To:
eclipse-dev@xxxxxxxxxxx
                      eclipse-dev-admin@         cc:

                      eclipse.org                Subject: [eclipse-dev] How
to build and release libraries ?


                      04/17/2002 09:54

                      AM

                      Please respond to

                      eclipse-dev






Hi,

We need to build alibrary for some native calls.
What step, project structure, ant script should we follow so teh correct
libraries will be generated in the correct builds ?

SWT team ? Core Team ?

Chris
Install/Update

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev






Back to the top