Bugs item #3008782, was opened at 2010-05-28 17:04
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

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: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

    convert.sqlTemplate:
    
    [loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
         [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
      [version] Build number '0.0.1.0'.
         [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.
    
###looks good - end
###nightmare to read - begin
         [exec] 
####################################################################################################BUILD
 00001 - 
DEBUT####################################################################################################Changed
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debut    drop database ServerMonitor - debut    drop database 
ServerMonitor - finis    create database ServerMonitor - debut    create 
database ServerMonitor - finis    set properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.    set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debut    create table 
dbo.t_log_error_elmah - debut    create table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut    
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.    create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debut    create procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.    create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debut    create procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.    create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debut    create procedure dbo.proc_log_error - debut    
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debut    create procedure 
dbo.proc_log_generateParameterString - debut    create procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finis####################################################################################################BUILD
 00001 - 
FINIS####################################################################################################

###nightmare to read - end


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

>Comment By: http://duncanmcrae.myopenid.com ()
Date: 2010-07-16 13:56

Message:
I was going to post my .BUILD, but decided that might be a little
obnoxious.  Before doing so I can point out that I have a target which
includes the EXEC task:

<exec program="${sqlcmd.exe}" commandline="${sqlcmd.ConnectionString} -b
-i ${filename}" />

I have reverted to the earlier release of NAnt, I'll upgrade to your
latest nightly release next week.

Thank you for staying on this (the bug AND the project).  After a day or
two of using NAnt *I* was sold, but I was uncomfortable pushing it with
clients when it hadn't been updated in what, two years?  Anyway, I am happy
to know that someone is keeping this tool alive.

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

Comment By: Ryan Boggs (rmboggs)
Date: 2010-07-16 00:28

Message:
I am not sure why you are still experiencing this error, I haven't seen
this issue since 0.90 release.  What task(s) are you running that is
causing this issue?

I ran a new nightly that has some updates, though not directly addressing
this.  I would say give it a go just to see if it is any better.

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

Comment By: http://duncanmcrae.myopenid.com ()
Date: 2010-07-15 10:44

Message:
My bad:  nant-0.91-nightly-2010-05-12 is still the latest available nightly
release.

What is my next step to help you?


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

Comment By: http://duncanmcrae.myopenid.com ()
Date: 2010-07-15 10:15

Message:
Sorry it has taken me so long to respond.

I have two projects, both of which use the same build of NAntContrib: 
nantcontrib-0.86-nightly-2009-02-01

When I build using nant-0.86-nightly-2009-05-05, I get what I am
expecting, lots of different lines.  When I build using
nant-0.91-nightly-2010-05-12, everything is on one line.  I will now
download the latest nightly build and respond again.


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

Comment By: Ryan Boggs (rmboggs)
Date: 2010-07-03 23:09

Message:
I think that this may have been fixed by 0.90 Final.  Unless anyone else
can verify that this is still an outstanding issue, I'm going to close it
before 0.91 Alpha2.

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

Comment By: Ryan Boggs (rmboggs)
Date: 2010-05-28 17:31

Message:
What version of NAntContrib are you using?
Do you have a sample script we can use to test?
Have your reported this issue to NAntContrib?

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to