Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CppUnit Integration Into CDT

Cool. Probably the best approach would be to work on it at sourceforge
until you reach a point where you're happy with it. Then you can
contribute it to the CDT via a patch. We then need to run it through the
IP process at Eclipse to make sure licensing is compatible and that the
code is clean of copyright infringements, etc. Once that is done we can
add it into the CDT repositories and add it to the CDT builds. You won't
have write access to it right away but after you submit a few patches
maintaining it, we would likely vote you in as a committer to give you
full rights.

That's the process, anyway. There are pros and cons to it and I'll let
you decide if you want to go through the work to get there. And I'd like
to see community feedback as to whether this is the right thing to do
for the CDT.

Cheers,
Doug. 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Gerhard H. 
> Leonhartsberger
> Sent: Tuesday, August 19, 2008 1:45 PM
> To: CDT General developers list.
> Cc: Alex Aizikovsky
> Subject: Re: [cdt-dev] CppUnit Integration Into CDT
> 
> Hi Doug!
> 
> Yes, I think it would be great if it could be part of the 
> official CDT! It would strongly support this.
> 
> The current implementation status is that it support 
> different versions of CppUnit. Some further development 
> effort is necessary to support other testing frameworks. But 
> this should be technically possible and the effort is limited 
> (C/C++ test client implementation and some Java 
> refactorings). This is a great feature request to the current 
> implementation. What do we need to have it as an offical part 
> of the CDT?
> 
> Cheers,
> Gerhard
> 
> ---
> DI Gerhard Leonhartsberger
> Sildgasse 4/1/9
> A-1210 Wien
> 
> Email: gerhard_leonhartsberger@xxxxxx
> 
> On 18.08.2008, at 21:23, Schaefer, Doug wrote:
> 
> > Very cool guys. This has been on the CDT wish list for 
> quite a while 
> > and unfortunately the original trial implementation was never 
> > finished.
> >
> > Is this something you think would be good to have as an 
> official part 
> > of the CDT? i.e. hosted in the CDT project itself. This would be 
> > especially useful if it could handle different test 
> frameworks since 
> > we don't have an obvious one that is a defacto standard 
> like Junit is 
> > for Java. The boost test package is also a candidate, and 
> our friends 
> > at HSR have one as well (called CUTE? I think?)
> >
> > Cheers,
> > Doug
> >
> >> -----Original Message-----
> >> From: cdt-dev-bounces@xxxxxxxxxxx
> >> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Keith Ray
> >> Sent: Monday, August 18, 2008 3:19 PM
> >> To: CDT General developers list.
> >> Cc: Alex Aizikovsky; CDT General developers list.
> >> Subject: Re: [cdt-dev] CppUnit Integration Into CDT
> >>
> >> My colleage and I are interested in supporting this and supporting 
> >> other frameworks like Google's c++ test framework.
> >> Please let us know how we can help.
> >>
> >> Sent from my iPhone
> >>
> >> On Aug 18, 2008, at 7:32 AM, "Gerhard H. Leonhartsberger"
> >> <gerhard@xxxxxxxxxxxxxxxxxxx  > wrote:
> >>
> >>> Hi there!
> >>>
> >>> I saw in CVS for a couple of weeks that there was a first 
> >>> implementation of CppUnit integration into CDT available.
> >>> Unfortunately that implementation was not developed further. So I 
> >>> decided to start a small plugin for CppUnit integration
> >> based on that
> >>> initial CppUnit implementation. Finally I open sourced it 
> at source 
> >>> forge. If you are interesting in trying the first milestone drop, 
> >>> please find the  project at http://sourceforge.net/projects/ ecut.
> >>> ECUT stands for Eclipse CppUnit Tooling.
> >>>
> >>> Please let me know if you find it useful. Thanx.
> >>>
> >>> BR
> >>> Gerhard Leonhartsberger
> >>>
> >>> ---
> >>> DI Gerhard Leonhartsberger
> >>> Sildgasse 4/1/9
> >>> A-1210 Wien
> >>>
> >>> Email: gerhard_leonhartsberger@xxxxxx 
> >>> _______________________________________________
> >>> 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
> >>
> > _______________________________________________
> > 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