Re: [Liquibase-user] Create XML from a ChangeSet

2009-04-16 Thread Voxland, Nathan
Message- From: rymos [mailto:ryan.mar...@gmail.com] Sent: Thursday, April 16, 2009 3:24 PM To: liquibase-user@lists.sourceforge.net Subject: [Liquibase-user] Create XML from a ChangeSet I think the task is pretty simple but I can't find the way to do it. I'm trying to split the Chan

[Liquibase-user] Create XML from a ChangeSet

2009-04-16 Thread rymos
I think the task is pretty simple but I can't find the way to do it. I'm trying to split the ChangeLog into separate files (by tables, etc). I've loaded the giant ChangeLog.xml into Liquibase using the following: FileOpener opener = new FileSystemFileOpener(); liquibase.parser.ChangeLogParser l