Bugs item #1867711, was opened at 2008-01-09 08:31
Message generated for change (Comment added) made by sgresham
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1867711&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: votive
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Chris Bardon (chrisbardon)
Assigned to: Justin Rockwood (justinrockwood)
Summary: line breaks on output are missing

Initial Comment:
In the current version of Votive (3.0.3704.0), when building a WiX project in 
Visual studio, there are no line breaks generated after many of the output 
statements (the line breaks were present in earlier builds).  The candle and 
light command lines are output correctly, but any light warnings do not have 
the line breaks after them.  This also means that the (presumably VS generated) 
completion line (========== Build: 1 succeeded or up-to-date, 0 failed, 0 
skipped ==========
) is appended to the end of the single warning line, which means that it is 
usually not visible on screen.  

----------------------------------------------------------------------

Comment By: sgresham (sgresham)
Date: 2008-04-29 19:06

Message:
Logged In: YES 
user_id=2075773
Originator: NO

I am also encountering this after upgrading from 2925 to 4205 with Visual
Studio 2005 on Windows Vista Professional SP1 (UAC disabled). The problem
appears to be some sort of parsing error in Votive.  Only the file name
followed by the error code number is displayed in the output window.  The
error description is missing and no line break follows the error code
number.  

For example:

G:\Dev\Trash\Wix\WixMsmqInstall\Product.wxs(20,0)Error CNDL0005:
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped
==========

Switching Visual Studio's build output to diagnostic yields the
following:

G:\Dev\Trash\Wix\WixMsmqInstall\Product.wxs(20,0)Error CNDL0005:                
The
command exited with code 5.

Building the solution using MSBuild from the command line returns the
correct error message.  In this case:

G:\Dev\Trash\Wix\WixMsmqInstall\Product.wxs(20): error CNDL0005: The
Component element contains an unexpected child element 'expectedbadelem'.

Uninstall and re-installing the aggregator and wix did not resolve the
issue.

Thanks.

----------------------------------------------------------------------

Comment By: igorsol (igorsol)
Date: 2008-01-30 11:05

Message:
Logged In: YES 
user_id=1809652
Originator: NO

Line breaks are still missing in Votive 3.0.3725.0.
Actually warning and error messages are missing too.
AFAIK last votive version where this works fine is the last officially
released (on sourceforge site) version: 3.0.2925.

If i uninstall version 3.0.3725 and install 3.0.2925 then line breaks and
messages are fine.

I have this problem in Visual Studio 2005 on Windows 2000 SP4. Do anybody
has this problem in another version of Windows or Visual Studio 2008?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1867711&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to