From: SourceForge.net <no...@so...> - 2006-12-15 21:12:05
|
Support Requests item #1616728, was opened at 2006-12-15 16:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=1616728&group_id=36057 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: sjg (stevegwizdala) Assigned to: Nobody/Anonymous (nobody) Summary: Exception while building JavaDoc Initial Comment: version 1.3.2540.0 .NET 2.0 The following exception was thrown while trying to build javadoc from a VS 2005 project. No problems when creating MSDN style docs. --- An error occured while trying to build the documentation. Exception: System.Xml.Xsl.XsltCompileException XSLT compile error at file:///C:/src/ndoc-1.3.1/bin/net/2.0/doc/ndoc_javadoc_temp/ndoc_resources/xslt/overview-summary.xslt(4,3). See InnerException for details. Exception: System.Xml.XmlException 'doc' is an undeclared namespace. Line 551, position 43. Exception: System.Xml.Xsl.XsltCompileException at System.Xml.Xsl.XsltOld.Compiler.Compile(NavigatorInput input, XmlResolver xmlResolver, Evidence evidence) at System.Xml.Xsl.XslTransform.Compile(XPathNavigator stylesheet, XmlResolver resolver, Evidence evidence) at System.Xml.Xsl.XslTransform.Load(String url, XmlResolver resolver) at System.Xml.Xsl.XslTransform.Load(String url) at NDoc.Documenter.JavaDoc.JavaDocDocumenter.TransformAndWriteResult(String transformFilename, XsltArgumentList args, String resultDirectory, String resultFilename) at NDoc.Documenter.JavaDoc.JavaDocDocumenter.WriteOverviewSummary() at NDoc.Documenter.JavaDoc.JavaDocDocumenter.Build(Project project) at NDoc.Gui.BuildWorker.ThreadProc() Exception: System.Xml.XmlException at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg, Int32 lineNo, Int32 linePos) at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node) at System.Xml.XmlTextReaderImpl.AttributeNamespaceLookup() at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space) at System.Xml.XPath.XPathDocument..ctor(XmlReader reader, XmlSpace space) at System.Xml.Xsl.XsltOld.Compiler.LoadDocument(XmlTextReaderImpl reader) at System.Xml.Xsl.XsltOld.Compiler.ResolveDocument(Uri absoluteUri) at System.Xml.Xsl.XsltOld.ContainerAction.CompileInclude(Compiler compiler) at System.Xml.Xsl.XsltOld.ContainerAction.CompileTopLevelElements(Compiler compiler) at System.Xml.Xsl.XsltOld.ContainerAction.CompileDocument(Compiler compiler, Boolean inInclude) at System.Xml.Xsl.XsltOld.RootAction.Compile(Compiler compiler) at System.Xml.Xsl.XsltOld.Compiler.CreateRootAction() at System.Xml.Xsl.XsltOld.Compiler.Compile(NavigatorInput input, XmlResolver xmlResolver, Evidence evidence) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=1616728&group_id=36057 |