|
@@ -239,6 +239,10 @@ public class PLFileIO
|
|
|
{
|
|
|
ln=plbd+ln;//relative pfade absolutisieren
|
|
|
}
|
|
|
+ if(!new File(ln).exists())
|
|
|
+ {
|
|
|
+ l.warn("Parser warning on line {} of file {}: File {} does not exist",lne,path,ln);
|
|
|
+ }
|
|
|
itm.setPath(ln);
|
|
|
itm.setPrefix(itmprefix.toArray(new String[]{}));
|
|
|
itm.setInlineCOmmentLines(itmprefix.toArray(new String[]{}));
|