Re: [Liquibase-user] liquibase: database schema and data contentschangeLog

2009-02-25 Thread Pradnya Gawade
Thanks Nathan. I think I have looked for all the command line parameters, couldn't find any thing like 'diffType'. I found only 'exportDataDir' parameter close to what I intend to do but not yet clear with its usage.It is been described as Directory where insert statement csv files will be kept (re

Re: [Liquibase-user] liquibase: database schema and data contentschangeLog

2009-02-25 Thread Voxland, Nathan
If you run "liquibase --help" it will give you the options available from the command line. There should be a --diffTypes option or something similar. Nathan On Feb 25, 2009, at 6:11 PM, "Pradnya Gawade" wrote: Thanks Ben for the quick reply. Presently I am only using t

Re: [Liquibase-user] liquibase: database schema and data contents changeLog

2009-02-25 Thread Pradnya Gawade
Thanks Ben for the quick reply. Presently I am only using the command line for liquibase and will be integrating the liquibase with web application developed using spring framework. I am not using Ant for liquibase but if there is no other way to get the xml with data contents, I will try Ant for t

Re: [Liquibase-user] liquibase: database schema and data contents changeLog

2009-02-25 Thread Ben Wolfe
Yes, there is a way. With the ant task you can set diffTypes="data" to just give you the rows in the generated xml. I'm not sure what the argument is for the jar file though. I can't find that in my command history or in the jar help text. Ben Pradnya Gawade wrote: > Hi, > > I am new to li

[Liquibase-user] liquibase: database schema and data contents changeLog

2009-02-25 Thread Pradnya Gawade
Hi, I am new to liquibase and need some help. I want to get the database state with schema and database contents into a chageLog xml file. I want to use this xml at some other place to replicate the exact original database. I could get the database schema with 'generateChangeLog' command but I do

Re: [Liquibase-user] Liquibase and hibernate annotations

2009-02-25 Thread Achim Grimm
Hi there, are there any new to that issue by now? Thank you very much. Achim Voxland, Nathan wrote: > > Thanks, I’ll look into it more. > > > > Nathan > -- View this message in context: http://www.nabble.com/Liquibase-and-hibernate-annotations-tp21234081p22202421.html Sent from the Li