awesome... thanks a lot i will give it a go...and can it do multiple files in a directory say
java -jar ofbiz.jar install -file=/filestoimport/*.xml im actually working on yet another script to take all the xml files strip them of the two line header and one line footer, concatenate and then reapply the headers/footer, but this would be much easier Chris On Thu, Apr 16, 2015 at 11:44 PM, Jacques Le Roux < [email protected]> wrote: > With R13.07 use rather something like > > java -jar ofbiz.jar install -file=test.file > > "-install" was valid until R12.04, please refer to the wiki > > https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Technical+Production+Setup+Guide#ApacheOFBizTechnicalProductionSetupGuide-InitialDataLoading > > Jacques > > > Le 16/04/2015 19:04, Chris Clark a écrit : > >> so i know i can do this.. >> >> java -jar ofbiz.jar -install -file=file.xml >> >> although that doesnt work on my system i get >> >> Exception in thread "main" org.ofbiz.base.start.StartupException: Couldn't >> not fetch config instance at >> org.ofbiz.base.start.Start.init(Start.java:202) at >> org.ofbiz.base.start.Start.main(Start.java:127) Caused by: >> java.io.IOException: Cannot load configuration properties : >> org/ofbiz/base/start/-install.properties at >> org.ofbiz.base.start.Config.getPropertiesFile(Config.java:229) at >> org.ofbiz.base.start.Config.readConfig(Config.java:297) at >> org.ofbiz.base.start.Config.getInstance(Config.java:58) at >> org.ofbiz.base.start.Start.init(Start.java:200) ... 1 more >> >> >> is this another one of those i didnt declare the classes thing? because i >> read in the classes and its still the same error... is there some >> idiosyncrasy to installing multiple files say from a directory... >> >> please help >> >> Chris >> >>
