Hi Steven,

the error what you get mean, that the file ical4j-1.0-rc1.jar doesn't
found, because there is a new version of ical4j. 

Please open the pom.xml file in your matterhorn_trunk directory, find
the section 

<dependency>
  <groupId>net.fortuna.ical4j</groupId>
  <artifactId>ical4j</artifactId>
  <version>1.0-rc1</version>
</dependency>

and change it to (version incremented)

<dependency>
  <groupId>net.fortuna.ical4j</groupId>
  <artifactId>ical4j</artifactId>
  <version>1.0-rc2-patched</version>
</dependency>

Regards
Waldemar

Am Dienstag, den 19.07.2011, 13:54 +0000 schrieb Steven M Lichti:
> Hi all,
> 
> 
> I'm having a 1.1 build issue on RHEL 5.6. I've
> created http://pastebin.com/f07izS3X with the information. Here's the
> problem:
> 
> 
> error: error
> reading 
> /home/matterhorn/.m2/repository/net/fortuna/ical4j/ical4j/1.0-rc1/ical4j-1.0-rc1.jar;
>  error in opening zip file
> 
> 
> I even cleared out the M2 (~/.m2) Repository directory prior to
> building again.
> 
> 
> Any thoughts? This seems to be a recurring error…
> 
> 
> Thank you!
> 
> 
> --Steven.
> 
> 
> -- 
> Steven Lichti
> Academic Technologies
> Northwestern University
> [email protected]
> (847) 467-7805
> 
> 
> _______________________________________________
> Matterhorn-users mailing list
> [email protected]
> http://lists.opencastproject.org/mailman/listinfo/matterhorn-users


_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to