I have downloaded Alfresco 2.1 from one of the nightly builds and i am trying to install the records management module. I downloaded the file into the amps directory and the readme file there states that to install i can use a script called apply_amps.sh, which i can't find anywhere. I also tried using the install method mentioned in the wiki, but i get an error message (see below)
wicat:/opt/alfresco/bin root# java -jar alfresco-mmt.jar install /opt/alfresco/amps/alfresco-recordsmanagement.amp /opt/alfresco/tomcat/webapps/alfresco.war
Exception in thread "main" java.util.zip.ZipException: No such file or directory
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:203)
at java.util.jar.JarFile.<init>(JarFile.java:132)
at java.util.jar.JarFile.<init>(JarFile.java:70)
at com.simontuffs.onejar.Boot.run(Boot.java:179)
at com.simontuffs.onejar.Boot.main(Boot.java:105)
Any help is much appreciated.
Thanks