saulhoward / haddock-cms

Automatically exported from code.google.com/p/haddock-cms
0 stars 0 forks source link

Autoload include files created on Windows contain non-portable directory separators. #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You have a project checked out on a Windows machine.
2. You create the autoload file for the project and add it to Subversion.
3. You check out the project on a Linux machine and try to run a script.
4. The script complains that it cannot find some class definition file
because the file name contains a '\'.

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

Users should be able to create autoload include files on any platform and
those files should work on any other platform. The file that is created
should define the file names using the DIRECTORY_SEPARATOR constant.

Original issue reported on code.google.com by robert.i...@gmail.com on 19 Dec 2008 at 3:12

GoogleCodeExporter commented 8 years ago
This has been fixed in the following branch:

http://haddock-cms.googlecode.com/svn/core/branches/remove-modules-from-core/

Original comment by robert.i...@gmail.com on 1 Feb 2009 at 11:46