Author: mcaisse Date: Sun Jun 19 20:57:37 2011 New Revision: 1137432 URL: http://svn.apache.org/viewvc?rev=1137432&view=rev Log: JDO-647 - Tweaks to the help documentation. Modified: db/jdo/trunk/exectck/src/main/java/org/apache/jdo/exectck/Help.java Modified: db/jdo/trunk/exectck/src/main/java/org/apache/jdo/exectck/Help.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/exectck/src/main/java/org/apache/jdo/exectck/Help.java?rev=1137432&r1=1137431&r2=1137432&view=diff ============================================================================== --- db/jdo/trunk/exectck/src/main/java/org/apache/jdo/exectck/Help.java (original) +++ db/jdo/trunk/exectck/src/main/java/org/apache/jdo/exectck/Help.java Sun Jun 19 20:57:37 2011 @@ -36,9 +36,9 @@ public class Help extends AbstractMojo{ msg.append(" Installs all of the database schemas required to execute tests\n"); msg.append(" in the current test configurations.\n"); msg.append("* enhance\n"); - msg.append(" Enhances classes.\n"); + msg.append(" Enhances classes. Classes must first be compiled (mvn compile).\n"); msg.append("* runTCK\n"); - msg.append(" Runs the JDO Technology Compatibility Kit\n"); + msg.append(" Runs the JDO Technology Compatibility Kit. Schema must first be installed and classes enhanced.\n"); msg.append("\nPARAMETERS\n"); msg.append("To set parameters from the command line, \n use the -D option and the parameter name.\n"); msg.append(" For example, \"mvn -Djdo.tck.identitytype=applicationidentity\"\n");