diff options
author | pjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-20 17:18:17 +0000 |
---|---|---|
committer | pjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-20 17:18:17 +0000 |
commit | 74ff001407f539d9bf4589f165f5d1a84faa0298 (patch) | |
tree | d290603f1505bd2c0e3393e84f9e2486f72f2437 /java/src | |
parent | 05287ac6269006fec319fbd8125f91e878897eaa (diff) | |
download | ATCD-74ff001407f539d9bf4589f165f5d1a84faa0298.tar.gz |
Updated the Readme file to mention that the documentation for Java ACE
can be automatically generated by typing "make doc" from the src
directory.
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/Readme | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/src/Readme b/java/src/Readme index d953695cfde..1844a7db881 100644 --- a/java/src/Readme +++ b/java/src/Readme @@ -1,3 +1,7 @@ +Make sure to update the environment variable CLASSPATH to include the +path to where java/classes/ is located. The Java compiler uses this to +find classes when resolving dependencies. + The Makefile has been worked over severely, and it now REQUIRES GNU Make. The makefile is still a little rough, and will definitely evolve. @@ -6,3 +10,9 @@ Suggestsions are welcome at cleeland@cs.wustl.edu or pjain@cs.wustl.edu. Also, TimeValue moved from the ACE.Reactor to ACE.ASX package to break up some circular dependency problems. + +--------- +The documentation for Java ACE has not been included in the release +but can be automatically generated by typing "make doc" in the src +directory. Note that the gif images needed by the documentaion ARE +included in the release.
\ No newline at end of file |