Has anyone got the nant tasks to work with WiX V3? My nant task looks
like this:

    <candle 

      exedir="${wixroot.dir}" 

      out="${root.dir}\obj\" 

      rebuild="true"

      verbose="true"

      warningsaserrors="true">

      <defines>

        <define name="Version"
value="${buildnumber.major}.${buildnumber.minor}.${buildnumber.build}"
/>

        <define name="SourceDir" value="${root.dir}\SetupOEM" />

      </defines>

      <sources basedir="${root.dir} ">

        <include name="*.wxs" />

      </sources>

    </candle>

 

When I run it with verbose output on I see (this is hacked a bit to hide
real folder names): 

   [candle] Rebuilding: the 'rebuild' attribute is set to true.

   [candle] Building 0 files to 'xxx\obj\'.

   [candle] Contents of the response file 'C:\Documents and
Settings\Neil Sleightholm\Local Settings\Temp\tmp1E0.tmp'.

   [candle] -nologo

   [candle] -wx

   [candle] -out "xxxx\obj\"

   [candle] -dVersion="4.08.1008"

   [candle] -dSourceDir="xxxxx\SetupOEM"

   [candle]

   [candle] Starting 'D:\WiX\WiX3\candle.exe (@"C:\Documents and
Settings\Neil Sleightholm\Local Settings\Temp\tmp1E0.tmp")' in
'xxxx\build test'

Followed by the candle help.

 

I think the problem is that the task is completely ignoring the
<sources> element and not writing them to the response file.

 

Any help resolving this would be gratefully received.

 

Thanks

 

Neil

 

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to