|
From: Bradley W. <bw...@co...> - 2006-08-18 17:31:59
|
In order to generate MSDN style documents, the Microsoft HTML Help
Compiler must exist on the system. I _think_ (but am not sure) that this
gets installed as a part of the Visual Studio suite. But if you are on a
clean build machine that does not have Visual Studio, you will probably
have to locate and download the help compiler and install it on the
machine. I think you can search the MSDN site and find a place to
download it by itself.
Hope this helps...
> -----Original Message-----
> From: ndo...@li... [mailto:ndoc-users-
> bo...@li...] On Behalf Of Benjamin Wang
> Sent: Friday, August 18, 2006 12:47 PM
> To: ndo...@li...
> Cc: Allen Law
> Subject: [Ndoc-users] NDoc Errors
>=20
> Hello:
>=20
> I got NDoc runtime error for the following build file:
>=20
> <target name=3D"msdndocs" description=3D"Generates MSDN style
documentation">
> <delete dir=3D"docs_msdn"/>
> <mkdir dir=3D"docs_msdn"/>
> <exec program=3D"ndocconsole.exe" workingdir=3D"${build.dir}">
> <arg value=3D"-documenter=3DMSDN"/>
> <arg value=3D"-project=3DDocumentation.ndoc"/>
> <arg value=3D"-namespacesummaries=3DNamespaceSummaries.xml"/>
> <arg value=3D"-OutputDirectory=3Ddocs_msdn"/>
> <arg value=3D"-Title Coin Data Product Documentation"/>
> <arg value=3D"-HtmlHelpName=3DCoinData"/>
> <arg value=3D"-verbose"/>
> </exec>
> <copy file=3D"./docs_msdn/CoinData.chm" todir=3D"." =
overwrite=3D"true"/>
> <delete dir=3D"docs_msdn"/>
> </target>
>=20
> Here is the error log:
>=20
> Buildfile: file:///C:/CoinData/products/microsoft/build.build
> <file:///C:/CoinData/products/microsoft/build.build>
> Target framework: Microsoft .NET Framework 2.0
> Target(s) specified: document
>=20
> msdndocs:
> [exec] NDoc 1.3.1 (Build 1.3.1851.0; release; 1/25/2005)
> [exec] http://ndoc.sourceforge.net
>
<https://owa.coindata.com/exchweb/bin/redir.asp?URL=3Dhttp://ndoc.sourcef=
o
rg
> e.net>
> [exec] using project file Documentation.ndoc
> [exec] Error: System.ArgumentException
> [exec] Path cannot be the empty string or all whitespace.
> [exec] at System.IO.Directory.SetCurrentDirectory(String path)
> [exec] at NDoc.ConsoleApplication.EntryPoint.Main(String[]
args)
> BUILD FAILED
> C:\CoinData\products\microsoft\build.build(62,4):
> External Program Failed: ndocconsole.exe (return code was 2)
> Total time: 4 seconds.
>=20
> Anyone has a clue why NDoc crashed?
>=20
> Thanks for help!
>=20
>
------------------------------------------------------------------------
-
> Using Tomcat but need to do more? Need to support web services,
security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
>
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D=
121642
> _______________________________________________
> Ndoc-users mailing list
> Ndo...@li...
> https://lists.sourceforge.net/lists/listinfo/ndoc-users
|