Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] could not create plug-in for Managed Build system using Eclipse RC1+CDTM9 in linux environment

Hi Douglas,

   Thanks for reply and sorry for wrong posting!

   I am not sure is it a bug in eclipse so i raised the same question in
the newsgroup and i will submit the bug report when
it is proved as a bug(not my problem on writing the plug-in)

Douglas Schaefer wrote:
> Hi Ben,
> 
> A couple of points. These questions are better asked on the newsgroup 
> where such support type questions are more likely to get answered. Also, 
> you have probably ran into a couple of bugs in the CDT. Please raise them 
> in bugzilla so that can be addressed.
> 
> Thanks,
> Doug Schaefer, IBM's Eclipse CDT Architect
> Ottawa (Palladium), Ontario, Canada
> 
> 
> 
> Ben Lau <benlau@xxxxxxxxxxxx> 
> Sent by: cdt-dev-admin@xxxxxxxxxxx
> 06/03/2004 04:57 AM
> Please respond to
> cdt-dev
> 
> 
> To
> cdt-dev@xxxxxxxxxxx
> cc
> 
> Subject
> [cdt-dev] could not create plug-in for Managed Build system using Eclipse 
> RC1+CDTM9 in linux environment
> 
> 
> 
> 
> 
> 
> Hi ,
> 
>      I am learning to write plug-in for managed buld system. In the
> windows environment(Eclpse M9 + CDT 20040522) , I have created
> a sample plugin according to the Managed Build System Extensibility
> Document(exactly the same).  When I involves to build project,
> it will try to exec "ccc -o .../XXX.o XXX.c". I think it is success.
> 
>    Although Linux'sEclipse M9 + CDT20040522 behave differently from
> windows version , it should still work. However ,  when I upgrades to
> newer version . I won't able to make it work.
> 
>    The first problem I have is that the SDK release (eg 0526-0529)
> doesn't contains the schema of ManagedBuildInfo! Instead of imports
> the org.eclipse.cdt.core , org.eclipse.cdt.make.ui ,
> org.eclipse.cdt.managedbuilder.in  , I got it from the CVS server with
> org.eclipse.cdt.managedbuilder.core in additional.  Otherwise , I won't
> even be able to create Extension for ManagedBuildInfo.
> 
>    After I created the plug-in , and try to run "Run -> Debug As -> Run
> time workbench".  I can see the newly created target in creating new
> project. I chose it , write a simple hello world ,  involve the "Build
> Project".  I would except it to prompt out some error message about the
> build system , but nothing was shown!
> 
>    I have spent a lot of time to find out the error , but i am  new to
> eclipse and very confused to what was happen... Could somebody give me
> hints on finding out the error? Thanks for any advise.
> 
> (Tested version
> 
> Eclipse M9 + CDT 20040529.SDK
> Eclipse RC19 + CDT 20040529.SDK)
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top