Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-nab-dev] Checking out of CVS

Hi Doug,

We have checked in the shortage part to building from CVS.
such as:
	.classpath
	.project
	build.properties
	plugin.xml
	META-INF/MANIFEST.MF

into these plugins.
	org.eclipse.nab.core
	org.eclipse.nab.mwt.doc
	org.eclipse.nab.mwt.jni
	org.eclipse.nab.mwt.native.sdk-linux-gtk
	org.eclipse.nab.mwt.native.sdk-win32
	org.eclipse.nab.mwt.sdk

Please check it.

Shigeki


Wed, 03 Oct 2007 14:52:41 +0900
Shigeki Moride <moride.shigeki@xxxxxxxxxxxxxx> wrote:
> Thanks so much Doug,
> 
> We'll check to understanding and insert it into NAB.
> 
> Thanks again.
> 
> Shigeki,
> 
> 
> 
> Tue, 2 Oct 2007 11:02:41 -0400 
> Doug Schaefer <DSchaefer@xxxxxxx> wrote:
> > Thanks Shigeki,
> > 
> > I think NAB offers some interesting opportunities for C/C++ developers.
> > However, we do need to be able to check out the source from CVS and build
> > and debug it so that we can extend it or even submit patches to it.
> > 
> > As an example, I have attached a patch that turns the org.eclipse.nab.core
> > project into a proper plug-in development project. Applying the patch and
> > checking in the changes will allow us to do these things.
> > 
> > Thanks,
> > Doug Schaefer, QNX Software Systems
> > Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
> > 
> > 
> > > -----Original Message-----
> > > From: Shigeki Moride [mailto:moride.shigeki@xxxxxxxxxxxxxx]
> > > Sent: Friday, September 28, 2007 2:46 AM
> > > To: Doug Schaefer; dsdp-nab-dev@xxxxxxxxxxx
> > > Subject: Re: [dsdp-nab-dev] Checking out of CVS
> > > 
> > > Hi,
> > > 
> > > I'm sorry for delayed reply. Because, I had a DSDP seminar in Japan last
> > > week.
> > > 
> > > Tue, 18 Sep 2007 08:53:41 -0400
> > > Doug Schaefer <DSchaefer@xxxxxxx> wrote:
> > > > Eclipse will put a .project and a .classpath file in every Eclipse
> > > > Plug-in project along with the plugin.xml and MANIFEST.MF file (which
> > > > also seems missing).
> > > > All of them would get checked into CVS when you do a commit. None of
> > > > the projects in the plugins directories have this.
> > > 
> > > We thought .project and .classpath are not a part of source, because
> > > they are generated automatically by Eclipse.
> > > 
> > > And we put plugin.xml to every six module directories such as
> > > org.eclipse.nab.core/plugins/org.eclipse.nab.core
> > > org.eclipse.nab.mwt/plugins/org.eclipse.nab.mwt.doc
> > > org.eclipse.nab.mwt/plugins/org.eclipse.nab.mwt.jni
> > > org.eclipse.nab.mwt/plugins/org.eclipse.nab.mwt.native.sdk-linux-gtk
> > > org.eclipse.nab.mwt/plugins/org.eclipse.nab.mwt.native.sdk-win32
> > > org.eclipse.nab.mwt/plugins/org.eclipse.nab.mwt.sdk
> > > 
> > > But we don't have MANIFEST.MF anywhere.
> > > 
> > > OK,
> > > If we are not on the Eclipse way, we will change our source file.
> > > Please give us the time.
> > > 
> > > > I'd like to start investigating how to extend NAB to other widget
> > > libraries.
> > > > I've been getting more questions no this lately on the CDT lists.
> > > 
> > > We are very sorry for the condition that you have to say no.
> > > But we are happy to hearing that you'd like to extend NAB.
> > > 
> > > > But, I need to be able to work with the code in Eclipse to try things
> > > > out.
> > > 
> > > Please say anything to change for the right way.
> > > 
> > > Thanks.
> > > 
> > > Shigeki
> > > 
> > > >
> > > > Thanks,
> > > > Doug Schaefer, QNX Software Systems
> > > > Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: Shigeki Moride [mailto:moride@xxxxxxxxxxxxxxxxxxx]
> > > > > Sent: Tuesday, September 18, 2007 4:56 AM
> > > > > To: Doug Schaefer; dsdp-nab-dev@xxxxxxxxxxx
> > > > > Subject: Re: [dsdp-nab-dev] Checking out of CVS
> > > > >
> > > > > Hi Doug,
> > > > >
> > > > > I checked again.
> > > > >
> > > > > There are 2 .project files in CVS.
> > > > > org.eclipse.nab.core/.project
> > > > > org.eclipse.nab.mwt/.project
> > > > > And, that 2 files have a CVS history.
> > > > >
> > > > > But, our project have only 2 .project files and no .classpath file.
> > > > >
> > > > > Is that incorrect?
> > > > >
> > > > > Perhaps, we are mis-understanding plug-in requirement?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Fri, 14 Sep 2007 08:25:11 -0400
> > > > > Doug Schaefer <DSchaefer@xxxxxxx> wrote:
> > > > > > >From what I can see, the .project and .classpath files aren't
> > > actually
> > > > > > checked into CVS. They get created for you when you check them out
> > > into
> > > > > a
> > > > > > new project.
> > > > > >
> > > > > > I particularly noticed when they didn't appear as Java projects in
> > > my
> > > > > > workspace.
> > > > > >
> > > > > > Doug Schaefer, QNX Software Systems
> > > > > > Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
> > > > > >
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Shigeki Moride [mailto:moride.shigeki@xxxxxxxxxxxxxx]
> > > > > > > Sent: Friday, September 14, 2007 4:20 AM
> > > > > > > To: Doug Schaefer; dsdp-nab-dev@xxxxxxxxxxx
> > > > > > > Subject: Re: [dsdp-nab-dev] Checking out of CVS
> > > > > > >
> > > > > > > Hi Doug,
> > > > > > >
> > > > > > > I checked NAB CVS, and I found .project files such as
> > > > > > > org.eclipse.nab.core/.project
> > > > > > > org.eclipse.nab.mwt/.project
> > > > > > >
> > > > > > > somthing wrong?
> > > > > > >
> > > > > > > Shigeki
> > > > > > >
> > > > > > > Thu, 13 Sep 2007 11:51:25 -0400
> > > > > > > Doug Schaefer <DSchaefer@xxxxxxx> wrote:
> > > > > > > > Hey gang,
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > I'm trying to check out NAB from CVS. For some reason, it
> > > doesn't
> > > > > appear
> > > > > > > > that the folders there have .project files (i.e. aren't eclipse
> > > > > > > projects).
> > > > > > > > Is there something I'm missing?
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > >
> > > > > > > > Doug Schaefer, QNX Software Systems
> > > > > > > > Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
> > > > > > > > <http://cdtdoug.blogspot.com>
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Shigeki Moride
> > > > > > > moride.shigeki@xxxxxxxxxxxxxx
> > > > > > > moride@xxxxxxxxxxxxxxxxxxx
> > > > > >
> > > > >
> > > > > --
> > > > > Shigeki Moride
> > > > > moride.shigeki@xxxxxxxxxxxxxx
> > > > > moride@xxxxxxxxxxxxxxxxxxx
> > > >
> > > > _______________________________________________
> > > > dsdp-nab-dev mailing list
> > > > dsdp-nab-dev@xxxxxxxxxxx
> > > > https://dev.eclipse.org/mailman/listinfo/dsdp-nab-dev
> > > >
> > > 
> > > --
> > > Shigeki Moride
> > > moride.shigeki@xxxxxxxxxxxxxx
> > > moride@xxxxxxxxxxxxxxxxxxx
> > 
> > ------
> > Attachments are virus free!
> > 
> > This message has been scanned for viruses at the originating end by
> > Nemx Anti-Virus for MS Exchange Server/IMC
> > 	http://www.nemx.com/products/antivirus
> > 
> >   
> > 
> 
> --
> Shigeki Moride
> moride.shigeki@xxxxxxxxxxxxxx
> moride@xxxxxxxxxxxxxxxxxxx
> 
> 
> _______________________________________________
> dsdp-nab-dev mailing list
> dsdp-nab-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-nab-dev
> 

--
Shigeki Moride
moride.shigeki@xxxxxxxxxxxxxx
moride@xxxxxxxxxxxxxxxxxxx




Back to the top