So, I had some problems with a project that had a license.licx file in the root -- nant was choking on it, so I went to the nightly build of nant. It fixed the problem, but caused another in that it was telling me a method in an external DLL is not present (but it is indeed there):
[solution] C:\WINDOWS\TEMP\tmp45BB.tmp\TI.DNN.DotNetNuke\Global.asax.vb(490) : error BC30456: 'SendASPNETException' is not a member of 'aspNetEmail.EmailMessage'. [solution] [solution] aspNetEmail.EmailMessage.SendASPNETException() [solution] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ So I tried running the nant script on the build box and it builds fine. So I went back to the oldest nightly build I could find and it works. I would post this on the nant list, but the only time it fails is when draco runs it. What might I look for here when the build script runs fine from the command prompt but not from draco? Thanks for any thoughts before I post to the nant list. -----Original Message----- From: Bryan D. Andrews Sent: Monday, July 19, 2004 6:47 AM To: [EMAIL PROTECTED] Subject: RE: Problems with NAnt.Solution task [was RE: [Draconet-users] Vault and Draconet?] I was just told on the nant list that the only reason it is working for me is that my project happens to be in the root folder. There is a user who says that he is ready to fix this but is awaiting feedback. Hopefully this will be fixed soon. -----Original Message----- From: David Reed [mailto:[EMAIL PROTECTED] Sent: Saturday, July 17, 2004 1:22 PM To: [EMAIL PROTECTED] Subject: RE: Problems with NAnt.Solution task [was RE: [Draconet-users] Vault and Draconet?] > Curiously enough I think that a relative path is working. I kinda took > it for granted that it did not from the comments here and the other > posting. Felicitations. > I have another question though. Why would code such as this build on > VS.Net then fail on the draco nant build: > > For i As Integer = 0 To value.Count - 1 > > If I declare the integer first it works in draco. No idea, since I don't use VB.NET, but NAnt <solution/> may not be importing all the same things that VS.NET does... It does seem to me that because the NAnt crew are all native C# developers, the VB support is usually a little more fragile than it might otherwise be. I vaguely recall some reports of bugs with the <vbc/> task... What's the exact compiler error? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=ick _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=ick _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users