Khilo - 2014-07-13

Hi All,
I have test project with infra jar added to its classpath .
All my resources i got from infra are done via the below method : FileHelper.class.getClassLoader().getResourceAsStream(filePath);
Example : CreateAutomationDB_MSSQL.sql existed in infra jar
File Path sent : org/infra_project/infra/resources/sqlQueries/CreateAutomationDB_MSSQL.sql

When running via eclipse it runs as expected and resources pulled as expected from the infra jar .
while when running via JSystem it doesn't recognize the path and returns null when getting resources As Stream ...

Jsystem.proporites relevant entities :
resources.src=C\:\Automation_Project\test_proj\src\main\resources
tests.dir=C\:\Automation_Project\test_proj\target\classes
tests.src=C\:\Automation_Project\test_proj\src\main\java

Any Help ?

Best Regards,
Khilo