I have updated the NAntContribInstall.include file to properly build the
merge modules/msi of NAnt and NAntContrib.  A result of this is that the
file is much smaller and manageable.  Since cvs access is blocked from my
work, I'll commit the files when I get home tonight.  This update requires a
fix to the msi task, too...

Jim


> Hello,
>  With some talk about getting to a .85 release, I though I'd try and
>  see if
> I could create an MSI from cvs.  Everything compiles, but I get the
> following error when creating the msi package:
>
> -----------------------------------------
> install.prepare:
>
>   [script] Scanning assembly "lyrier9q" for extensions.
>    [mkdir] Creating directory
> 'C:\src\NAntContrib\build\nantcontrib-0.85-debug\Install'.
>
> BUILD FAILED - 0 non-fatal error(s), 2 warning(s)
>
> C:\src\NAntContrib\NAntContribInstall.include(288,14):
> The NAnt schema file(s) are required by the install but do not exist
> (..\nant\build\net-1.1.win32\nant-0.85-debug/schema/).  Please run the
> nant 'package' task to generate them or specify their location with the
> 'nant.schema.dir' property.
>
> Total time: 244.1 seconds.
>
>>Exit code: 1
> -----------------------------------------
>
> I'm using a .bat file to compile everything, so I don't know if it
> could be a problem with that or not.  Here is my .bat file:
>
> ------------------------------------------
> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/nant checkout
> nant cd nant
> bin\nant package
> cd ..
> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/nantcontrib
> checkout NAntContrib
> cd NAntContrib
> ..\nant\build\net-1.1.win32\nant-0.85-debug\bin\nant
> -D:nant.dir="..\nant\build\net-1.1.win32\nant-0.85-debug"
> -f:NAntContrib.build package
> xcopy /E /S /Y build\nantcontrib-0.85-debug
> ..\nant\build\net-1.1.win32\nant-0.85-debug
> ..\nant\build\net-1.1.win32\nant-0.85-debug\bin\nant
> -D:nant.dir="..\nant\build\net-1.1.win32\nant-0.85-debug"
> -f:NAntContrib.build msi
> ------------------------------------------
>
> Thanks,
>
> John Cole
>
> -------------------------------------
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager. This message contains confidential information and
> is intended only for the individual named. If you are not the named
> addressee you should not disseminate, distribute or copy this e-mail.





-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to