I am using eclipse and I kept FitnesseRoot inside a project structure. Now, I want to have relative paths to my classfiles. Hows should I do it?
For eg:I have something like
!path h:/workspace/proj/WEB-INF/lib/*.jar
!path h:/workspace/proj/WEB-INF/classes
I want something like
!path /proj/WEB-INF/lib/*.jar
!path /proj/WEB-INF/classes
Thanks!!
I think I have to add FitnesseRoot Folder on root path.
It solves the issue.
!path ..proj/WEB-INF/lib/*.jar
!path ..proj/WEB-INF/classes