However I'm having trouble setting up the projects using windows paths. I'm not sure what's going on.
For instance one of my projects is as simple as:
- Code: Select all
<project>
<mount dir="L:/clienta" exclude="*.png,*.jpg,*.exe,*.dll,*.obj" direxclude=".svn,.git,.hg,CVS,bin"/>
</project>
"L:" is the expandrive mounted drive. When I save this project the find file in project is greyed out and I can't use the project functionality. Also I've tried creating a project file in that root path and setting the dir="." with no avail. Any help would be appreciated.