Maven Plugin - Developer Preview

JDeveloper Team,
We have not had another developer preview for maven plugin in a while. After playing with the initial version, a lot of us had reported many suggestions and enhancements. Particularly, the ability to directly open a POM file at the project level and workspace level, automatically including the libraries etc. We would like to hear any update on this. Please let us know.
Thank you,
Bala Raman.

We certainly appreciated all of the feedback. During the development process, we had to make some changes to the Maven extension to make it work with the next major JDeveloper release (codename "Sherman"). Therefore, we're unable to release any additional previews of the extension until that next major release is ready, at which point the Maven extension will finally be ready too.
-- Brian

Similar Messages

  • Maven plugin for flex

    Hello All,
    I have developed a Maven Plugin for Flex , hope someone will find it useful.

    flexmojos is fine, I'm working with a client using it in their automated deployments that uses all the tech you listed and then some. It takes a little bit to get configured but it does the job quite nice.

  • Maven Plugin not accepting values from a property file.

    Hi,
    I want to create javadocs using maven.
    It works fine when i provide all the absolute paths in the pom.
    But when i try to provide paths by reading a property file then the maven-javadoc-plugin does not get the paths from this property file.
    The property file is defined as mentioned in below format:
    src_mvn_consult_framework_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/projects/framework
    src_mvn_consult_module_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/projects/module
    src_mvn_consult_appx_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/projects/appx
    src_mvn_consult_client_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/projects/client
    src_mvn_consult_app_webservice_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/application/com.ofss.fc.cz.nab.webservices
    src_mvn_consult_app_middleware_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/application/com.ofss.fc.cz.nab.middleware
    Calling this property file in the pom like:
    <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>properties-maven-plugin</artifactId>
         <version>1.0-alpha-2</version>
         <executions>
         <execution>
         <phase>initialize</phase>
         <goals>
    <goal>read-project-properties</goal>
         </goals>
         <configuration>
    <files>
         <file>/var/build/consult/maven/cz_javadoc-config.properties</file>
    </files>
         </configuration>
         </execution>
         </executions>
    </plugin>
    Finally we are using keys defined in property file in pom like:
    <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-javadoc-plugin</artifactId>
              <version>2.7</version>
              <configuration>
              <sourcepath>${src_mvn_consult_framework_dir};
                   ${src_mvn_consult_module_dir};
                   ${src_mvn_consult_appx_dir};
                   ${src_mvn_consult_client_dir};
                   ${src_mvn_consult_app_webservice_dir};
                   ${src_mvn_consult_app_middleware_dir};
              </sourcepath>
              </configuration>
    </plugin>
    Please suggest how we can get the value of keys defined in the property file in POM
    Thanks for your invaluable support

    I've had to do something similar in one of my apps.  In order to populate values in the THIS scope, you'll need to put a copy of the XML loading/processing logic in the pseudo-constructor (or encapsulate it in a separate CFM/CFC file and include it in both places).  It's ugly, but that's the only way I'm aware of to access the THIS scope.
    -Carl V.

  • I had the developer preview for IOS 6 on my phone, and just got a message telling me that my operating system is no longer active. How do I get my phone activated again?

    I had the developer preview for IOS 6 on my phone, and just got a message telling me that my operating system is no longer active. How do I get my phone activated again?
    I had the developer preview installed. Never had to update to the release version of the OS. Now, the preview has expired, and I cannot use my phone because my iTunes reads my OS as being current, but my iPhone cannot active. Any ideas on how to fix this issue?

    If I Google for Michael Superczynski, first match tells "Michael Superczynski's Profile : Apple Support Communities". It in fact does a lot of work there even if not paid.
    And yes we do not have disagreement about "official apple developers". Problem is that Apple screwed our devices because we are "official apple developers" and did effort to stop us getting proper help. I unbricked my ipad and iphone thanks to unofficial help. Thank you who wrote this unofficial help and "no thanks" for apple for ruining my access to my devices. My mistake was assuming that "update" button on my devices works. It did not because it always told "Your device has latest IOS6 installed" until it bricked yesterday.
    If Apple does not want to listen us, continue do delete post, blame us installing your software and yes we stop buying your devices and developing for them.
      Tonu

  • FlexPMD maven plugin no longer useable with Maven due to imcompatible binaries?

    I am using Maven 2.2.1 with FlexPMD 1.2 and Flexmojos 3.7.1, with the maven-site-plugin 3.0
    I get the following error:
    [INFO] [site:site {execution: default-site}]
    [FATAL ERROR] org.apache.maven.plugins.site.SiteMojo#execute() caused a linkage
    error (java.lang.AbstractMethodError) and may be out-of-date. Check the realms:
    [FATAL ERROR] Plugin realm = app0.child-container[org.apache.maven.plugins:maven
    -site-plugin:3.0]
    urls[0] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/plugins/mav
    en-site-plugin/3.0/maven-site-plugin-3.0.jar
    urls[1] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/reporting/m
    aven-reporting-exec/1.0.1/maven-reporting-exec-1.0.1.jar
    urls[2] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-u
    tils/1.5.10/plexus-utils-1.5.10.jar
    urls[3] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/maven-setti
    ngs-builder/3.0/maven-settings-builder-3.0.jar
    urls[4] = file:/C:/dreammachine/cache/m2/repository/org/apache/velocity/velocity
    /1.5/velocity-1.5.jar
    urls[5] = file:/C:/dreammachine/cache/m2/repository/commons-collections/commons-
    collections/3.2.1/commons-collections-3.2.1.jar
    urls[6] = file:/C:/dreammachine/cache/m2/repository/commons-lang/commons-lang/2.
    5/commons-lang-2.5.jar
    urls[7] = file:/C:/dreammachine/cache/m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
    urls[8] = file:/C:/dreammachine/cache/m2/repository/velocity/velocity/1.5/veloci
    ty-1.5.jar
    urls[9] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxia
    -core/1.2/doxia-core-1.2.jar
    urls[10] = file:/C:/dreammachine/cache/m2/repository/xerces/xercesImpl/2.9.1/xer
    cesImpl-2.9.1.jar
    urls[11] = file:/C:/dreammachine/cache/m2/repository/xml-apis/xml-apis/1.3.04/xm
    l-apis-1.3.04.jar
    urls[12] = file:/C:/dreammachine/cache/m2/repository/org/apache/httpcomponents/h
    ttpclient/4.0.2/httpclient-4.0.2.jar
    urls[13] = file:/C:/dreammachine/cache/m2/repository/org/apache/httpcomponents/h
    ttpcore/4.0.1/httpcore-4.0.1.jar
    urls[14] = file:/C:/dreammachine/cache/m2/repository/commons-codec/commons-codec
    /1.3/commons-codec-1.3.jar
    urls[15] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
    urls[16] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-module-apt/1.2/doxia-module-apt-1.2.jar
    urls[17] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-module-xdoc/1.2/doxia-module-xdoc-1.2.jar
    urls[18] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-module-fml/1.2/doxia-module-fml-1.2.jar
    urls[19] = file:/C:/dreammachine/cache/m2/repository/javax/servlet/servlet-api/2
    .5/servlet-api-2.5.jar
    urls[20] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-decoration-model/1.2/doxia-decoration-model-1.2.jar
    urls[21] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-site-renderer/1.2/doxia-site-renderer-1.2.jar
    urls[22] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-
    i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
    urls[23] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-
    velocity/1.1.8/plexus-velocity-1.1.8.jar
    urls[24] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/shared/mav
    en-doxia-tools/1.4/maven-doxia-tools-1.4.jar
    urls[25] = file:/C:/dreammachine/cache/m2/repository/commons-io/commons-io/1.4/c
    ommons-io-1.4.jar
    urls[26] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-
    archiver/1.0/plexus-archiver-1.0.jar
    urls[27] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-
    io/1.0/plexus-io-1.0.jar
    urls[28] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/jetty/6.1
    .25/jetty-6.1.25.jar
    urls[29] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/jetty-uti
    l/6.1.25/jetty-util-6.1.25.jar
    urls[30] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/servlet-a
    pi/2.5-20081211/servlet-api-2.5-20081211.jar
    [FATAL ERROR] Container realm = plexus.core
    urls[0] = file:/C:/dreammachine/tools/m2/lib/maven-2.2.1-uber.jar
    [INFO] ------------------------------------------------------------------------
    [ERROR] FATAL ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] null
    [INFO] ------------------------------------------------------------------------
    [INFO] Trace
    java.lang.AbstractMethodError
            at org.apache.maven.plugins.site.AbstractSiteRenderingMojo.getReports(Ab
    stractSiteRenderingMojo.java:246)
            at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:121)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
    nManager.java:490)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
    ultLifecycleExecutor.java:694)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
    fecycle(DefaultLifecycleExecutor.java:556)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
    ltLifecycleExecutor.java:535)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
    dleFailures(DefaultLifecycleExecutor.java:387)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
    ts(DefaultLifecycleExecutor.java:348)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
    If I revert to maven-site-plugin 2.1 this issue disappears, but I then get the error reported here:
    https://issues.sonatype.org/browse/FLEXMOJOS-310?page=com.atlassian.jira.plugin.system.iss uetabpanels:comment-tabpanel#issue-tabs
    If I migrate to maven 3.0.3 with maven-site-plugin 3.0 I get the following error:
    [INFO] configuring report plugin com.adobe.ac:flex-pmd-maven-plugin:1.2
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1:31.730s
    [INFO] Finished at: Tue Sep 27 17:21:49 BST 2011
    [INFO] Final Memory: 21M/243M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:si
    te (default-site) on project cafe-parsley: Execution default-site of goal org.ap
    ache.maven.plugins:maven-site-plugin:3.0:site failed: An API incompatibility was
    encountered while executing org.apache.maven.plugins:maven-site-plugin:3.0:site
    : java.lang.AbstractMethodError: null
    [ERROR] -----------------------------------------------------
    [ERROR] realm =    plugin>org.apache.maven.plugins:maven-site-plugin:3.0
    [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
    [ERROR] urls[0] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/plu
    gins/maven-site-plugin/3.0/maven-site-plugin-3.0.jar
    [ERROR] urls[1] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/rep
    orting/maven-reporting-exec/1.0.1/maven-reporting-exec-1.0.1.jar
    [ERROR] urls[2] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/rep
    orting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
    [ERROR] urls[3] = file:/C:/dreammachine/cache/m2/repository/org/apache/velocity/
    velocity/1.5/velocity-1.5.jar
    [ERROR] urls[4] = file:/C:/dreammachine/cache/m2/repository/oro/oro/2.0.8/oro-2.
    0.8.jar
    [ERROR] urls[5] = file:/C:/dreammachine/cache/m2/repository/velocity/velocity/1.
    5/velocity-1.5.jar
    [ERROR] urls[6] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/aether/
    aether-util/1.7/aether-util-1.7.jar
    [ERROR] urls[7] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/sisu/si
    su-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
    [ERROR] urls[8] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/sisu/si
    su-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
    [ERROR] urls[9] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/
    plexus-interpolation/1.14/plexus-interpolation-1.14.jar
    [ERROR] urls[10] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
    [ERROR] urls[11] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/plexus
    /plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
    [ERROR] urls[12] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/plexus
    /plexus-cipher/1.4/plexus-cipher-1.4.jar
    [ERROR] urls[13] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar
    [ERROR] urls[14] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
    [ERROR] urls[15] = file:/C:/dreammachine/cache/m2/repository/junit/junit/3.8.1/j
    unit-3.8.1.jar
    [ERROR] urls[16] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-core/1.2/doxia-core-1.2.jar
    [ERROR] urls[17] = file:/C:/dreammachine/cache/m2/repository/xerces/xercesImpl/2
    .9.1/xercesImpl-2.9.1.jar
    [ERROR] urls[18] = file:/C:/dreammachine/cache/m2/repository/xml-apis/xml-apis/1
    .3.04/xml-apis-1.3.04.jar
    [ERROR] urls[19] = file:/C:/dreammachine/cache/m2/repository/org/apache/httpcomp
    onents/httpclient/4.0.2/httpclient-4.0.2.jar
    [ERROR] urls[20] = file:/C:/dreammachine/cache/m2/repository/org/apache/httpcomp
    onents/httpcore/4.0.1/httpcore-4.0.1.jar
    [ERROR] urls[21] = file:/C:/dreammachine/cache/m2/repository/commons-codec/commo
    ns-codec/1.3/commons-codec-1.3.jar
    [ERROR] urls[22] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
    [ERROR] urls[23] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-module-apt/1.2/doxia-module-apt-1.2.jar
    [ERROR] urls[24] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-module-xdoc/1.2/doxia-module-xdoc-1.2.jar
    [ERROR] urls[25] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
    [ERROR] urls[26] = file:/C:/dreammachine/cache/m2/repository/javax/servlet/servl
    et-api/2.5/servlet-api-2.5.jar
    [ERROR] urls[27] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
    [ERROR] urls[28] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar
    [ERROR] urls[29] = file:/C:/dreammachine/cache/m2/repository/commons-collections
    /commons-collections/3.2.1/commons-collections-3.2.1.jar
    [ERROR] urls[30] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/sh
    ared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar
    [ERROR] urls[31] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-archiver/1.0/plexus-archiver-1.0.jar
    [ERROR] urls[32] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-io/1.0/plexus-io-1.0.jar
    [ERROR] urls[33] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
    [ERROR] urls[34] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
    [ERROR] urls[35] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-utils/1.5.10/plexus-utils-1.5.10.jar
    [ERROR] urls[36] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/j
    etty/6.1.25/jetty-6.1.25.jar
    [ERROR] urls[37] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/s
    ervlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
    [ERROR] urls[38] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/j
    etty-util/6.1.25/jetty-util-6.1.25.jar
    [ERROR] urls[39] = file:/C:/dreammachine/cache/m2/repository/commons-lang/common
    s-lang/2.5/commons-lang-2.5.jar
    [ERROR] urls[40] = file:/C:/dreammachine/cache/m2/repository/commons-io/commons-
    io/1.4/commons-io-1.4.jar
    [ERROR] Number of foreign imports: 1
    [ERROR] import: Entry[import  from realm ClassRealm[project>com.jpmorgan.ib.arch
    itecture.deia.app:cafe-parsley:1.0-SNAPSHOT, parent: ClassRealm[maven.api, paren
    t: null]]]
    [ERROR]
    [ERROR] -----------------------------------------------------
    [ERROR] -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
    ch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please rea
    d the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContaine
    Thus it seems FlexPMD can no longer be used with Maven due to some sort of binary incompatibility issue...
    Does anyone know how to resolve this issue?

    Hooray, I got to the bottom of issue.
    Basically the flex PMD maven plugin is broken at version 1.2 with more recent version of  maven-site-plugin.  This is because of a new abstract method introduced to the class AbstractMavenReport - canGenerateReport(); 
    This method isn't implemented in the FlexPmdMojo and FlexPmdReportMojo classes on the SVN trunk or in flexPMD 1.2 and was causing >mvn site to fail as outlined above. Add implementations of this method, returning true in both classes and the plugin works again!
    Note the method also needs to be added to the relevant Mojo and ReportMojo classes for the FlexMetrics and CPD maven plugins to get them working too.
    Flex PMD commiters - please release a new version of the project to resolve this showstopper!

  • Windows 8.1 apps downloaded during developer preview install in Chinese on RTM (MS requsted I post this here for script to fix this)

    Hello
    Ever since updating to the RTM version of Windows 8.1 on every PC I have updated and signed into using my Microsoft account whenever I try to install any 8.1 app I installed onto the developer preview version it will always install in Chinese which makes
    using the app impossible for me.
    This happens on all PCs I have updated/used including:
    Surface RT (Windows 8.1 RT)
    Surface 2 (Windows 8.1 RT)
    Dell OptiPlex 990 (Windows 8.1 Pro)
    Dell OptiPlex 790 (Windows 8.1 Pro)
    Sony Tap 20" (Windows 8.1 Pro)
    The language settings of the Microsoft store and all the computers are all set to UK English and as soon as I do a fresh install of the UK version of Windows 8.1 and sign into my Microsoft account then certain apps will always install in Chinese (when in
    the store it says you already own this app and can install it on this PC - when I do it is in Chinese. When the app has not been installed before or was not installed when I had the developer preview then it will install in English).
    This has been driving me mad for months and I previously posted this question back in October in the Office 2013 forums as I first noticed the issue with the OneNote app but it was never resolved:
    http://social.technet.microsoft.com/Forums/office/en-US/448670ae-4494-4a55-8cee-d9f1c9873db7/onenote-windows-81-app-changed-to-chinese-and-cannot-work-out-how-to-change-to-english?forum=officeitpro#448670ae-4494-4a55-8cee-d9f1c9873db7
    I then posted it a few days ago here:
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-windows_store/windows-81-apps-downloaded-during-developer/5dcd0df7-edfe-420e-8737-6a48922969e1
    I have now been asked by a Microsoft Support engineer to post the question here as they said a script can be provided which I can use to fix this.
    I think I just need to clear the fact that I have previously installed these apps as maybe some bug in the developer preview set them to Chinese and it seems to remember this setting. I cannot understand any Chinese so this makes these apps unusable.
    The only other option I can think of is to create a new Microsoft account but I would rather not have to do this.
    Some of the apps affected include the OneNote app and the HP scanner app. I have uninstalled most others and found alternatives.
    Thanks
    Robin
    Robin Wilson

    Hello jrv
    I managed to run the script but cannot really see how it is any different to uninstalling the apps in the normal way except for the fact that you can uninstall multiple apps at once.
    This exact same problem happens on a surface 1, a surface 2 and multiple machines running either Pro or Enterprise. It is not one machine but every machine running 8.1.
    I have not upgraded from the Developer Preview version on any of my machines and always do a fresh install but what I am saying is that I did use the same Microsoft account during that time and it seems to have some record of the apps I installed at that
    time and thinks I want them installed now in Chinese.
    The only thing in common on the 7 machines I have tried (including the 2 surfaces) is that I have joined them to my Microsoft account and the problem seems to be with the Microsoft account and not with all the machines.
    To replicate this I can go to any Windows 8.1 machine and join it to my Microsoft account and this will put certain apps from the store into Chinese and I can find no way to stop this. I am pretty confident that the issue is with the Microsoft account or
    a setting that is synchronising from there.
    The workaround is to sign into a different Microsoft account and this installs them correctly on the same machine.
    I would appreciate any help with clearing out my history of installed apps without having to create a new Microsoft account.
    Thanks
    Robin
    Robin Wilson

  • Camera on Lumia 822 Developer Preview Update 8.1 GDR1 not working, needs Cyan.

    About 5 months ago when the 8.1 Developer Preview was released I went ahead and got it on my Lumia 822. Everything was going great. It worked flawlessly until Updated 8.1 to the 3rd small update that was released for it. Soon after my camera stopped working and soon after that my GPS started displaying very inaccurate results. When I use any app that uses the camera it instantly crashes and I know it is a firmware issue because neither camera works. Both cameras cause the app to crash if it tries to use the camera. I updated to 8.1 GDR1 thinking it would fix it and it didn't. This happened to me 4 months ago. The community says Cyan will fix it. I have had to deal with this for 4 months. 2 months waiting for Microsoft to give it to phone companies and now 2 months waiting for Verizon to push it out. Could someone at Verizon please give an ETA? I wasn't able to take pictures all summer. Not of my summer vacation or anything. I'm begging you Verizon to push the update. At least just for Lumia 822. I'm not the only one with this issue. If you go to the WPCentral forums or just Google it, many more people are having the same issue. I know I was risking it by using a "beta OS" but come on. Updates shouldn't take this long to get pushed.

    No one told you to download or install the Microsoft Developer Preview.
    That is not a Verizon wireless issue. It is a Microsoft issue.
    maybe you can remove it and roll back until the real updated OS is shown to be stable and available.
    And this is for both posters.
    I can just imagine all the posts complaining how the updates caused this not to function or that no longer works when Verizon has nothing to do with those issues either.
    After it is released by the cell carriers.

  • Windows 8.1 developer preview update error: 80188308

    I tried to download the newest update for developers but cannot complete the update during,installation. I kept on receiving the same message : Update couldn't be completed.80188308. It suggests that its a temporary problem and directs me to download the
    update again. I've done this for about 6 times and its still not working. I've also tried restarts.and soft resets. Thanks in advance! I have a nokia lumia 920 running on Lumia black with 24 GB of free space

    hello:
    I come from china.
    my phone is lumia 820.I have this error too and I try update more times ...but not usefull.
    then I found a solution and now update success.
    1 Donload "Nokia Software Recovery Tool "use it back to windows phone 8.(Back to WP8.0)
    (you shoule make backup.and it will take a very long time,please waite)
    2 install "For the developer Preview"to my phone
    3 update phone steps to steps
    and you will susscess!
    sorry for my English poor.
    but I think you understand.
    Nokia Software Recovery Tool not save your data.pless make backup
    I think this error is not current update pakeg,It may you update to wp8.1 long time befor.
    maybe MS can not find witch times
    大家好:
    我的手机是lumia 820.升级推送的预览版的也是出现错误代码“80188308”。尝试了很多次,都是失败了
    我曾经在“关于”--->"重置"。。。还原过去,但是发现还是不行,后来才发现是还原到了wp8.1.这个是之前升级后的,所以是没有办法回到wp8.0
    1 昨天晚上下载了Nokia Software Recovery Tool ,然后安装在计算机上,之后连接手机,识别后,开始下载安装文件
    差不多有1.58G,如果我没有记错。这个操作不会保留你的手机上的任何数据,所以你需要做好备份,sd卡上的貌似音乐和图片什么的 都在,地图和应用没有了
    2 系统恢复到8.0后,开始一步一步升级,终于早今天早晨的时候成功了,当然我是一边睡觉,一边升级了,厉害吧?
    于是现在成功了 同志们,你们也阔仪尝试一下。不过应用什么的 重新安装吧。
    w-love

  • Windows 8.1 update Developer Preview from Microso...

    If i update Windows 8.1 update for Nokia Lumia 925 from  Developer whether it affects the warranty of the device.
    If any problems whether  nokia will support us. I have device having warranty for another 9 months.
    If i update it now whether we will get offical stable release once it is rolled out
    Solved!
    Go to Solution.

    The word from Microsoft is that it may void your warranty so there is no guarantee as to whether it will or won't, it is entirely at your own risk. Nokia says it will likely void your warranty but again that isn't confirmation that it will void the warranty. I have yet to see a case of warranty service being refused on a device running a developer preview.
    If you update now you will be updated to the official consumer release and the Nokia Cyan update, probably in June.

  • Update on tooling with Java ME Embedded 8.1 Developer Preview

    If you are having problems with connecting via USB or with static IP addresses, please see:
    Update on tooling with Java ME Embedded 8.1 Developer Preview
    Best,
    -- Terrence

    Hello,
    I am just viewing this course now and am stuck on finding the raspberry pi 8.1 EA binary:
    oracle-jmee-8-1-ea-raspberrypi-linux-bin-b01-20_may_2014.zip
    The only thing I can find on this page (which is what the document your link brings up has)
    http://www.oracle.com/technetwork/java/embedded/javame/embed-me/downloads/index.html
    is 8.0:
    oracle-jmee-8-0-rr-raspberrypi-linux-bin.zip
    Please help...
    Thanks

  • How do I erase mountain lion developer preview and go back to Lion 10.7? I do not have lion or data backed up on my Air

    How do I erase mountain lion developer preview and go back to Lion 10.7? I do not have lion or data backed up on my Air
    I need a step by step instructions since I have never done this before, willing to set up partition if needed.

    If you installed Lion from the Mac App Store or got it with the computer, restart with the Option key held down and see if its recovery partition still exists; if it does, tab to it, use the Disk Utility on it to erase the Mountain Lion partition or repartition the drive, and install Lion onto the blank partition. If you installed Lion from the USB thumb drive, use that.
    (65131)

  • How to stop an error message that pops up every time I open Safari. It reads...Safari 5.1 (v6534.50) has not been tested with the plugin PithHelmet .As a precaution, it has not been loaded. Please contact the plugin developer.

    How do I stop this error message from popping up every time I start up Safari ?
    Error message reads...
    Safari 5.1 (v6534.50) has not been tested with the plugin Pithhelmet 3.0b6 (v 3006)
    As a precaution, it has not been loaded. Please contact the plugin developer.
    I have removed every trace of Pithhelmet, (via spotlight)
    Trashed the preferences for Safari, restarted computer to no avail.
    It just  keeps keepin on.
    Thanks

    In the past I was able to bypass the message by editing the Info.plist file and updating the MaxBundleVersion variable, but not so this time around. As of today the developer seems to indicate there's no immediate fix becuase of how Safari 5.1 handles multiprocess page rendering. Probably best to stay tuned to Mike's website for now.

  • How to go from Developer Preview to Official Lion OS X Release?

    Hello,
    Since its release, i've been playing with several Developer Previews of OS X Lion on my Macbook Pro. Then, Lion got out, in its official release. Unfortunately, I didn't have time to upgrade to it right at that time. I had a lot of work to do, and I've been using all this time a DP version. Now that I have some spare time, I want to upgrade to 10.7.2, and actually buy the Lion OS X from AppStore.
    But surprisingly enough, AppStore says I allready have Lion on my Mac. Even when I open AppStore and holding down the Option key, I see the price of Lion, I clik on it, but it says a newer version seems to allready be present on my Mac. Wich is false, cause I sopped updating somewhere around 10.7.0, on a DP version.
    Even if I modify the "SystemVersion.plist" file, I still can't buy the official Lion.
    And as you might know, iCloud comes only with the 10.7.2 version of Lion. And I would realy like to take advantage of it as I've always been a MobileMe customer.
    Does anyone have an idea of how to get that update and how to pay for Lion?
    Thnak you in advance!

    Since its release, i've been playing with several Developer Previews of OS X Lion on my Macbook Pro.
    it says a newer version seems to allready be present on my Mac. Wich is false, cause I sopped updating somewhere around 10.7.0, on a DP version.
    In addition to the other suggestions, you cannot download any version of Lion as long as you have any version installed (the background store agent scans not only your internal, but any externals that are attached and will not allow a download if it finds any trace of Lion). Since you chose not to heed the notices to update your versions for that many months (if you were/are on an actual pre-release version from Apple), there is only one solution: you must wipe your hard drive, reinstall Snow Leopard, and then go back to MAS and purchase Lion legally. And, to reiterate, you should not be asking these questions here.

  • Library Preview displays at lower resolution than Develop Preview

    I recently bought a Nikon D7100.
    I took some test shots and imported the images to Lightroom 4.4, then generated 1:1 previews for all the images.
    Previews zoomed to 1:1 in Library Mode are noticeably soft.  The image below is a screen shot of the Library preview:
    Moving to Develop View produces a higher-resolution 1:1 preview.  The image below is a screen shot of the Develop preview:
    Look at the bricks and window screens to see the difference.
    This difference occurs immediately after import (with a User Preset applied during import).  Once any Develop work is done, the Library preview updates and displays at full resolution.
    This problem makes doing initial editing/selection of images time consuming, because I can't determine the sharpness/quality of imported images until I've done some kind of Develop adjustment on each image.
    If anyone has a circumvention or solution to this problem I will appreciate receiving it.
    Thanks,
    Brett Rowett
    Sacramento CA

    BRSac wrote:
    I recently bought a Nikon D7100.
    I took some test shots and imported the images to Lightroom 4.4, then generated 1:1 previews for all the images.
    Previews zoomed to 1:1 in Library Mode are noticeably soft. 
    This difference occurs immediately after import (with a User Preset applied during import).  Once any Develop work is done, the Library preview updates and displays at full resolution.
    You said "then generated 1:1 previews for all the images," so I assume you manually selected Library> Previews> Render 1:1 Previews from inside the Libray module. Selecting 'Render Previews : 1:1' in the LR Import module under 'File Handling' will automatically render the previews on import.
    There are two possibilites why you are seeing low-res 1:1 Library previews:
    1) The Previews were still being created in the background after import, and you are trying to edit images that  do not yet have a 1:1 preview.
    2) You inadvertently cancelled the 1:1 preview rendering process by a) closing the progress bar in the upper lefthand, or b) closing LR before completion of 1:1 Preview Rendering.
    I would NOT reccomend discarding 1:1 Previews since that will create the very situation you are complaing about in this post. If you are low on hard drive free space then this recommendation would be helpful.

  • WP8.1 Upgrade Successful for Developer Preview Phones?

    Hey,all.
    For you folks who installed WP8.1 early via the developer preview program with their Lumia 822 and Lumia 928 phones, did the WP8.1/Denim upgrade perform successfully without any hiccups?
    Just curious.
    Thanks in advance!

    Since the Windows Phone calendar shortcomings is one of my favourite rants, and since I know that developers hate users, especially when they are right - can someone please forward the link below to the Windows Phone developers, so they know what I expect from a smartphone calendar regarding historical range and the amount of data?
    http://support.apple.com/kb/HT4489
    Also, from plowing through their forums:
    * Future events are always synchronised between the phone and the cloud.
    * Past events are user selectable synchronised for weeks, months or anytime on the phone.
    TIA
    EDIT:
    After digging around during some rainy days, it turns out the Windows Phone calendar automatically purging past and future events is a deliberate decision, older than my Nokia N8 phone:
    http://answers.microsoft.com/en-us/winphone/forum/wp7-wppeople/calendar-entry-limitations/52b6b187-f...
    Votes and comments can also be added at
    http://windowsphone.uservoice.com/forums/101801-feature-suggestions/suggestions/2281174-allow-calend...
    I have put it into the same category as my quest against Microsoft using Sv: in Danish email replies instead of Re: ...
    Hans

Maybe you are looking for