Versions Compared

Key

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

...

That's all, now launch Weasis from the dcm4chee web portal.

Build dcm4chee-web 2.15.0 or 2.16.2

Prerequisites

  1. Subversion (SVN), one of the following client:
    • Subversion - The core system (server, client, libs)
    • Subversive - SVN Team Client (Eclipse plugin)
    • TortoiseSVN - Handy SVN client for Windows systems
  2. JDK 5 or higher (Sun or OpenJDK)
  3. Ant 1.6 or higher

...

Code Block
none
none
svn co https://dcm4che.svn.sourceforge.net/svnroot/dcm4che/weasis/weasis_dcm4chee/trunk/2.16.2 weasis-dcm4chee-2.16.2

This command will copy the current development code (the "trunk") into a local directory named weasis-dcm4chee-2.16.2.

Note: Sources can also be browsed online

...

  • Go in the weasis-dcm4chee directory

...

...


cd weasis-dcm4chee
  • Compile and make the dcm4chee-web.war (in weasis-dcm4chee/dist folder)

...

  • add after <xsl:param name="folder.delete" select="'false'" />
    Code Block
    xml
    xml
    
    <xsl:param name="folder.view" select="'false'" />

...

  • 
    
  • add after <xsl:if test="$folder.delete='true'"> ... </xsl:if>

...