zhangjingl02 / activejdbc

Automatically exported from code.google.com/p/activejdbc
0 stars 0 forks source link

Instrumentation step with Maven plugin does not handle paths with spaces in them correctly (OSX) #200

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy sample Maven project to location under folder name with space e.g. 
/User/Test Folder/....
2. Build example: "mvn clean test"

What is the expected output? What do you see instead?

I expect everything to work fine, but instead I get error: "failed to determine 
Model class name, are you sure models have been instrumented?"
Instrumentation has created folder "Test%20Folder" which is not on class path.

What version of the product are you using? On what operating system?
Maven plugin 1.4.1 on OSX 10.8.4

Please provide any additional information below.

Original issue reported on code.google.com by organic...@googlemail.com on 6 Jan 2014 at 11:00

GoogleCodeExporter commented 9 years ago
Project moved to javalite.io, and github: 
Additionally, there  is a duplicate of this here:

https://github.com/javalite/activejdbc/issues/91

This seems a low priority, since a simple fix is to move elsewhere. 

Original comment by i...@polevoy.org on 6 Jan 2014 at 7:03