This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
The requiremnts state that your Readme.txt must list every file in submission. Does that include HTML files generated by javadoc? or even every .java or .clss file? listing all these files isnt very smart. Would it be enough to list top level directories for those files? Thanks
Trevor Dunn
Ranch Hand
Joined: Jun 13, 2001
Posts: 84
posted
0
I think you take that requirement with a grain of salt. I got 20/20 on documentation and I only listed my java files, readme, design choices and user documentation. Trevor
Trevor, just to make sure: you listed every Java Source File, correct? Thanks
Peter Crowley
Greenhorn
Joined: Nov 06, 2001
Posts: 14
posted
0
I would think that if you just list the classes that you created or are using, then that should cover both source files and class files. It seems rediculous to list the source files and then list the class files and saying "This is the class file generated from the source file" every time. Just my thoughts, -Peter Crowley
-Peter Crowley,<BR>who is looking for work in North Florida
Trevor Dunn
Ranch Hand
Joined: Jun 13, 2001
Posts: 84
posted
0
Yes I listed all my source files but not my class files. Trevor