Hi,

There is a typo error in the EntityDataLoadContainer class :
Debug.log("-file=[path] ......... load a single from from location", module);

The first "from" should be "file", and also "single" is wrong because
you can pass several files separated by a ",".

And in fact, I have an enhancement request about this property.
It would be nice that it splits the files not only on coma "," but
also on line breaks and space.
The reason is, in a ANT file, for now you must put all the files on
the same line separated by a ",", and if you have several files, it
becomes quickly unreadable.

Thanks,

Cimballi

Reply via email to