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'.
[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.
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
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.