| Author |
include the compiled code in submission?
|
Peter Aarum
Ranch Hand
Joined: Jan 14, 2010
Posts: 44
|
|
Howdy all!
"A directory called code, containing all the source code and related parts of your project. You must create subdirectories within this to reflect your package structure and distribute your source files within those directories." says my instructions.html
Right now I have this structure:
code/src/suncertify/db....
code/bin/suncertify/db...
wrong ?
right?
BR
Peter
|
 |
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4352
|
|
Hi Peter,
The compiled class files are not a related part of your project. Maybe you can use this ant script. Your source files should be put in the code-directory. Your class files should be packaged in a runnable runme.jar. No need to add your class files again in a bin directory inside the code directory.
Kind regards,
Roel
|
SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
|
 |
Roberto Perillo
Bartender
Joined: Dec 28, 2007
Posts: 2212
|
|
|
Yup. The class files only need to be in the runme.jar file.
|
Cheers, Bob "John Lennon" Perillo
SCJP, SCWCD, SCJD, SCBCD - Daileon: A Tool for Enabling Domain Annotations
|
 |
Peter Aarum
Ranch Hand
Joined: Jan 14, 2010
Posts: 44
|
|
Thanks guys!
When I think about it makes perfect sense. I cant belive I asked that question It made sense at the time
BR
Peter
|
 |
Roberto Perillo
Bartender
Joined: Dec 28, 2007
Posts: 2212
|
|
Come on Peter, no need to give yourself a hard time! We are among friends!
|
 |
Peter Aarum
Ranch Hand
Joined: Jan 14, 2010
Posts: 44
|
|
hehe but thats my biggest strength
|
 |
 |
|
|
subject: include the compiled code in submission?
|
|
|