1

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!!

suraj_fale
  • 978
  • 2
  • 21
  • 53

2 Answers2

0

Are you using maven for your project? Then I would recommend the maven-classpath plugin.

Fried Hoeben
  • 3,247
  • 16
  • 14
0

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
suraj_fale
  • 978
  • 2
  • 21
  • 53