I'm on Ubuntu running CruiseControl with phpUnderControl and when phpdoc runs it creates filenames like: db_\ArticleCollections.html
And then when I click the link to show the file I get:
artifacts/ymozend/20120320190002/api/classes/db_/ArticleCollections.html Invalid File or Directory
which makes sense since the filename is wacky. Looks like a windows path?
So I'm stumped as to where to tweak things to fix this.
In config.xml I tried setting: scp targetseparator="/" etc...
but to no avail.
Any ideas?