|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
UpdateSQL with ANTDear all,
Is there something like to the command "updateSQL" with ANT ? I would like to get on my stdout the generated sql script without applying it with ant batch. Thank you, Paolo ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Liquibase-user mailing list Liquibase-user@... https://lists.sourceforge.net/lists/listinfo/liquibase-user |
|
|
1.5 compatible IDEA plugin downloadHi, Nathan mentioned a 1.5 compatible IDEA plugin download. Will this be in the downloads section or will it be available via the IDEA plugin repository? I really would like to use this plugin :) Marc ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Liquibase-user mailing list Liquibase-user@... https://lists.sourceforge.net/lists/listinfo/liquibase-user |
|
|
Re: UpdateSQL with ANTYou simply use the same update ant task (http://www.liquibase.org/manual/updatedatabase_ant_task)
but pass the outputFile parameter. It won’t save it to STDOUT, but it will
save it to a file. If you really want it in stdout, you can probably use a
different ant task to echo the file to stdout after it is created. Nathan From: liquibase-user-bounces@...
[mailto:liquibase-user-bounces@...] On Behalf Of Paolo
Di Tommaso Dear all, ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Liquibase-user mailing list Liquibase-user@... https://lists.sourceforge.net/lists/listinfo/liquibase-user |
|
|
Re: 1.5 compatible IDEA plugin downloadIt will be in the plugin-repository. I'll try to get an updated version
up today or tomorrow. Nathan -----Original Message----- From: liquibase-user-bounces@... [mailto:liquibase-user-bounces@...] On Behalf Of Marc Logemann Sent: Thursday, July 10, 2008 8:01 AM To: liquibase-user@... Subject: [Liquibase-user] 1.5 compatible IDEA plugin download Hi, Nathan mentioned a 1.5 compatible IDEA plugin download. Will this be in the downloads section or will it be available via the IDEA plugin repository? I really would like to use this plugin :) Marc ------------------------------------------------------------------------ - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Liquibase-user mailing list Liquibase-user@... https://lists.sourceforge.net/lists/listinfo/liquibase-user ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Liquibase-user mailing list Liquibase-user@... https://lists.sourceforge.net/lists/listinfo/liquibase-user |
|
|
Re: 1.5 compatible IDEA plugin downloadperfect.
-- Marc Logemann blog http://logemannreloaded.blogspot.com privat http://www.logemann.org Am 10.07.2008 um 21:25 schrieb Voxland, Nathan: > It will be in the plugin-repository. I'll try to get an updated > version > up today or tomorrow. > > Nathan > > -----Original Message----- > From: liquibase-user-bounces@... > [mailto:liquibase-user-bounces@...] On Behalf Of > Marc > Logemann > Sent: Thursday, July 10, 2008 8:01 AM > To: liquibase-user@... > Subject: [Liquibase-user] 1.5 compatible IDEA plugin download > > > Hi, > > > > Nathan mentioned a 1.5 compatible IDEA plugin download. Will this be > in > the > > downloads section or will it be available via the IDEA plugin > repository? I > > really would like to use this plugin :) > > > > Marc > > > ------------------------------------------------------------------------ > - > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Liquibase-user mailing list > Liquibase-user@... > https://lists.sourceforge.net/lists/listinfo/liquibase-user > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Liquibase-user mailing list > Liquibase-user@... > https://lists.sourceforge.net/lists/listinfo/liquibase-user > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Liquibase-user mailing list Liquibase-user@... https://lists.sourceforge.net/lists/listinfo/liquibase-user |
| Free Forum Powered by Nabble | Forum Help |