To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49815


User rt changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed May 25 01:14:23 -0700 
2005 -------
> PS: I don't know if applying the correction patches will "break" cwscreate.pl.

Yes, your patches will break  cwscreate.pl as well as Cws.pm. 
There is a soap function getCurrentMilestone( MasterWS ). This function can be
used either 'directly' via eis->getCurrentMilestone( master ) as it is the case
in cwscreate.pl (allthough it is not recommended, see below) or via
get_current_milestone( master ) from Cws.pm. In general Cws.pm provides the
interfaces to be used by cws tooling as a layer between soap interfaxes and perl
scripts. In this specific case, get_current_milestone() from Cws.pm uses private
function get_current_milestone_from_eis which in turn calls
$eis->getCurrentMilestone( $master ) (line 1079 in Cws.pm. 

What is the problem, when did you get  'undefined function getCurrentMilestone'?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to