| Author |
What else should be in code directory?
|
Himai Minh
Ranch Hand
Joined: Jul 29, 2012
Posts: 287
|
|
The instruction.html says in the code directory , put the source code and all related part of the project.
What related part it should be?
The code directory should have source code. The unchanged database file should be outside the code directory.
The properties file should be created on the fly on the current working directory and it is not supposed to be submitted.
Thanks in advance.
|
 |
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4349
|
|
|
Related parts could be images for your buttons or for your about dialog. So the code directory will be an exact copy of the src folder of your IDE. I didn't have anything else but java sources, so my code directory in the submission jar contained no related parts.
|
SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
|
 |
Roberto Perillo
Bartender
Joined: Dec 28, 2007
Posts: 2212
|
|
Roel De Nijs wrote:I didn't have anything else but java sources, so my code directory in the submission jar contained no related parts.
Same here.
|
Cheers, Bob "John Lennon" Perillo
SCJP, SCWCD, SCJD, SCBCD - Daileon: A Tool for Enabling Domain Annotations
|
 |
 |
|
|
subject: What else should be in code directory?
|
|
|