I just reproduced your error in a different scenario. I rebuilt nant using the src distribution. When I tried to use the rebuilt binaries I used the ones in bin instead of the ones I built. I got the error just as you. If I use the binaries I build in 'build\net-1.1.win32\nant-0.85-debug\bin' then everything works correctly.
Gert, you mentioned that we should not use the binaries in the bin directory of the src distribution. Could you explain why we get this error? I'm sure it's something trivial I haven't thought of... I'm just curious. --Edwin -----Original Message----- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 10:10 AM To: Castro, Edwin Gabriel (Firing Systems Engr.) Subject: RE: [nant-dev] I was wrong <loadtasks> [loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions. BUILD FAILED D:\Build\Build.build(21,4): Failure scanning "D:\NAntContrib\bin\NAnt.Contrib.Tasks.dll" for extensions. One or more of the types in the assembly unable to load. --- "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> wrote: > Hi Eric, > > I'm using both 9/28 versions and I can use > <loadtasks/> without any > problems. The only difference between you and me is > that I use > <loadtasks/> within a <target/>. I tried a buildfile > like the one you > provided and it also worked for me. What error are > you getting? > > --Edwin > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Eric > Fetzer > Sent: Thursday, September 30, 2004 8:56 AM > To: NAnt Developers > Subject: [nant-dev] I was wrong <loadtasks> > > When I got the <loadtasks> to work, I had a 5/28 > version of NAnt with a 9/28 version of NAntContrib. > This screws me because I can't use Filterchain. I > cannot get <loadtasks> to work with the two 9/28 > versions together. I've got 9/28 src install of > NAnt > in D:\NAnt and 9/28 NAntContrib in D:\NAntContrib. > Here's a small repro: > > Build.build > > <project name="RealTime" default="build" > > <loadtasks > assembly="D:\NAntContrib\bin\NAnt.Contrib.Tasks.dll" > /> > <task name="build"> > <echo message="I die before getting here"/> > </task> > </project> > > Please tell me someone can reproduce this or knows > how > to fix it! > > Thanks, > Eric > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail Address AutoComplete - You start. We > finish. > http://promotions.yahoo.com/new_mail > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide > on ITManagersJournal > Use IT products in your business? Tell us what you > think of them. Give > us > Your Opinions, Get Free ThinkGeek Gift Certificates! > Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > nant-developers mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-developers > _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
