File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes src direactory and package.html file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "src direactory and package.html file" Watch "src direactory and package.html file" New topic
Author

src direactory and package.html file

Florin Adochiei
Greenhorn

Joined: Feb 21, 2006
Posts: 1
Hello!

Before uploading my assignment I realized that I a have a file called 'packege.html' for each package in the source directory.

When I sent the sources directory can you tell me if it is ok to contain not only .java files but also packge.html files?

I didn't see the 'package.html' file in java SDK API so that I don't know if when submitting the assignment I should maintain the package.html in every package (into directory sources).

Can anybody help me?

Thanks!

---

florin
Eiji Seki
Ranch Hand

Joined: Feb 15, 2006
Posts: 88
Good queestion. I don't know the answer.
I guess that since package.html is a part of javadoc documentation, as are the tags inside the source files, it is ok.


SCJD URLyBird (WIP)<br />SCJP 1.5
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: src direactory and package.html file
 
Similar Threads
Invalid character in input error when using javadoc
Documentation Question
how to include image in javadoc
Package Comment Files
How to add comments for a Package to generate Javadoc?