AgentOS Project Meeting
July 2, 1997
3pm
PC in CSE 209
Resources for Java
Source Code Control Procedures
First complete source code archive will be 0.1.0.zip.
Check in minor patches (changes to one or two files) by zipping up the changed files with directory information relative to the code base directory. For example, if you change agentos/lang/AgentModule.java, then you should zip up that file so that it contains the path information agentos/lang/AgentModule.java. In other words, when you unzip the archive into the src/ directory, the changed files should automatically find their places. Name the minor patch archive by incrementing the last number, i.e., the next minor patch should be 0.1.1.zip. Always include a README.TXT to document your changes.
Check in major patches by zipping up ALL files, including configuration files, into one zip file, and name the file by incrementing the second number and setting the third number back to 0, i.e. the next major patch should be 0.2.0.zip.
Do not check in files that don't compile or run. Check in files only when it represents a complete, working change.
Java Discussion
Differences between AWT 1.0.2 and AWT 1.1
Discussion
Minutes
Action Items
Larry: Give instructions on how to use J++ 1.1 with JDK 1.1.2.
Larry: Prepare presentation on concurrent programming in Java for next time
Larry: Copy papers on related agent systems