Skip to content

Instantly share code, notes, and snippets.

@atin360
Created July 9, 2013 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atin360/a80c484f8b5497cca4dd to your computer and use it in GitHub Desktop.
Save atin360/a80c484f8b5497cca4dd to your computer and use it in GitHub Desktop.
Building Solution: DynamicTest (Debug)
Building: System.Json.Next (Debug)
Build started 7/9/2013 3:16:44 PM.
__________________________________________________
Project "/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/System.Json.Next.csproj" (Build target(s)):
Target _ResolveMonoAndroidSdks:
MonoAndroid Tools: /Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mandroid/
MonoAndroid Framework: /Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mandroid/platforms/android-8;/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1
MonoAndroid Binaries: /Library/Frameworks/Xamarin.Android.framework/Versions/Current/bin/
Android Platform API level: 8
TargetFrameworkVersion: v2.2
Android NDK: /Users/nischal/Desktop/android-ndk-r8e/
Android SDK: /Users/nischal/Desktop/android-sdk-macosx/
Android SDK Build Tools: /Users/nischal/Desktop/android-sdk-macosx/platform-tools/
Java SDK: /usr/
Target _ComputeAndroidAssetsPaths:
ResourceFiles:
IntermediateFiles:
Target _GenerateAndroidAssetsDir:
No output files were specified for target _GenerateAndroidAssetsDir, skipping.
Target _ComputeAndroidResourcePaths:
ResourceFiles:
IntermediateFiles:
Created directory "obj/Debug/res/"
Target _GenerateAndroidResourceDir:
No output files were specified for target _GenerateAndroidResourceDir, skipping.
Target _AddLibraryProjectsEmbeddedResourceToProject:
AndroidAssets:
AndroidJavaSources:
AndroidJavaLibraries:
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/3.1.1/bin/resgen2 execution started with arguments: /useSourcePath /compile "System.Json/Properties/Resources.resx,obj/Debug/System.Json.New.System.Json.Properties.Resources.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Library/Frameworks/Xamarin.Android.framework/Versions/Current/bin/smcs execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/System.Json.Next.dll /resource:obj/Debug/System.Json.New.System.Json.Properties.Resources.resources System.Json/GlobalSuppressions.cs System.Json/JsonArray.cs System.Json/JsonObject.cs System.Json/JsonPrimitive.cs System.Json/JsonType.cs System.Json/JsonValue.cs System.Json/JsonValueChange.cs System.Json/JsonValueChangeEventArgs.cs System.Json/JsonValueDynamicMetaObject.cs System.Json/JsonValueLinqExtensions.cs System.Json/JXmlToJsonValueConverter.cs System.Json/NGenWrapper.cs System.Json/Extensions/JsonValueExtensions.cs System.Json/Properties/AssemblyInfo.cs System.Json/Properties/Resources.Designer.cs RS.cs /target:library /define:"DEBUG;MONODROID;__MOBILE__;__ANDROID__;__ANDROID_1__;__ANDROID_2__;__ANDROID_3__;__ANDROID_4__;__ANDROID_5__;__ANDROID_6__;__ANDROID_7__;__ANDROID_8__" /reference:/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/System.dll /reference:/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/System.Xml.dll /reference:/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mandroid/platforms/android-8/Mono.Android.dll /reference:/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/System.ServiceModel.Web.dll /reference:/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/System.Core.dll /warn:4
System.Json/JsonPrimitive.cs(90,10): warning CS3021: `System.Json.JsonPrimitive.JsonPrimitive(sbyte)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonPrimitive.cs(133,10): warning CS3021: `System.Json.JsonPrimitive.JsonPrimitive(ushort)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonPrimitive.cs(162,10): warning CS3021: `System.Json.JsonPrimitive.JsonPrimitive(uint)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonPrimitive.cs(191,10): warning CS3021: `System.Json.JsonPrimitive.JsonPrimitive(ulong)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(932,10): warning CS3021: `System.Json.JsonValue.explicit operator ulong(System.Json.JsonValue)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(953,10): warning CS3021: `System.Json.JsonValue.explicit operator uint(System.Json.JsonValue)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(974,10): warning CS3021: `System.Json.JsonValue.explicit operator ushort(System.Json.JsonValue)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(985,10): warning CS3021: `System.Json.JsonValue.explicit operator sbyte(System.Json.JsonValue)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(1198,10): warning CS3021: `System.Json.JsonValue.implicit operator System.Json.JsonValue(sbyte)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(1209,10): warning CS3021: `System.Json.JsonValue.implicit operator System.Json.JsonValue(ushort)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(1220,10): warning CS3021: `System.Json.JsonValue.implicit operator System.Json.JsonValue(uint)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(1231,10): warning CS3021: `System.Json.JsonValue.implicit operator System.Json.JsonValue(ulong)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
Target DeployOutputFiles:
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/obj/Debug/System.Json.Next.dll.mdb' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/bin/Debug/System.Json.Next.dll.mdb'
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/obj/Debug/System.Json.Next.dll' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/bin/Debug/System.Json.Next.dll'
Target _ValidateAndroidPackageProperties:
GetAndroidPackageName Task
ManifestFile:
AssemblyName: System.Json.Next
PackageName: System.Json.Next
Done building project "/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/System.Json.Next.csproj".
Build succeeded.
Warnings:
/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/System.Json.Next.csproj (Build) ->
/Library/Frameworks/Mono.framework/Versions/3.1.1/lib/mono/4.0/Microsoft.CSharp.Targets (CoreCompile target) ->
System.Json/JsonPrimitive.cs(90,10): warning CS3021: `System.Json.JsonPrimitive.JsonPrimitive(sbyte)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonPrimitive.cs(133,10): warning CS3021: `System.Json.JsonPrimitive.JsonPrimitive(ushort)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonPrimitive.cs(162,10): warning CS3021: `System.Json.JsonPrimitive.JsonPrimitive(uint)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonPrimitive.cs(191,10): warning CS3021: `System.Json.JsonPrimitive.JsonPrimitive(ulong)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(932,10): warning CS3021: `System.Json.JsonValue.explicit operator ulong(System.Json.JsonValue)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(953,10): warning CS3021: `System.Json.JsonValue.explicit operator uint(System.Json.JsonValue)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(974,10): warning CS3021: `System.Json.JsonValue.explicit operator ushort(System.Json.JsonValue)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(985,10): warning CS3021: `System.Json.JsonValue.explicit operator sbyte(System.Json.JsonValue)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(1198,10): warning CS3021: `System.Json.JsonValue.implicit operator System.Json.JsonValue(sbyte)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(1209,10): warning CS3021: `System.Json.JsonValue.implicit operator System.Json.JsonValue(ushort)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(1220,10): warning CS3021: `System.Json.JsonValue.implicit operator System.Json.JsonValue(uint)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
System.Json/JsonValue.cs(1231,10): warning CS3021: `System.Json.JsonValue.implicit operator System.Json.JsonValue(ulong)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
12 Warning(s)
0 Error(s)
Time Elapsed 00:00:01.5394020
Building: DynamicTest (Debug)
Build started 7/9/2013 3:16:45 PM.
__________________________________________________
Project "/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/DynamicTest.csproj" (Build target(s)):
Target _CheckProjectItems:
CheckProjectItems Task
NativeLibraries:
JavaLibraries:
JavaSourceFiles:
Target _ComputeAndroidAssetsPaths:
ResourceFiles:
IntermediateFiles:
Target _GenerateAndroidAssetsDir:
No output files were specified for target _GenerateAndroidAssetsDir, skipping.
Target _ComputeAndroidResourcePaths:
ResourceFiles:
Resources/layout/Main.axml
Resources/values/Strings.xml
Resources/layout/ListItem.axml
Resources/drawable-hdpi/icon.png
Resources/drawable-ldpi/icon.png
Resources/drawable-mdpi/icon.png
Resources/drawable-xhdpi/icon.png
Resources/drawable-xxhdpi/icon.png
IntermediateFiles:
Created directory "obj/Debug/res/"
Target _GenerateAndroidResourceDir:
Creating directory '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/layout'
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/Resources/layout/Main.axml' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/layout/main.xml'
Creating directory '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/values'
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/Resources/values/Strings.xml' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/values/strings.xml'
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/Resources/layout/ListItem.axml' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/layout/listitem.xml'
Creating directory '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-hdpi'
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/Resources/drawable-hdpi/icon.png' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-hdpi/icon.png'
Creating directory '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-ldpi'
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/Resources/drawable-ldpi/icon.png' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-ldpi/icon.png'
Creating directory '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-mdpi'
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/Resources/drawable-mdpi/icon.png' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-mdpi/icon.png'
Creating directory '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-xhdpi'
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/Resources/drawable-xhdpi/icon.png' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-xhdpi/icon.png'
Creating directory '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-xxhdpi'
Copying file from '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/Resources/drawable-xxhdpi/icon.png' to '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/res/drawable-xxhdpi/icon.png'
Target _ResolveMonoAndroidSdks:
MonoAndroid Tools: /Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mandroid/
MonoAndroid Framework: /Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mandroid/platforms/android-8;/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1
MonoAndroid Binaries: /Library/Frameworks/Xamarin.Android.framework/Versions/Current/bin/
Android Platform API level: 8
TargetFrameworkVersion: v2.2
Android NDK: /Users/nischal/Desktop/android-ndk-r8e/
Android SDK: /Users/nischal/Desktop/android-sdk-macosx/
Android SDK Build Tools: /Users/nischal/Desktop/android-sdk-macosx/platform-tools/
Java SDK: /usr/
Target _ValidateAndroidPackageProperties:
GetAndroidPackageName Task
ManifestFile:
AssemblyName: DynamicTest
PackageName: DynamicTest.DynamicTest
Target _BuildDependencies:
Project "/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/System.Json.Next.csproj" (Build target(s)):
Target _ResolveMonoAndroidSdks:
MonoAndroid Tools: /Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mandroid/
MonoAndroid Framework: /Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mandroid/platforms/android-8;/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1
MonoAndroid Binaries: /Library/Frameworks/Xamarin.Android.framework/Versions/Current/bin/
Android Platform API level: 8
TargetFrameworkVersion: v2.2
Android NDK: /Users/nischal/Desktop/android-ndk-r8e/
Android SDK: /Users/nischal/Desktop/android-sdk-macosx/
Android SDK Build Tools: /Users/nischal/Desktop/android-sdk-macosx/platform-tools/
Java SDK: /usr/
Target _ComputeAndroidAssetsPaths:
ResourceFiles:
IntermediateFiles:
Target _GenerateAndroidAssetsDir:
No output files were specified for target _GenerateAndroidAssetsDir, skipping.
Target _ComputeAndroidResourcePaths:
ResourceFiles:
IntermediateFiles:
Target _GenerateAndroidResourceDir:
No output files were specified for target _GenerateAndroidResourceDir, skipping.
Target _AddLibraryProjectsEmbeddedResourceToProject:
AndroidAssets:
AndroidJavaSources:
AndroidJavaLibraries:
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Target _ValidateAndroidPackageProperties:
GetAndroidPackageName Task
ManifestFile:
AssemblyName: System.Json.Next
PackageName: System.Json.Next
Done building project "/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/System.Json.Next.csproj".
Resolved library outputs: /Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/bin/Debug//System.Json.Next.dll
Target _ExtractLibraryProjectImports:
Assemblies:
/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/System.dll
/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/System.Xml.dll
/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mandroid/platforms/android-8/Mono.Android.dll
/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/Microsoft.CSharp.dll
/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/Mono.CSharp.dll
/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/mono/2.1/System.Core.dll
/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/System.Json.Next/bin/Debug//System.Json.Next.dll
: monodroiderror XA0000: Unexpected error - Please fill a bug report at http://bugzilla.xamarin.com. Reason: System.IO.DirectoryNotFoundException: Directory '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/__library_projects__/System.Json.Next/library_project_imports' not found.
Jars:
ResolvedResourceDirectories:
Task "ResolveLibraryProjectImports" execution -- FAILED
Done building target "_ExtractLibraryProjectImports" in project "/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/DynamicTest.csproj".-- FAILED
Done building project "/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/DynamicTest.csproj".-- FAILED
Build FAILED.
Errors:
/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/DynamicTest.csproj (Build) ->
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets (_ExtractLibraryProjectImports target) ->
: monodroiderror XA0000: Unexpected error - Please fill a bug report at http://bugzilla.xamarin.com. Reason: System.IO.DirectoryNotFoundException: Directory '/Users/nischal/Desktop/9thJuly/monodroid-samples-master/DynamicTest/DynamicTest/obj/Debug/__library_projects__/System.Json.Next/library_project_imports' not found.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.3274290
---------------------- Done ----------------------
Build: 1 error, 12 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment