Opened 14 years ago
Closed 14 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 , 14 years ago
comment:2 by , 14 years ago
Owner: | set to |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Is there a version stamping script like updateversion.vbs for the linux build system?