You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Brendan Vogt <br...@gmail.com> on 2007/10/25 17:00:26 UTC

ant clean-all

Hi,

What does ant clean-all do exactly?  Does it wipe the tables?  The data??

Thanks
Brendan


Re: ant clean-all

Posted by Scott Gray <le...@gmail.com>.
Ok thanks, I took a guess on that one :-)

Scott

On 26/10/2007, Christian Geisert <ch...@isu-gmbh.de> wrote:
>
> Scott Gray schrieb:
> > It basically reverses everything that ant run-install does, clears data,
>
> > logs, built files etc. If the database is external (not derby) then it
> > clears the data but not the tables.
>
> No, if it's an external database (PostgreSQL, MySQL etc) the data won't
> be cleared at all (and technically it wouldn't that simple to do).
> You need to do this yourself, the easiest thing is to drop and then
> recreate the database.
>
> --
> Christian
>
>

Re: ant clean-all

Posted by Christian Geisert <ch...@isu-gmbh.de>.
Scott Gray schrieb:
> It basically reverses everything that ant run-install does, clears data,
> logs, built files etc. If the database is external (not derby) then it
> clears the data but not the tables.

No, if it's an external database (PostgreSQL, MySQL etc) the data won't
be cleared at all (and technically it wouldn't that simple to do).
You need to do this yourself, the easiest thing is to drop and then
recreate the database.

-- 
Christian


Re: ant clean-all

Posted by Scott Gray <le...@gmail.com>.
It basically reverses everything that ant run-install does, clears data,
logs, built files etc. If the database is external (not derby) then it
clears the data but not the tables.

Regards
Scott

On 26/10/2007, Brendan Vogt <br...@gmail.com> wrote:
>
> Hi,
>
> What does ant clean-all do exactly?  Does it wipe the tables?  The data??
>
> Thanks
> Brendan
>
>