Questions tagged [mdtool]

mdtool was a command line builder for the MonoDevelop, later Xamarin tool.

mdtool was replaced by vstool when Xamarin became Visual Studio for Mac. Note that with Visual Studio 2022, msbuild is the recommended and supported command line tool

27 questions
1
vote
0 answers

Is there a xbuild build task for mdtool?

I'm trying to automate my build process for MonoTouch and Mono for Android and having issues with the MSBuild task. Unfortunately the MSBuild task fails, but mdtool works fine, so I'm guessing MSBuild doesn't use mdtool. Is there an MDTOOL build…
Kenny
  • 805
  • 8
  • 19
1
vote
3 answers

Cannot connect to coral dev board after updating to 4.0: mdt shell does not work

Recently I updated and flushed the dev board with mendel-enterprise-day-13 according to the coral AI official documentation. After that, when I want to connect from my desktop Ubuntu 19.04 using mdt shell or mdt shell , it does not work and…
Kaiser Sharif
  • 21
  • 2
  • 6
1
vote
1 answer

mdtool creates IPA file when using release but not when using debug configuration

I want to create an IPA file for both the release and debug for my app created in xamarin. I created the release IPA file with the following command in Bamboo: -v build -t:Build "-c:Release|iPhone" CustomerApp.sln This can be replicated on the…
Ciaran Donoghue
  • 800
  • 3
  • 22
  • 46
1
vote
2 answers

Build Xamarin.Mac project from terminal

I'm trying to build a Xamarin.Mac app from the terminal using mdtool. Input: $ Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool build -p:"Project" -t:Build -c:"Release" "../../Solution.sln" Output: error: The Xamarin Studio Community Edition…
tamagotchi
  • 117
  • 6
1
vote
1 answer

use mdtool command line to compile a c# solution on Windows

When I try to compile my c# solution with mdtool (Xamarin) with the Release configuration it compile as a Debug configuration. Someone can help me? The command $ mdtool build -t:Build -c:Release test.sln
Alpha BA
  • 301
  • 3
  • 4
1
vote
0 answers

Get build output into TeamCity Build log from Xamarin mdtool via Rake script

I am building a Xamarin.Mac application with a OS X build agent via Xamarin Studio. The build script is writtenw in Rake and is very simple: task :default => [:build] task :build do `/Applications/Xamarin\\ Studio.app/Contents/MacOS/mdtool -v…
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
1
vote
3 answers

MonoTouch: Create iOS AppStore-Version from command line

I want to build my ios-apps Appstore-ready directly from the command line with the mdtool from MonoTouch (Xamarin) so that Jenkins can kick in and produce the uploadable package right away. I use the following command: '/Applications/Xamarin…
David Müller
  • 5,291
  • 2
  • 29
  • 33
1
vote
2 answers

Is there MDT UML2 Toold for Eclipse Indigo (3.7)?

Is there MDT UML2 Toold for Eclipse Indigo (3.7)? I'm a little confused, on this page Model Development Tools (MDT) it says that the release should be on June 22 (2010??), however there is no release listed later on that page.
Dimath
  • 381
  • 1
  • 4
  • 13
0
votes
1 answer

Blank White space overlapping KivyMD ImageList from MDToolbar

I am practicing KivyMD ImageList, and the imagelist is been overlayed by a blank space coming from MDBottomAppbar. Here's what it looks like: Please how do I remove the white blank space that is above MDBottomAppbar and overlapping Imagelist.…
Edwin
  • 565
  • 11
  • 26
0
votes
1 answer

Provide AndroidSDK path to mdtool on mac

I am building Xamarin.Adnroid project with an mdtool from rakefile as a step in TeamCity build configuration. The call is: /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool build "--configuration:Debug" -p:"Project.Droid" -t:Build…
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
0
votes
0 answers

How to know the version of mdtool?

When using mdtool in terminal, I stumble upon what looks like this bug fixed in 2012. mono --version says 3.8.0, MonoDevelop is 3.0.5 and Xamarin Studio is 5.4 (all released long after 2012), but I also have old versions of Mono that I used to build…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
2 answers

Mono Start Process mdtool Close the Caller

In a console app on Mono/OSX I want to call the mdtool to build an iOS project. I succeed to have the right command line arguments and it runs correctly in bash shell script. Now If I call it with the Process/ProcessStartInfo classes in my console…
MatthieuGD
  • 4,552
  • 2
  • 30
  • 29
1
2