Java Mailing List Archive

http://www.gg3721.com/

Home » the NHibernate development list »

[NHibernate-development] Error while NAnt build if Clover is not
 installed

Steve Wagner

2008-01-08

Replies: Find Java Web Hosting

Author LoginPost Reply
If i try to build NHibernate (trunk and 1.2ga) ive allways got this error:

----------------------

Expression:
${environment::get-folder-path('ProgramFiles')}/Cenqua/Clover.NET 2.0
for ${clover.framework}

           ^^^^^^^^^^^^^^^^
  Property 'clover.framework' has not been set.

----------------------

To fix it, change the line:

<property name="clover.home"
value="${environment::get-folder-path('ProgramFiles')}/Cenqua/Clover.NET
2.0 for ${clover.framework}" />

in common.xml to:

<property name="clover.home"
value="${environment::get-folder-path('ProgramFiles')}/Cenqua/Clover.NET
2.0 for ${clover.framework}"
if="${property::exists('clover.framework')}" />

I hope someone can commit it to trunk. Thanks.

Steve

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Nhibernate-development mailing list
Nhibernate-development@(protected)
https://lists.sourceforge.net/lists/listinfo/nhibernate-development
©2008 gg3721.com - Jax Systems, LLC, U.S.A.