Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-patch] Patch: org.eclipse.cdt.debug.ui plugin.xml

Hi Tom and everyone,


> -----Original Message-----
> From: Tom Tromey [mailto:tromey@xxxxxxxxxx]
> Sent: Monday, September 30, 2002 12:49 PM
> To: cdt-patch@xxxxxxxxxxx
> Subject: Re: [cdt-patch] Patch: org.eclipse.cdt.debug.ui plugin.xml
> 
> 
> >>>>> "Judy" == Judy Green <jgreen@xxxxxxx> writes:
> 
> Judy> We are also looking into a slightly different process that would
> Judy> not require that we import the required Eclipse plugins into the
> Judy> workspace. I'll have more on this today.
> 
> I note that the Eclipse core checks in the build.xml files (weirdly,
> in a parallel directory tree in buildScripts).  This makes it easier
> to do a build from the command line.  How about doing something like
> that?

Yes, it is a little weird since the build.xml files are auto-generated
during a build within the IDE.

We are looking into building externally so that we can automate our *daily*
builds and add automatic JUnit testing.

I would prefer that we find a way to generate the build.xml files rather
than storing them, since we do not want to manually keep them up-to-date. We
will definately be looking at how Eclipse does their builds, and modelling
our builds after theirs.

Until then, we will have to make do with the manual builds using the
feature.xm file, from within Eclipse. Hopefully external building will
happen soon.

-Judy


> 
> Tom
> _______________________________________________
> cdt-patch mailing list
> cdt-patch@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-patch
> 


Back to the top