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
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
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
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
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