[Mono-bugs] [Bug 598311] New: xbuild executes PostBuildEvent block as one large command rather than each line as a separate command.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 20 18:29:25 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=598311

http://bugzilla.novell.com/show_bug.cgi?id=598311#c0


           Summary: xbuild executes PostBuildEvent block as one large
                    command rather than each line as a separate command.
    Classification: Mono
           Product: Mono: Tools
           Version: unspecified
          Platform: x86-64
        OS/Version: openSUSE 11.0
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: xbuild
        AssignedTo: jankit at novell.com
        ReportedBy: mchristensen at novell.com
         QAContact: mono-bugs at lists.ximian.com
                CC: lluis at novell.com, mhutchinson at novell.com
          Found By: Component Test
           Blocker: ---


Description of Problem:

opensuse 11.0 x86_64
mono-core-2.6.4-37.1
mono-devel-2.6.4-37.1

It seems that xbuild is executing the entire PostBuildEvent block as one
command.  
I was building mojoportal-2.3.4.2 which contains a
mojoPortal.Features.UI.mono.csproj that has a PostBuildEvent block with several
xcopies in it.

The error says that the command 

'xcopy <src> <dest>
xcopy <src> <dest>
xcopy etc.
xcopy ...'

failed.  Rather than executing each line individually.  So, I changed the
xcopies to 'cp -rv' and it still failed until I removed all but one of the 'cp'
commands which succeeded.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list