Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Planned release: Beginning of January 2015. Currently planned milestones are:

Contents

  • Highlights

  • Heritrix 3

This is the production release for NetarchiveSuite based on the new Heritrix3.

  • Java 8

NetarchiveSuite now requires java 8 to run.

  • More detailed jar file structure

The jar files now fit the module module better. This means the deploy script should be updated to the follow application <-> jar file classpath definitions:

  • Global deployClassPath show only contain one element: 

    <deployGlobal>
      <deployClassPath>lib/netarchivesuite-monitor-core.jar</deployClassPath>
      ....
  • GUIApplication: 

    <applicationName name="dk.netarkivet.common.webinterface.GUIApplication">
      <deployClassPath>lib/netarchivesuite-harvest-scheduler.jar</deployClassPath>
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ....
  • ArcRepositoryApplication: 

    <applicationName name="dk.netarkivet.archive.arcrepository.ArcRepositoryApplication">
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ....
  • BitarchiveMonitorApplication: 

    <applicationName name="dk.netarkivet.archive.bitarchive.BitarchiveMonitorApplication">
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ...
  • HarvestJobManagerApplication: 

    <applicationName name="dk.netarkivet.harvester.scheduler.HarvestJobManagerApplication">
      <deployClassPath>lib/netarchivesuite-harvest-scheduler.jar</deployClassPath>
      ....
  • BitarchiveApplication: 

    <applicationName name="dk.netarkivet.archive.bitarchive.BitarchiveApplication">
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ...
  • HarvestControllerApplication: 

    <applicationName name="dk.netarkivet.harvester.harvesting.HarvestControllerApplication">
      <deployClassPath>lib/netarchivesuite-heritrix1-controller.jar</deployClassPath>
      ...
  • IndexServerApplication: 

    <applicationName name="dk.netarkivet.harvester.indexserver.IndexServerApplication">
      <deployClassPath>lib/netarchivesuite-harvest-scheduler.jar</deployClassPath>
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ...
  • ViewerProxyApplication: 

    <applicationName name="dk.netarkivet.viewerproxy.ViewerProxyApplication">
      <deployClassPath>lib/netarchivesuite-harvest-scheduler.jar</deployClassPath>
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ...
  • ChecksumFileApplication: 

    <applicationName name="dk.netarkivet.archive.checksum.ChecksumFileApplication">
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ....

Full list of issues resolved in this release

type key priority summary
Loading...
Refresh

Known issues

type key priority summary
Loading...
Refresh

  • No labels