lipinggm / tlb

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

Use the right path in require on Windows #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, TestUnit mediator inflection fails to load since all requires use a 
forward slash ("/"). Change this to File.join so that it is platform 
independent.

Original issue reported on code.google.com by itspa...@gmail.com on 14 Apr 2012 at 3:52

GoogleCodeExporter commented 9 years ago

Original comment by itspa...@gmail.com on 14 Apr 2012 at 3:52

GoogleCodeExporter commented 9 years ago

Original comment by itspa...@gmail.com on 14 Apr 2012 at 3:54

GoogleCodeExporter commented 9 years ago
I have made the change to all require statements across the codebase. This 
should take care of the issue. Need to test this on a Windows machine.

Original comment by itspa...@gmail.com on 14 Apr 2012 at 3:54