A new topic, 'Questions from a dummy:Howdo you experts get everything works
together?', has been made on a board you are watching.
You can see it at
http://liquibase.org/forum/index.php?topic=593.new#new
The text of the topic is shown below:
Hello Experts, I'm totally new to liquibase and just signup for this forum.
Last week i read about liquibase quick start and all the related tutorials but
i feel like i don't get the whole drift about using it for consecutive change
in the database and i have some questions still opened.
i'm developing an application in netbeans using maven with 3 modules: dbunit
module, service module and the webapp module.As you might have guessed dbunit
does the database stuffs, the service is on top of it and the webapp uses the
services.so the parent pom has the declaration of all groupids, artifactids and
versions for all jars and plugins.
I manage to generate the changelog file from command line since the db is
already existing and supposing i set up everything correctly using liquibase
maven plugin :
question 1 : What will the liquibase goal be since i'm doing any database
change right now let's say it's a normal build?
Question 2 : If i want to add for example a new table to the database, will i
add the this new changeSet to the same changelog file or i have to create a new
changelog.xml file?
Question 3 : I believe when the dbunit runs it will run the changeset but is
that necessary to add the plugin to th webapp module too (maybe to run the
liquibase goal before deployment with cargo plugin) or the dbunit will take
care of that?
Question 4 : What exactly subversion helps with keep the states of the
changelog (assuming there is only one changelog refere to question 2)
thanks for reading this and for you help.
Unsubscribe to new topics from this board by clicking here:
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0
Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user