lams_build

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2847: Mark Java source version as 1.6.

Standardise a private project (CNG).

  1. … 1 more file in changeset.
LDEV-2847 together with Marcin decided to roll back explode-war-synchronize target to its previous behavior i.e. without overwrite="true"

LDEV-2905 Integrated lams_signup to LAMS core

  1. … 26 more files in changeset.
LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.

Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.

    • -0
    • +4
    ./conf/j2ee/MANIFEST-template.MF
  1. … 106 more files in changeset.
LDEV-2847: Add "clean-all" task to LAMS Build for CruiseControl post deploy clean-up.

LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -0
    • +239
    ./build_tools_base.xml
    • -0
    • +4
    ./conf/j2ee/MANIFEST.MF
    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 1301 more files in changeset.
LDEV-2874 Move Reload libraris into lams_build/lib/reload (they have been previously stored as tools' internal libs)

    • binary
    ./lib/reload/reload-diva.jar
    • binary
    ./lib/reload/reload-jdom.jar
    • binary
    ./lib/reload/reload-moonunit.jar
  1. … 40 more files in changeset.
LDEV-2709 committing updated lams-gradebook.jar

WVI-25: Update compiled lams-central.jar with previously made changes.

LDEV-2877 updated jstl library to 1.2 version; jstl library not going to be deployed to lams.ear anymore as it is available as JBoss common lib

LDEV-2572 remove accidentally committed lib

LDEV-2878 updating integration's methods to comply with changes in IMonitoringService.java

  1. … 3 more files in changeset.
WVI-25: Change the way SAML servlet is enabled in LAMS EAR configuration.

LDEV-2755: Updating translations

  1. … 223 more files in changeset.
LDEV-2823: Add connection string property, used also in other places in LAMS.

    • -1
    • +2
    ./conf/unix/jboss/service/mysql-ds.xml
    • -0
    • +1
    ./conf/windows/jboss/service/mysql-ds.xml
LDEV-2861 updating svgGenerator to be able to use it standalone after LDEV-2603

  1. … 3 more files in changeset.
LDEV-2755: Updating labels

  1. … 34 more files in changeset.
LDEV-2836 fixed Presence and IM

  1. … 7 more files in changeset.
LDEV-2839: Allow JSP precompilation in Forum Tool.

  1. … 2 more files in changeset.
LDEV-2829 Lesson intro page

  1. … 4 more files in changeset.
LDEV-2829 updating Apache Commons IO lib (This is done because "recent versions of FileUtils (such as the 2.0.1 release) have added the use of NIO for copying files; NIO can significantly increase file-copying performance, in a large part because the NIO routines defer copying directly to the OS/filesystem rather than handle it by reading and writing bytes through the Java layer.")

    • binary
    ./lib/jakarta-commons/commons-io-1.4.jar
    • binary
    ./lib/jakarta-commons/commons-io-2.1.jar
LDEV-2782 lessons get sorted by lessonIds

  1. … 3 more files in changeset.
LDEV-2755: Updating labels

  1. … 380 more files in changeset.
LDEV-2823: Do not copy MXJ libraries if they already exist. It takes up to 20 MB of unnecessary data transfer.

  1. … 1 more file in changeset.
LDEV-2755: Adding Czech

  1. … 3 more files in changeset.
LDEV-2823: Add properties that select whether standalone or embedded MySQL should be used for LAMS run and/or build. Make all Tools use MXJ connectors if needed. Make Tool Deployer usage lighter - libraries are not copied to Tools but they are referenced from a single spot. Copy MXJ connectors from "mysql_embedded" project if needed.

    • -2
    • +16
    ./conf/unix/jboss/service/mysql-ds.xml
    • -2
    • +16
    ./conf/windows/jboss/service/mysql-ds.xml
    • binary
    ./deploy-tool/lib/commons-collections.jar
    • binary
    ./deploy-tool/lib/commons-io-1.0.jar
    • binary
    ./deploy-tool/lib/commons-lang-2.0.jar
    • binary
    ./deploy-tool/lib/commons-logging.jar
    • binary
    ./deploy-tool/lib/lams-tool-deploy.jar
    • binary
    ./deploy-tool/lib/mysql-connector-java-5.0.8-bin.jar
    • binary
    ./deploy-tool/lib/xstream-1.1.2.jar
  1. … 38 more files in changeset.
LDEV-2797: Remove unnecessary mail-ra.jar when slimming JBoss.

LDEV-2797: Remove unnecessary mail-ra.jar when slimming JBoss.

LDEV-2797: Change slim-jboss tasks so it removes more unnecessary files.

    • -0
    • +18
    ./conf/slim/bootstrap.xml
    • -0
    • +262
    ./conf/slim/deployers.xml
    • -0
    • +61
    ./conf/slim/legacy-invokers-service.xml
    • -0
    • +1115
    ./conf/slim/standardjboss.xml
    • -0
    • +253
    ./conf/slim/war-deployers-jboss-beans.xml
    • -0
    • +1184
    ./conf/slim/web.xml
    • -18
    • +0
    ./conf/unix/jboss/bootstrap.slim.xml
    • -18
    • +0
    ./conf/windows/jboss/bootstrap.slim.xml
LDEV-2811: Use Spring injection to allow CacheManager to use SessionFactory and to manipulate cached objects. Prevent methods based on JMX retrieved Cache from being used. Adjust layout to reflect new approach to cache manipulation.

  1. … 7 more files in changeset.