toshsan / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Caliper maven build error #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Executing "mvn install" on windows 7

What is the expected output? What do you see instead?
I receive an error saying that the program -rm was not found. 

What version of the product are you using? On what operating system?
1.0-SNAPSHOT
Windows 7 

Please provide any additional information below.
In parsedOptionsTest.java the following piece of causes a problem on Windows

  @Override protected void tearDown() throws IOException {
    if (tempDir != null) {
      Runtime.getRuntime().exec(new String[] {"rm", "-rf", tempDir.getCanonicalPath()});
      System.out.println(tempDir.getCanonicalPath());
    }
  }

Original issue reported on code.google.com by cedric.b...@gmail.com on 19 Oct 2012 at 8:10

GoogleCodeExporter commented 9 years ago
Windows will likely be tricky for a while, but we'll definitely try to fix up 
as many of these issues as we can.

Original comment by gak@google.com on 29 Oct 2012 at 5:24

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 1 Nov 2012 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by gak@google.com on 1 Nov 2012 at 9:23