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

Re: Checking out source and building...

by Voxland, Nathan :: Rate this Message:

Reply to Author | View in Thread

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

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