Hey everyone,

I've been trying to get a CI environment up and running for a few days
but keep running into a show stopper with NAnt.

I've got it all set up with a transform by Gordon Weakliem, which I've
tweaked to work with the latest verison of nant and a few other things
to generate my build files.  That works great, generates them, nant
likes them.  good

however, whenever I go to compile from ccnet (or nant command line) I
get the following errors in my build logs

error BC30002: Type 'Entities.Modules.ISearchable' is not defined.

So I think this is just a problem with a reference to an external
library not in the GAC (DotNetNuke.dll). But as you go down the log I
have

error BC30451: Name 'Request' is not declared.
error BC30002: Type 'DataView' is not defined.

tons of these.  So I am confused.  Because these are system dll's in
the GAC.  So I set my environment path to have a reference to the
windows\microsoft.net\framework\v1.1.4322 dir as per usual.

Compile.. again.. errors.

I try to echo the sys.env.path (and setting the <sysinfo prefix>) and
cannot get anything to come out of this.

My references in my build file look like this
<references basedir="${extern.library.path}">
        <include frompath="true" name="System.dll" />
        <include frompath="true" name="System.Data.dll" />
        <include frompath="true" name="System.Drawing.dll" />
        <include frompath="true" name="System.Web.dll" />
        <include frompath="true" name="System.Xml.dll" />
        <include frompath="true" name="DotNetNuke.dll" />

where I was trying to pass in an external library path for DNN.  and
everything else.  I try using the from path and get errors as well,
which I thought was supposed to search the system path.  But I guess
not.

Any help would be greatly appreciated as I am losing my mind as to
trying to set this up!

Thanks in advance.
Chris.


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to