ruggiero@gugus_$ pwd
/Developer/SourceDistributions/WonderSource/Utilities/WOInstall
ruggiero@gugus_$ ant
Buildfile:
/Developer/SourceDistributions/WonderSource/Utilities/WOInstall/build.xml
init:
[jar] Building jar:
/Developer/SourceDistributions/WonderSource/Utilities/WOInstall/WOInstaller.jar
build-project:
[echo] WOInstall:
/Developer/SourceDistributions/WonderSource/Utilities/WOInstall/build.xml
[javac]
/Developer/SourceDistributions/WonderSource/Utilities/WOInstall/build.xml:30:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
build:
BUILD
SUCCESSFUL
Total
time: 0 seconds
ruggiero@gugus_$ java ls -l WOInstaller.jar
-rw-r--r--
1 ruggiero staff 58K 2 Mär 11:04:46 2015 WOInstaller.jar
ruggiero@gugus_$ java -jar WOInstaller.jar
5.4.3 /tmp
WebObjects
License Agreement extract:
Subject
to the terms and conditions of this License, you may
incorporate the
WebObjects
Software included in the Developer Software into application
programs
(both client and server) that you develop on an Apple-branded
computer.
You may also reproduce and distribute the WebObjects Software
unmodified,
in binary form only, on any platform but solely as
incorporated
into such
application programs and only for use by end-users under terms
that
are at
least as restrictive of those set forth in this License
(including,
without
limitation, Sections 2, 6 and 7 of this License).
For
avoidance of doubt, you may not distribute the WebObjects
Software on a
stand-alone
basis, and you may not develop application programs using the
WebObjects
Software (or any portion thereof) on any non-Apple branded
computer.
Exception
in thread "main" java.util.zip.ZipException: Not in GZIP
format
at
java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164)
at
java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:78)
at
java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:90)
at
er.woinstaller.WebObjectsInstaller.getInputStream(WebObjectsInstaller.java:133)
at
er.woinstaller.WebObjectsInstaller.installToFolder(WebObjectsInstaller.java:105)
at
er.woinstaller.Main.main(Main.java:14)
ruggiero@gugus_$