Hi, Am 28.05.2003 (13:42) schrieb James Texter: > Here is my license task(watch for word wrap). One thing to note is that > I get no errors, it just doesn't seem to get embedded into the EXE. > I've tried adding in SampleApp.exe.licenses as a source, a reference, a > resource, and a module. Each time I try to add it in, I get compiler > errors. > [...]
Okay, with your example I managed to compile the licenses file and to get it in the exe. At least the verbose of the <csc> Task tells me so. Here's how mine looks (interesting, we're using The Ultragrid too :)): ,----[ Sample.build ]- | <license input="${project.sourcedrive}${nant.project.name}\licenses.licx" output="${build.dir}\Sample.exe.lincenses" licensetarget="Sample.exe"> | <assemblies> | <includes name="${build.dir}\bin\${licenses.dotnetbar}"/> | <includes name="${build.dir}\bin\${licenses.ultrawineditor}"/> | <includes name="${build.dir}\bin\${licenses.ultrawingrid}"/> | </assemblies> | </license> | | <csc target="winexe" debug="${build.debug}" output="${build.dir}\bin\Sample.exe" verbose="true"> | <sources> | <includes name="${project.sourcedrive}${nant.project.name}\*.cs" /> | </sources> | <references> | <includes name="${build.dir}\references\*.dll" /> | </references> | <resources> | <includes name="${project.sourcedrive}${nant.project.name}\*.resx" /> | <includes name="${project.sourcedrive}${nant.project.name}\GUIV2.dotNetBarManager.xml" /> | <includes name="${build.dir}\*" /> | </resources> | </csc> `---- This compiles, but when starting the Not registered Form pops up :( If I get faster I'll post it. Sascha -- sa at programmers-world dot com http://www.livingit.de Bookmarks online: http://www.mobile-bookmarks.info Soon available in english A fool-proof method for sculpting an elephant: first, get a huge block of marble; then you chip away everything that doesn't look like an elephant. ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users