Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT4.0RC3 - why only available as update sitefrom d ownload page?


Note that pde.build has support for repackaging archives.  Eclipse itself is built as one big master zip which is then repackaged into separate downloads.

There are some docs here:
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tasks/pde_packager.htm

And the eclipse releng project is in CVS under org.eclipse.releng.eclipsebuilder look at the releng_test branch.

-Andrew



Doug Schaefer <DSchaefer@xxxxxxx>
Sent by: cdt-dev-bounces@xxxxxxxxxxx

06/15/2007 03:24 PM

Please respond to
"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

To
"CDT General developers list." <cdt-dev@xxxxxxxxxxx>
cc
Subject
RE: [cdt-dev] CDT4.0RC3 - why only available as update sitefrom        d        ownload page?





It's all in the org.eclipse.cdt.releng project in CVS. The build.xml file is
the main driver. It's called by a build.sh script. Which itself gets called
with a local script that adds java to the path and passes in the path to an
eclipse-SDK tar.gz file for ${dist}.

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 Robert O'Brien
> Sent: Friday, June 15, 2007 3:09 PM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] CDT4.0RC3 - why only available as update sitefrom
> download page?
>
> Richard -- Thanks for the pointer to using update-manager from
> the command line, I'll look into it. Sounds interesting.
>
> Doug -- Would you give me a pointer to how to take a look at
> the cdt releng stuff? I'm willing to take a look at it,
> not sure what if anything will come of it.
>
> Thanks,
>
> Robert.
>
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx
> > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
> > Sent: Friday, June 15, 2007 4:58 AM
> > To: CDT General developers list.
> > Subject: RE: [cdt-dev] CDT4.0RC3 - why only available as
> > update sitefrom download page?
> >
> > Thanks, Robert. And sorry for the change but it was becoming
> > clear that we needed to do something to meet Eclipse guidelines.
> >
> > BTW, I am serious. If anyone wants to come play with ant and
> > the eclipse servers, I'd really like to hand off the releng
> > duties. If you've read my blog you've seen it isn't a big
> > chore. And you get to learn more about PDE build than you
> > ever though possible :)
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top