Oooppps, forgot the rest of you...

Note: forwarded message attached.



                
__________________________________
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com
--- Begin Message ---
Gert,

Yes, 9/28 of both NAnt and NAntContrib.  I unzip
nant-src.zip and nantcontrib-0.85-20040928.zip into my
NAnt directory.  Here is a very simple repro followed
by the results:

<project name="Build" default="build" >

  <tstamp>
    <formatter property="curDate" pattern="yyyyMMdd"/>
    <formatter property="curTime" pattern="HHmm"/>
  </tstamp>

  <record name="test.txt" action="Start" />

  <target name="build">
    <echo message="It is now ${curTime} on ${curDate}"
/>
    <record name="test.txt" action="Close"/>
  </target>

</project>

_________________________________________________

D:\Build>nant -f:Build.build
NAnt 0.85 (Build 0.85.1732.0; net-1.0.win32; nightly;
9/28/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

[loadtasks] Failure scanning
"D:\Nant\bin\NAnt.Contrib.Tasks.dll" for extensions.
One or more of the types in the
 assembly unable to load.
Buildfile: file:///D:/Build/Build.build
Target(s) specified: build

   [tstamp] Wednesday, September 29, 2004 8:38:43 AM.

BUILD FAILED

D:\Build\Build.build(8,4):
Invalid element <record>. Unknown task or datatype.
______________________________________________________

Thanks,
Eric


Total time: 0 seconds.
--- Gert Driesen <[EMAIL PROTECTED]> wrote:

> Eric,
> 
> Are you sure you also used the 9/28 build of
> NAntContrib ?
> 
> Gert
> ----- Original Message ----- 
> From: "Eric Fetzer" <[EMAIL PROTECTED]>
> To: "Nant Users" <[EMAIL PROTECTED]>
> Sent: Tuesday, September 28, 2004 8:35 PM
> Subject: [Nant-users] NantContrib [loadtasks]
> 
> 
> >I am getting the following error trying to use NAnt
> > and NAnt Contrib from the 9/28 build:
> >
> > D:\Build>nant -f:Build.build
> > NAnt 0.85 (Build 0.85.1732.0; net-1.0.win32;
> nightly;
> > 9/28/2004)
> > Copyright (C) 2001-2004 Gerry Shaw
> > http://nant.sourceforge.net
> >
> > [loadtasks] Failure scanning
> > "D:\Nant\bin\NAnt.Contrib.Tasks.dll" for
> extensions.
> > One or more of the types in the
> > assembly unable to load.
> >
> > Any help?
> >
> > Thanks,
> > Eric
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.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-users mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/nant-users
> >
> > 
> 
> 
> 
>
-------------------------------------------------------
> 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-users mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/nant-users
> 



                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

--- End Message ---

Reply via email to