Re: Embperl::Object 2.0b9 offline

2002-12-23 Thread Gerald Richter
Some time ago... > > Try to pass a array ref to object_addpath > > Nope, still doesn't work for 2.0b8, with the error remaining and a > blank 'searched: ' line: > > % perl epo_test.pl > [30725]ERR: 404: : Not found '_base.epl', searched: > > Don't know how, if its possible, to do this for th

Re: Embperl::Object 2.0b9 offline

2002-11-14 Thread Cameron McBride
> > Using 2.0b8, I get the same error. Unless I messed up the syntax > > somewhere, it appears that the 'object_addpath' is the culprit and > > is not functioning correctly. > > > > Try to pass a array ref to object_addpath Nope, still doesn't work for 2.0b8, with the error remaining and a

Re: Embperl::Object 2.0b9 offline

2002-11-14 Thread Gerald Richter
> > Using 2.0b8, I get the same error. Unless I messed up the syntax > somewhere, it appears that the 'object_addpath' is the culprit and > is not functioning correctly. > Try to pass a array ref to object_addpath Gerald ---

Re: Embperl::Object 2.0b9 offline

2002-11-14 Thread Cameron McBride
> that doesn't help. > > > this is what i get when i run the code snippet in question: > > > > > > ERR: 404: : Not found '_base.epl', searched: > > try to add the parameter > > > > app_name => 'foo' Using 2.0b8, I get the same error. Unless I messed up the syntax somewhere, it appears that

Re: Embperl::Object 2.0b9 offline

2002-11-14 Thread Ilia Lobsanov
that doesn't help. ilia. On Tue, Nov 12, 2002 at 07:26:09PM +0100, Gerald Richter wrote: > > > > make test doesn't get pass test#199 > > > > this is another issue and related to an update of libxslt > > > this is what i get when i run the code snippet in question: > > > > ERR: 404: : Not fo

Re: Embperl::Object 2.0b9 offline

2002-11-12 Thread Gerald Richter
> > make test doesn't get pass test#199 > this is another issue and related to an update of libxslt > this is what i get when i run the code snippet in question: > > ERR: 404: : Not found '_base.epl', searched: > try to add the parameter app_name => 'foo' (the actual value doesn't ma

Re: Embperl::Object 2.0b9 offline

2002-11-11 Thread Neil Gunton
Gerald Richter wrote: > > > > I meant the code snippet doesn't work with Embperl::Object (when i > > change HTML::EmbperlObject to Embperl::Object) > > > > ok, this would have been to easy > > What happens? (error message, wrong output?) Does make test works correctly? Gerald, I think this

Re: Embperl::Object 2.0b9 offline

2002-11-11 Thread Gerald Richter
> I meant the code snippet doesn't work with Embperl::Object (when i > change HTML::EmbperlObject to Embperl::Object) > ok, this would have been to easy What happens? (error message, wrong output?) Does make test works correctly? Gerald --

Re: Embperl::Object 2.0b9 offline

2002-11-11 Thread Gerald Richter
> I can't get Embperl::Object 2.0b9 to work in offline mode. > This works for the old HTML::EmbperlObject : > > use HTML::EmbperlObject; > Change HTML::EmbperlObject to Embperl::Object Gerald - Gerald Richterecos electronic

Embperl::Object 2.0b9 offline

2002-11-11 Thread Ilia Lobsanov
I can't get Embperl::Object 2.0b9 to work in offline mode. This works for the old HTML::EmbperlObject : use HTML::EmbperlObject; my $path = '/htdocs'; my $h = { path => $path, object_addpath => $path, object_base => 'base.epl', inputfile => "${path}/.index.epl", outputfile => "${path}