Not that I know, at least there seems to be no easy way.
The problem, as I understand it, is that ARSdoc isn't "done" with the
loaded memory structures until the very end.
This problem could probably be alleviated by a redesign of ARSdoc, but
apart from that I see no easy workaround.
Regar
Thilo,
Once again, thanks for your help with ARSdoc, the quick response time
is greatly appreciated.
I have gotten ARSdoc to run without throwing any errors (so far); but
now I am encountering what appears to be perl using too much memory
and crashing. I am currently running 'perl v5.8.8 for
MSWi
This time it doesn't have anything to do with ARSperl versions.
It's rather a problem of ARSdoc not recognizing enum fields (e.g. radio
buttons) with custom values (introduced in ARS 7).
Lines 818,819 of ARSdoc.pm
my $z = $h->{'regularList'};
@values = @$z;
should be replaced by
Well, we are getting closer each time. Here is a new error. Should I
go back to ARSPerl 1.85? Are these issues still present in 1.85?
Writing page on Active Link "APR:APL:CopyToNew_100":
D:/ARSDOC/server/burns/active_link/apr_approver_lookup_/apr_apl_copytonew_100_.html
Can't use an undefined val
Chris,
I think I can resolve that one too:
$qual = ars_perl_qualifier($Ctrl,$query);
should be replaced by
if( ref($query) eq 'ARQualifierStructPtr' ){
$qual = ars_perl_qualifier($Ctrl,$query);
}else{
$qual = $query;
}
Regards,
Thilo
Chris Akens wrote:
Thil
Thilo,
Thank you for your help in supporting ARSDOC. It seems as though the
fun continues, please see the new error below.
Reading schema inetorgperson
Writing page on Server "": D:/ARSDOC/server/burns/server/_.html
Writing page on Active Link "AP:SetReadOnlyColors":
D:/ARSDOC/server/burns/act
Well ... it's somehow my fault.
During the implementation of ARSperl 1.90 I had to change the data
structures representing set_fields/push_fields actions in workflow
objects. This was necessary to represent the ability to have a
set_fields/push_fields action with variable form name (correspond
Continuing on the topic of ARSDOC issues, I attempting to run it on ITSM v7
and receiving errors.
I added the println statement previously suggested and I see it get through
all of the forms but then when it is generating pages for active links I
get the following error and ARSDOC crashes. Any sug
8 matches
Mail list logo