Hi all,
This is what I have in NpgsqlTests.build file:
<property name="NUnit.lib.dir" value="/usr/lib/NAnt/lib/mono/2.0" />
<target name="build" depends="init">
<csc target="library"
output="${nunit2tests.build.dir}/${assemblyname}.dll" debug="${debug}" >
<sources>
<include name="*.cs" />
</sources>
<references>
<include name="${NUnit.lib.dir}/nunit*.dll" />
<include name="${ms.build.dir}/Npgsql.dll" />
<include name="System.Data.dll" />
<include name="System.Web.dll" />
</references>
</csc>
</target>
But I don't know what to put in references element to make nant find the
included nunit assemblies. I had to hardcode a path
in order to
get nant to find them. Could you please explain me what I should put here? Note
that Npgsql can be build on Mono and ms.net so, I would like to put here a line
which would work on both platforms.
Thanks in advance.
--
Regards,
Francisco Figueiredo Jr.
http://fxjr.blogspot.com
Npgsql Lead Developer
http://npgsql.projects.postgresql.org
Mono Project Contributor
http://www.go-mono.com
MonoBrasil Project Founder Member
http://monobrasil.softwarelivre.org
--------
- Would you tell me, please, which way I ought to go from here?
- That depends a good deal on where you want to get to.
-- Lewis Carroll "Alice's Adventures in Wonderland"
Abra sua conta no Yahoo! Mail, o único sem limite de espaço para
armazenamento!
http://br.mail.yahoo.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users