Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Building CDT with out changes

I guess the best place to start is to look at the
org.eclipse.cdt-releng/org.eclipse.cdt.releng project in CVS. This is where
my build scripts are for the CDT. 'build.sh' is the starting point which
checks out the eclipse basebuilder and then calls our 'build.xml' ant script
which then kicks into the PDE build scripts as well as runs our JUnits and
uploads the builds as appropriate.

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Warren.Paul@xxxxxxxxx
> Sent: Monday, January 16, 2006 2:53 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Building CDT with out changes
> 
> I've been struggling to get our builds going and was hoping someone
> could lend a hand.  We make some modifications to a few CDT plugins.
> Some of our plugins depend on these modified CDT plugins.  We have
> created a feature plugin and are trying to build it in the same fashion
> that Eclipse itself is built using the headless builds.  I have read
> http://www.eclipse.org/articles/Article-PDE-Automation/automation.html
> and created the map file, customTargets.xml and build.properties for our
> feature.
> 
> The main problem seems to be getting our modified CDT stuff to build,
> and have the jar files remain in the headless workspace so that our own
> plugins will build.  We want to keep the features separate (CDT and our
> own).  We need to check out the CDT sources from our own repository with
> our changes.  Basically what I have done is take org.eclipse.cdt-feature
> and created a map file for it corresponding to our repository.  I
> include the CDT feature in our feature plugin and make it a dependency.
> When I run the build of our feature I expect it to build the CDT feature
> and then our own.  I haven't gotten very far with this approach thus
> far.
> 
> I guess it would help to know if anyone else is doing something similar
> and if I am on the right track or not.
> 
> Thanks,
> Warren
> Nokia Developer Tools
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top