Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] FW: Integrate into build system

The doc you mention is out of date. This application does not exist anymore
and was replaced by an Ant task (eclipse.buildScript). There is currently a
lack of documentation on it but you might be able to get an example. Try
asking for it at the platform-releng-dev mailing list.

Rodrigo




                                                                                                                                  
                      Gunnar                                                                                                      
                      Wagenknecht              To:       "'pde-dev@xxxxxxxxxxx'" <pde-dev@xxxxxxxxxxx>                            
                      <G.Wagenknecht@in        cc:                                                                                
                      tershop.de>              Subject:  [pde-dev] FW: Integrate into build system                                
                      Sent by:                                                                                                    
                      pde-dev-admin@ecl                                                                                           
                      ipse.org                                                                                                    
                                                                                                                                  
                                                                                                                                  
                      08/21/2002 07:36                                                                                            
                      AM                                                                                                          
                      Please respond to                                                                                           
                      pde-dev                                                                                                     
                                                                                                                                  
                                                                                                                                  




-----Original Message-----
From: Gunnar Wagenknecht
Sent: Wednesday, August 21, 2002 1:28 PM
To: 'pde-dev@xxxxxxxxxxx'
Subject: Integrate into build system


Hi!

Are there any plans to support an easy generation of build.xml scripts for
features/plugins from outside Eclipse? The way described in
org.eclipse.pde.build\notes\usingPDEBuild.html doesn't work. The
application
is unknown.

java -cp startup.jar org.eclipse.core.launcher.Main
     -application org.eclipse.pde.core.buildScript
     -elements feature@org.eclipse.platform.feature
     -install c:\mybuild\

Also I can't find a solution to avoide compile outputs in my source
directories. "-install" seems to be the target and source.

I want to compile my features using source from a ClearCaseView (source
dir)
and putting a ready for deployment result to another location.

Cu, Gunnar
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-dev






Back to the top