AutoBuild.bat 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. 
  2. copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Deploy.dll E:\yonyou\U9CE\Portal\ApplicationLib
  3. copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Deploy.pdb E:\yonyou\U9CE\Portal\ApplicationLib
  4. copy .\BpAgent\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Agent.dll E:\yonyou\U9CE\Portal\ApplicationLib
  5. copy .\BpAgent\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Agent.pdb E:\yonyou\U9CE\Portal\ApplicationLib
  6. copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Deploy.dll E:\yonyou\U9CE\Portal\ApplicationServer\Libs
  7. copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Deploy.pdb E:\yonyou\U9CE\Portal\ApplicationServer\Libs
  8. copy .\BpAgent\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Agent.dll E:\yonyou\U9CE\Portal\ApplicationServer\Libs
  9. copy .\BpAgent\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.Agent.pdb E:\yonyou\U9CE\Portal\ApplicationServer\Libs
  10. copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.dll E:\yonyou\U9CE\Portal\ApplicationServer\Libs
  11. copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.pdb E:\yonyou\U9CE\Portal\ApplicationServer\Libs
  12. copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ubfsvc E:\yonyou\U9CE\Portal\ApplicationServer\Libs
  13. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ICreateRcvRptDocCostWithPackage.svc E:\yonyou\U9CE\Portal\RestServices
  14. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IPOToRcvBCSVWithPackage.svc E:\yonyou\U9CE\Portal\RestServices
  15. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ICreateDocByQuickTransInWithPackage.svc E:\yonyou\U9CE\Portal\RestServices
  16. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ICreateMiscRcvTransWithPackage.svc E:\yonyou\U9CE\Portal\RestServices
  17. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.ICreateMiscShipmentWithPackageSV.svc E:\yonyou\U9CE\Portal\RestServices
  18. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IFileUploadService.svc E:\yonyou\U9CE\Portal\RestServices
  19. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IGetItemBarCodeDetails.svc E:\yonyou\U9CE\Portal\RestServices
  20. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IAnalyzeDocBarCodeSV.svc E:\yonyou\U9CE\Portal\RestServices
  21. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IDeleteAttachmentSV.svc E:\yonyou\U9CE\Portal\RestServices
  22. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IGetBarCodeUsedWhBinInfoSV.svc E:\yonyou\U9CE\Portal\RestServices
  23. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IGetBarCodeExtInfoSV.svc E:\yonyou\U9CE\Portal\RestServices
  24. copy .\BpImplement\UFIDA.U9.Cust.Kusi.CJJ.RestApi.IShipPickConfirmUpdateBarCodeFirstSV.svc E:\yonyou\U9CE\Portal\RestServices
  25. pause
  26. echo please edit web.config add next segement
  27. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  28. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.ICreateRcvRptDocCostWithPackage" />
  29. </service>
  30. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  31. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IPOToRcvBCSVWithPackage" />
  32. </service>
  33. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  34. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.ICreateDocByQuickTransInWithPackage" />
  35. </service>
  36. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  37. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.ICreateMiscRcvTransWithPackage" />
  38. </service>
  39. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  40. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.ICreateMiscShipmentWithPackageSV" />
  41. </service>
  42. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  43. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IFileUploadService" />
  44. </service>
  45. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  46. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IGetItemBarCodeDetails" />
  47. </service>
  48. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  49. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IAnalyzeDocBarCodeSV" />
  50. </service>
  51. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  52. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IDeleteAttachmentSV" />
  53. </service>
  54. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  55. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IGetBarCodeUsedWhBinInfoSV" />
  56. </service>
  57. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  58. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IGetBarCodeExtInfoSV" />
  59. </service>
  60. <service name="{type.FullName}Stub" behaviorConfiguration="U9SrvTypeBehaviors">
  61. <endpoint address="" behaviorConfiguration="U9RestSrvBehaviors" binding="webHttpBinding" contract="{type.Namespace.FullName}.IShipPickConfirmUpdateBarCodeFirstSV" />
  62. </service>
  63. pause