Re: [Activewarehouse-discuss] creating custom transform

2007-10-30 Thread Colin Surprenant
Yep - that works! Great, thanks! Colin. On 10/30/07, Thibaut Barrère <[EMAIL PROTECTED]> wrote: > > can you try this ? > - put the transform code into test_transform.rb (under the same folder > where your .ctl is) > - add require 'test_transform' a the top of the .ctl file > > cheers > > Thibaut

Re: [Activewarehouse-discuss] creating custom transform

2007-10-29 Thread Thibaut Barrère
can you try this ? - put the transform code into test_transform.rb (under the same folder where your .ctl is) - add require 'test_transform' a the top of the .ctl file cheers Thibaut ___ Activewarehouse-discuss mailing list Activewarehouse-discuss@rubyf

Re: [Activewarehouse-discuss] creating custom transform

2007-10-29 Thread Colin Surprenant
Hi, Sure, thanks. I also tried adding the following requires, same result: require 'etl/transform/transform' require 'etl/control/control' c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:266:in `load_missing_constant': uninitialized constant ETL::Control::Co

Re: [Activewarehouse-discuss] creating custom transform

2007-10-29 Thread Thibaut Barrère
Hi Colin, could you copy paste your exception stacktrace here ? It will help us figure things out. cheers Thibaut ___ Activewarehouse-discuss mailing list Activewarehouse-discuss@rubyforge.org http://rubyforge.org/mailman/listinfo/activewarehouse-discu

[Activewarehouse-discuss] creating custom transform

2007-10-29 Thread Colin Surprenant
Hi, I am trying to create a custom transform but I am having a hard time with dependencies. As a simple test I just created my custom transform like this directly in my control file: module ETL #:nodoc: module Transform #:nodoc: class TestTransform < ETL::Transform::Transform def tra