15 Sep, 2015

1 commit

  • A JavaScript build process is more manageable and is compatible
    with far more JavaScript tooling than the existing Maven process.
    As an added benefit, Node.js executes the build an order of magnitude
    faster than the Java-based Rhino runtime.
    
    In order to provide a version of Node.js for the JavaScript build
    to use, this change introduces the use of frontend-maven-plugin, which
    downloads and executes Node.js.
    
    Maven is currently still responsible for the unpacking of the
    project dependencies and the packaging of the final artefact.
    
    The only change in behaviour in this change is the replacement of
    JSLint with ESLint. This is because the version of JSLint used by
    the Maven build was 2011-03-07, which is not supported by the
    grunt wrapper.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@15708 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    joe.bandenburg
     

07 Aug, 2015

1 commit


05 Aug, 2015

2 commits

  • This reverts commit c3255046be371fd33f69f4c71c551e769ce6e831.
    
    # Conflicts:
    #	openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/delegates/ScriptsDelegate.js
    #	openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/MyApplicationsView.js
    #	openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/OAuthTokensDelegate.js
    #	openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/OAuthTokensView.js
    #	openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/TrustedDevicesDelegate.js
    #	openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/TrustedDevicesView.js
    #	openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/delegates/MyApplicationsDelegate.js
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@14964 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    phil.ostler
     
  • git-svn-id: https://svn.forgerock.org/openam/trunk@14957 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    jake.feasel
     

14 Jul, 2015

1 commit


24 Jun, 2015

1 commit


19 Jun, 2015

1 commit