Opened 13 years ago

Closed 13 years ago

#1535 closed defect (fixed)

Mapguide 2.2RC Linux It is not possible to obtain full version number (included build number)

Reported by: gabrimonfa Owned by: trevorwekel
Priority: low Milestone:
Component: Site Service Version: 2.2.0
Severity: trivial Keywords:
Cc: External ID:

Description

<?php

require_once('../mapviewerphp/constants.php'); require_once('../mapviewerphp/layerdefinitionfactory.php');

$admin = new MgServerAdmin(); $userInfo = new MgUserInformation($username,$password); $admin->Open("127.0.0.1", $userInfo); $version = $admin->GetSiteVersion(); $admin->Close(); echo $version;

?>

I obtain the string "2.2.0.0" instead of "2.2.0.xxxx" where xxxx is the build number.

The same happens issuing a GetSiteVersion from "Web Tier Tests" > "Site" "GetSiteVersion

Change History (3)

comment:1 by jng, 13 years ago

Is there a version stamping script like updateversion.vbs for the linux build system?

comment:2 by trevorwekel, 13 years ago

Owner: set to trevorwekel

comment:3 by trevorwekel, 13 years ago

Resolution: fixed
Status: newclosed

Fixed for branches/2.2 with r5534 and trunk with r5535

Note: See TracTickets for help on using tickets.