Title: R: [Nant-users] how-to specify the framework version to use in order to build ?
Hi All
 
 
Will love to have an nant build example of specifying a (License Key) property value for .msm (merged module) something like
<mergemodules>
                <merge feature="OptionalTasksFeature">
                    <modules>
                        <includes name="${installsource.dir}\NAntContrib.msm">
                            <property name="License Key" value="8023484Y:234k"/>
                        </include>
                    </modules>
                </merge>
<mergemodules>
 
Any help will be highly appreciated
 
thanx
 
-daya
 

Reply via email to