Hello,
  I'm still attempting to get NAntContrib to build
without success.  I was able to get todays cvs version
of NAnt to build properly.  I set my path to the
.85cvs version of NAnt and attempted a build of
NAntContrib.  That resulted in an error on the line:
 
    <property name="build.number"
value="${math::abs(math::floor(timespan::get-total-days(datetime::now()
- convert::to-datetime('01-01-2000'))))}"
overwrite="false" />

  Since that was recently changed, I changed it back
to include the dynamic="true" option and got a little
further to:
 
---------------------------------------------
Buildfile:
file:///C:/src/nantcvs/NAntContrib/NAntContrib.build
Target(s) specified: test

Could not find file "C:\src\nantcvs\properties.xml".
 
init:

debug:

set-framework-configuration:

BUILD FAILED
 
C:\src\nantcvs\NAntContrib\NAntContrib.build(346,10):
       [if]  at least one if condition must be set
(propertytrue, targetexists,
etc...):
---------------------------------------------
 
I'm not sure what to do with this line:
 
        <if
test="${not(target::exists('set-'+framework::get-target-framework()+'-framework-configuration'))}">
            <fail message="The
'${framework::get-target-framework()}' framework is
not supported by this version of NAntContrib." />
        </if>

Trying to echo out the string I find that
 
Property 'framework::get-target-framework()' has not
been set.
 
Ok, so where should this get set? And how? :-)
 
Thanks,
 
John Cole
 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to