Re: [rt-users] timeworked.pl requires every extension lib to be added?

2009-09-28 Thread Allen
My original line pointed only to the root install of RT: /u/rtweb/rt38/ lib in this case. I also have a lot of plugins and this is the use lib line that was needed to cover them all: use lib qw(/usr/local/share/request-tracker3.8/lib /usr/share/request-tracker3.8/lib); That is for

Re: [rt-users] timeworked.pl requires every extension lib to be added?

2009-09-28 Thread Kevin Falcone
On Mon, Sep 28, 2009 at 09:53:54AM -0700, Allen wrote: My original line pointed only to the root install of RT: /u/rtweb/rt38/ lib in this case. I also have a lot of plugins and this is the use lib line that was needed to cover them all: use lib

Re: [rt-users] timeworked.pl requires every extension lib to be added?

2009-09-27 Thread Jo Rhett
On Sep 26, 2009, at 5:15 AM, Fran Fabrizio wrote: Ah, that chunk of lib handling code is snagged from some of the RT code - that could be the cause of the issue, I don't have too many added plugins in my RT instance so perhaps that's why I am not seeing what you are. I think you may be

Re: [rt-users] timeworked.pl requires every extension lib to be added?

2009-09-26 Thread Jo Rhett
On Sep 25, 2009, at 7:45 PM, Fran Fabrizio wrote: I did not experience that, the version I shared on the list is exactly as it runs in my environment, it must be something specific to your RT setup if you are needing to add multiple entries to the use lib line. Others on the list have

Re: [rt-users] timeworked.pl requires every extension lib to be added?

2009-09-26 Thread Fran Fabrizio
Jo, Ah, that chunk of lib handling code is snagged from some of the RT code - that could be the cause of the issue, I don't have too many added plugins in my RT instance so perhaps that's why I am not seeing what you are. I think you may be the first person to have tested it who has a lot

[rt-users] timeworked.pl requires every extension lib to be added?

2009-09-25 Thread Jo Rhett
So I'm testing out your time worked report, and I'm finding that each and every extension I've added needs to be put in your use lib line. Couldn't you simplify this and use the same lib path adjustment as the main RT instance? Or better yet, not include the extensions? Do you really

Re: [rt-users] timeworked.pl requires every extension lib to be added?

2009-09-25 Thread Fran Fabrizio
Jo, I did not experience that, the version I shared on the list is exactly as it runs in my environment, it must be something specific to your RT setup if you are needing to add multiple entries to the use lib line. Others on the list have also used it successfully without having that issue.