google-code-export / mesh4x

Automatically exported from code.google.com/p/mesh4x
1 stars 1 forks source link

ektoo is trying to use Windows paths on Linux/Mac/etc. #123

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. java -jar ./ektooClient.jar

What is the expected output? What do you see instead?
- Application start.  Nothing.  It exits, and creates a file named 
".\logs\mesh4j.log" with the 
following contents:

2009-07-27 13:08:52,342 [main] ERROR org.mesh4j.ektoo.Ektoo - 
java.io.FileNotFoundException: 
/home/matlock/src/ektoo\properties\mesh4j.properties (No 
such file or directory)
org.mesh4j.sync.validations.MeshException: java.io.FileNotFoundException: 
/home/matlock/src/ektoo\properties\mesh4j.properties (No such file or directory)

What version of the product are you using? On what operating system?

- ektoo 0.0.10 on Linux (Ubuntu Server 9.01), Mac (Leopard 10.5.7), Mac (Snow 
Leopard 10.6.0), 
Linux (RedHat Enterprise 5.3).  All fail the same way.

Please provide any additional information below.

- Attempted various guesses at defining a properties file location on command 
line, but couldn't 
find any that worked.  Tried "-properties properties/mesh4j.properties", 
"--properties 
properties/mesh4k.properties", "-properties=properties/mesh4j.properties", etc. 
 None worked.

Original issue reported on code.google.com by xtex...@gmail.com on 27 Jul 2009 at 5:14

GoogleCodeExporter commented 9 years ago
Problem still exists on 2.0.0 released on 7/27/09.

Original comment by xtex...@gmail.com on 27 Jul 2009 at 7:22