It was a while ago when I did this... Extracted the zip to /usr/local/liquibase (it doesn't really matter where it is) Exported env. variable LIQUIBASE_HOME set to the above path in .bash_profile Added $LIQUIBASE_HOME to my PATH Made sure $LIQUIBASE_HOME/liquibase was executable (chmod +x liquibase if it's not)
Haven't tried it with ant but this will make the command line work. Peter On May 14, 2009, at 5:02 PM, Voxland, Nathan wrote: > I don't have a mac to try it on, but it should work. Are you > getting an > error or does it actually do nothing? What if you try liquibase > --update? > > Nathan > > -----Original Message----- > From: jpyork [mailto:[email protected]] > Sent: Thursday, May 14, 2009 9:48 AM > To: [email protected] > Subject: [Liquibase-user] Install LiquiBase on MAC? > > > I downloaded the LiquiBase jar and put it in my ant lib thinking this > would > give me the ability to use it, but when I type in liquibase -- > version I > get > nothing. Can someone tell me the steps they used to install on a > mac so > I > can verify it is installed correctly. > -- > View this message in context: > http://www.nabble.com/Install-LiquiBase-on-MAC--tp23542186p23542186.html > Sent from the LiquiBase - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------ > ------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! > Your > production scanning environment may not be a perfect world - but > thanks > to > Kodak, there's a perfect scanner to get the job done! With the NEW > KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > Liquibase-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/liquibase-user > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Liquibase-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/liquibase-user ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Liquibase-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/liquibase-user
