You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2014/05/14 02:19:17 UTC

[jira] [Resolved] (CB-6684) [3.5.0rc][Windows8] Splash screen setting breaks the build

     [ https://issues.apache.org/jira/browse/CB-6684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse MacFadyen resolved CB-6684.
---------------------------------

    Resolution: Fixed

> [3.5.0rc][Windows8] Splash screen setting breaks the build
> ----------------------------------------------------------
>
>                 Key: CB-6684
>                 URL: https://issues.apache.org/jira/browse/CB-6684
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows 8
>            Reporter: Sergey Grebnov
>            Assignee: Jesse MacFadyen
>
> Add dummy splash screen settings to config.xml
> <preference name="SplashScreen" value="screen" />
> Run build
> C:\temp\_rc3_5_0\app
> λ cordova build windows8
> Running command: C:\temp\_rc3_5_0\app\platforms\windows8\cordova\build.bat
> Building Cordova Windows 8 Project:
>         Configuration : Debug
>         Directory : C:\temp\_rc3_5_0\app\platforms\windows8
>         MSBuildToolsPath: C:\Program Files (x86)\MSBuild\12.0\bin\
> cmd /c ""C:\Program Files (x86)\MSBuild\12.0\bin\msbuild" "C:\temp\_rc3_5_0\app\platforms\windows8\CordovaApp.sln" /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo /p:Configuration=Debug"
> Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
>   Applying Platform Config ...
>   Setting SplashScreen = screen
> package.appxmanifest(20,31): error APPX1617: App manifest references the splash screen image 'screen' which has
>  an unsupported extension. Extension must be JPG, JPEG, or PNG. [C:\temp\_rc3_5_0\app\platforms\windows8\CordovaApp.jsproj]
> Error: C:\temp\_rc3_5_0\app\platforms\windows8\cordova\build.bat: Command failed with exit code 2
>     at ChildProcess.whenDone (C:\Users\Sergei\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:131:23)
>     at ChildProcess.EventEmitter.emit (events.js:98:17)
>     at maybeClose (child_process.js:743:16)
>     at Process.ChildProcess._handle.onexit (child_process.js:810:5)
> We should check that file exists and if not then echo warning message instead of fail



--
This message was sent by Atlassian JIRA
(v6.2#6252)