Nam Seungho wrote: > Dear list, > > I see the warning messages repeatedly that I didn't see until > nant0.84. As these messages don't mean there's something wrong with > the build, I don't like to see these messages. > Could you let me know how these messages can be removed? > "Deprecated" means that the feature will be removed in a future release, and you should stop using it now.
Each message tells you the feature to use instead. In this case, "licensetarget" has been replaced by "target", and "includes" has been replaced by "include." So you should update your build file to use the newer features. Gary > Messages are as follows: > C:\Build\ITIS-Developer\Source\HOME\ITIS\ADM\BJ\INHA.ITIS.ADM.BJ.BJ_01501.Win\INHA.ITIS.ADM.BJ.BJ_01501.Win.build(39,4): > Attribute 'licensetarget' for <license ... /> is deprecated. Use the > <target> attribute instead. > C:\Build\ITIS-Developer\Source\HOME\ITIS\ADM\BJ\INHA.ITIS.ADM.BJ.BJ_01501.Win\INHA.ITIS.ADM.BJ.BJ_01501.Win.build(44,5): > Element <includes... /> for <assemblyfileset... /> is deprecated. Use > <include> element instead. > C:\Build\ITIS-Developer\Source\HOME\ITIS\ADM\BJ\INHA.ITIS.ADM.BJ.BJ_01501.Win\INHA.ITIS.ADM.BJ.BJ_01501.Win.build(49,5): > Element <includes... /> for <resourcefileset... /> is deprecated. Use > <include> element instead. > C:\Build\ITIS-Developer\Source\HOME\ITIS\ADM\BJ\INHA.ITIS.ADM.BJ.BJ_01501.Win\INHA.ITIS.ADM.BJ.BJ_01501.Win.build(56,5): > Element <includes... /> for <fileset... /> is deprecated. Use > <include> element instead. > > Thanks in advance. > > Best regards, > Nam, Seungho > > _________________________________________________________________ > 싸게 싸게 MSN공동구매 > http://www.waawaa.com/cobuy/cobuy_default.asp?siteid=10160 > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing > & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Nant-users mailing list > Nant-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nant-users > > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users