Didn't you miss applying sdukan's patch ?
Search Criteria
Package Details: libmatthew-java 0.8-5
Package Actions
| Package Base: | libmatthew-java |
|---|---|
| Description: | Libraries for Java: unix sockets, CGI, hexdump |
| Upstream URL: | http://www.matthew.ath.cx/projects/java |
| Category: | lib |
| Licenses: | |
| Replaces: | |
| Submitter: | None |
| Maintainer: | drevilt |
| Last Packager: | drevilt |
| Votes: | 11 |
| First Submitted: | 2007-10-21 15:58 |
| Last Updated: | 2014-08-28 19:09 |
Dependencies (5)
- glibc
- java-runtime
- apache-ant (make)
- gcc (make)
- java-environment (make)
Required by (4)
Sources
- ant.patch
- build.xml
- http://www.java2s.com/Code/JarDownload/libmatthew/libmatthew-0.8-x86_64-sources.jar.zip
- Makefile
- setClasspath.sh
Latest Comments
Comment by hdante
Comment by drevilt
i have updated the downloadlink to a new url
Comment by drevilt
do you have another url where this can be downloaded?
Comment by sdukan
The source file can't be downloaded anymore and the ant build script fails with java 8. However it compiles and runs fine once the build script is adjusted:
<condition property="java.5.available">
<or>
<contains string="${java.version}" substring="1.5"/>
<contains string="${java.version}" substring="1.6"/>
<contains string="${java.version}" substring="1.7"/>
<contains string="${java.version}" substring="1.8"/>
</or>
</condition>
<fail message="This package requires Java 5, 6, 7 or 8." unless="java.5.available"/>
Comment by tarakbumba
Not building since apache-ant 1.9.0 version. Use libmatthew-java-0.8-archlinux-add-ant-1.9.patch to build:
http://pastebin.com/k000T6h2
Patch with this command: patch -p0 < libmatthew-java-0.8-archlinux-add-ant-1.9.patch
I'm flagging out-of-date until maintainer corrects this issiue in build.xml
Comment by tarakbumba
Not build here. "ant jars unix.h cgi.h" line should be "/usr/share/java/apache-ant/bin/ant jars unix.h cgi.h" . This way it works
Comment by ur6lad
0.8
Comment by ur6lad
Part of my build log http://pastebin.com/cN3gQYy7
Build successful.
Can you show yours log?
Anonymous comment
Needs update for correct ant path and a fix for the following error: "mv: cannot move `cx' to `src/main/java/cx': Directory not empty"
Comment by ur6lad
0.7.2-3:
+ fix Ant dependency's version
+ fix Makefile