From: <pcm...@us...> - 2007-08-17 20:17:08
|
Revision: 518 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=518&view=rev Author: pcmehlitz Date: 2007-08-17 13:17:06 -0700 (Fri, 17 Aug 2007) Log Message: ----------- * Publisher instantiation was missing a redirection. The "jpf.report.publisher" property should only inlcude symbolic names that have to have a corresponding ".class" entry, like ... jpf.report.publisher=console jpf.report.console.class=gov.nasa.jpf.report.ConsolePublisher ... * finished the "Output" docu text, but still needs a class diagram Modified Paths: -------------- trunk/default.properties trunk/doc/Output.html trunk/src/gov/nasa/jpf/report/Reporter.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |