Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Linux ant unzip issue(fail to unzip pde build on linux??)
Linux ant unzip issue [message #536898] Mon, 31 May 2010 13:07
Mohamed Hussein is currently offline Mohamed HusseinFriend
Messages: 76
Registered: July 2009
Member
Hello,

I am facing a weird problem that might not be PDE related. I have an RCP PDE build that creates the rcp zip that works fine on windows and linux.

my ant file has an extra step at the end to unzip the rcp zip file into a desired location.
I am consistently getting the following error messages on linux:
unzip:
    [unzip] Expanding: /<path_to_zip>-linux.gtk.x86.zip into /<dest>
    [unzip] Unable to expand to file /libcairo-swt.so
    [unzip] Unable to expand to file /<launcher_name>


I also get the following warnings in the PDE build itself, don't know if it is related or not:
     [java] customAssembly:
     [java]       [zip] Warning:  modified in the future.
     [java]       [zip] Warning: META-INF modified in the future.
     [java]       [zip] Warning:  modified in the future.
     [java]       [zip] Warning: META-INF modified in the future.
     [java]       [zip] Warning:  modified in the future.
     [java]       [zip] Warning: META-INF modified in the future.
     [java]       [zip] Warning: about_files modified in the future.
     [java]       [zip] Warning: bin modified in the future.
     [java]       [zip] Warning: etc modified in the future.
     [java]       [zip] Warning: etc/checkstyle modified in the future.
     [java]       [zip] Warning: lib modified in the future.
     [java]       [zip] Warning:  modified in the future.
     [java]       [zip] Warning: META-INF modified in the future.
     [java]       [zip] Updating zip: /<path_to_zip>-linux.gtk.x86.


Any clues on what might be the problem?

Thanks in advance.


Best Regards,
Mohamed.
Previous Topic:Project's classpath available to plugin
Next Topic:Linux ant unzip issue
Goto Forum:
  


Current Time: Fri Apr 19 13:05:20 GMT 2024

Powered by FUDForum. Page generated in 0.03410 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top