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: jan...@novell.com
        ReportedBy: mchristen...@novell.com
         QAContact: mono-bugs@lists.ximian.com
                CC: ll...@novell.com, mhutchin...@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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to