PiRSquared17 / hfm-net

Automatically exported from code.google.com/p/hfm-net
0 stars 0 forks source link

v0.9.0.548 web generation will not run on Ubuntu 12.04 + Mono 2.10. #279

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Stack trace from Ubuntu 12.04... this is likely an issue with 0.9.0.548 using 
msxml elements in general and not an issue with a specific version of Ubuntu 
and/or Mono.

[5/28/2012-10:17:01 AM] - Starting Web Generation...
[5/28/2012-10:17:01 AM] X XSLT compile error. Error running gmcs: Cannot find 
the specified file at file:///home/harlarw/HFM/XSL/WebOverview.xslt(154,5).
[5/28/2012-10:17:01 AM] X System.Xml.Xsl.XsltCompileException: XSLT compile 
error. Error running gmcs: Cannot find the specified file at 
file:///home/harlarw/HFM/XSL/WebOverview.xslt(154,5). ---> 
System.SystemException: Error running gmcs: Cannot find the specified file
  at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] in <filename unknown>:0 
  at Mono.CSharp.CSharpCodeCompiler.CompileFromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] sources) [0x00000] in <filename unknown>:0 
  at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] sources) [0x00000] in <filename unknown>:0 
  at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromSource (System.CodeDom.Compiler.CompilerParameters options, System.String source) [0x00000] in <filename unknown>:0 
  at Mono.Xml.Xsl.ScriptCompilerInfo.GetScriptClass (System.String code, System.String classSuffix, System.Xml.XPath.XPathNavigator scriptNode, System.Security.Policy.Evidence evidence) [0x00000] in <filename unknown>:0 
  at Mono.Xml.Xsl.MSXslScriptManager+MSXslScript.Compile (System.Xml.XPath.XPathNavigator node) [0x00000] in <filename unknown>:0 
  at Mono.Xml.Xsl.MSXslScriptManager.AddScript (Mono.Xml.Xsl.Compiler c) [0x00000] in <filename unknown>:0 
  at Mono.Xml.Xsl.XslStylesheet.HandleTopLevelElement (Mono.Xml.Xsl.Compiler c) [0x00000] in <filename unknown>:0 
  at Mono.Xml.Xsl.XslStylesheet.ProcessTopLevelElements (Mono.Xml.Xsl.Compiler c) [0x00000] in <filename unknown>:0 
  at Mono.Xml.Xsl.XslStylesheet.Compile (Mono.Xml.Xsl.Compiler c) [0x00000] in <filename unknown>:0 
  at Mono.Xml.Xsl.Compiler.Compile (System.Xml.XPath.XPathNavigator nav, System.Xml.XmlResolver res, System.Security.Policy.Evidence evidence) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at Mono.Xml.Xsl.Compiler.Compile (System.Xml.XPath.XPathNavigator nav, System.Xml.XmlResolver res, System.Security.Policy.Evidence evidence) [0x00000] in <filename unknown>:0 
  at System.Xml.Xsl.XslCompiledTransform.Load (System.Xml.XPath.XPathNavigator stylesheet, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver resolver) [0x00000] in <filename unknown>:0 
  at System.Xml.Xsl.XslCompiledTransform.Load (System.Xml.XmlReader stylesheet, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver resolver) [0x00000] in <filename unknown>:0 
  at HFM.Core.MarkupGenerator.Transform (System.Xml.XmlNode xmlDoc, System.String xsltFilePath, System.String cssFileName) [0x00000] in <filename unknown>:0 
  at HFM.Core.MarkupGenerator.DoHtmlGeneration (System.String folderPath, IEnumerable`1 slots) [0x00000] in <filename unknown>:0 
  at HFM.Core.MarkupGenerator.GenerateHtml (IEnumerable`1 slots) [0x00000] in <filename unknown>:0 
[5/28/2012-10:17:01 AM] - Total Web Generation Execution Time: 126 ms

Original issue reported on code.google.com by harlam357 on 28 May 2012 at 3:32

GoogleCodeExporter commented 9 years ago
Marked Fixed for Revision 572.

Original comment by harlam357 on 3 Jun 2012 at 1:36