Can anyone assist with the syntax to add an embedded WebResource (htc behavior files) to an nAnt asp.net build script
When using syntax below, the build succeeds but the behaviour does not function in the web page... <target name="MyWebApp.Web.UI" depends =" ... etc ... " > <csc target="library" output="${web_output}\MyWebApp.Web.UI.dll"> <sources> <include name=" ... etc ... " /> </sources> <references> <include name=" ... etc ..."/> </references> <resources> <include name="myWebApplication\resources\*.htc" /> </resources> </csc> </target> running the build through vs.net and everything works correctly. [note in both cases the web page correctly shows myWebApplication/webResource.axd? ...etc... Please help -- View this message in context: http://www.nabble.com/embedded-WebResources-tp15306188p15306188.html Sent from the NAnt - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users