http://bugzilla.novell.com/show_bug.cgi?id=628525
http://bugzilla.novell.com/show_bug.cgi?id=628525#c0 Summary: xbuild fails when specifying both outputpath and rebuild since it performs clean after build Classification: Mono Product: Mono: Tools Version: 2.6.x Platform: x86-64 OS/Version: Ubuntu Status: NEW Severity: Normal Priority: P5 - None Component: xbuild AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=380704) --> (http://bugzilla.novell.com/attachment.cgi?id=380704) Build log User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4 I'm building a solution file thorugh xbuild. With it I'm spesifying output path and rebuild. This results in files not being copied to the output directory. Or so it seems. In reality it copies them and then performs a corclean and removes right after build. The source I'm trying to build can be found at http://github.com/acken/AutoTest.Net. If I remove either outputpath or rebuild it works. Reproducible: Always Steps to Reproduce: 1.Create /home/ack/src/AutoTestCopy/build_output/AutoTest.NET 2.xbuild AutoTest.NET.sln /nologo /property:OutputPath='/home/ack/src/AutoTestCopy/build_output/AutoTest.NET' /property:Configuration=Release /verbosity:detailed /target:Rebuild 3. Actual Results: None of the compiled files ends up in the build_output/AutoTest.NET direcotory Expected Results: All buildt files and dependencies should end up in the build_output/AutoTest.NET directory -- 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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
