|
From: Robert K. <ro...@br...> - 2003-01-31 00:47:15
|
Shouldn't code_generators.h have #define NO_GENERATORS 10, instead of 9? ----- Original Message ----- From: "Richard Torkar" <ric...@ht...> To: "Robert Konigsberg" <ro...@br...> Cc: <dia...@li...> Sent: Thursday, January 30, 2003 9:08 AM Subject: Re: [Dia2code-general] Java Beans ? > On Thu, 2003-01-30 at 14:42, Robert Konigsberg wrote: > > Here's what happened: > > > > $ cvs -d:pserver:ano...@cv...:/cvsroot/dia2code login > > (Logging in to ano...@cv...) > > CVS password: <entered my email here> > > It is an anonymous cvs server (no passwd) just press return! :) > > > > > cvs login: authorization failed: server cvs.sourceforge.net rejected access > > to / > > cvsroot/dia2code for user anonymous > > > > ----- Original Message ----- > > From: "Richard Torkar" <ric...@ht...> > > To: <dia...@li...> > > Sent: Tuesday, January 28, 2003 9:48 AM > > Subject: Re: [Dia2code-general] Java Beans ? > > > > > > > On Tue, 2003-01-28 at 15:26, Robert Konigsberg wrote: > > > > Hello all, > > > > > > > > While we're at it, I do want to publish my changes. How do I do this? I > > > > don't have any clue. I don't have a recent version. > > > > > > > > > > > > > Check out the cvs source > > > http://sourceforge.net/cvs/?group_id=15307 > > > In other words you just do a: > > > cvs -d:pserver:ano...@cv...:/cvsroot/dia2code login > > > > > > then > > > > > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/dia2code co > > > dia2code > > > > > > The above lines after "then" should be on one line! > > > > > > Now you have the source code. > > > > > > Make a copy "cp -r dia2code dia2code-mysource" > > > > > > Now you can work on the "mysource" directory. Edit files or create new > > > files with new content, it doesn't matter. > > > > > > When you're done: > > > > > > diff -rNu dia2code/ dia2code-mysource/ > my.patch > > > > > > > > > (I think it is unified format, recursivly, new file creations). Anyone > > > speak up now if I don't do it correctly!!! > > > > > > Now send the my.patch as an attachment to the list or put it out on the > > > web and send the link to the list. > > > > > > When Oliver or I have time we will push it into the cvs. Since we have > > > an archive off the list we can look into it and go back and apply > > > everything people send to the list. > > > http://sourceforge.net/mailarchive/forum.php?forum_id=2613 > > > > > > Best, > > > > > > /Richard > > > -- > > > Ph.D. Student > > > Dept. of Informatics and Mathematics > > > HTU > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: > > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > > http://www.vasoftware.com > > > _______________________________________________ > > > Dia2code-general mailing list > > > Dia...@li... > > > https://lists.sourceforge.net/lists/listinfo/dia2code-general > > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Dia2code-general mailing list > > Dia...@li... > > https://lists.sourceforge.net/lists/listinfo/dia2code-general > -- > Ph.D. Student > Dept. of Informatics and Mathematics > HTU > > |