Bug Report B133812
Visible to All Users

When executing the XAF BuildScript buildall.cmd from K18065, the PublicKeyToken.txt file is created in TempDir but never copied to HomeDir

created 16 years ago

The XAF BuildScript buildall.cmd from K18065 has an error:
The PublicKeyToken.txt is created on TempDir but never copied to HomeDir.
I'd recommend moving the sn creation line after the CD back to HomeDir.
Here's the lines in question:
%sn% -q -T DevExpress.Dll\DevExpress.ExpressApp.%dxver%.dll >PublicKeyToken.txt
xcopy %TempDir%\DevExpress.DLL "%HomeDir%\DevExpress.DLL" /S /Y /H /I
cd %HomeDir%
rd /S /Q %TempDir%
Steps to Reproduce:
Run buildall.cmd
Actual Results:
No PublicKeyToken.txt file created on the XAF source directory.
Expected Results:
PublicKeyToken.txt file created on the XAF source directory.

Comments (2)
Dennis Garavsky (DevExpress) 16 years ago

    Hello Garth,
    Thank you for the report. We are investigating your problem. Please bear with us.
    Thanks,
    Dennis

    Dennis Garavsky (DevExpress) 16 years ago

      Hello Garth,
      Thank you for the help. We have updated the How to recompile the XAF source code KB Article.
      Thanks,
      Dennis

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.