|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
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 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 |
|
|
Re: Checking out source and building...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 |
|
|
Re: Checking out source and building...Thanks for your response, Nathan. I was beginning to wonder if anyone
was on the lists ;-). Anyway, I've subscribed to the dev and user lists so I got this reply in my inbox (luckily). However, I'm noticing that your replies to my posts are not showing up on the nabble lists for some reason... I'm just glad I stumbled upon the your posts regarding the escaped column names on the sourceforge.net mailarchives otherwise I would still be in the dark. I will do a checkout and try building liquibase and will let you know how things go. Thanks again and keep up the great work! -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 |
|
|
Re: 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 |
|
|
Re: Checking out source and building...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 |
|
|
Re: Checking out source and building...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 |
|
|
Re: Checking out source and building...There are separate core/build.xml "maven" and "maven-snapshot" build targets that will build the maven artifacts. Make sure you run core/build.xml all first.
Nathan -----Original Message----- From: Ryan Connolly [mailto:rynam0@...] Sent: Monday, April 27, 2009 2:36 PM To: liquibase-devel@... Subject: Re: [Liquibase-devel] Checking out source and building... 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 ------------------------------------------------------------------------------ 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 |
|
|
Re: Checking out source and building...Nice! Thanks again, Nathan.
On Mon, Apr 27, 2009 at 3:58 PM, Voxland, Nathan <nvoxland@...> wrote: > There are separate core/build.xml "maven" and "maven-snapshot" build targets that will build the maven artifacts. Make sure you run core/build.xml all first. > > Nathan > > -----Original Message----- > From: Ryan Connolly [mailto:rynam0@...] > Sent: Monday, April 27, 2009 2:36 PM > To: liquibase-devel@... > Subject: Re: [Liquibase-devel] Checking out source and building... > > 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 > > ------------------------------------------------------------------------------ > 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 |
|
|
Re: Checking out source and building...No problem. The maven and maven-snapshot targets should probably be run as part of a "all", but I didn't want to put that dependency on maven being installed for anyone to do a build.
Nathan -----Original Message----- From: Ryan Connolly [mailto:rynam0@...] Sent: Monday, April 27, 2009 3:01 PM To: liquibase-devel@... Subject: Re: [Liquibase-devel] Checking out source and building... Nice! Thanks again, Nathan. On Mon, Apr 27, 2009 at 3:58 PM, Voxland, Nathan <nvoxland@...> wrote: > There are separate core/build.xml "maven" and "maven-snapshot" build targets that will build the maven artifacts. Make sure you run core/build.xml all first. > > Nathan > > -----Original Message----- > From: Ryan Connolly [mailto:rynam0@...] > Sent: Monday, April 27, 2009 2:36 PM > To: liquibase-devel@... > Subject: Re: [Liquibase-devel] Checking out source and building... > > 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 > > ------------------------------------------------------------------------------ > 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 |
|
|
Re: Checking out source and building...I see... that answers one of the many questions I have been refraining
to ask which was whether you had plans to migrate the liquibase project to a full-on maven2 project. If ever you wish to do that I would be more than happy to contribute my time towards this goal... It would be a great way to get to know liquibase more intimately! I appreciate all the work you've put into this and will hold off on the questions I'm sure have been asked a thousand or more times before. If I am simply unable to answer them for myself I'm certain you will see them on the lists at some point in the near future! Thanks! -Ryan On Mon, Apr 27, 2009 at 4:05 PM, Voxland, Nathan <nvoxland@...> wrote: > No problem. The maven and maven-snapshot targets should probably be run as part of a "all", but I didn't want to put that dependency on maven being installed for anyone to do a build. > > Nathan > > -----Original Message----- > From: Ryan Connolly [mailto:rynam0@...] > Sent: Monday, April 27, 2009 3:01 PM > To: liquibase-devel@... > Subject: Re: [Liquibase-devel] Checking out source and building... > > Nice! Thanks again, Nathan. > > On Mon, Apr 27, 2009 at 3:58 PM, Voxland, Nathan > <nvoxland@...> wrote: >> There are separate core/build.xml "maven" and "maven-snapshot" build targets that will build the maven artifacts. Make sure you run core/build.xml all first. >> >> Nathan >> >> -----Original Message----- >> From: Ryan Connolly [mailto:rynam0@...] >> Sent: Monday, April 27, 2009 2:36 PM >> To: liquibase-devel@... >> Subject: Re: [Liquibase-devel] Checking out source and building... >> >> 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 >> >> ------------------------------------------------------------------------------ >> 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 |
| Free embeddable forum powered by Nabble | Forum Help |