From: Brent A. F. <bfu...@de...> - 2003-10-26 01:34:00
|
Which CVS modules are needed to use the most current EDT sources? It looks like sources have been moved around quite a bit in CVS and I'm not sure what's current. Thanks, -Brent |
From: Dave M. <dm...@cs...> - 2003-10-26 01:55:20
|
Hi Brent, Give me a day or so to sort out the CVS. I will send details shortly. Cheers, DM Brent A. Fulgham wrote: >Which CVS modules are needed to use the most current EDT sources? It >looks like sources have been moved around quite a bit in CVS and I'm not >sure what's current. > >Thanks, > >-Brent > > >------------------------------------------------------- >This SF.net email is sponsored by: The SF.net Donation Program. >Do you like what SourceForge.net is doing for the Open >Source Community? Make a contribution, and help us add new >features and functionality. Click here: http://sourceforge.net/donate/ >_______________________________________________ >Edt-devel mailing list >Edt...@li... >https://lists.sourceforge.net/lists/listinfo/edt-devel > > |
From: Brent A. F. <bfu...@de...> - 2003-10-26 05:56:31
|
On Sat, Oct 25, 2003 at 09:46:20PM -0400, Dave Makalsky wrote: > Hi Brent, > > Give me a day or so to sort out the CVS. I will send details shortly. > > Cheers, > > DM Sounds good. Let me know if you need any help (I've written one Eclipse plugin for the Goo programming language). Thanks, -Brent |
From: Dave M. <dm...@cs...> - 2003-10-26 18:49:31
|
Hi Brent: Ok, so the module to check out right now is ca.yorku.cs.edt.ui.editor . I am getting the editor to look nice. I basically started with the javaeditor example and I am modifying it as necessary. I recently got the content outliner working and I am working on making the editor a little more eiffel friendly. If you have yahoo or msn messenger, can I get your contact info? Cheers, DM Brent A. Fulgham wrote: >On Sat, Oct 25, 2003 at 09:46:20PM -0400, Dave Makalsky wrote: > > >>Hi Brent, >> >>Give me a day or so to sort out the CVS. I will send details shortly. >> >>Cheers, >> >>DM >> >> > >Sounds good. Let me know if you need any help (I've written one >Eclipse plugin for the Goo programming language). > >Thanks, > >-Brent > > >------------------------------------------------------- >This SF.net email is sponsored by: The SF.net Donation Program. >Do you like what SourceForge.net is doing for the Open >Source Community? Make a contribution, and help us add new >features and functionality. Click here: http://sourceforge.net/donate/ >_______________________________________________ >Edt-devel mailing list >Edt...@li... >https://lists.sourceforge.net/lists/listinfo/edt-devel > > |
From: Brent A. F. <bfu...@de...> - 2003-10-27 04:21:45
|
On Sunday 26 October 2003 7:47 am, Dave Makalsky wrote: > If you have yahoo or msn messenger, can I get your contact info? > I've never used either. I can see if there is a Linux-compatible version of something that could be used, but Debian and Gwydion-Dylan mostly just use plain old IRC. But I'll fire up Jabber or AIM or something if there's a compatible version. I don't use MSN on general principle. Yahoo is probably fine for me. Thanks, -Brent |
From: Dave M. <dm...@cs...> - 2003-10-27 15:24:59
|
Ok, so for some reason CVS was a bit messed up... looks like either I or the sourceforge elves are up to mischief. Anyways, I made a new module in head called eiffeleditor. Use that for the time being. I will ask sourceforge tech. to look into cleaning up my repository. Also, I noticed that the web cvs interface is not realtime. By that I mean that when I do a commit, it is not reflected in the web cvs client immediately. Consequently, I recommend using the eclipse cvs client to browse the code. Sorry for the confusion, DM Brent A. Fulgham wrote: > > >I tried checking the sources again, but they show no activity for about 7 >weeks. I do see your Eiffel Parser stuff shows activity as recently as a few >days ago -- is this where you are actually doing the work? > > > > |
From: Andreas L. <no...@sb...> - 2003-10-27 15:30:15
|
On Mon, 2003-10-27 at 13:24, Dave Makalsky wrote: > Ok, so for some reason CVS was a bit messed up... looks like either I or > the sourceforge elves are up to mischief. > > Anyways, I made a new module in head called eiffeleditor. Use that for > the time being. I will ask sourceforge tech. to look into cleaning up > my repository. > > Also, I noticed that the web cvs interface is not realtime. By that I > mean that when I do a commit, it is not reflected in the web cvs client > immediately. Consequently, I recommend using the eclipse cvs client to > browse the code. FWIW, I think the anonymous CVS access is not realtime. And I suppose the web interface uses this access. The only reliable way to get the latest changes was to use cvs per ssh on source forge. br, Andreas |