Request for enhancement in EntityDataLoadContainer and typo error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Request for enhancement in EntityDataLoadContainer and typo error

Cimballi
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 | Threaded
Open this post in threaded view
|

Re: Request for enhancement in EntityDataLoadContainer and typo error

Jacques Le Roux
Administrator
Hi Cimballi,

I have at least fixed/enhanced the help description for this case at r836376

Jacques

From: "Cimballi" <[hidden email]>

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