Recompile with - Xlint: deprecation

Quote from the old forum:

timnelson

Messages: 7
Join date: Jul, 2005

Recompile with - Xlint: deprecation
Posted the: 15 July 2008 14:06
 
In the JDE how can I add this as a command line argument to rapc.exe so I can see what obsolete API that I use?

The compiler of the BlackBerry Cap currently does not support the - Xlint: options.  However, you can view more information by adding the switch of disapproval to the CAP command-line.

Tags: BlackBerry Developers

Similar Questions

  • WARNING: Partial relaxation has been found with the deprecated syntax

    Hello

    I'm trying to use a partialTrigger in my jsff page and I get this warning in the journal.

    [2012 10-24 T 00: 25:55.591 - 07:00] [WC_Spaces] [WARNING] [] [org.apache.myfaces.trinidadinternal.context.RequestContextImpl] [tid: [ASSETS].] [ExecuteThread: '2' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: monty] [ecid: 32104c43f2353724:-be60402:13 has 91752992 :-8000-0000000000000226,0] [APP: webcenter #11.1.1.4.0] [IDDM: 0000JeH ^ Ok9DWbGpIwP5if1GXse9000004] * did not release partial RichRegion addmem:addUsers [UIXFacesBeanImpl id = tabmem] with the partialTriggers supported syntax *. The partial relaxation were found with the deprecated syntax. Please use the supported syntax.

    There is no functional problem, but we need to clean the journal and wants to get rid of this warning message.

    the jsff code fragment where this trigger is used - this is

    < f: facet 'second' = name >
    < af:region id = "tabmem".
    value = "#{Bindings.tableOfMembers.regionModel} '"
    partialTriggers = "addmem:addUsers addmem:inviteUsers".
    addmem:addGroups "/ >"
    < / f: facet >

    Any thoughts why this warning is coming?

    Y at - it a different syntax for partialTrigger?

    Thank you
    Ajay

    Published by: akgautam on October 24, 2012 05:00

    sometimes like you said.
    but the newspaper you can understand he cant framework able to find the component(root/parent) you specified.
    manually typed ah? or if you used the edit of the option.

    best to avoid the error.
    Choose the field to go relax partial (palletter property) click on drop down arrow (Edit option), you will find the jacks set up. It will fix the warning.

  • How to recompile with zinc?

    Hello, I wanted to change the name of the xml file that it sauvΘs so I asked on the forum. Someone gave me the script published below however they also told me that in order to do this I have to recompile with zinc. I've never worked with zinc before can someone please explain to me how to this, I have zinc 3.0

    Thank you

    / * ALL BUTTONS BELOW ARE MARKED FOR EDITABLE AND DON'T CHANGE, BUT IF YOU KNOW WHAT YOU ARE DOING
    THEN YOU CAN ACTUALLY CHANGE WHAT YOU WANT BUT FOR THIS APP WORKS CORRECTLY ONLY CHANGE IF NECESSARY
    ENTRIES... ONCE YOU HAVE MADE YOUR CHANGES, COPY AND PASTE THIS ENTIRE SCRIPT PAGE IN
    THE FIRST IMAGE OF THE SCENARIO THAT HE RIGHT THE SCRIPT THATS ALREADY THERE.
    The button labels for the XML READER text * /.
    SIDE MENU BUTTONS\\\
    Btn1.buttText.ButtonText.text = "DOWNLOAD FILES"; DO NOT CHANGE
    btn2.buttText.ButtonText.text = "SYSTEM VOLUME"; DO NOT CHANGE
    btn3.buttText.ButtonText.text = 'EDIT PLAYLIST XML'; DO NOT CHANGE
    btn4.buttText.ButtonText.text = "BURN CD"; DO NOT CHANGE
    btn5.buttText.ButtonText.text = "CREATE a FOLDER"; DO NOT CHANGE
    btn6.buttText.ButtonText.text = 'DELETE FILE'; DO NOT CHANGE
    btn7.buttText.ButtonText.text = "CDROM OPEN"; DO NOT CHANGE
    btn8.buttText.ButtonText.text = 'OPEN DVD'; DO NOT CHANGE
    btn9.buttText.ButtonText.text = "FTP CLIENT"; DO NOT CHANGE
    btn14.buttText.ButtonText.text = "VIEW PLAYLIST"; DO NOT CHANGE
    btn23.buttText.ButtonText.text = "INFO"; DO NOT CHANGE
    btn25.buttText.ButtonText.text = 'HELP '; DO NOT EDIT
    btn26.buttText.ButtonText.text = 'HELP MDM'; DO NOT CHANGE
    LOW BTNS
    btn19.buttText.ButtonText.text = "OPEN TRAY"; DO NOT CHANGE
    btn20.buttText.ButtonText.text = 'CLOSE CD TRAY'; DO NOT CHANGE
    btn21.buttText.ButtonText.text = "OPEN DVD TRAY"; DO NOT CHANGE
    btn22.buttText.ButtonText.text = "CLOSE DVD TRAY"; DO NOT CHANGE

    Here ARE the FUNCTIONS THAT CAN BE CHANGED, BUT THAT THOSE BRAND 'YOU CAN CHANGE this PATH' are sure to change
    MY DOWNLOAD FILES
    Btn1.onRelease = function() {}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM System.exec ("E:\\My Music\\").    Path to the download of the file //YOU CAN CHANGE THIS path
    }
    SYSTEM VOLUME / / / DO NOT CHANGE
    btn2.onRelease = function() {}
    MDM. System.exec("sndvol32.exe");    System volume .exe
    }
    EDITING XML PLAYLIST / / / DO NOT CHANGE
    btn3.onRelease = function() {}
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");    XML list
    }
    BURN CD / / YOU CAN CHANGE THIS PATH
    btn4.onRelease = function() {add your way here to your burning nero for example software
    MDM. System.exec (MDM. System.Paths.programFiles+"Nero\\nero.exe");
    }
    CREATE FOLDER / / / DO NOT CHANGE
    btn5.onRelease = function() {}
    MDM FileSystem.makeFolderUnicode ("C:\\Program Files\\Mgamerz\\Burn").    Creates a working folder for burning mp3s
    }
    DELETE FOLDER / / / DO NOT CHANGE
    btn6.onRelease = function() {///Deletes working folder if you want to remove it
    MDM. FileSystem.deleteFolder ("C:\\Program Files\\Mgamerz\\Burn", "ask", "Are you sure");
    }
    OPEN CDROM / / YOU CAN CHANGE THIS PATH
    btn7.onRelease = function() {///Opens change of cdrom drive letter to match your pc
    MDM System.exec("I:\\."); "
    }
    OPEN DVDROM / / YOU CAN CHANGE THIS PATH
    btn8.onRelease = function() {///Opens changing the letter to match your pc dvdrom drives
    MDM System.exec("I:\\."); "
    }
    FTP CLIENT / / YOU CAN CHANGE THIS PATH
    btn9.onRelease = function() {///File path to your ftp software (I use here the cover page)}
    MDM. System.exec (MDM. System.Paths.programFiles + "Microsoft FrontPage Bar\\Office\\Microsoft Office\\Office10\\Shortcut"); "
    }
    Buttons in the header at the top

    DRIVE C: / / / DO NOT EDIT
    btn10.onRelease = function() {///Opens to the top of drive c: for navigation
    MDM. System.exec (MDM. System.Paths.programFiles+"\\");
    }
    * btn11.onRelease = function() {///Opens to the top of the unit for navigation
    MDM System.exec("D:\\."); "    YOU CAN CHANGE THIS PATH
    }*/
    MY DOCUMENTS / / / NOT EDIT
    btn12.onRelease = function() {///Opens my documents for navigation}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM. Dialogs.BrowseFile.show ("my Documents\\");
    }
    MP3 FILE / / / DO NOT CHANGE THE
    btn13.onRelease = function() {//main directory for mp3 files
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\");
    }
    VIEW PLAYLIST / / / DO NOT CHANGE
    btn14.onRelease = function() {///View playlist as a text file
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\mp3.t xt");
    }
    UPDATE XML FILE / / / DO NOT CHANGE
    btn15.onRelease = function() {///Creates xml playlist once new mp3s have been added
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\mymusic.xml");
    }
    MINIMIZE BUTTON
    * btn16.onRelease = function() {//Minimizes application
    MDM. Application.Minimize (///DO) NOT EDIT
    }*/
    CLOSE BUTTON
    * btn17.onRelease = function() {///Closes application
    MDM. Application.Exit ('ask', ' are you sure you want to go out to? ") DO NOT EDIT
    }*/
    SCREEN CAPTURE DEVICE / / / DO NOT CHANGE
    btn18.onRelease = function() {///Screen capture sofdtware
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\apps\\Capture screen Studio\\css.exe");
    }
    OPEN CDROM TRAY / / YOU CAN CHANGE THIS PATH
    btn19.onRelease = function() {}
    MDM System.openCDTray ("I").
    }
    CDROM TRAY CLOSE / / YOU CAN CHANGE THIS PATH
    btn20.onRelease = function() {//Closes cdrom tray
    MDM System.closeCDTray ("I").
    }
    OPEN DVDROM PLATEAU / / YOU CAN CHANGE THIS PATH
    btn21.onRelease = function() {//Opens dvdrom
    MDM System.openCDTray ("H").
    }
    CLOSE TRAY DVDROM / / YOU CAN CHANGE THIS PATH
    btn22.onRelease = function() {//Closes dvdrom plateau
    MDM System.closeCDTray ("H").
    }

    * btn23.onRelease = function() {//DO NOT EDIT
    nextFrame();
    }*/
    HELP / / DO NOT EDIT
    btn25.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\help.exe");
    }
    HELP OF MDM / / DO NOT EDIT
    btn26.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles + "MDM helps 2.5 file\\MDM 2.5 UserManual.chm"); "
    }

    Create a new project after the opening of zinc.

  • Packs of ENYO-App Playbook, but NOT for phones?

    Hello

    my app (based enyojs.com) did the packaging without problem with the last Tablet webworks SDK. If I try to package for smartphones (OS7) it will not be package. I need to package it to phones add support for searching for contacts (which is not supported for the Tablet yet).

    What could be my problem?

    Thank you

    LinuxQ

    Bbwp output:

    [INFO] Parsing of the command line options
    [INFO] Bbwp.properties analysis
    [INFO] Validation of archive application
    [INFO] The analysis of config.xml
    [INFO] Validation of config.xml
    [INFO] Validate the version of the application
    [INFO] Validation of the element of
    [INFO] Validation of the element of
    [INFO] The application of filling source
    [INFO] Compilation of application BlackBerry WebWorks
    Note: Some input files use or replace an obsolete API.
    Note: Recompile with - Xlint: deprecation for more details.
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\AppExtension$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\AppExtension$AppNamespaceHandler.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\AppExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\AppNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\event\AppEventNamespace$OnAppEventFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\event\AppEventNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\ExitFunction$ExitRunner.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\ExitFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\RemoveBannerIndicatorFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\RequestBackgroundFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\RequestForegroundFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\SetHomeScreenIconFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\SetHomeScreenNameFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\app\ShowBannerIndicatorFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\push\PushDaemon$CommandListener.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\push\PushDaemon$DaemonStore.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\push\PushDaemon$SimChangeData.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\push\PushDaemon$StatusChangeData.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\push\PushDaemon.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\push\PushData.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\push\PushPersistentStore.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\settings\SettingsManager.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\settings\SettingsStoreFactory.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\FeaturesHash.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\ID.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\JSON4JNumber.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\JSON4JPBackReader.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\JSON4JStringReader.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\JSON4JStringWriter.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\NumberUtil.class

    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\Parser.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\Serializer.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\SerializerVerbose.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\Token.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\internal\Tokenizer.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSON.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSONArray.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSONArtifact.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSONException.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSONObject$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSONObject$Null.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSONObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSONString.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSONStringer.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\json4j\JSONWriter.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\JSUtilities$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\JSUtilities.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\PatternMatchingUtilities.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\StringTokenizer.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\StringUtilities.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\common\util\URLDecoder.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\ApplicationEventHandler.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\ApplicationRegistry.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\Blob.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\BlockingScriptableFunction$BlockingWatchdog.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\BlockingScriptableFunction$UnblockRunner.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\BlockingScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\EventService.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\FunctionSignature$FunctionParam.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\FunctionSignature.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\IJSExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\JSExtensionRequest.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\JSExtensionResponse.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\JSExtensionReturnValue.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\ObjectBase.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\ScriptableFunctionBase.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\ScriptableFunctionWrapper.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\ScriptableObjectBase.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\ScriptableWrapper.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\ScriptField.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\CallbackDispatcherEvent.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\DispatchableEvent.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\Dispatcher$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\Dispatcher$SingletonHolder.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\Dispatcher.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\DispatcherImpl$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\DispatcherImpl$SingletonHolder.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\DispatcherImpl.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\GenericDispatcherEvent.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\InterruptibleThread$Interruption.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\threading\InterruptibleThread.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\WidgetBlob$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\WidgetBlob$GetBytesFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\WidgetBlob$SliceFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\WidgetBlob.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\core\WidgetProperties.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\find\ExpressionTester.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\find\filterExpression\FilterExpressionConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\find\filterExpression\FilterExpressionObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\find\FindExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\find\FindNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\find\TestableScriptableObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\GetTransportListFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\IdentityExtension$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\IdentityExtension$IdentityNamespaceHandler.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\IdentityExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\IdentityFunctions$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\IdentityFunctions.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\IdentityNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\phone\GetLineIdsFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\phone\GetLineLabelFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\phone\GetLineNumberFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\phone\GetLineTypeFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\phone\PhoneFunctionBase.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\phone\PhoneNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\service\ServiceObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\identity\transport\TransportObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\addressBookArguments\AddressBookArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\addressBookArguments\AddressBookArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\browserArguments\BrowserArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\browserArguments\BrowserArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\calendarArguments\CalendarArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\calendarArguments\CalendarArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\cameraArguments\CameraArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\cameraArguments\CameraArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\InvokeExtension$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\InvokeExtension$InvokeFeaturesHandler.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\InvokeExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\InvokeFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\InvokeNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\javaArguments\JavaArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\javaArguments\JavaArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\mapsArguments\MapsArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\mapsArguments\MapsArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\memoArguments\MemoArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\memoArguments\MemoArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\messageArguments\MessageArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\messageArguments\MessageArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\phoneArguments\PhoneArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\phoneArguments\PhoneArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\searchArguments\SearchArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\searchArguments\SearchArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\taskArguments\TaskArgumentsConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\invoke\taskArguments\TaskArgumentsObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\message\FindFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\message\MessageConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\message\MessageObject$MessageRemoveScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\message\MessageObject$MessageSaveScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\message\MessageObject$MessageSendScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\message\MessageObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\message\MessageUtility.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\MessagingExtension$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\MessagingExtension$MessageFeaturesHandler.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\MessagingExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\messaging\MessagingNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\address\AddressConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\address\AddressObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\appointment\AppointmentConstructor$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\appointment\AppointmentConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\appointment\AppointmentObject$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\appointment\AppointmentObject$AppointmentSaveScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\appointment\AppointmentObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\attendee\AttendeeConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\attendee\AttendeeObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\category\AddCategoryFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\category\CategoryNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\category\DeleteCategoryFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\category\GetCategoriesFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\contact\ContactConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\contact\ContactFindScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\contact\ContactObject$ContactRemoveScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\contact\ContactObject$ContactSaveScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\contact\ContactObject$ContactSetPictureScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\contact\ContactObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\memo\MemoConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\memo\MemoFindScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\memo\MemoObject$MemoRemoveScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\memo\MemoObject$MemoSaveScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\memo\MemoObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\PIMExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\PIMUtils.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\recurrence\RecurrenceConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\recurrence\RecurrenceObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\reminder\ReminderConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\reminder\ReminderObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\task\TaskConstructor.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\task\TaskFindScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\task\TaskObject$TaskRemoveScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\task\TaskObject$TaskSaveScriptableFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\pim\task\TaskObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\color\BaseColorChooser.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\color\ColorPickerDialog.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\color\ColorPickerPopup.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\color\ColorPreviewField.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\color\TintChooser.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\ColorPickerAsyncFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\CustomAskAsyncFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\CustomAskFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\datetime\DateTimeDialog$HTML5Date.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\datetime\DateTimeDialog$HTML5DateTimeGlobal.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\datetime\DateTimeDialog$HTML5DateTimeLocal.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\datetime\DateTimeDialog$HTML5Month.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\datetime\DateTimeDialog$HTML5Time.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\datetime\DateTimeDialog.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\datetime\Html5DateTimeObject.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\DateTimeAsyncFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\DialogExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\DialogNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\DialogRunnableFactory$DialogAsyncRunnable.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\DialogRunnableFactory$DialogRunnable.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\DialogRunnableFactory.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\DialogRunner.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\IWebWorksDialog.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\select\GPATools.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\select\SelectDialog$ListItem.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\select\SelectDialog$SelectListField.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\select\SelectDialog.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\SelectAsyncFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\StandardAskAsyncFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\ui\dialog\StandardAskFunction.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\auth\AuthenticationScreen.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\auth\Authenticator$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\auth\Authenticator.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\auth\Credential.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\auth\CredentialBank.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\autogen\WidgetConfigAutoGen.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\BrowserFieldCustomErrorHandler.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\BrowserFieldScreen$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\BrowserFieldScreen.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\HTTPResponseStatus.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\navigationcontroller\NavigationController.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\navigationcontroller\NavigationExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\navigationcontroller\NavigationUiDispatcherEvent.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\NavigationNamespace$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\NavigationNamespace$2.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\NavigationNamespace$3.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\NavigationNamespace$4.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\NavigationNamespace$NavigationData.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\NavigationNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\WidgetBrowserFieldListener$ProxyScriptEngine.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\WidgetBrowserFieldListener.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\WidgetFieldManager.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\bf\WidgetRequestController.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\ByteVectorWrapper.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\CacheItem.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\CacheManager.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\ScriptableCacheItem.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\WidgetCacheExtension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\WidgetCacheNamespace$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\WidgetCacheNamespace$ClearAll.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\WidgetCacheNamespace$ClearCache.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\WidgetCacheNamespace$GetCachesInformation.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\WidgetCacheNamespace$GetCurrentSize.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\WidgetCacheNamespace$HasCache.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\caching\WidgetCacheNamespace.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\device\DeviceInfo.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\exception\MediaHandledException.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\html5\GearsHTML5Extension.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\impl\WidgetConfigImpl.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\impl\WidgetError.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\impl\WidgetException.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\listener\HardwareKeyListener$StoredEvent.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\listener\HardwareKeyListener.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\loadingScreen\AnimatedGIFField$AnimatorThread$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\loadingScreen\AnimatedGIFField$AnimatorThread.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\loadingScreen\AnimatedGIFField.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\loadingScreen\LoadingScreen.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\loadingScreen\PageManager$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\loadingScreen\PageManager$2.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\loadingScreen\PageManager.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\loadingScreen\TransitionConstants.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\MemoryMaid.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\policy\WidgetPolicy.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\policy\WidgetPolicyFactory.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\policy\WidgetWebFolderAccess.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\settings\SettingsStore.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\settings\SettingsStoreFactoryImpl.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\util\WidgetUtil.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\Widget$1.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\Widget.class
    Classfile analysis: C:\DOKUME~1\Marcel\LOKALE~1\Temp\rapc_10288be3.dir\blackberry\web\widget313da2ad87dc1a5e9f58039af247485package\WidgetScreen.class
    Reading resources: META-INF/JARKEY. SF
    Reading resources: META-INF/JARKEY. RSA
    Reading resources: META-INF/LICENSE
    Reading resources: META-INF/LICENSE.txt
    Reading resources: META-INF/NOTICE
    Reading resources: META-INF/NOTICE.txt
    Classfile analysis: com/palm/novacom/INovacomController.class
    Classfile analysis: com/palm/novacom/INovacomDevice.class
    Classfile analysis: com/palm/novacom/INovacomStream.class
    Classfile analysis: com/palm/novacom/NovaDeviceInfo.class
    Classfile analysis: com/palm/novacom/Novacom$DeviceState.class
    Classfile analysis: com/palm/novacom/Novacom$DiskAreas.class
    Classfile analysis: com/palm/novacom/Novacom.class
    Classfile analysis: com/palm/novacom/NovacomException.class
    Classfile analysis: com/palm/novacom/internal/DesktopInfo.class
    Classfile analysis: com/palm/novacom/internal/DirectConnection.class
    Classfile analysis: com/palm/novacom/internal/NovacomBaseStream.class
    Classfile analysis: com/palm/novacom/internal/NovacomController.class
    Classfile analysis: com/palm/novacom/internal/NovacomDevice.class
    Classfile analysis: com/palm/novacom/internal/NovacomDeviceList.class
    Classfile analysis: com/palm/novacom/internal/NovacomSocketStream.class
    Classfile analysis: com/palm/novacom/internal/OOBPacket.class
    Classfile analysis: com/palm/novacom/internal/PacketHeader.class
    Classfile analysis: com/palm/novacom/internal/PacketReader.class
    Classfile analysis: com/palm/novacom/internal/PacketWriter.class
    Classfile analysis: com/palm/webos/connect/DeviceConnection$1.class
    $1 com.palm.webos.connect.DeviceConnection: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$10.class
    com.palm.webos.connect.DeviceConnection$ 10: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$11.class
    $11 com.palm.webos.connect.DeviceConnection: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$12.class
    com.palm.webos.connect.DeviceConnection$ 12: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$13.class
    com.palm.webos.connect.DeviceConnection$ 13: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$14.class
    com.palm.webos.connect.DeviceConnection$ 14: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$2.class
    com.palm.webos.connect.DeviceConnection$ 2: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$3.class
    $3 com.palm.webos.connect.DeviceConnection: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$4.class
    $4 com.palm.webos.connect.DeviceConnection: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$5.class
    $5 com.palm.webos.connect.DeviceConnection: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$6.class
    $6 com.palm.webos.connect.DeviceConnection: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$7.class
    com.palm.webos.connect.DeviceConnection$ 7: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$8.class
    $8 com.palm.webos.connect.DeviceConnection: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection$9.class
    $9 com.palm.webos.connect.DeviceConnection: WARNING! : duplicate method differs only by the return type: run
    Classfile analysis: com/palm/webos/connect/DeviceConnection.class
    Classfile analysis: com/palm/webos/connect/JSConnectStream$1.class
    Classfile analysis: com/palm/webos/connect/JSConnectStream$AsyncExecutionDelegate.class
    Classfile analysis: com/palm/webos/connect/JSConnectStream.class
    Classfile analysis: com/palm/webos/connect/JSDebuggerStream$1.class
    Classfile analysis: com/palm/webos/connect/JSDebuggerStream.class
    Classfile analysis: com/palm/webos/connect/JSNovacomRunStream$1.class
    Classfile analysis: com/palm/webos/connect/JSNovacomRunStream.class
    Classfile analysis: com/palm/webos/dndfileupload/DNDApplet$1.class
    Classfile analysis: com/palm/webos/dndfileupload/DNDApplet$2$1.class
    Classfile analysis: com/palm/webos/dndfileupload/DNDApplet$2$2.class
    Classfile analysis: com/palm/webos/dndfileupload/DNDApplet$2.class
    Classfile analysis: com/palm/webos/dndfileupload/DNDApplet.class
    Classfile analysis: com/palm/webos/installer/Installer.class
    Classfile analysis: com/palm/webos/installer/InstallerException.class
    Classfile analysis: com/palm/webos/launcher/Launcher.class
    Classfile analysis: com/palm/webos/launcher/LauncherException.class
    Classfile analysis: com/palm/webos/util/AppManagerUtil$1.class
    Classfile analysis: com/palm/webos/util/AppManagerUtil$2.class
    Classfile analysis: com/palm/webos/util/AppManagerUtil$3.class
    Classfile analysis: com/palm/webos/util/AppManagerUtil$4.class
    Classfile analysis: com/palm/webos/util/AppManagerUtil$5.class
    Classfile analysis: com/palm/webos/util/AppManagerUtil$6.class
    Classfile analysis: com/palm/webos/util/AppManagerUtil$7.class
    Classfile analysis: com/palm/webos/util/AppManagerUtil$AppManagerException.class
    Classfile analysis: com/palm/webos/util/AppManagerUtil.class
    Classfile analysis: com/palm/webos/util/JsonUtil.class
    Classfile analysis: com/palm/webos/util/Logging.class
    Classfile analysis: com/palm/webos/util/LunaSendCommand$1.class
    Classfile analysis: com/palm/webos/util/LunaSendCommand$LunaSendException.class
    Classfile analysis: com/palm/webos/util/LunaSendCommand$LunaSendResponseHandler.class
    Classfile analysis: com/palm/webos/util/LunaSendCommand.class
    Classfile analysis: com/palm/webos/util/ResourceLoader.class
    Classfile analysis: com/palm/webos/util/StringUtil.class
    Classfile analysis: com/palm/webos/util/novacom/Logging.class
    Classfile analysis: com/palm/webos/util/novacom/NovacomCommand$1.class
    Classfile analysis: com/palm/webos/util/novacom/NovacomCommand$NovacomCommandException.class
    Classfile analysis: com/palm/webos/util/novacom/NovacomCommand$NovacomStreamMonitor.class
    Classfile analysis: com/palm/webos/util/novacom/NovacomCommand.class
    Classfile analysis: com/palm/webos/util/novacom/NovacomPutCommand.class
    Classfile analysis: com/palm/webos/util/novacom/NovacomUtil$1.class
    Classfile analysis: com/palm/webos/util/novacom/NovacomUtil$NovacomNotRespondingException.class
    Classfile analysis: com/palm/webos/util/novacom/NovacomUtil$NovacomUtilException.class
    Classfile analysis: com/palm/webos/util/novacom/NovacomUtil.class
    Classfile analysis: org/json/JSONArray.class
    Classfile analysis: org/json/JSONException.class
    Classfile analysis: org/json/JSONObject$1.class
    Classfile analysis: org/json/JSONObject$Null.class
    Classfile analysis: org/json/JSONObject.class
    Classfile analysis: org/json/JSONString.class
    Classfile analysis: org/json/JSONTokener.class
    Reading resources: META-INF/JARKEY. SF
    Reading resources: META-INF/JARKEY. RSA
    Reading resources: META-INF/LICENSE
    Reading resources: META-INF/LICENSE.txt
    Reading resources: META-INF/NOTICE
    Reading resources: META-INF/NOTICE.txt
    Classfile analysis: com/palm/novacom/INovacomController.class
    INovacomController.java: error! : duplicate definition for 'com.palm.novacom.INovacomController', in: com.palm.novacom.INovacomController
    [ERROR] CAP exception has occurred

    I was talking to someone on IRC with this problem.  It turned to be that JULIE has a jar buried inside her file includes and that was somehow causing problems with CAP to build the blackberry.

    He mentioned that the file has been enyo\framework\build\palm\services\bridge\webOSconnect_1_3.jar

    I suspect that is the problem for you as well.

  • Conflict beetween cordova-plugin-facebook4 &amp; cordova-plugin-facebook4 phonegap-plugin-push

    Hello

    I've been using Phonegap to build for a couple of years and it's a great tool. It is the first time that I can't understand what is happening.

    If I add the following plugins, one at a time the construction is successful, but if I put all the build fails

    1. Cordova-plugin-facebook4
    2. PhoneGap-plugin-push

    Here is my file config.xml

    <? XML version = "1.0" encoding = "UTF-8" standalone = "yes"? >

    < widget id = "com.x.x" version = "1.0.1" xmlns =" " http://www.w3.org/ns/widgets "xmlns:gap =" " http://PhoneGap.com/ns/1.0 "versionCode ="1"> "

    < name > X < / name >

    < description >

    App Móvil del Lider for sale Electronica

    < / description >

    " < author email = ' [email protected] "href =" http://www.x.com.ar/ ">

    x

    < / author >

    " < author href = ' http://www.x.com.ar/ "email =" " [email protected] "> "

    x

    < / author >

    < src = "index.html" / content >

    < access origin = "*" / >

    < name of option = "webviewbounce" value = "false" / >

    < name of option = "UIWebViewBounce" value = "false" / >

    < name of option = "DisallowOverscroll" value = "true" / >

    < name of option = "android-minSdkVersion" value = "16" / >

    < name of option = "BackupWebStorage" value = "none" / >

    < name of option = "phonegap-version" value = "cli - 5.2.0" / >

    < name of option = value "android-build-tool" = "gradle" / >

    < src = "icon.png icon" / > "

    "< src="res/icon/android/icon-36-ldpi.png icon "gap: platform = gap: qualifier 'android' ="ldpi"/ >

    "< src="res/icon/android/icon-48-mdpi.png icon "gap: platform = gap: qualifier"android"="mdpi"/ >

    "< src="res/icon/android/icon-72-hdpi.png icon "gap: platform = gap: qualifier 'android' ="hdpi"/ >

    "< src="res/icon/android/icon-96-xhdpi.png icon "gap: platform = gap: qualifier 'android' ="xhdpi"/ >

    "< src="res/icon/ios/icon-57.png icon "gap: platform ="ios"width ="57"height ="57"/ >

    "< icon src="res/icon/ios/icon-72.png "gap: platform ="ios"width ="72"height ="72"/ >

    "< src="res/icon/ios/icon-57-2x.png icon "gap: platform ="ios"width ="114"height ="114"/ >

    "< src="res/icon/ios/icon-72-2x.png icon "gap: platform ="ios"width ="144"height ="144"/ >

    "< icon src="res/icon/ios/icon-certify-76.png "gap: platform ="ios"width ="76"height ="76"/ >

    "< src="res/icon/ios/icon-certify-120.png icon "gap: platform ="ios"width ="120"height ="120"/ >

    "< src="res/icon/ios/icon-certify-152.png icon "gap: platform ="ios"width ="152"height ="152"/ >

    < name of option = "SplashScreen" value = "none" / >

    <!-set the screen for starting application for each platform. ->

    "< src="res/screen/android/screen-ldpi-portrait.png gap: splash "gap: platform = gap: qualifier 'android' ="port-ldpi"/ >

    "< src="res/screen/android/screen-mdpi-portrait.png gap: splash "gap: platform = gap: qualifier 'android' ="port-mdpi"/ >

    "< src="res/screen/android/screen-hdpi-portrait.png gap: splash "gap: platform = gap: qualifier 'android' ="port-hdpi"/ >

    "< src="res/screen/android/screen-xhdpi-portrait.png gap: splash "gap: platform = gap: qualifier 'android' ="port-xhdpi"/ >

    "< src="res/screen/blackberry/screen-225.png gap: splash "gap: platform ="blackberry"/ >

    "< src="res/screen/ios/screen-iphone-portrait.png gap: splash "gap: platform ="ios"width ="320"height ="480"/ >

    "< src="res/screen/ios/screen-iphone-portrait-2x.png gap: splash "gap: platform ="ios"width ="640"height ="960"/ >

    "< src="res/screen/ios/screen-iphone-portrait-568h-2x.png gap: splash "gap: platform ="ios"width ="640"height ="1136"/ >

    "< src="res/screen/ios/screen-ipad-portrait.png gap: splash "gap: platform ="ios"width ="768"height ="1024"/ >

    "< src="res/screen/ios/screen-ipad-landscape.png gap: splash "gap: platform ="ios"width ="1024"height ="768"/ >

    "< src="res/screen/windows-phone/screen-portrait.jpg gap: splash "gap: platform ="winphone"/ >

    < src = "" splash.png gap: splash "/ >"

    < name of the function "Θtat bar" = >

    < param name = 'ios-package' value = 'CDVStatusBar"onload ="true"/ >

    < / fiction >

    < access origin = "*" / >

    <! - added the following intentions to support the withdrawal of the code of the white base cordova to a plugin list - >

    <!-white list configuration. Refer to -> https://cordova.apache.org/docs/en/edge/guide_appdev_whitelist_index.md.html

    < name of the ditch: plugin = "cordova-plugin-whitelist" version = "1.2.2" source = "MNP" / >

    " < allow intention href = ' http://*/* "/>

    " < allow intention href = ' https://*/* "/>

    < allow intention href = "Tel: *" / >

    < allow intention href = "sms: *" / >

    < allow intention href = "mailto:*" / >

    < allow intention href = "geo: *" / >

    < platform name = "android" >

    < allow intention href = "market: *" / >

    < / platform >

    < platform name = "ios" >

    < allow intention href = "itms: *" / >

    < allow intention href = "itms-apps: *" / >

    < / platform >

    < name = "com.telerik.plugins.nativepagetransitions plugin" source = "MNP" / > "

    < name of the ditch: plugin = "cordova-plugin-x-socialsharing" source = "MNP" / >

    < name of the ditch: plugin = "cordova-plugin-inappbrowser" source = "MNP" / >

    < name of the ditch: plugin = 'cordova-plugin-facebook4' source = 'MNP' version = "1.7.4" >

    < param name = "APP_ID" value = "X" / >

    < param name = 'APP_NAME' value = 'X' / >

    < / gap: plugin >

    < name of the ditch: plugin = 'phonegap-plugin-push' source = 'MNP' version = "1.5.3" >

    < param name = "SENDER_ID" value = "X" / >

    < / gap: plugin >

    < gap: plugin name = "org.apache.cordova.device" / > "

    < name of the ditch: plugin = "cordova-plugin-x-toast" source = "MNP" / >

    < name of the ditch: plugin = "Ionic-plugin-keyboard" version = "2.1.0" source = "MNP" / >

    < / widget >

    And the error log is the following. Can someone help me? Thanks in advance

    Construction date: 2016-10-01 18:06:18 + 0000

    --------------------------------------------------------------------------------

    OUTPUT OF THE PLUGIN

    --------------------------------------------------------------------------------

    Installation of "org.apache.cordova.device" to "0.3.0" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "[email protected]" through the Museum

    Installation "cordova-plugin-whitelist" to "1.2.2" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    This plugin is applicable for versions of cordova-android higher than 4.0. If you have an earlier version of the platform, you do * not * need this plugin because the white list will be built.

    Retrieve the "cordova-plugin-x-socialsharing" plugin via the NPM

    Installation "cordova-plugin-x-socialsharing" to "5.1.3" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the "cordova-plugin-inappbrowser" plugin via the NPM

    Installation "cordova-plugin-inappbrowser" to "1.5.0" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "[email protected]" through the Museum

    Installation "cordova-plugin-facebook4' to '1.7.4" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "[email protected]" through the Museum

    Installation 'phonegap-plugin-push' to '1.5.3"for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the "cordova-plugin-x-toast" plugin through the Museum

    Installation "cordova-plugin-x-toast" to "2.5.2" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "[email protected]" through the Museum

    Installation 'Ionic-plugin-keyboard""2.1.0"for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "com.telerik.plugins.nativepagetransitions" through the Museum

    Installation of "com.telerik.plugins.nativepagetransitions" to "0.6.5" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    --------------------------------------------------------------------------------

    COMPILATION OUTPUT

    --------------------------------------------------------------------------------

    Build the option-"unrecognized (ignore).

    Running: / project/gradlew cdvBuildDebug b /project/build.gradle-Dorg.gradle.daemon=true - PcdvBuildMultipleApks = false - PcdvVersionCode = 1

    Configuration on demand is a function of incubation.

    : stretch

    : compileDebugNdk

    : preDebugBuild

    : checkDebugManifest

    : preReleaseBuild

    : CordovaLib:compileLint

    : CordovaLib:copyDebugLint updated

    : CordovaLib:mergeDebugProguardFiles

    : CordovaLib:preBuild

    : CordovaLib:preDebugBuild

    : CordovaLib:checkDebugManifest

    : CordovaLib:prepareDebugDependencies

    : CordovaLib:compileDebugAidl

    : CordovaLib:compileDebugRenderscript

    : CordovaLib:generateDebugBuildConfig

    : CordovaLib:generateDebugAssets updated

    : CordovaLib:mergeDebugAssets

    : CordovaLib:generateDebugResValues

    : CordovaLib:generateDebugResources

    : CordovaLib:packageDebugResources

    : CordovaLib:processDebugManifest

    : CordovaLib:processDebugResources

    : CordovaLib:generateDebugSources

    : CordovaLib:compileDebugJavaNote: entry files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processDebugJavaRes updated

    : CordovaLib:packageDebugJar

    : CordovaLib:compileDebugNdk

    : CordovaLib:packageDebugJniLibs updated

    : CordovaLib:packageDebugLocalJar updated

    : CordovaLib:packageDebugRenderscript updated

    : CordovaLib:bundleDebug

    : CordovaLib:copyReleaseLint updated

    : CordovaLib:mergeReleaseProguardFiles

    : CordovaLib:preReleaseBuild

    : CordovaLib:checkReleaseManifest

    : CordovaLib:prepareReleaseDependencies

    : CordovaLib:compileReleaseAidl

    : CordovaLib:compileReleaseRenderscript

    : CordovaLib:generateReleaseBuildConfig

    : CordovaLib:generateReleaseAssets updated

    : CordovaLib:mergeReleaseAssets

    : CordovaLib:generateReleaseResValues

    : CordovaLib:generateReleaseResources

    : CordovaLib:packageReleaseResources

    : CordovaLib:processReleaseManifest

    : CordovaLib:processReleaseResources

    : CordovaLib:generateReleaseSources

    : CordovaLib:compileReleaseJavaNote: entry files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processReleaseJavaRes updated

    : CordovaLib:packageReleaseJar

    : CordovaLib:compileReleaseNdk

    : CordovaLib:packageReleaseJniLibs updated

    : CordovaLib:packageReleaseLocalJar updated

    : CordovaLib:packageReleaseRenderscript updated

    : CordovaLib:bundleRelease

    : prepareComAndroidSupportCardviewV72340Library

    : prepareComAndroidSupportCustomtabs2340Library

    : prepareComAndroidSupportSupportV132340Library

    : prepareComAndroidSupportSupportV42340Library

    : prepareComFacebookAndroidFacebookAndroidSdk4141Library

    : prepareComGoogleAndroidGmsPlayServicesBase940Library

    : prepareComGoogleAndroidGmsPlayServicesBasement940Library

    : prepareComGoogleAndroidGmsPlayServicesGcm940Library

    : prepareComGoogleAndroidGmsPlayServicesIid940Library

    : prepareComGoogleAndroidGmsPlayServicesTasks940Library

    : prepareProjectCordovaLibUnspecifiedDebugLibrary

    : prepareDebugDependencies

    : compileDebugAidl

    : compileDebugRenderscript

    : generateDebugBuildConfig

    : generateDebugAssets updated

    : mergeDebugAssets

    : generateDebugResValues

    : generateDebugResources

    : mergeDebugResources

    : processDebugManifest

    : processDebugResourcesWarning: AndroidManifest.xml sets already debuggable (in http://schemas.android.com/apk/res/android); with existing value in manifest.

    Failure of the generation of table of resources to do a separation "

    /Project/build/intermediates/RES/debug/values-v23/values.XML:6: error: error: no resource only for the name found (at 'cardBackgroundColor' with value '? android: attr / colorBackgroundFloating').

    FAILED

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': ' processDebugResources.

    > com.android.ide.common.internal.LoggedErrorException: unable to run the command:

    /Android-SDK/build-tools/24.0.1/AAPT package - f - no - crunch - I /android-sdk/platforms/android-22/android.jar - M /project/build/intermediates/manifests/full/debug/AndroidManifest.xml s/project/build/intermediates/res/debug - a/project/build/intermediates/assets/debug m-J/project/build/generated/source/r/debug f /project/build/intermediates/res/resources-debug.ap_--debug mode - custom package com.rii.test - 0 apk - output-text-symbols/project/build/intermediates/symbols/debug

    Error code:

    1

    Output:

    Warning: AndroidManifest.xml sets already debuggable (in http://schemas.android.com/apk/res/android); with existing value in manifest.

    Failure of the generation of table of resources to do a separation "

    /Project/build/intermediates/RES/debug/values-v23/values.XML:6: error: error: no resource only for the name found (at 'cardBackgroundColor' with value '? android: attr / colorBackgroundFloating').

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    BUILD FAILED

    Total time: dry 7,751

    /Project/Cordova/node_modules/q/q.js:126

    throw e;

    ^

    Error code 1 for command: / project/gradlew with args: lse cdvBuildDebug,-b,/project/build.gradle,-Dorg.gradle.daemon=true,-PcdvBuildMultipleApks=fa,-PcdvVersionCode = 1

    After a few days, I found the solution

    I changed from BMP to use the latest version of cordova

    And added lines

  • Android compilation error: phonegap-plugin-csdk - image editor

    Hello

    I try to use the NPM-plugin: phonegap-plugin-csdk - editor of images in my android app. When I add this plugin for my project, I get the following problem:

    : transformClassesWithMultidexlistForRelease FAILED

    Could you tell me what is the problem? Complete build log is shown below:

    Construction date: 2016-09-19 12:34:35 + 0000

    Configuration on demand is a function of incubation.

    Java incremental compilation is a feature in incubation.

    : pre-compiled updated

    : preReleaseBuild updated

    : checkReleaseManifest

    : preDebugBuild updated

    : CordovaLib:preBuild updated

    : CordovaLib:preDebugBuild updated

    : CordovaLib:compileDebugNdk updated

    : CordovaLib:compileLint

    : CordovaLib:copyDebugLint updated

    : CordovaLib:mergeDebugProguardFiles

    : CordovaLib:packageDebugRenderscript updated

    : CordovaLib:checkDebugManifest

    : CordovaLib:prepareDebugDependencies

    : CordovaLib:compileDebugRenderscript

    : CordovaLib:generateDebugResValues

    : CordovaLib:generateDebugResources

    : CordovaLib:packageDebugResources

    : CordovaLib:compileDebugAidl

    : CordovaLib:generateDebugBuildConfig

    : CordovaLib:mergeDebugShaders

    : CordovaLib:compileDebugShaders

    : CordovaLib:generateDebugAssets

    : CordovaLib:mergeDebugAssets

    : CordovaLib:processDebugManifest

    : CordovaLib:processDebugResources

    : CordovaLib:generateDebugSources

    : CordovaLib:incrementalDebugJavaCompilationSafeguard

    : CordovaLib:compileDebugJavaWithJavac

    : CordovaLib:compileDebugJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processDebugJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForDebug

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug

    : CordovaLib:mergeDebugJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForDebug

    : CordovaLib:transformNative_libsWithSyncJniLibsForDebug

    : CordovaLib:bundleDebug

    : CordovaLib:preReleaseBuild updated

    : CordovaLib:compileReleaseNdk updated

    : CordovaLib:copyReleaseLint updated

    : CordovaLib:mergeReleaseProguardFiles

    : CordovaLib:packageReleaseRenderscript updated

    : CordovaLib:checkReleaseManifest

    : CordovaLib:prepareReleaseDependencies

    : CordovaLib:compileReleaseRenderscript

    : CordovaLib:generateReleaseResValues

    : CordovaLib:generateReleaseResources

    : CordovaLib:packageReleaseResources

    : CordovaLib:compileReleaseAidl

    : CordovaLib:generateReleaseBuildConfig

    : CordovaLib:mergeReleaseShaders

    : CordovaLib:compileReleaseShaders

    : CordovaLib:generateReleaseAssets

    : CordovaLib:mergeReleaseAssets

    : CordovaLib:processReleaseManifest

    : CordovaLib:processReleaseResources

    : CordovaLib:generateReleaseSources

    : CordovaLib:incrementalReleaseJavaCompilationSafeguard

    : CordovaLib:compileReleaseJavaWithJavac

    : CordovaLib:compileReleaseJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processReleaseJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForRelease

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForRelease

    : CordovaLib:mergeReleaseJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForRelease

    : CordovaLib:transformNative_libsWithSyncJniLibsForRelease

    : CordovaLib:bundleRelease

    : prepareBarcodescannerLibrary

    : prepareComAdobeCreativesdkAndroidSharedAndroidShared006Library

    : prepareComAdobeCreativesdkAndroidSharedCommonCommonUi115Library

    : prepareComAdobeCreativesdkFoundationAuth091062Library

    : prepareComAdobeCreativesdkImage463Library

    : prepareComAdobeCreativesdkImageNative11335Library

    : prepareComAndroidSupportAnimatedVectorDrawable2340Library

    : prepareComAndroidSupportAppcompatV72340Library

    : prepareComAndroidSupportCardviewV72340Library

    : prepareComAndroidSupportDesign2340Library

    : prepareComAndroidSupportMultidex101Library

    : prepareComAndroidSupportPaletteV72340Library

    : prepareComAndroidSupportRecyclerviewV72340Library

    : prepareComAndroidSupportSupportV42411Library

    : prepareComAndroidSupportSupportVectorDrawable2340Library

    : prepareComGetbaseFloatingactionbutton1100Library

    : prepareComGithubFengdaiAlertdialogproCore026Library

    : prepareComGithubFengdaiAlertdialogproThemeMaterial026Library

    : prepareComGoogleAndroidGmsPlayServicesBase840Library

    : prepareComGoogleAndroidGmsPlayServicesBasement840Library

    : prepareComInfstoryProguardAnnotations102Library

    : prepareComJakewhartonRxbindingRxbinding040Library

    : prepareComJakewhartonRxbindingRxbindingAppcompatV7040Library

    : prepareComJakewhartonRxbindingRxbindingSupportV4040Library

    : prepareComLocalyticsAndroidLibrary380Library

    : prepareComSothreeSlidinguppanelLibrary300Library

    : prepareComTimehopStickyheadersrecyclerviewLibrary043Library

    : prepareComTrelloRxlifecycle061Library

    : prepareComTrelloRxlifecycleComponents061Library

    : prepareDeHdodenhofCircleimageview200Library

    : prepareIoReactivexRxandroid120Library

    : prepareItSephirothAndroidExifAndroidExifExtended106Library

    : prepareItSephirothAndroidLibraryAbAbTest205Library

    : prepareItSephirothAndroidLibraryDisklrumulticacheDisklrumulticache108Library

    : prepareItSephirothAndroidLibraryImagezoomImagezoom225Library

    : prepareItSephirothAndroidLibraryPicassoPicasso2524bLibrary

    : prepareItSephirothAndroidLibraryTargettooltipTargetTooltipLibrary1314Library

    : prepareItSephirothAndroidLibraryViewrevealanimatorViewRevealAnimator114Library

    : prepareItSephirothRxbroadcast002Library

    : prepareProjectCordovaLibUnspecifiedReleaseLibrary

    : prepareReleaseDependencies

    : compileReleaseAidl

    : compileReleaseRenderscript

    : generateReleaseBuildConfig

    : mergeReleaseShaders

    : compileReleaseShaders

    : generateReleaseAssets

    : mergeReleaseAssets

    : generateReleaseResValues

    : generateReleaseResources

    : mergeReleaseResources

    : processReleaseManifest

    : processReleaseResources

    : generateReleaseSources

    : incrementalReleaseJavaCompilationSafeguard

    : compileReleaseJavaWithJavac

    : compileReleaseJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use operations dangerous or not.

    Note: Recompile with - Xlint: unchecked for more details.

    : compileReleaseNdk updated

    : compileReleaseSources

    : prePackageMarkerForRelease

    : transformClassesWithJarMergingForRelease

    : collectReleaseMultiDexComponents

    : transformClassesWithMultidexlistForRelease

    ProGuard, version 5.2.1

    Jar of reading program [/ project/build/intermediates/transforms/jarMerging/release/jars/1/1f/combined.jar]

    Reading library jar [/ android-sdk/build-tools/24.0.1/lib/shrinkedAndroid.jar]

    Prepare the pot out [/ project/build/intermediates/multi-dex/release/componentClasses.jar]

    Copy the jar of program resources [/ project/build/intermediates/transforms/jarMerging/release/jars/1/1f/combined.jar]

    : transformClassesWithMultidexlistForRelease FAILED

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': transformClassesWithMultidexlistForRelease'.

    > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process 'command' /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.101-3.b13.24.amzn1.x86_64/bin/java "finished with the value 1 at zero output

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    BUILD FAILED

    Total time: dry 28,992

    Error: / project/gradlew: command failed with error code 1 output output:

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use operations dangerous or not.

    Note: Recompile with - Xlint: unchecked for more details.

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': transformClassesWithMultidexlistForRelease'.

    > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process 'command' /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.101-3.b13.24.amzn1.x86_64/bin/java "finished with the value 1 at zero output

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    at ChildProcess.whenDone (/ project/cordova/node_modules/cordova-common/src/superspawn.js:169:23)

    at emitTwo (events.js:87:13)

    at ChildProcess.emit (events.js:172:7)

    to maybeClose (internal / child_process.js:818:16)

    to Process.ChildProcess._handle.onexit (internal / child_process.js:211:5)

    Yes, I'll work on the official BarcodeScanner plugin to make sure that it is not incompatible with plugins CSDK.

  • Android processDebugResources Build failed

    I am trying to build a simple web for Android. It has been developed with the Phonegap desktop application and excerpts are fine. But seems impossible to build online. Compiles without error Windows app, but Android version always gives the same error (failure of execution of the task ': ' processDebugResources)

    This is the full changelog:

    Construction date: 2016-08-09 06:39:02 + 0000

    --------------------------------------------------------------------------------

    OUTPUT OF THE PLUGIN

    --------------------------------------------------------------------------------

    --------------------------------------------------------------------------------

    COMPILATION OUTPUT

    --------------------------------------------------------------------------------

    Observed the package id ' build-tools; 23.0.1' incompatible location ' / android-sdk/build-tools/current ' (expected ' / android-sdk/build-tools/23.0.1')

    Already observed package IDs ' build-tools; 23.0.1' in ' / android-sdk/build-tools/23.0.1'. Skip duplicate to "/ android-sdk/build-tools/current '.

    Java incremental compilation is a feature in incubation.

    : pre-compiled updated

    : preDebugBuild updated

    : checkDebugManifest

    : CordovaLib:preBuild updated

    : CordovaLib:preDebugBuild updated

    : CordovaLib:compileDebugNdk updated

    : CordovaLib:compileLint

    : CordovaLib:copyDebugLint updated

    : CordovaLib:mergeDebugProguardFiles

    : CordovaLib:packageDebugRenderscript updated

    : CordovaLib:checkDebugManifest

    : CordovaLib:prepareDebugDependencies

    : CordovaLib:compileDebugRenderscript

    : CordovaLib:generateDebugResValues

    : CordovaLib:generateDebugResources

    : CordovaLib:packageDebugResources

    : CordovaLib:compileDebugAidl

    : CordovaLib:generateDebugBuildConfig

    : CordovaLib:mergeDebugShaders

    : CordovaLib:compileDebugShaders

    : CordovaLib:generateDebugAssets

    : CordovaLib:mergeDebugAssets

    : CordovaLib:processDebugManifest

    : CordovaLib:processDebugResources

    : CordovaLib:generateDebugSources

    : CordovaLib:incrementalDebugJavaCompilationSafeguard

    : CordovaLib:compileDebugJavaWithJavac

    : CordovaLib:compileDebugJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processDebugJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForDebug

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug

    : CordovaLib:mergeDebugJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForDebug

    : CordovaLib:transformNative_libsWithSyncJniLibsForDebug

    : CordovaLib:bundleDebug

    : prepareProjectCordovaLibUnspecifiedDebugLibrary

    : prepareDebugDependencies

    : compileDebugAidl

    : compileDebugRenderscript

    : generateDebugBuildConfig

    : mergeDebugShaders

    : compileDebugShaders

    : generateDebugAssets

    : mergeDebugAssets

    : generateDebugResValues

    : generateDebugResources

    : mergeDebugResources

    : processDebugManifest

    : processDebugResources FAILED

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': ' processDebugResources.

    > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process 'command' /android-sdk/build-tools/23.0.1/aapt "finished with the value 1 at zero output

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    BUILD FAILED

    Total time: 1 mn dry 2,201

    Error: / project/gradlew: command failed with error code 1 output output:

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': ' processDebugResources.

    > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process 'command' /android-sdk/build-tools/23.0.1/aapt "finished with the value 1 at zero output

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    at ChildProcess.whenDone (/ project/cordova/node_modules/cordova-common/src/superspawn.js:169:23)

    at emitTwo (events.js:87:13)

    at ChildProcess.emit (events.js:172:7)

    to maybeClose (internal / child_process.js:818:16)

    to Process.ChildProcess._handle.onexit (internal / child_process.js:211:5)

    I'm now compile without error. Looks like some images were too long names / bad characters. I changed them to something like 00.jpg, t00.jpg or 01.jpg... and it compiles without problems.

    wyattp35682249, I use the structure generated by the Phonegap (/res and /spec folders) desktop application. Just changed the png, leaving the same names.

  • Build now failing - Multidex question?

    Hi all

    My application is no longer building under construction PhoneGap recently and I'm having a lot of trouble understanding why and how to fix it.  I am at a loss on what to do to solve this problem.  I know that my probable config.xml file needs to be updated, but do not know what I have to change.  Any help on this problem is greatly appreciated!

    Here is the log:

    Construction date: 2016-08-08 20:51:27 + 0000

    Observed the package id ' build-tools; 23.0.1' incompatible location ' / android-sdk/build-tools/current ' (expected ' / android-sdk/build-tools/23.0.1')

    Already observed package IDs ' build-tools; 23.0.1' in ' / android-sdk/build-tools/23.0.1'. Skip duplicate to "/ android-sdk/build-tools/current '.

    Java incremental compilation is a feature in incubation.

    : pre-compiled updated

    : preReleaseBuild updated

    : checkReleaseManifest

    : preDebugBuild updated

    : CordovaLib:preBuild updated

    : CordovaLib:preDebugBuild updated

    : CordovaLib:compileDebugNdk updated

    : CordovaLib:compileLint

    : CordovaLib:copyDebugLint updated

    : CordovaLib:mergeDebugProguardFiles

    : CordovaLib:packageDebugRenderscript updated

    : CordovaLib:checkDebugManifest

    : CordovaLib:prepareDebugDependencies

    : CordovaLib:compileDebugRenderscript

    : CordovaLib:generateDebugResValues

    : CordovaLib:generateDebugResources

    : CordovaLib:packageDebugResources

    : CordovaLib:compileDebugAidl

    : CordovaLib:generateDebugBuildConfig

    : CordovaLib:mergeDebugShaders

    : CordovaLib:compileDebugShaders

    : CordovaLib:generateDebugAssets

    : CordovaLib:mergeDebugAssets

    : CordovaLib:processDebugManifest

    : CordovaLib:processDebugResources

    : CordovaLib:generateDebugSources

    : CordovaLib:incrementalDebugJavaCompilationSafeguard

    : CordovaLib:compileDebugJavaWithJavac

    : CordovaLib:compileDebugJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processDebugJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForDebug

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug

    : CordovaLib:mergeDebugJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForDebug

    : CordovaLib:transformNative_libsWithSyncJniLibsForDebug

    : CordovaLib:bundleDebug

    : CordovaLib:preReleaseBuild updated

    : CordovaLib:compileReleaseNdk updated

    : CordovaLib:copyReleaseLint updated

    : CordovaLib:mergeReleaseProguardFiles

    : CordovaLib:packageReleaseRenderscript updated

    : CordovaLib:checkReleaseManifest

    : CordovaLib:prepareReleaseDependencies

    : CordovaLib:compileReleaseRenderscript

    : CordovaLib:generateReleaseResValues

    : CordovaLib:generateReleaseResources

    : CordovaLib:packageReleaseResources

    : CordovaLib:compileReleaseAidl

    : CordovaLib:generateReleaseBuildConfig

    : CordovaLib:mergeReleaseShaders

    : CordovaLib:compileReleaseShaders

    : CordovaLib:generateReleaseAssets

    : CordovaLib:mergeReleaseAssets

    : CordovaLib:processReleaseManifest

    : CordovaLib:processReleaseResources

    : CordovaLib:generateReleaseSources

    : CordovaLib:incrementalReleaseJavaCompilationSafeguard

    : CordovaLib:compileReleaseJavaWithJavac

    : CordovaLib:compileReleaseJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processReleaseJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForRelease

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForRelease

    : CordovaLib:mergeReleaseJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForRelease

    : CordovaLib:transformNative_libsWithSyncJniLibsForRelease

    : CordovaLib:bundleRelease

    : prepareComAndroidSupportAppcompatV72300Library

    : prepareComAndroidSupportMediarouterV72300Library

    : prepareComAndroidSupportSupportV42300Library

    : prepareComGoogleAndroidGmsPlayServices920Library

    : prepareComGoogleAndroidGmsPlayServicesAds920Library

    : prepareComGoogleAndroidGmsPlayServicesAdsLite920Library

    : prepareComGoogleAndroidGmsPlayServicesAnalytics920Library

    : prepareComGoogleAndroidGmsPlayServicesAnalyticsImpl920Library

    : prepareComGoogleAndroidGmsPlayServicesAppindexing920Library

    : prepareComGoogleAndroidGmsPlayServicesAppinvite920Library

    : prepareComGoogleAndroidGmsPlayServicesAuth920Library

    : prepareComGoogleAndroidGmsPlayServicesAuthBase920Library

    : prepareComGoogleAndroidGmsPlayServicesBase920Library

    : prepareComGoogleAndroidGmsPlayServicesBasement920Library

    : prepareComGoogleAndroidGmsPlayServicesCast920Library

    : prepareComGoogleAndroidGmsPlayServicesCastFramework920Library

    : prepareComGoogleAndroidGmsPlayServicesClearcut920Library

    : prepareComGoogleAndroidGmsPlayServicesContextmanager920Library

    : prepareComGoogleAndroidGmsPlayServicesDrive920Library

    : prepareComGoogleAndroidGmsPlayServicesFitness920Library

    : prepareComGoogleAndroidGmsPlayServicesGames920Library

    : prepareComGoogleAndroidGmsPlayServicesGass920Library

    : prepareComGoogleAndroidGmsPlayServicesGcm920Library

    : prepareComGoogleAndroidGmsPlayServicesIdentity920Library

    : prepareComGoogleAndroidGmsPlayServicesIid920Library

    : prepareComGoogleAndroidGmsPlayServicesLocation920Library

    : prepareComGoogleAndroidGmsPlayServicesMaps920Library

    : prepareComGoogleAndroidGmsPlayServicesNearby920Library

    : prepareComGoogleAndroidGmsPlayServicesPanorama920Library

    : prepareComGoogleAndroidGmsPlayServicesPlaces920Library

    : prepareComGoogleAndroidGmsPlayServicesPlus920Library

    : prepareComGoogleAndroidGmsPlayServicesSafetynet920Library

    : prepareComGoogleAndroidGmsPlayServicesTagmanager920Library

    : prepareComGoogleAndroidGmsPlayServicesTagmanagerApi920Library

    : prepareComGoogleAndroidGmsPlayServicesTasks920Library

    : prepareComGoogleAndroidGmsPlayServicesVision920Library

    : prepareComGoogleAndroidGmsPlayServicesWallet920Library

    : prepareComGoogleAndroidGmsPlayServicesWearable920Library

    : prepareComGoogleFirebaseFirebaseAnalytics920Library

    : prepareComGoogleFirebaseFirebaseAnalyticsImpl920Library

    : prepareComGoogleFirebaseFirebaseAuth920Library

    : prepareComGoogleFirebaseFirebaseAuthCommon920Library

    : prepareComGoogleFirebaseFirebaseAuthModule920Library

    : prepareComGoogleFirebaseFirebaseCommon920Library

    : prepareComGoogleFirebaseFirebaseConfig920Library

    : prepareComGoogleFirebaseFirebaseCrash920Library

    : prepareComGoogleFirebaseFirebaseDatabase920Library

    : prepareComGoogleFirebaseFirebaseDatabaseConnection920Library

    : prepareComGoogleFirebaseFirebaseIid920Library

    : prepareComGoogleFirebaseFirebaseMessaging920Library

    : prepareComGoogleFirebaseFirebaseStorage920Library

    : prepareComGoogleFirebaseFirebaseStorageCommon920Library

    : prepareProjectCordovaLibUnspecifiedReleaseLibrary

    : prepareReleaseDependencies

    : compileReleaseAidl

    : compileReleaseRenderscript

    : generateReleaseBuildConfig

    : mergeReleaseShaders

    : compileReleaseShaders

    : generateReleaseAssets

    : mergeReleaseAssets

    : generateReleaseResValues

    : generateReleaseResources

    : mergeReleaseResources

    : processReleaseManifest

    : processReleaseResources

    : generateReleaseSources

    : incrementalReleaseJavaCompilationSafeguard

    : compileReleaseJavaWithJavac

    : compileReleaseJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : compileReleaseNdk updated

    : compileReleaseSources

    : prePackageMarkerForRelease

    : transformClassesWithDexForRelease

    DEX in the running process requires tools of generation 23.0.2.

    For the fastest update this project using the latest design tools.

    DEX: The number of references of method in a .dex file cannot exceed 64 KB.

    Learn how to fix this problem to https://developer.Android.com/tools/building/multidex.html

    UNEXPECTED TOP LEVEL EXCEPTION:

    com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536

    to com.android.dx.merge.DexMerger$ 6.updateIndex(DexMerger.java:502)

    to com.android.dx.merge.DexMerger$ IdMerger.mergeSorted (DexMerger.java:277)

    at com.android.dx.merge.DexMerger.mergeMethodIds(DexMerger.java:491)

    at com.android.dx.merge.DexMerger.mergeDexes(DexMerger.java:168)

    at com.android.dx.merge.DexMerger.merge(DexMerger.java:189)

    at com.android.dx.command.dexer.Main.mergeLibraryDexBuffers(Main.java:502)

    at com.android.dx.command.dexer.Main.runMonoDex(Main.java:334)

    at com.android.dx.command.dexer.Main.run(Main.java:277)

    at com.android.dx.command.dexer.Main.main(Main.java:245)

    at com.android.dx.command.Main.main(Main.java:106)

    : transformClassesWithDexForRelease FAILED

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': transformClassesWithDexForRelease'.

    > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process 'command' /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/bin/java "finished with 2 zero exit value

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    BUILD FAILED

    Total time: 2 minutes 46,847 seconds

    Error: / project/gradlew: command failed with error code 1 output output:

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    DEX: The number of references of method in a .dex file cannot exceed 64 KB.

    Learn how to fix this problem to https://developer.Android.com/tools/building/multidex.html

    UNEXPECTED TOP LEVEL EXCEPTION:

    com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536

    to com.android.dx.merge.DexMerger$ 6.updateIndex(DexMerger.java:502)

    to com.android.dx.merge.DexMerger$ IdMerger.mergeSorted (DexMerger.java:277)

    at com.android.dx.merge.DexMerger.mergeMethodIds(DexMerger.java:491)

    at com.android.dx.merge.DexMerger.mergeDexes(DexMerger.java:168)

    at com.android.dx.merge.DexMerger.merge(DexMerger.java:189)

    at com.android.dx.command.dexer.Main.mergeLibraryDexBuffers(Main.java:502)

    at com.android.dx.command.dexer.Main.runMonoDex(Main.java:334)

    at com.android.dx.command.dexer.Main.run(Main.java:277)

    at com.android.dx.command.dexer.Main.main(Main.java:245)

    at com.android.dx.command.Main.main(Main.java:106)

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': transformClassesWithDexForRelease'.

    > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process 'command' /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/bin/java "finished with 2 zero exit value

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    at ChildProcess.whenDone (/ project/cordova/node_modules/cordova-common/src/superspawn.js:169:23)

    at emitTwo (events.js:87:13)

    at ChildProcess.emit (events.js:172:7)

    to maybeClose (internal / child_process.js:818:16)

    to Process.ChildProcess._handle.onexit (internal / child_process.js:211:5)

    I think that's the key:

    DEX in the running process requires tools of generation 23.0.2.

    Looks like one of the plugins, there are 23.0.2, which is not present in the cli - 6.3.0

    If I were you, I delete the plugins one by one and see what is the problem plugin. My guess would be 'analytical' plugins

    If they are indeed problematic, try to specify a previous version of them and rebuild.

    Sorry to not be more specific, but that's all I can currently come with that.

  • Oh geez? I need assistance: (.)

    I'm building a new app, phonegap. I create only APP and try to build.

    I ran the command at the prompt below.

    PhoneGap create CRC - id "com.lganet.app" - the name "CRC".

    CDE file zip and I upload to phonegap build.

    PhoneGap cli: 6.3.0

    Cordoba: 6.3.0

    Node: 4.4.7

    Windows 7 64 bit

    The journal:

    Construction date: 2016-08-04 20:54:57 + 0000

    --------------------------------------------------------------------------------

    OUTPUT OF THE PLUGIN

    --------------------------------------------------------------------------------

    Installation of "com.millerjames01.sqlite - plugin ' to '1.0.1' for android

    Installation of "com.phonegap.plugins.barcodescanner" to "2.0.0" for android

    Installation of "org.apache.cordova.device" to "0.2.12' for android

    Installation of "org.apache.cordova.file" in "1.3.3" for android

    Installation of "org.apache.cordova.globalization" to "0.3.4' for android

    Installation of "org.apache.cordova.vibration" to "0.3.13' for android

    Installation of "org.apache.cordova.splashscreen" to "1.0.0" for android

    Installation of "org.apache.cordova.media" to "0.2.16' for android

    Notice: org.apache.cordova.file has been automatically converted into file-plugin-cordova and read from the Museum. This is due to our old plugins register stops.

    Cordova-plugin-file' will not install due to "/ project/cordova/plugins/org.apache.cordova.file" being installed.

    Plugin dependent 'org.apache.cordova.file' already installed on android.

    Installation of "org.apache.cordova.inappbrowser" to "0.6.0" for android

    Installation of "org.apache.cordova.dialogs" to "0.3.0" for android

    Installation of "org.apache.cordova.device - motion" to "0.2.11' for android

    Installation of ' org.apache.cordova.battery - status "to"0.2.12' for android

    Installation of "org.apache.cordova.camera" to "0.3.6" for android

    Installation of "org.apache.cordova.network" - information, at "0.2.15' for android

    Installation of "org.apache.cordova.media - capture" to "0.3.6" for android

    Notice: org.apache.cordova.file has been automatically converted into file-plugin-cordova and read from the Museum. This is due to our old plugins register stops.

    Cordova-plugin-file' will not install due to "/ project/cordova/plugins/org.apache.cordova.file" being installed.

    Plugin dependent 'org.apache.cordova.file' already installed on android.

    Installation of "org.apache.cordova.geolocation" to "0.3.12' for android

    Installation of "org.apache.cordova.file - transfer ' to '0.5.0' for android

    Notice: org.apache.cordova.file has been automatically converted into file-plugin-cordova and read from the Museum. This is due to our old plugins register stops.

    Cordova-plugin-file' will not install due to "/ project/cordova/plugins/org.apache.cordova.file" being installed.

    Plugin dependent 'org.apache.cordova.file' already installed on android.

    Installation of "org.apache.cordova.device - orientation" to "0.3.11' for android

    Installation of "org.apache.cordova.contacts" to "0.2.16' for android

    --------------------------------------------------------------------------------

    COMPILATION OUTPUT

    --------------------------------------------------------------------------------

    Observed the package id ' build-tools; 23.0.1' incompatible location ' / android-sdk/build-tools/current ' (expected ' / android-sdk/build-tools/23.0.1')

    Already observed package IDs ' build-tools; 23.0.1' in ' / android-sdk/build-tools/23.0.1'. Skip duplicate to "/ android-sdk/build-tools/current '.

    Java incremental compilation is a feature in incubation.

    : pre-compiled updated

    : preDebugBuild updated

    : checkDebugManifest

    : CordovaLib:preBuild updated

    : CordovaLib:preDebugBuild updated

    : CordovaLib:compileDebugNdk updated

    : CordovaLib:compileLint

    : CordovaLib:copyDebugLint updated

    : CordovaLib:mergeDebugProguardFiles

    : CordovaLib:packageDebugRenderscript updated

    : CordovaLib:checkDebugManifest

    : CordovaLib:prepareDebugDependencies

    : CordovaLib:compileDebugRenderscript

    : CordovaLib:generateDebugResValues

    : CordovaLib:generateDebugResources

    : CordovaLib:packageDebugResources

    : CordovaLib:compileDebugAidl

    : CordovaLib:generateDebugBuildConfig

    : CordovaLib:mergeDebugShaders

    : CordovaLib:compileDebugShaders

    : CordovaLib:generateDebugAssets

    : CordovaLib:mergeDebugAssets

    : CordovaLib:processDebugManifest

    : CordovaLib:processDebugResources

    : CordovaLib:generateDebugSources

    : CordovaLib:incrementalDebugJavaCompilationSafeguard

    : CordovaLib:compileDebugJavaWithJavac

    : CordovaLib:compileDebugJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processDebugJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForDebug

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug

    : CordovaLib:mergeDebugJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForDebug

    : CordovaLib:transformNative_libsWithSyncJniLibsForDebug

    : CordovaLib:bundleDebug

    : prepareProjectCordovaLibUnspecifiedDebugLibrary

    : prepareDebugDependencies

    : compileDebugAidl

    : compileDebugRenderscript

    : generateDebugBuildConfig

    : mergeDebugShaders

    : compileDebugShaders

    : generateDebugAssets

    : mergeDebugAssets

    : generateDebugResValues

    : generateDebugResources

    : mergeDebugResources

    : processDebugManifest/project/AndroidManifest.xml:14:13-30 error:

    One of the main 'action #name, category #name' missing attributes on the element of intent-filter AndroidManifest.xml:14:13 - 30

    error /Project/AndroidManifest.xml:

    Validation failed, leaving

    See http://g.co/androidstudio/manifest-merger for more information on the apparent merger.

    : processDebugManifest FAILED

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': processDebugManifest'.

    > Manifest merge failed with multiple errors, see newspapers

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    BUILD FAILED

    Total time: dry 2,266

    Error: / project/gradlew: command failed with error code 1 output output:

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    error /Project/AndroidManifest.xml:14:13-30:

    One of the main 'action #name, category #name' missing attributes on the element of intent-filter AndroidManifest.xml:14:13 - 30

    error /Project/AndroidManifest.xml:

    Validation failed, leaving

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': processDebugManifest'.

    > Manifest merge failed with multiple errors, see newspapers

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    at ChildProcess.whenDone (/ project/cordova/node_modules/cordova-common/src/superspawn.js:169:23)

    at emitTwo (events.js:87:13)

    at ChildProcess.emit (events.js:172:7)

    to maybeClose (internal / child_process.js:818:16)

    to Process.ChildProcess._handle.onexit (internal / child_process.js:211:5)

    The Android expert missed maybe this? :

    CDE file zip and I upload to phonegap build.

    My guess would be that the OP did exactly that: he transferred a project full of Cordova instead of assets and a config. Maybe he even quit the config.xml file where it is, not in the same directory as index.html.

    Finally, I think that the OP is still using the old, obsolete plugins since the repo of BMPs.

  • BMPS: Failure of execution of the task ': processReleaseResources' on Android

    Hey,.

    Currently, I get this error with the build process Android:

    ==============================

    Construction date: 2016-06-20 12:11:11 + 0000

    : pre-compiled updated

    : preReleaseBuild updated

    : checkReleaseManifest

    : preDebugBuild updated

    : CordovaLib:preBuild updated

    : CordovaLib:preDebugBuild updated

    : CordovaLib:compileDebugNdk updated

    : CordovaLib:compileLint

    : CordovaLib:copyDebugLint updated

    : CordovaLib:mergeDebugProguardFiles

    : CordovaLib:packageDebugRenderscript updated

    : CordovaLib:checkDebugManifest

    : CordovaLib:prepareDebugDependencies

    : CordovaLib:compileDebugRenderscript

    : CordovaLib:generateDebugResValues

    : CordovaLib:generateDebugResources

    : CordovaLib:packageDebugResources

    : CordovaLib:compileDebugAidl

    : CordovaLib:generateDebugBuildConfig

    : CordovaLib:generateDebugAssets updated

    : CordovaLib:mergeDebugAssets

    : CordovaLib:processDebugManifest

    : CordovaLib:processDebugResources

    : CordovaLib:generateDebugSources

    : CordovaLib:compileDebugJavaWithJavacNote: entry files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processDebugJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForDebug

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug

    : CordovaLib:mergeDebugJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForDebug

    : CordovaLib:transformNative_libsWithSyncJniLibsForDebug

    : CordovaLib:bundleDebug

    : CordovaLib:preReleaseBuild updated

    : CordovaLib:compileReleaseNdk updated

    : CordovaLib:copyReleaseLint updated

    : CordovaLib:mergeReleaseProguardFiles

    : CordovaLib:packageReleaseRenderscript updated

    : CordovaLib:checkReleaseManifest

    : CordovaLib:prepareReleaseDependencies

    : CordovaLib:compileReleaseRenderscript

    : CordovaLib:generateReleaseResValues

    : CordovaLib:generateReleaseResources

    : CordovaLib:packageReleaseResources

    : CordovaLib:compileReleaseAidl

    : CordovaLib:generateReleaseBuildConfig

    : CordovaLib:generateReleaseAssets updated

    : CordovaLib:mergeReleaseAssets

    : CordovaLib:processReleaseManifest

    : CordovaLib:processReleaseResources

    : CordovaLib:generateReleaseSources

    : CordovaLib:compileReleaseJavaWithJavacNote: entry files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processReleaseJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForRelease

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForRelease

    : CordovaLib:mergeReleaseJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForRelease

    : CordovaLib:transformNative_libsWithSyncJniLibsForRelease

    : CordovaLib:bundleRelease

    : prepareComAndroidSupportSupportV42300Library

    : prepareComGoogleAndroidGmsPlayServicesAnalytics840Library

    : prepareComGoogleAndroidGmsPlayServicesBasement840Library

    : prepareProjectCordovaLibUnspecifiedReleaseLibrary

    : prepareReleaseDependencies

    : compileReleaseAidl

    : compileReleaseRenderscript

    : generateReleaseBuildConfig

    : generateReleaseAssets updated

    : mergeReleaseAssets

    : generateReleaseResValues

    : generateReleaseResources

    : mergeReleaseResources

    : processReleaseManifest

    : processReleaseResources FAILED

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': ' processReleaseResources.

    > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process 'command' /android-sdk/build-tools/23.0.1/aapt "finished with the value 1 at zero output

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    BUILD FAILED

    Total time: dry 6.42

    undefined

    ==============================

    Unfortunately, I don't know what to do. Could you help me here?

    ID of the APP: 2063515!

    Changed to BMP Cli 5.2 and got finally a little deeper error messages.  The cause of the problem was the plugin admob. Fixed and everything went well.

  • Cannot install FusionOrderDemo_R1PS2

    I install FusionOrderDemo_R1PS2. But I get an error like this.

    -----------------------------error-----------------------------------
    BuildFile: D:\SOASuitWorkspace_MYF\FusionOrderDemo_R1PS2\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    init:
    [echo] Version of SOA Suite 11g:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.3.0
    [java] Build: 0
    [java] The generation time: Thu Apr 15 22:20:11 PDT 2010
    [java] Build type: free
    [java] Tag from the source: PCBPEL_11.1.1.3.0_GENERIC_100415.2045.2557
    [java]
    [echo] soa infrastructure mgmt home: E:\Jdeveloper_1113_20101206\jdeveloper\
    [javac] Compilation of 5 source files for D:\SOASuitWorkspace_MYF\FusionOrderDemo_R1PS2\CompositeServices\bin\util\classes
    [javac] Note: Some input files use or replace an obsolete API.
    [javac] Note: Recompile with - Xlint: deprecation for more details.
    [javac] Note: D:\SOASuitWorkspace_MYF\FusionOrderDemo_R1PS2\CompositeServices\bin\util\src\com\otn\sample\fod\soa\StandaloneSOAFodTests.java uses operations dangerous or not.
    [javac] Note: Recompile with - Xlint: unchecked for more details.

    setupWorkspaceForJdeveloperUse:
    [echo]! Implementation of workspace for JDeveloper, where seedlings adf-config, connections.xml and filling mds
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    init:
    [echo] Version of SOA Suite 11g:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.3.0
    [java] Build: 0
    [java] The generation time: Thu Apr 15 22:20:11 PDT 2010
    [java] Build type: free
    [java] Tag from the source: PCBPEL_11.1.1.3.0_GENERIC_100415.2045.2557
    [java]
    [echo] soa infrastructure mgmt home: E:\Jdeveloper_1113_20101206\jdeveloper\

    createMDSConnections:
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    createMDSConnectionForDB:
    [echo] Creation... /. ADF/META-INF/ADF-config.xml for the MDS supported database
    entry entry jump as mds.db.password property has already been set.
    [copy] Copy 1 file to D:\SOASuitWorkspace_MYF\FusionOrderDemo_R1PS2\CompositeServices\.adf\META-INF
    [echo] With the help of jdbc:oracle:thin:@192.168.1.9:1521:sunz for storage based on db, with the user cutschig_mds
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    createMDSConnectionForFileStore:
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    createMDSConnectionForServerFileStore:

    importCommonServiceArtifactsIntoMds:
    [java] Starting import from file system local to the mds...
    [java] oracle.mds.config.MDSConfigurationException: MDS-01330: cannot load the MDS configuration document
    [java] MDS-01329: cannot load the item "persistence-config".
    [java] MDS-01370: Configuration of MetadataStore for metadata-store-use 'mstore-usage_1"is not valid.
    [java] MDS-01259: the metadata store 'oracle.mds.persistence.stores.db.DBMetadataStore' cannot be instantiated.
    [java] MDS-00003: error connecting to the database
    [java] ORA-01017: name of user and password invalid. connection refused
    [java]
    [java] ORA-01017: name of user and password invalid. connection refused
    [java]
    [java]
    [java] at oracle.mds.config.PConfig.loadFromBean(PConfig.java:695)
    [java] at oracle.mds.config.PConfig. < init > (PConfig.java:504)
    [java] at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:692)
    [java] at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:749)
    [java] at oracle.mds.config.MDSConfig. < init > (MDSConfig.java:500)
    [java] at oracle.mds.config.MDSConfig. < init > (MDSConfig.java:430)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.getTargetMdsInstanceByAdfConfig(MdsImportTask.java:133)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:155)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)
    [java] Caused by: oracle.mds.exception.MDSExceptionList: SDM-01329: cannot load the item "persistence-config".
    [java] MDS-01370: Configuration of MetadataStore for metadata-store-use 'mstore-usage_1"is not valid.
    [java] MDS-01259: the metadata store 'oracle.mds.persistence.stores.db.DBMetadataStore' cannot be instantiated.
    [java] MDS-00003: error connecting to the database
    [java] ORA-01017: name of user and password invalid. connection refused
    [java]
    [java] ORA-01017: name of user and password invalid. connection refused
    [java]
    [java]
    [java] at oracle.mds.config.PConfig.loadFromBean(PConfig.java:689)
    [java]... 8 more
    [java] Exception in thread "main" SDM-01330: cannot load the MDS configuration document
    [java] MDS-01329: cannot load the item "persistence-config".
    [java] MDS-01370: Configuration of MetadataStore for metadata-store-use 'mstore-usage_1"is not valid.
    [java] MDS-01259: the metadata store 'oracle.mds.persistence.stores.db.DBMetadataStore' cannot be instantiated.
    [java] MDS-00003: error connecting to the database
    [java] ORA-01017: name of user and password invalid. connection refused
    [java]
    [java] ORA-01017: name of user and password invalid. connection refused
    [java]
    [java]
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:225)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)

    BUILD FAILED
    D:\SOASuitWorkspace_MYF\FusionOrderDemo_R1PS2\CompositeServices\bin\build.XML:261: The following error occurred during the execution of this line:
    D:\SOASuitWorkspace_MYF\FusionOrderDemo_R1PS2\CompositeServices\bin\common-SCA-tools.XML:418: Java returned: 1

    Total time: 10 seconds

    Hello

    Please check your file build.properties for properties below:
    Foreign.MDS.type
    MDS.db.UserID
    MDS.db.Password
    MDS.db.JDBC - url

    Please see the sample values:

    Foreign.MDS.type = DB
    MDS.db.UserID = DEV2_MDS
    MDS.db.Password = MySOApassword123
    MDS.db.JDBC-URL=jdbc:Oracle:Thin:@xxx.xxx. X.XX:1521:soadump

    It's better if you can connect to your database with your settings of user via TOAD and able to connect, then it solves the problem.

  • Error when compiling AMImpl.java to the side Server

    Hello

    When I am trying to compile the .java alongside files server I get the following errors, can someone help me what is it?


    Note: Some input files use operations dangerous or not.
    Note: Recompile with - Xlint: unchecked for more details.
    Note: /econv2/app/oracle/econv2comn/java/xxafp/oracle/apps/qp/pricelistrebate/webui/XxafpEepRebateCreateCO.java uses or overrides a deprecated API.
    Note: Recompile with - Xlint: deprecation for more details.
    Note: /econv2/app/oracle/econv2comn/java/xxafp/oracle/apps/qp/pricelistrebate/server/PricelistrebateAMImpl.java uses operations dangerous or not.
    Note: Recompile with - Xlint: unchecked for more details.
    javac: invalid indicator: /econv2/app/oracle/econv2comn/java/xxafp/oracle/apps/qp/pricelistrebate/picklist/server/DivisionPicklistVOImpl.JAVA



    Thank you
    Mahesh

    Hi Manu

    check if it helps out...

    http://www.rgagnon.com/javadetails/Java-0521.html

    AJ

  • Java into BPEL-SOA 11.1.1.7?

    Hi Experts-

    I am trying to add java embedding in my SOA.

    I get the following compilation error and my build is crashes when I'm reading the process of the integration of java data.

    That's what I'm doing in my code to read the variable

    LINE 264: RequesterLoginXMLElem element = (element) getVariableData ("variableentree", "payload", "/ process: customer/client: RequesterLogin");

    String applicant = requesterLoginXMLElem.getNodeValue ();

    addAuditTrailEntry ("... RequesterLogin is '+ applicant);

    BuildFile: C:\Oracle\Middleware\jdeveloper\bin\ant-sca-compile.xml

    SCAC:
    [scac] Validation of the composites 'C:\Users\USERNAME\Documents\JDevProjects\DisconnectedProvisioning\DisconnectedProvisioning\composite.xml '.
    [scac] If option BPELC "classpath" C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle.sca.modeler.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle. SOA.fabric_11.1.1\fabric-Runtime.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle. SOA.mgmt_11.1.1\soa-infra-Mgmt.jar; C:\Oracle\Middleware\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle. SOA.bpel_11.1.1\orabpel.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle. SOA.mediator_11.1.1\mediator_client.jar; C:\Oracle\Middleware\oracle_common\modules\oracle.mds_11.1.1\mdsrt.jar; C:\Oracle\Middleware\modules\com. Oracle.toplink_1.0.0.0_11 - 1-1-5 - 0.jar; C:\Oracle\Middleware\modules\org. Eclipse.persistence_1.1.0.0_2 - 1.jar; C:\Oracle\Middleware\modules\com.BEA.core.ANTLR.runtime_2.7.7.jar; C:\Oracle\Middleware\modules\javax.persistence_1.0.0.0_2-0-0.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.rules_11.1.1\jsr94_obr.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.rules_11.1.1\rl.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.rules_11.1.1\rulesdk2.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.rules_11.1.1\jsr94.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle.rules_11.1.1\rl_dms.jar; C:\Users\USERNAME\Documents\JDevProjects\DisconnectedProvisioning\DisconnectedProvisioning\SCA-INF\classes
    [scac] ManualProvisioningProcess.bpel:1134: WARNING: < from > value type "{http://www.w3.org/2001/XMLSchema} string ' is not compatible with < to > value type" {http://www.w3.org/2005/08/addressing} AttributedURIType '
    [scac] C:\Users\USERNAME\Documents\JDevProjects\DisconnectedProvisioning\DisconnectedProvisioning\SCA-INF\bpel\Manual~0\src\orabpel\manualprovisioningprocess\ExecLetBxExe0.Java:264: cannot find symbol
    symbol [scac]: item of the class
    [scac] location: class orabpel.manualprovisioningprocess.ExecLetBxExe0
    [scac] C:\Users\USERNAME\Documents\JDevProjects\DisconnectedProvisioning\DisconnectedProvisioning\SCA-INF\bpel\Manual~0\src\orabpel\manualprovisioningprocess\ExecLetBxExe0.Java:264: cannot find symbol
    symbol [scac]: item of the class
    [scac] location: class orabpel.manualprovisioningprocess.ExecLetBxExe0
    [scac] Note: Some input files use operations dangerous or not.
    [scac] Note: Recompile with - Xlint: unchecked for more details.
    [scac] C:\Users\USERNAME\Documents\JDevProjects\DisconnectedProvisioning\DisconnectedProvisioning\composite.XML:57: error: exception of instancing for implementation of type "implementation.bpel", validating the component 'ManualProvisioningProcess '. Exception is "impossible to compile classes generated bpel.
    [scac] failure to compile the generated classes of BPEL for BPEL process 'ManualProvisioningProcess' composite 'by default/DisconnectedProvisioning! 1.0 ".
    [scac] The class path setting is incorrect.
    [scac] Make sure that the class path is set correctly. If this happens on the side server, verify that the custom classes or in pots according to the BPEL process are deployed correctly. Also, make sure that the run time uses the same version/version.
    [scac] "
    [scac] ManualProvisioningTask.task: WARNING: Participant < change Participant > specified in the access rule is not defined
    [scac] ManualProvisioningTask.task: WARNING: Participant < change Participant > specified in the access rule is not defined
    [scac] ManualProvisioningTask.task: WARNING: Participant < change Participant > specified in the access rule is not defined
    [scac] ManualProvisioningTask.task: WARNING: assignee unspecified error

    BUILD FAILED
    C:\Oracle\Middleware\jdeveloper\bin\ant-SCA-compile.XML:279: Java returned: 1 check log file: C:\Users\USERNAME\Documents\JDevProjects\DisconnectedProvisioning\DisconnectedProvisioning\SCA-INF\classes\scac.log to find errors

    Total duration: 5 seconds

    Any response is appreciated

    Thank you

    SK

    Thanks @Markus Lohn !

    Here is how you can read data from BEPEL in Java Embedding process.

    Element reqIdXMLElem = (element) getVariableData ("variableentree", "payload", "/ ns3:process / ns4:RequestID");

    if(reqIdXMLElem==null) {} else {}

    String reqId = "";

    reqId = (String) ((oracle.xml.parser.v2.XMLElement) reqIdXMLElem) .getText ();

    addAuditTrailEntry ("Request ID is" + reqId) ;}
    Also like Markus added.

    I had added these instructions so import

    Thank you

    SK

  • Berkeley DB 4.7 or 4.8 - build of Snow Leopard problems

    Compiling on OS X 10.6 (Snow Leopard), by train with the JVM 1.5.0
    Have a compilation error (which do not exist in 10.5):

    $ .. / dist/configuration-enable-java
    $ make

    [Cup]

    .. / dist /... /examples_java/SRC/collections/Ship/Entity/SampleDatabase.Java:117: cannot find symbol
    symbol: method setForeignKeyDatabase (com.sleepycat.db.Database)
    location: com.sleepycat.db.SecondaryConfig of the class
    secConfig.setForeignKeyDatabase (partDb);
    ...
    ...

    .. / dist /... /examples_java/SRC/Persist/EventExampleDPL.Java:210: cannot find symbol
    symbol: method commitWriteNoSync()
    location: com.sleepycat.db.Transaction of the class
    txn.commitWriteNoSync ();
    ^
    Note: Some input files use operations dangerous or not.
    Note: Recompile with - Xlint: unchecked for more details.
    45 errors
    make: * [dbexamples.jar] error 1

    Any idea?

    Published by: user11962599 on October 1st, 2009 03:09

    While you wait for a response from the base Oracle database of people, you can spend the time to think to ask in the forum dealing with Berkeley DB.

    (Click on the link "Forum Home > Database" at the top and scroll down to the bottom).

  • Cascades Zygote and linking with static libraries

    Using the SDK Gold version 10.0.9.2318 to build a project that uses the static libraries. Libraries have been created using the new BlackBerry Project Wizard. Applications generate and perform well in all generation except release device configurations. Application files build very well, but when the time comes to bind the build fails with:

    libGeoLib.a(UTMUPS.o): relocation R_ARM_THM_MOVW_ABS_NC against `__stack_chk_guard' can not be used when making a shared object; recompile with -fPIC
    

    I assumed that the build system attempts to link all libraries in a large library shared but fails because the object files used to build the archives are not build properly (without the option - FPIC).

    Is it possible to exclude static libraries of the generation of object of shared zygote? Or y at - he shared a way to get the archives of the library built with required options so that they can be held to the object of the zygote?

    I think I solved this problem.

    In Momentics, right click on the static library project, select Properties. Building Goto C/C++, settings. Create device-output configuration. In the tool settings tab select QCC Compiler Options. Add the - fpic to QCC Options.

    In the PRO application's project file, you may need to go back to the old way of defining library search path:

    device {
        CONFIG(release, debug|release) {
            DESTDIR = o.le-v7
            LIBS +=  -L../../GeoLib/Device-Release -L../../shape/Device-Release
        }
        CONFIG(debug, debug|release) {
            DESTDIR = o.le-v7-g
            LIBS +=  -L../../GeoLib/Device-Debug -L../../shape/Device-Debug
        }
    }
    
    simulator {
        CONFIG(release, debug|release) {
            DESTDIR = o
            LIBS += -L../../GeoLib/Simulator-Debug -L../../shape/Simulator-Debug
        }
        CONFIG(debug, debug|release) {
            DESTDIR = o-g
            LIBS += -L../../GeoLib/Simulator-Debug -L../../shape/Simulator-Debug
        }
    }
    

Maybe you are looking for

  • Battery in MacBook Pro problems

    Old 15.4 inch MacBook Pro works for a long time with the AC adapter. I recently bought a new battery. First of all, it was green and orange flashing and sometimes say "battery not charging" but finally 100%. MacBook, firm but both down with battery d

  • How to customize the button 'reload and stop loading "?

    Hello...I use FF 30.0. But I'm very happy with her new look and design since the 29,0 version. I want the "Reload/Stop loading" button to the left of the address bar. I fear with its new position if it not get solved, I have to downgrade my Firefox i

  • How to force Safari bookmarks in Sync?

    I bought a new Macbook this summer and to quit using my old one. It has always worked well until I bought a new one (slow, but it worked). I had one last week, and most of the time everything worked well. I was able to connect to the App Store to run

  • Rocket support some .jpg, but not others? Pls help =.

    Okay so I'm a bit confused why doesn't my 4 GB Fuze in charge of some .jpg and then others?  Sorry if it took a LOT, but it's confusing and I'd like TO get this understood b4 I deploy here next week. TX and GL!

  • Is it possible to use accounts of Instantis cost?

    What is the best way to use accounts cost?