Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleProject in progress, it will be fully integrated in the release 1.0.7

Public repository (read only access)

http://weasis.repositoryhosting.com/svn_public/weasis_weasis-i18n

Browse online: https://weasis.repositoryhosting.com/trac/weasis_weasis-i18n/browser

Repository for translators (commit access)

https://weasis.repositoryhosting.com/svn/weasis_weasis-i18n

...

Building Weasis-i18n

Prerequisites

  1. Subversion (SVN), one of the following client:
    • Subversion - The core system (server, cli client, libs)
    • Subversive - SVN Team Client (Eclipse plugin)
    • TortoiseSVN - Handy SVN client for Windows systems
  2. JDK 6 or higher (Sun or OpenJDK)
  3. Maven 2.2 or higher for building and deploying bundles (http://maven.apache.org/guides/index.html)

Subversion configuration

Using Eclipse: see Configure SVN
subversion client on Linux: add to ~./subversion/config: global-ignores = *.classpath *.project *.settings target
Windows: Tortoise SVN, in settings > Subversion, add "*.classpath *.project *.settings target" to Global ignore pattern.

Check out the last trunk version.

Code Block
none
none

svn co http://weasis.repositoryhosting.com/svn_public/weasis_weasis-i18n/trunk weasis-i18n
Code Block
none
none

cd weasis-i18n
mvn clean package

Public repository (read only access)

http://weasis.repositoryhosting.com/svn_public/weasis_weasis-i18n

Browse online: https://weasis.repositoryhosting.com/trac/weasis_weasis-i18n/browser

Repository for translators (commit access)

https://weasis.repositoryhosting.com/svn/weasis_weasis-i18n

Commit access requests must be sent to ~nroduit

Properties editor

Software for translating: http://attesoro.org

...