Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 71588 invoked from network); 2 Jun 2010 09:40:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 09:40:13 -0000 Received: (qmail 94276 invoked by uid 500); 2 Jun 2010 09:40:12 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 94266 invoked by uid 500); 2 Jun 2010 09:40:12 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 94258 invoked by uid 99); 2 Jun 2010 09:40:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 09:40:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [67.221.226.157] (HELO zimbra.hotwaxmedia.com) (67.221.226.157) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 09:40:05 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.hotwaxmedia.com (Postfix) with ESMTP id 4511A8C20002 for ; Wed, 2 Jun 2010 04:39:45 -0500 (CDT) X-Virus-Scanned: amavisd-new at zimbra.hotwaxmedia.com Received: from zimbra.hotwaxmedia.com ([127.0.0.1]) by localhost (zimbra.hotwaxmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id inhF4UrikS5w for ; Wed, 2 Jun 2010 04:38:56 -0500 (CDT) Received: from [10.0.0.38] (unknown [59.98.146.37]) by zimbra.hotwaxmedia.com (Postfix) with ESMTP id 4FD2E8C20001 for ; Wed, 2 Jun 2010 04:38:54 -0500 (CDT) Message-ID: <4C0626AB.5090703@hotwaxmedia.com> Date: Wed, 02 Jun 2010 15:08:51 +0530 From: Atul Vani User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: StateList References: <4C036981.1060509@meinkino.com> <4C037A76.5060908@hotwaxmedia.com> <4C03A14E.1040401@meinkino.com> <4C03B76E.2070500@hotwaxmedia.com> <4C04CE1F.7090601@meinkino.com> <4C04D40C.8090304@hotwaxmedia.com> <4C051284.9080101@meinkino.com> <4C05E666.4030101@hotwaxmedia.com> <4C060D1C.5080900@meinkino.com> <4C061599.7050808@hotwaxmedia.com> <4C0624ED.8090407@meinkino.com> In-Reply-To: <4C0624ED.8090407@meinkino.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi R.S., Glad to know your work's done. Just wanted to let you know that "ant run-install" doesn't remove old data, it just updates the data from data files. So if you have any new data in the database, like say you created a few customers, then it will not be affected. -- Thanks & Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself. R. S. wrote: > I have already entered a lot of data and so I wanted not to run "run > install". The use of the import function, was the best solution for > me. Thank you. > > Best Regards > Rudolf > > > Atul Vani schrieb: >> Hi R.S., >> >> those steps were just another method of adding data to the database, >> of course you don't need to that explicitly, >> it's done automatically by "ant run-install" (or any other command >> which loads seed data) if you have added the data to "GeoData_DE.xml" >> (or may be you want to add it any other data file of your project, >> just for the sake of not editing OOTB files)