• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

src direactory and package.html file

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic