Advertisement
dested

Untitled

Jul 26th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. PS B:\code\SaltarelleCompiler\SaltarelleCompiler\build> .\psake.ps1
  2. psake version 4.00
  3. Copyright (c) 2010 James Kovacs
  4.  
  5. Executing Clean
  6. Executing Determine-Version
  7. Compiler version: 0.0.0.91
  8. Runtime version: 0.0.0.118
  9. Linq version: 0.0.0.12
  10. Loader version: 0.0.0.5
  11. Web version: 0.0.0.58
  12. jQuery version: 0.0.0.45
  13. jQuery UI version: 0.0.0.9
  14. Executing Generate-VersionInfo
  15. Executing Build-Compiler
  16. Microsoft (R) Build Engine version 4.0.30319.17626
  17. [Microsoft .NET Framework, version 4.0.30319.17626]
  18. Copyright (C) Microsoft Corporation. All rights reserved.
  19.  
  20. Mono.Cecil -> B:\code\SaltarelleCompiler\SaltarelleCompiler\Compiler\Mono.Cecil\bin\net_4_0_Debug\Mono.Cecil.dll
  21. ICSharpCode.NRefactory -> B:\code\SaltarelleCompiler\SaltarelleCompiler\Compiler\NRefactory\ICSharpCode.NRefactory\bi
  22. n\Debug\ICSharpCode.NRefactory.dll
  23. ICSharpCode.NRefactory.CSharp -> B:\code\SaltarelleCompiler\SaltarelleCompiler\Compiler\NRefactory\ICSharpCode.NRefac
  24. tory\bin\Debug\ICSharpCode.NRefactory.CSharp.dll
  25. JSModel -> B:\code\SaltarelleCompiler\SaltarelleCompiler\Compiler\JSModel\bin\Saltarelle.Compiler.JSModel.dll
  26. Saltarelle.Compiler -> B:\code\SaltarelleCompiler\SaltarelleCompiler\Compiler\Saltarelle.Compiler\bin\Saltarelle.Comp
  27. iler.dll
  28. SCExe -> B:\code\SaltarelleCompiler\SaltarelleCompiler\Compiler\SCExe\bin\sc.exe
  29. Saltarelle.Compiler.Tests -> B:\code\SaltarelleCompiler\SaltarelleCompiler\Compiler\Saltarelle.Compiler.Tests\bin\Sal
  30. tarelle.Compiler.Tests.dll
  31. SCTask -> B:\code\SaltarelleCompiler\SaltarelleCompiler\Compiler\SCTask\bin\SCTask.dll
  32. Executing Generate-jQueryUISource
  33. Microsoft (R) Build Engine version 4.0.30319.17626
  34. [Microsoft .NET Framework, version 4.0.30319.17626]
  35. Copyright (C) Microsoft Corporation. All rights reserved.
  36.  
  37. jQueryUIGenerator -> B:\code\SaltarelleCompiler\SaltarelleCompiler\Runtime\tools\jQueryUIGenerator\jQueryUIGenerator\
  38. bin\ScriptSharp.Tools.jQueryUIGenerator.exe
  39. Executing Build-Runtime
  40. Microsoft (R) Build Engine version 4.0.30319.17626
  41. [Microsoft .NET Framework, version 4.0.30319.17626]
  42. Copyright (C) Microsoft Corporation. All rights reserved.
  43.  
  44. Microsoft Ajax Minifier - JavaScript and CSS minification and verification utility
  45. Copyright (c) 2002-2010 by Microsoft Corp. All rights reserved.
  46.  
  47.  
  48. Minifying file 'mscorlib.rel.js'...
  49. Original Size: 62097 bytes; reduced size: 35220 bytes (43.3% minification)
  50. Gzip of output approximately 10349 bytes (70.6% compression)
  51.  
  52. B:\code\SaltarelleCompiler\SaltarelleCompiler\Runtime\src\Core\CoreScript\CoreScript.csproj : error MSB4057: The target
  53. "GetNativeManifest" does not exist in the project.
  54. Microsoft Ajax Minifier - JavaScript and CSS minification and verification utility
  55. Copyright (c) 2002-2010 by Microsoft Corp. All rights reserved.
  56.  
  57.  
  58. Minifying file 'ssloader.rel.js'...
  59. Original Size: 11188 bytes; reduced size: 4087 bytes (63.5% minification)
  60. Gzip of output approximately 1852 bytes (54.7% compression)
  61.  
  62. Microsoft Ajax Minifier - JavaScript and CSS minification and verification utility
  63. Copyright (c) 2002-2010 by Microsoft Corp. All rights reserved.
  64.  
  65.  
  66. Minifying file 'linq.rel.js'...
  67. Original Size: 100872 bytes; reduced size: 36618 bytes (63.7% minification)
  68. Gzip of output approximately 8636 bytes (76.4% compression)
  69.  
  70. 7/26/2012 8:37:15 PM: An Error Occurred:
  71. Exec: Error executing command msbuild "$base_dir\Runtime\src\Runtime.sln" /verbosity:minimal /p:"Configuration=$config
  72. uration" .
  73. At B:\code\SaltarelleCompiler\SaltarelleCompiler\build\psake.psm1:134 char:14
  74. + throw <<<< ("Exec: " + $errorMessage)
  75. + CategoryInfo : OperationStopped: (Exec: Error exe...onfiguration" .:String) [], RuntimeException
  76. + FullyQualifiedErrorId : Exec: Error executing command msbuild "$base_dir\Runtime\src\Runtime.sln" /verbosity:mi
  77. nimal /p:"Configuration=$configuration" .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement