build.xml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3768: Remove references to "assembly" dir in Ant build files. Clean up lams-www.

  1. … 9 more files in changeset.
LDEV-3422: Remove JSP precompilation from Ant build files.

  1. … 3 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9. Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead. Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation. Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 226 more files in changeset.
LDEV-3275: Introduce SSO using Undertow mechanisms.

Valves do not exist in Undertow. Another approach had to be used.

In each WAR there is a file in META-INF/service dir which adds a class in request processing chaing.

For Central it is SsoProducer which put the authenticated account into shared session.

All other modules use SsoConsumer which takes the account and puts it into its security context.

In standalone.xml caching of credentials was switched off as it would prevent UniversalLoginModule from putting UserDTO into shared session.

TODO: use a simple pass-all authentication mechanism for static files like images and JS files.

  1. … 12 more files in changeset.
LDEV-3275: Minify Ant .properties files. Most of the variables were constant, never changed. Since build file inheritance was introduced to LAMS, it is fairly easy to change relative paths in build files themselves. So only root path were left in .properties files and variables that can actually change from project to project.

  1. … 11 more files in changeset.
LDEV-2839 fixed ability to run "deploy-war" target manually when jsp.precompile option is ON

LDEV-2913: Remove test sources and build tasks from LAMS projects.

  1. … 294 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.

  1. … 110 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1313 more files in changeset.
LDEV-2839: In WWW project: Move MANIFEST from web to conf directory so it is the same as in other projects. Remove some images from web directory as they are copied from conf directory when creating WAR anyway. Remove pixlr images dir as it gets created when deploying Pixlr Tool anyway, same as Wookie. Allow JSP precompilation.

  1. … 9 more files in changeset.
LDEV-2342: Make a folder for public images. Use this folder in custom login page.

  1. … 2 more files in changeset.
LDEV-907: Adds the help files (thanks Luke!)

Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 239 more files in changeset.
Adding RAMS theme and version to the build.

  1. … 18 more files in changeset.
merged changes to HEAD for ldev-1130

  1. … 4 more files in changeset.
Added "copy-tags" to the build to make it easier to update the tags. Updated the jsp pages to support stripes and the separate learner stylesheet.

  1. … 8 more files in changeset.
Defining the upload war - this is where user uploaded files can be put.

  1. … 32 more files in changeset.