Skip to content

werelate/shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared

Shared Java functionality for WeRelate.org

This is comprised of Java classes shared by other projects.

To build:

  • create conf/log4j2.properties from conf/log4j2.properties.sample to match your environment
  • run ant build

To unit test new/changed code:

  • in package org.werelate.test, create a class with method 'public static void main(String[] args) {}' to call the code to be tested
  • build the project and execute the test
  • note that the jar excludes classes created in org.werelate.test

To distribute new/changed code to other projects: For each target project:

  • add/update/replace configuration files in the target project as appropriate
  • determine additional libraries (besides shared.jar) needed by the target project and copy them from lib to dist/lib
  • cp -r dist/* /home/ubuntu/
  • ant build the target project

About

Java functionality shared between WeRelate projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published