Thanks. I fouind wha I was looking for as the developer who did compile
sent me the build xml. What I needed to know was the version not of 4D, but
of this once built and deployed.

Thanks any way

Regards

Chuck

On Thu, Nov 8, 2018 at 3:00 PM Tim Nevels via 4D_Tech <4d_tech@lists.4d.com>
wrote:

> On Nov 8, 2018, at 1:31 PM, Charles Miller  wrote:
>
> > Does anyone know when I assign a version to a build of server, where that
> > data is stored and where that might be so I can manually modify that
> number
> > to do some testing
>
> If you are talking about the “Product Version” that is displayed in the
> “Details” tab when you open the “Properties” window for the .exe file on
> Windows, you can set that when you build the 4D Server application.
>
>
> https://www.dropbox.com/s/kcsnrk6x672oksv/Screen%20Shot%202018-11-08%20at%201.54.02%20PM.PNG?dl=0
>
> Do this with some XML build keys:
>
> $xPath_t:="/Preferences4D/BuildApp/Versioning/Common/CommonVersion"
> $value_t:=$newVersion_t
> DOM SET XML ELEMENT VALUE($buildAppXMLref_t;$xPath_t;$value_t)
>
> $xPath_t:="/Preferences4D/BuildApp/Versioning/Common/CommonCopyright"
> $value_t:=$newVersion_t+" ©1998-"+String(Year of(Current date))+"
> Innovative Solutions & The Midland Group"
> DOM SET XML ELEMENT VALUE($buildAppXMLref_t;$xPath_t;$value_t)
>
> If you are talking about the build number of 4D retrieved with the
> “Application version” command and the build number option, it always
> returns “0” for a built application. The docs tell you this. No way to
> natively know what 4D build was used when you built your merged with 4D
> Server application, or merged with 4D Volume Desktop 4D Client application.
> You have to store this info somewhere yourself and not use the “Application
> version” command.
>
> Tim
>
> *****************************************
> Tim Nevels
> Innovative Solutions
> 785-749-3444
> timnev...@mac.com
> *****************************************
>
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **********************************************************************



-- 
-----------------------------------------------------------------------------------------
 Chuck Miller Voice: (617) 739-0306 Fax: (617) 232-1064
 Informed Solutions, Inc.
 Brookline, MA 02446 USA Registered 4D Developer
       Providers of 4D, Sybase & SQL Server connectivity
          http://www.informed-solutions.com
-----------------------------------------------------------------------------------------
This message and any attached documents contain information which may be
confidential, subject to privilege or exempt from disclosure under
applicable law.  These materials are intended only for the use of the
intended recipient. If you are not the intended recipient of this
transmission, you are hereby notified that any distribution, disclosure,
printing, copying, storage, modification or the taking of any action in
reliance upon this transmission is strictly prohibited.  Delivery of this
message to any person other than the intended recipient shall not
compromise or waive such confidentiality, privilege or exemption
from disclosure as to this communication.
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to