Patch: cbj-19981226-0.patch For: JavaDeps-1.0.4 (http://www.cs.mcgill.ca/~stever/software/JavaDeps/) Author: Brian Jones <[EMAIL PROTECTED]> Dependencies: no previously applied patches Purpose: To remove `make' error ".deps:2868: *** commands commence before first target. Stop." A space after the line continuation character is causing the problem with the STUBS variable. To remove a bug from JavaDeps where using --native would cause it to try to create headers for files importing or otherwise graphically linking to another class which has a native method. To add java.lang as a default import. Removes the need for developers to canonicalize it as in import or those classes used. Directions: Apply the patch to your installation of JavaDeps-1.0.4 and recompile DepTable.java. % cd JavaDeps-1.0.4; javac -d . DepTable.java Now repackage the jar file. % mv jdeps.jar jdeps.jar.orig; jar -cvf jdeps.jar smr Bugs: JavaDeps does not properly calculate all necessary native header files. This is suspected to be a problem with the parser. -- |-------------------------------|Software Engineer |Brian Jones |[EMAIL PROTECTED] |[EMAIL PROTECTED] |http://www.nortel.net |http://www.classpath.org/ |------------------------------

