Giter VIP home page Giter VIP logo

aem-mobile-hybrid-reference's Introduction

AEM Mobile: hybrid reference app

This is a basic AEM Mobile Hybrid reference application authored using Ionic Framework.

We've taken a different approach with this mobile application, starting with a purely Ionic 'Host' that any web developer familiar with Angluar.js will be instantly familiar. Then we created an AEM directory to separately create and build the AEM authored content.

As an Angular.js developer you can create great expereinces in the hybrid-app directly, build and deploy your work using your favourite toolchain.

As an AEM developer, you can create great authorable experiences in the aem-package.

We then bring the two together by deploying the AEM-Package via AEM Package Manager and simply dragging and dropping the hyrbid-app (/www + config.xml) as a zip into the AEM Mobile Console (hint: we have scripts to help you automate this AND once you've done it once you can update individual files as needed).

Includes:

  1. Mobile application written in Ionic Framework,
  2. AEM ContentSync OTA updates,
  3. AEM Basic authentication,
  4. AEM oAuth2 authentication,
  5. AEM User profile management,
  6. AEM authorable templates and components for: locations, events, and about us and,
  7. Native device feature support with: location services, beacons, camera, accelerometer, file system, file transfer and, vibration.

Minimum requirements for development

  1. Maven (tested: Apache Maven 3.2.2)
  2. Git (tested: git version 2.3.2)
  3. Xcode (tested: 6.4)
  4. Cordova (tested: 5.3.3)
  5. node.js version >=0.12.x
  6. AEM 6.2

Getting Started

Clone this repository to your machine to begin.

This repository consists of a hybrid app built using the Ionic Framework and an associated AEM Package that will enable authoring once installed to an AEM instance.

Review the Adding OTA wiki for details on how to enable OTA updates in an existing hybrid app (Cordova/PhoneGap).

Demo

Create Hybrid App Archive

A script is available that will create an archive of the app or you can use any ZIP creation tool of your choosing.

cd aem-mobile-hybrid-reference/hybrid-app
npm install
npm run zip

Import Hybrid App into AEM

  1. Drag and drop archive onto AEM 6.1 FP3 Apps admin console
  2. Configure your dashboard with analytics, push and phonegap build support
  3. Create, read, update and, delete (CRUD) app pages
  4. Publish updates OTA with ContentSync
  5. Open AEM Mobile Verify to view your app

Review the Customizing App Import wiki for details on how to control and customize the AEM Mobile app import process.

Install AEM Package

cd aem-mobile-hybrid-reference/aem-package
mvn -PautoInstallPackage clean install

NOTE: If you are installing the packages manually you need to install content-dev first.

NOTE: For logout, user profile creation and update, the packages must be installed on the publisher.

mvn -PautoInstallPackagePublish clean install

Edit in AEM

NOTE: Once built and installed via maven, your hybrid app should be editable in AEM.

WARNING: You should only edit the sample that is deployed for quick demo purposes. If you plan to create content and expect to continue to redeploy developer updates over time (you will), you need to create a new application based on this template by selecting the '+' new app button on the Mobile Console and selecting the Hybrid Template during the creation process. This will create a clean separation between the Author creating content in the new application and any developer updates (the newly created app will pick up the developer updates without clobbering the author's content). Taking this one step further, navigate into the package manager and create a new package for your new application (including assets). Then download and save this package as a backup (you can automate this process).

The dashboard for the app that was previously added will now contain a new entry called English under the Manage Content section.

If you followed the instructions correctly and have your author instance running locally on :4502, you should be able to author the hybrid app that was previously added via the following link: http://localhost:4502/editor.html/content/mobileapps/hybrid-reference-app/en/about.html

Production

When deploying an existing hybrid app for production it should be wrapped in an AEM package to simplify versioning and deployment. An additional content package is included with this sample which will wrap the existing ionic app into the correct JCR structure. Undesirable results may occur when installing this package to a server instance that previously imported the app via drag and drop.

cd aem-mobile-hybrid-reference/aem-package
mvn -PautoInstallProduction clean install

Build Hybrid App

Building the hybrid app can be completed entirely from the command line.

First ensure your script dependencies are up-to-date.

cd aem-mobile-hybrid-reference/hybrid-app
npm install

Merge Authored Content

This method would generally be used by the ionic developer to test the app with authored content.

NOTE: Default AEM server is http://localhost:4502 with credentials admin:admin. Modify scripts/fetch.sh if needed.

Content being managed by AEM will be automatically merged into the hybrid app during the Cordova build process when the --aem-merge argument is provided.

cd aem-mobile-hybrid-reference/hybrid-app
cordova platform add ios
cordova run ios --emulator --aem-merge

Performance Testing

This app contains a browser-perf test that reports performance metrics on the scrolling of the News and Events page. There are a few dependencies you will need before running the test.

browser-perf Dependencies

  • node >= 4.3.0
  • PhoneGap cli >= 6.2.0
  • (iOS) Appium == 1.5.2
  • (iOS) Xcode >= 7.3
  • (iOS, for real devices) ideviceinstaller: brew install ideviceinstaller
  • (iOS, for real devices) ios-webkit-debug-proxy: brew install ios-webkit-debug-proxy
  • (Android) ChromeDriver == 2.24: (download here)

Prep

Run Appium:

$ appium

iOS

If running the tests on a real device, figure out the UDID of that device:

$ phonegap run --list -d

Run ios_webkit_debug_proxy on port :27753. Replace <device UDID> with yours (from above):

$ ios_webkit_debug_proxy -c <device UDID>:27753 -d

Run the test:

$ node tests/performance/ios-news-scrolling-test.js iphone-6s-9.3

If successful, results will be printed to the console. Otherwise, an error will be printed. Observe the Appium logs for further details.

aem-mobile-hybrid-reference's People

Contributors

arumsey avatar blefebvre avatar clotton avatar elvisphilipn avatar jasonsturges avatar johobot avatar scottbrodersen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aem-mobile-hybrid-reference's Issues

App not updating OTA

App detects that there is a new Update but the update fails and content does not update.

Remote Phonegap Android Build failing

I'm following this tutorial https://helpx.adobe.com/experience-manager/using/aem62_mobile.html
using the phonegap remote build. It appeared to succeed since there was a QR code generated under the phonegap build area on http://localhost:4502/libs/mobileapps/admin/content/dashboard.html/content/mobileapps/hybrid-reference-app/shell

Deploying to an Android Pixel 2 failed.

PhoneGap showed the error.
Oh geez. Your build failed. Click the "Log" button above to view the compile log. If you need help diagnosing the issue, you can post to the support forum with your App ID (please do a search first).

The PhoneGap remote build had has failed apparently due to missing dependencies.

Build Date: 2017-12-09 16:15:44 +0000

PLUGIN OUTPUT

Fetching plugin "[email protected]" via npm
Installing "phonegap-plugin-contentsync" at "1.2.3" for android
Fetching plugin "cordova-plugin-dialogs@~1.1.1" via npm
Installing "cordova-plugin-dialogs" at "1.1.1" for android
Fetching plugin "ionic-plugin-keyboard@^2.0.0" via npm
Installing "ionic-plugin-keyboard" at "2.2.1" for android
Fetching plugin "cordova-plugin-device@^1.0.0" via npm
Installing "cordova-plugin-device" at "1.1.7" for android
Fetching plugin "cordova-plugin-geolocation@~2.0.0" via npm
Installing "cordova-plugin-geolocation" at "2.0.0" for android
Fetching plugin "[email protected]" via npm
Installing "cordova-plugin-inappbrowser" at "1.1.1" for android
Fetching plugin "cordova-plugin-network-information@~1.0.1" via npm
Installing "cordova-plugin-network-information" at "1.0.1" for android
Fetching plugin "cordova-plugin-camera@~2.0.0" via npm
Installing "cordova-plugin-camera" at "2.0.0" for android
Fetching plugin "cordova-plugin-file-transfer@^1.0.0" via npm
Installing "cordova-plugin-file-transfer" at "1.7.0" for android
Fetching plugin "cordova-plugin-file@^5.0.0" via npm
Installing "cordova-plugin-file" at "5.0.0" for android
Plugin doesn't support this project's cordova-android version. cordova-android: 5.2.1, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-file' for android
Fetching plugin "cordova-plugin-x-socialsharing@~5.0.7" via npm
Installing "cordova-plugin-x-socialsharing" at "5.0.12" for android
Fetching plugin "cordova-plugin-whitelist@~1.0.0" via npm
Installing "cordova-plugin-whitelist" at "1.0.0" for android
Fetching plugin "https://github.com/phonegap-googlemaps-plugin/cordova-plugin-googlemaps" via git clone
Using shallow clone
Repository "https://github.com/phonegap-googlemaps-plugin/cordova-plugin-googlemaps" checked out to git ref "master" at "a7cbd20".
Installing "cordova-plugin-googlemaps" at "2.1.1" for android

        Official document
        https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/blob/master/v2.0.0/README.md

Fetching plugin "cordova-plugin-facebook4@^1.0.0" via npm
Installing "cordova-plugin-facebook4" at "1.9.1" for android
Fetching plugin "adobe-mobile-services@^4.7.0" via npm
Installing "adobe-mobile-services" at "4.8.1" for android

COMPILE OUTPUT

Configuration on demand is an incubating feature.
Incremental java compilation is an incubating feature.

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring root project 'project'.

Could not resolve all dependencies for configuration ':_debugCompile'.
Could not find com.android.support:support-v4:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
https://jcenter.bintray.com/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
https://jcenter.bintray.com/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
Required by:
:project:unspecified > com.google.android.gms:play-services-maps:11.0.4 > com.google.android.gms:play-services-basement:11.0.4
Could not find com.android.support:support-annotations:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.jar
https://jcenter.bintray.com/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.pom
https://jcenter.bintray.com/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-core:4.29.0
Could not find com.android.support:support-core-utils:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.jar
https://jcenter.bintray.com/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.pom
https://jcenter.bintray.com/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-core:4.29.0
Could not find com.android.support:appcompat-v7:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.jar
https://jcenter.bintray.com/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.pom
https://jcenter.bintray.com/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-common:4.29.0
Could not find com.android.support:cardview-v7:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.jar
https://jcenter.bintray.com/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.pom
https://jcenter.bintray.com/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-common:4.29.0
Could not find com.android.support:customtabs:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/customtabs/27.0.1/customtabs-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/customtabs/27.0.1/customtabs-27.0.1.jar
https://jcenter.bintray.com/com/android/support/customtabs/27.0.1/customtabs-27.0.1.pom
https://jcenter.bintray.com/com/android/support/customtabs/27.0.1/customtabs-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/customtabs/27.0.1/customtabs-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/customtabs/27.0.1/customtabs-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/customtabs/27.0.1/customtabs-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/customtabs/27.0.1/customtabs-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-common:4.29.0
Could not find com.android.support:support-v4:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
https://jcenter.bintray.com/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
https://jcenter.bintray.com/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-common:4.29.0

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 1.799 secs
Error: /project/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring root project 'project'.

Could not resolve all dependencies for configuration ':_debugCompile'.
Could not find com.android.support:support-v4:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
https://jcenter.bintray.com/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
https://jcenter.bintray.com/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
Required by:
:project:unspecified > com.google.android.gms:play-services-maps:11.0.4 > com.google.android.gms:play-services-basement:11.0.4
Could not find com.android.support:support-annotations:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.jar
https://jcenter.bintray.com/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.pom
https://jcenter.bintray.com/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/support-annotations/27.0.1/support-annotations-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-core:4.29.0
Could not find com.android.support:support-core-utils:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.jar
https://jcenter.bintray.com/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.pom
https://jcenter.bintray.com/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/support-core-utils/27.0.1/support-core-utils-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-core:4.29.0
Could not find com.android.support:appcompat-v7:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.jar
https://jcenter.bintray.com/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.pom
https://jcenter.bintray.com/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/appcompat-v7/27.0.1/appcompat-v7-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-common:4.29.0
Could not find com.android.support:cardview-v7:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.jar
https://jcenter.bintray.com/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.pom
https://jcenter.bintray.com/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/cardview-v7/27.0.1/cardview-v7-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-common:4.29.0
Could not find com.android.support:customtabs:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/customtabs/27.0.1/customtabs-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/customtabs/27.0.1/customtabs-27.0.1.jar
https://jcenter.bintray.com/com/android/support/customtabs/27.0.1/customtabs-27.0.1.pom
https://jcenter.bintray.com/com/android/support/customtabs/27.0.1/customtabs-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/customtabs/27.0.1/customtabs-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/customtabs/27.0.1/customtabs-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/customtabs/27.0.1/customtabs-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/customtabs/27.0.1/customtabs-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-common:4.29.0
Could not find com.android.support:support-v4:27.0.1.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
https://repo1.maven.org/maven2/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
https://jcenter.bintray.com/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
https://jcenter.bintray.com/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.pom
file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/27.0.1/support-v4-27.0.1.jar
Required by:
:project:unspecified > com.facebook.android:facebook-android-sdk:4.29.0 > com.facebook.android:facebook-common:4.29.0

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
    at ChildProcess.whenDone (/project/cordova/node_modules/cordova-common/src/superspawn.js:169:23)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:877:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

missing dependencies

While installing FP3 (as defined in readme), following dependencies are missing:

day/cq61/product:cq-cloudservices-content:1.1.534
day/cq61/product:cq-mcm-content:1.1.188
day/cq60/product:cq-platform-content:1.1.854

please provide a link to proper package.

In addition, it would be nice to add a link to FP3 directly in the readme:
https://www.adobeaemcloud.com/content/marketplace/marketplaceProxy.html?packagePath=/content/companies/public/adobe/packages/cq610/featurepack3/cq-6.1.0-apps-featurepack

Asset path picker reverts to previous path on upload if you do not tab out

From the Upload Asset dialog if you select a folder path and then type in a new folder and then press upload before tabbing out of the path field, the path value will revert to the previous selection on upload.
For example say you have the path /content/dam/Geometrixx selected and then from the path finder you navigate to /content/dam/Projects and then type in '/mytest' so that your upload path reads /content/dam/Projects/mytest if you press upload before leaving the path field on upload the path will revert back to /content/dam/Geometrixx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.