bloritsch 2003/06/25 14:19:44
Modified: csframework AvalonFramework.build
Log:
fix ndocs build--partially, there is an issue if you don't have a C: drive
Revision Changes Path
1.7 +7 -0 avalon-sandbox/csframework/AvalonFramework.build
Index: AvalonFramework.build
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/AvalonFramework.build,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AvalonFramework.build 25 Jun 2003 15:44:57 -0000 1.6
+++ AvalonFramework.build 25 Jun 2003 21:19:44 -0000 1.7
@@ -15,6 +15,7 @@
</references>
<sources basedir="src/cs">
<includes name="**.cs"/>
+ <!-- excludes name="**Log4netLogger.cs"/ -->
</sources>
</csc>
</target>
@@ -41,6 +42,12 @@
</target>
<target name="ndocs" depends="build" description="Build the API documentation">
+ <copy todir=".">
+ <fileset basedir="bin">
+ <includes name="*.dll"/>
+ </fileset>
+ </copy>
+
<ndoc verbose="true">
<assemblies>
<includes name="${library.name}.dll"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]