build.xml run-install-readers error
-----------------------------------
Key: OFBIZ-3410
URL: https://issues.apache.org/jira/browse/OFBIZ-3410
Project: OFBiz
Issue Type: Bug
Affects Versions: SVN trunk
Reporter: chris snow
Attachments: buildXmlCreateReaders.patch
I noticed that the following command wasn't loading any data:
./ant run-install-readers -Dreaders=ext,ext-demo
The log is showing:
[java] 2010-01-14 10:05:48,514 (main) [ EntityDataLoader.java:104:INFO ]
Could not find entity-data-reader named: ${data-readers}. Creating a new reader
with this name.
[java] 2010-01-14 10:05:48,515 (main)
[EntityDataLoadContainer.java:390:INFO ] =-=-=-=-=-=-= No data load files found.
[java] 2010-01-14 10:05:48,515 (main)
[EntityDataLoadContainer.java:407:INFO ] =-=-=-=-=-=-= Finished the data load
with 0 rows changed.
[java] 2010-01-14 10:05:48,515 (main) [ ContainerLoader.java:113:INFO ]
Shutting down containers
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.