Yep, the order of the elements for that task has changed.  Please have a
look at the schema:
http://cvs.sourceforge.net/viewcvs.py/nantcontrib/NAntContrib/src/Tasks/Msi/
MsiTask.xsd?rev=1.7&view=auto

For an msi, the order should be something like this:

properties
search
tables
directories
environment
components
dialogs
controls
controlconditions
controlevents
registry
icons
shortcuts
binaries 
customactions
sequences 
actiontext 
appmappings
urlproperties
vdirproperties
approots
iisproperties
launchconditions
features
mergemodules


Jim


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ted Quinby
Sent: Wednesday, July 28, 2004 11:25 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] problem with msi when upgrading from 0.84 to 0.85
Nightly

I'm trying to upgrade my build process from NAnt 0.84 to the nightly build 
of 0.85.

I'm using the following versions (both have built successfully on my
machine):

NAnt                    Nant-0.85-20040722
NAntContrib             nantcontrib-0.85-20040723

I've used this combination of NAnt/NAntContrib to build my software -- it 
took a few executions and bug fixes to uncover the differences between 0.84 
and 0.85.

However, I'm stuck in resolving the following issue.  When trying to 
execute my msi task (which previously worked almost perfectly with 0.84), I 
get the following error:

Validation Error:  The element 'msi' in namespace 
'NAnt.Contrib.Tasks.Msi.MsiTask' has invalid child element 'components' in 
namespace 'NAnt.Contrib.Tasks.Msi.MsiTask'.  Expected 
'Nant.Contrib.Tasks.Msi.MsiTask:mergemodules'.

Any thoughts?

Thanks in advance!

Ted



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to