Building the msi task in NAntContribInstall.include results with the
following failure:
--------------------------------------------------------------------------
nant.doc.msm:

      [msm] Building MSI Database 'nant.doc.msm'.
      [msm] Adding Properties:
      [msm]  Manufacturer
      [msm] Adding Directories:
      [msm]  NAnt
      [msm]  NAnt\doc
      [msm]  NAnt\doc\NAnt
      [msm]  NAnt\doc\NAnt\design
      [msm]  NAnt\doc\NAnt\help
      [msm]  NAnt\doc\NAnt\sdk
      [msm]  NAnt
      [msm]  NAnt\Help
      [msm] Add Files:
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\arrow.gif
      [msm]
C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\authors.html
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\bullet.gif
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\faq.html
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\index.html
      [msm]
C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\license.html
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\links.html
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\logo.eps
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\logo.gif
      [msm]
C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\releasenotes.html
      [msm]
C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\releaseplan.html
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\sf.gif
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\style.css
      [msm]  C:\src\nant\build\net-1.1.win32\nant-0.85-debug\doc\why.html

BUILD FAILED

C:\src\NAntContrib\NAntContribInstall.include(294,10):
Unable to build MSI database 'nant.doc.msm'.
    KeyFile "FilterChain.JPG" not found in Component "C__NAnt_Doc_Design".

Total time: 243.9 seconds.
--------------------------------------------------------------------------

I'm using a bat file to get and build everything:

--------------------------------------------------------------------------
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
--------------------------------------------------------------------------

I searched the NAnt and NAntContrib folders and did not find any jpg files,
are they missing from CVS?

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