« Return to Thread: Checking out source and building...

Re: Checking out source and building...

by rynam0 :: Rate this Message:

Reply to Author | View in Thread

Hi Nathan:
     Seeing as how I'm planning to use liquibase as part of a Maven
build its looking as though I will need to build the liquibase-plugin
with a dependency on the trunk build I've got from last week.  The
1.9.3 references the release I was having unescaped column name issues
with and doing the ant 'all' target does not appear to give me a
plugin artifact from what I can tell... Any suggestions?

Thanks in advance!


On Thu, Apr 23, 2009 at 3:27 PM, Voxland, Nathan
<nvoxland@...> wrote:

> That could be.  Let us know if you run into any troubles.
>
> Nathan
>
> -----Original Message-----
> From: Ryan Connolly [mailto:rynam0@...]
> Sent: Thursday, April 23, 2009 2:24 PM
> To: liquibase-devel@...
> Subject: Re: [Liquibase-devel] Checking out source and building...
>
> Thanks Nathan!  I checked out r860 from trunk and did a fresh build...
> Things are now working as expected so it looks like there *may be a
> bug in the 1.9.3 release that has been resolved in trunk since then.
> Thanks again for the help, I've now got an initial changelog for one
> of our dbs!
>
> Best,
> -Ryan
>
>
> On Thu, Apr 23, 2009 at 1:54 PM, Voxland, Nathan
> <nvoxland@...> wrote:
>> The short version is:
>>
>> 1. Check out code with svn co
>> https://liquibase.svn.sourceforge.net/svnroot/liquibase liquibase
>> 2. If you are using Eclipse or Intellij, the correct project config
>> files already exist in SVN
>> 3. Use your IDE's compiler or run "core/src/build.xml all" to build
>> everything
>>
>> Let me know if you need more info.
>>
>> Nathan
>>
>>
>> -----Original Message-----
>> From: rynam0 [mailto:rynam0@...]
>> Sent: Thursday, April 23, 2009 12:17 PM
>> To: liquibase-devel@...
>> Subject: [Liquibase-devel] Checking out source and building...
>>
>>
>> Hello:
>>     I am experiencing an issue where generateChangelog is throwing an
>> exception as a result of encountering a table that has a column named
>> 'over'.  As 'over' is a reserved keyword on SQLServer I am getting the
>> exception shown in this user list
>> http://www.nabble.com/Error-generating-changelog-td23175834.html post .
>> In
>> trying to diagnose this issue myself, I am hoping to build liquibase so
>> that
>> I may submit a patch for this issue.  Please help!  Where can I checkout
>> the
>> source so that I may get on this?
>>
>> Thank you!
>> -Ryan
>> --
>> View this message in context:
>> http://www.nabble.com/Checking-out-source-and-building...-tp23197464p231
>> 97464.html
>> Sent from the LiquiBase - Development mailing list archive at
>> Nabble.com.
>>
>>
>> ------------------------------------------------------------------------
>> ------
>> Stay on top of everything new and different, both inside and
>> around Java (TM) technology - register by April 22, and save
>> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
>> 300 plus technical and hands-on sessions. Register today.
>> Use priority code J9JMT32. http://p.sf.net/sfu/p
>> _______________________________________________
>> Liquibase-devel mailing list
>> Liquibase-devel@...
>> https://lists.sourceforge.net/lists/listinfo/liquibase-devel
>>
>> ------------------------------------------------------------------------------
>> Crystal Reports - New Free Runtime and 30 Day Trial
>> Check out the new simplified licensign 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-devel mailing list
>> Liquibase-devel@...
>> https://lists.sourceforge.net/lists/listinfo/liquibase-devel
>>
>
>
>
> --
> ®¥@N
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign 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-devel mailing list
> Liquibase-devel@...
> https://lists.sourceforge.net/lists/listinfo/liquibase-devel
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign 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-devel mailing list
> Liquibase-devel@...
> https://lists.sourceforge.net/lists/listinfo/liquibase-devel
>



--
®¥@N

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign 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-devel mailing list
Liquibase-devel@...
https://lists.sourceforge.net/lists/listinfo/liquibase-devel

 « Return to Thread: Checking out source and building...