Re: [OSM-dev] Osmosis broken

2008-02-24 Thread 80n
What's the nature of the change to the schema?  Will it have an impact on
other stuff?

On Sun, Feb 24, 2008 at 1:18 PM, Tom Hughes [EMAIL PROTECTED] wrote:

 In message [EMAIL PROTECTED]
   80n [EMAIL PROTECTED] wrote:

  The Osmosis hourly and minute dumps stopped working at about 4pm
 yesterday.
  Can someone take a look?

 That'll be when I updated the database to schema version 11 for Steve's
 changes. Unfortunately that breaks Osmosis... I think Brett's away at the
 moment, so this might not be very easy to fix.

 Tom

 --
 Tom Hughes ([EMAIL PROTECTED])
 http://www.compton.nu/

 ___
 dev mailing list
 dev@openstreetmap.org
 http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev


Re: [OSM-dev] Osmosis broken

2008-02-24 Thread Tom Hughes
In message [EMAIL PROTECTED]
  Karl Newman [EMAIL PROTECTED] wrote:

 On Sun, Feb 24, 2008 at 5:18 AM, Tom Hughes [EMAIL PROTECTED] wrote:
 
  That'll be when I updated the database to schema version 11 for Steve's
  changes. Unfortunately that breaks Osmosis... I think Brett's away at the
  moment, so this might not be very easy to fix.
 
 Actually, I think it's not too bad to fix. I don't think Osmosis cares about
 user preferences (assuming that was the major change), so all you have to do
 is bump the expected schema version to 11. It's in
 Osmosis/src/com/bretth/osmosis/core/mysql/v0_5/MySqlVersionConstants.java Of
 course, then you'd have to recompile and deploy the new version.

The problem is not changing the code, it's that I have no idea how
to go about building it or deploying the fixed version on dev.

 Alternately, you could temporarily modify the command line to add the option
 validateSchemaVersion=no to the database read task. It might be nice to be
 able to override the expected schema version with a command line argument,
 but that's not in there right now.

That sounds a bit easier...

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev


[OSM-dev] Behaviour-Driven Framework

2008-02-24 Thread Frederik Ramm
Hi,

   checking out the current rails_port yields a ton of files in
vendor/gems/rspec-1.1.2. Googling for that:

RSpec is a Behaviour Driven Development framework for Ruby. It
provides two frameworks for writing and executing examples of how your
Ruby application should behave

Anyone care to explain?

Bye
Frederik

-- 
Frederik Ramm  ##  eMail [EMAIL PROTECTED]  ##  N49°00.09' E008°23.33'


___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev


Re: [OSM-dev] Osmosis broken

2008-02-24 Thread Karl Newman
On Sun, Feb 24, 2008 at 9:44 AM, Tom Hughes [EMAIL PROTECTED] wrote:

 In message [EMAIL PROTECTED]
   Karl Newman [EMAIL PROTECTED] wrote:

  On Sun, Feb 24, 2008 at 5:18 AM, Tom Hughes [EMAIL PROTECTED] wrote:
 
   That'll be when I updated the database to schema version 11 for
 Steve's
   changes. Unfortunately that breaks Osmosis... I think Brett's away at
 the
   moment, so this might not be very easy to fix.
 
  Actually, I think it's not too bad to fix. I don't think Osmosis cares
 about
  user preferences (assuming that was the major change), so all you have
 to do
  is bump the expected schema version to 11. It's in
 
 Osmosis/src/com/bretth/osmosis/core/mysql/v0_5/MySqlVersionConstants.java Of
  course, then you'd have to recompile and deploy the new version.

 The problem is not changing the code, it's that I have no idea how
 to go about building it or deploying the fixed version on dev.


I thought the trouble was in finding the right place in the code to modify.
I'm set up to compile a new Osmosis.jar, so I could provide it to you, but I
don't know anything about the setup on dev.


  Alternately, you could temporarily modify the command line to add the
 option
  validateSchemaVersion=no to the database read task. It might be nice to
 be
  able to override the expected schema version with a command line
 argument,
  but that's not in there right now.

 That sounds a bit easier...

 Tom


I think that's your best bet for now until BrettH gets back from his
holiday.

Karl
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev