sgo / helloworld-example

Apache License 2.0
2 stars 0 forks source link

helloworld.tar.gz is not valid archive #1

Open sratatata opened 11 years ago

sratatata commented 11 years ago

Hello, I can't extract files from helloworld-examples helloworld.tar.gz archive. Debian gzip and tar apps can't extract files. Maybe there was some problems during file uploading?

Best regards, Wojciech Żarski

sgo commented 11 years ago

Hi,

I will review this example and get back to you with corrected explanations where required. While the plugin isn't as user friendly as I should like I still use it daily so it should be possible to get to work.

Sincerely, Sebastian

On 15 Mar 2013, at 14:28, lb_lb notifications@github.com wrote:

Hello, I can't extract files from helloworld-examples helloworld.tar.gz archive. Debian gzip and tar apps can't extract files. Maybe there was some problems during file uploading?

Best regards, Wojciech Żarski

— Reply to this email directly or view it on GitHub.

sgo commented 11 years ago

I don't seem to have problems extracting the archive.

$ git clone https://github.com/sgo/helloworld-example Cloning into 'helloworld-example'... remote: Counting objects: 24, done. remote: Compressing objects: 100% (12/12), done. remote: Total 24 (delta 2), reused 24 (delta 2) Unpacking objects: 100% (24/24), done. $ tar ztvf helloworld.tar.gz drwxr-xr-x sgo/staff 0 2011-09-29 07:35 helloworld/ drwxr-xr-x sgo/staff 0 2011-09-29 07:35 helloworld/bin/ -rwxr-xr-x sgo/staff 27 2011-09-29 07:35 helloworld/bin/helloworld

I seem to be able to run this example normally. Provided the script can download the plugin from a maven repository. At the time I didn't know how to submit modules for inclusion in maven central. I'll try and have a version up there in the near future.

You did not mention on what system you are running the script. It is currently not portable so you will need to install a bunch of packages to run it properly. E.g: it won't run on windows. Anyway the full list of installed packages you will need is:

I used to link to the ubuntu wiki documenting this process but I just noticed the page has been removed. I'll have to look that up again.

On 15 Mar 2013, at 14:28, lb_lb notifications@github.com wrote:

Hello, I can't extract files from helloworld-examples helloworld.tar.gz archive. Debian gzip and tar apps can't extract files. Maybe there was some problems during file uploading?

Best regards, Wojciech Żarski

— Reply to this email directly or view it on GitHub.