Hi Mark,
Thanks for answering my query.
It is picking the relative path now, provided there is no space(' ') in a folder name.
Is there a way, that it wil pick the folder having space in name ?
Thanks & Regards
Pradeep Ruhil
>
> Hi,
>
> I am getting File Not Found Exception when I try to give relative path
> of the file.
>
> <resource source='file:../HelloWorld.drl' type='DRL' />
>
If I told you that the above would do nothing more than:
new File ("../HelloWorld.drl");
Would that help?
Mark
>
> But when I give the complete path, It picks the changeset.xml file.
>
> <resource source='file:C:/Tomcat/webapps/DroolsCheck/HelloWorld.drl'
> type='DRL' />
>
> Please tell me the syntax for using the relative path for my workflow
> or rule files.
>
> Thanks & Regards
>
> Pradeep Ruhil