----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4439/#review6328 -----------------------------------------------------------
src/examples/java/test-exception-framework.in <https://reviews.apache.org/r/4439/#comment13752> Is using the '-' semantics standard Bourne Shell or does this require BASH? src/examples/java/test-exception-framework.in <https://reviews.apache.org/r/4439/#comment13753> Here and everywhere else: s/$JAVA/${JAVA} - Benjamin On 2012-03-21 21:51:48, Charles Reiss wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/4439/ > ----------------------------------------------------------- > > (Updated 2012-03-21 21:51:48) > > > Review request for mesos and Benjamin Hindman. > > > Summary > ------- > > Use JAVA_HOME to run java for the Java example frameworks. This should allow > tests to pass if JAVA_HOME specified at configure-time is incompatible with > the java on the path. (e.g. $JAVA_HOME/bin/javac is Java 7, but the 'java' on > the PATH is Java 6). > > > This addresses bug MESOS-87. > https://issues.apache.org/jira/browse/MESOS-87 > > > Diffs > ----- > > src/examples/java/test-exception-framework.in 415d355 > src/examples/java/test-executor.in 4e8daf6 > src/examples/java/test-framework.in 2c12953 > src/examples/java/test-multiple-executors-framework.in 04c0d5b > > Diff: https://reviews.apache.org/r/4439/diff > > > Testing > ------- > > > Thanks, > > Charles > >
