xbuild compile issues, no output or errors

142 views
Skip to first unread message

Cyd Haselton

unread,
Jun 1, 2015, 12:32:52 PM6/1/15
to pash-p...@googlegroups.com
Is there anything that should be set up prior to running xbuild in the source directory?

When I do so, I get the following result:

/bld/pash/Pash-Project-Pash-bc07215 $ xbuild
XBuild Engine Version 12.0
Mono, Version 4.0.0.0
Copyright (C) 2005-2013 Various Mono authors

Increasing the verbose level doesn't help either:
/bld/pash/Pash-Project-Pash-bc07215 $ xbuild Pash.proj /clp:verbosity=diagnostic
XBuild Engine Version 12.0
Mono, Version 4.0.0.0
Copyright (C) 2005-2013 Various Mono authors
/bld/pash/Pash-Project-Pash-bc07215 $

Any ideas?

Matt Ward

unread,
Jun 1, 2015, 6:36:15 PM6/1/15
to pash-p...@googlegroups.com
There is nothing special to do. Pash is built against a few different versions of Mono using Travis CI. One of those builds is against Mono 4.0.1.

I have Mono 4.0 installed and Pash builds OK with that.

Can you get a simple C# project to compile with xbuild?




--
You received this message because you are subscribed to the Google Groups "Pash Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pash-project...@googlegroups.com.
Visit this group at http://groups.google.com/group/pash-project.

Cyd Haselton

unread,
Jun 1, 2015, 8:49:01 PM6/1/15
to pash-p...@googlegroups.com
I'd need to set one up...I'll see if the mono docs where I got the hello world code has a similar version with a .proj extension

Cyd Haselton

unread,
Jun 2, 2015, 5:24:43 AM6/2/15
to pash-p...@googlegroups.com
Unfortunately there aren't any sample Hello World projects at the mono site.

I am also running mono 4.0. Are there any assumptions made about the mono environment by the package (config, paths, etc?)

Jay Bazuzi

unread,
Jun 2, 2015, 12:57:45 PM6/2/15
to pash-p...@googlegroups.com
Here's a trivial HelloWorld.proj for you to try out:

<Target Name="Build">
<Message Importance="High" Text="Hello, World!" />
</Target>
</Project>

-J


On Tue, Jun 2, 2015 at 2:24 AM, Cyd Haselton <chas...@gmail.com> wrote:
Unfortunately there aren't any sample Hello World projects at the mono site.

I am also running mono 4.0. Are there any assumptions made about the mono environment by the package (config, paths, etc?)

Cyd Haselton

unread,
Jun 2, 2015, 1:00:22 PM6/2/15
to pash-p...@googlegroups.com
Why thank you.
I'm rebuilding mono now but will try it once it's done.

Cyd Haselton

unread,
Jun 2, 2015, 3:01:59 PM6/2/15
to pash-p...@googlegroups.com
I copied the file (hello.proj) to the same directory as Pash. Unfortunately the same thing happens: no errors, no output, just nothing builds

/bld/pash/Pash-Project-Pash-bc07215 $ xbuild MSBUILD: error MSBUILD0005: Please specify the project or solution file to build, as more than one solution or project file was found in the current directory


/bld/pash/Pash-Project-Pash-bc07215 $ xbuild hello.proj

Cyd Haselton

unread,
Jun 2, 2015, 5:46:29 PM6/2/15
to pash-p...@googlegroups.com
Are there any configuration tests/checks/steps I need to do post-mono install pre-pash build?
Reply all
Reply to author
Forward
0 new messages