sekharnbos / activemessaging

Automatically exported from code.google.com/p/activemessaging
0 stars 0 forks source link

generator doesn't use class_name. #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Try to create a processor with a class_name: script/generate processor
module/name

What is the expected output? What do you see instead?

A new processor should be created in app/processors/module/name.rb. Instead
the generator creates app/processors/name.rb.

What version of the product are you using? On what operating system?

Rev 117 (currently HEAD). OS is Mac OS X, but not relevant.

Please provide any additional information below.

Tracked this down and fixed it, I've included the patch. I added conflict
checks while I was there. Forget the right order for the diff, I did: diff
-u old/... new/...

HTH

Original issue reported on code.google.com by mis...@gmail.com on 7 Aug 2007 at 10:09

Attachments:

GoogleCodeExporter commented 8 years ago
Man, I sat on this a long time while I was working on a different issue - but 
it is
now checked in and works, thanks very much for the patch.

I also used the same code to do the new filter generator - so double thanks.
-A

Original comment by kooks...@gmail.com on 4 Feb 2008 at 4:57