When creating new Java or Itcl class files please be sure that they
will compile or source before adding them to the
makefile
. This ensures that make still works for others
working on files in the same directory.
- Create a new class file using the
File Template
command under the Special
menu and enter the minimum code
necessary to make it compile or source.
- Check out the
makefile
and add the new file to it.
You can use the Revision Control
menu choice under the
File
menu to do this.
- If the file is a Java file, run
make
and make sure
that the new class compiles. If the file is an Itcl file, source the
file to be sure that it has no source-time errors.
- Check the class file into version control with the
Revision
Control
menu choice.
- Check the
makefile
back in.
- Check the new class out of version control and keep working on it.
Tycho Home Page
Copyright © 1998, The Regents of the University of California.
All rights reserved.
Last updated: 05/05/97,
comments to: tycho@eecs.berkeley.edu