javaref-developers Mailing List for Java Reference
Status: Beta
Brought to you by:
caverdude
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-25 09:42:05
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Dennis L. <den...@ho...> - 2003-12-11 03:47:50
|
I did a `grep TODO *` and there was nothing. Where are the files that you changed? Dennis On Tue, 9 Dec 2003 03:12 am, larry gray wrote: >I have added many //TODO: comments, look for these using some search tool, >windows file finder, or an IDE search tool. vi editor will also search many >files at once. > >Remember to update, commit often when you begin work, that way if two >people begin to work on the same method, you will know it, cvs will give a >merge error. Then you must cooridnate with other person trying to edit that >method. There may be a way with cvs to lock a file, but not aware of it >right now. I know you can track a file, so that if someone commits >something you get an email saying that file had been edited. > >This is the most expediant method I have right now for creating work for >programmers to do. >thanks. > > > > >------------------------------------------------------- >This SF.net email is sponsored by: IBM Linux Tutorials. >Become an expert in LINUX or just sharpen your skills. Sign up for IBM's >Free Linux Tutorials. Learn everything from the bash shell to sys admin. >Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click >_______________________________________________ >Javaquiz-developers mailing list >Jav...@li... >https://lists.sourceforge.net/lists/listinfo/javaquiz-developers _________________________________________________________________ Protect your inbox from harmful viruses with new ninemsn Premium. Click here http://ninemsn.com.au/premium/landing.asp |
From: larry g. <lg...@co...> - 2003-12-08 17:16:49
|
I have added many //TODO: comments, look for these using some search tool, windows file finder, or an IDE search tool. vi editor will also search many files at once. Remember to update, commit often when you begin work, that way if two people begin to work on the same method, you will know it, cvs will give a merge error. Then you must cooridnate with other person trying to edit that method. There may be a way with cvs to lock a file, but not aware of it right now. I know you can track a file, so that if someone commits something you get an email saying that file had been edited. This is the most expediant method I have right now for creating work for programmers to do. thanks. |