-
limburgher changed the limph-1.9.6 file release.
2009-07-14 16:58:16 UTC in Limph
-
limburgher added the limph-1.9.6.tar.gz file.
2009-07-14 16:58:01 UTC in Limph
-
limburgher changed the limph-1.9.6 file release.
2009-07-14 16:56:08 UTC in Limph
-
limburgher created the limph-1.9.6 file release.
2009-07-14 16:55:39 UTC in Limph
-
archivemail 0.72 isn't seeing this message, which is apparently in a non-ISO charset.
2009-07-07 19:05:09 UTC in archivemail
-
I'm working on building the .jars from source, and I ran into a question. I see that these .jars are signed. Does gallery2 check that the .jars are signed, or will the application work if they're not signed?.
2009-04-10 16:03:15 UTC in Gallery
-
We'll need to, we can't distribute proprietary bits, or use them in our build process. So after eliminating the db2 bits and Metamorphose, that just leaves ImageTools, correct?
There might also be legal issues with you distributing something compiled with them in a GPL release, but that's something you'll have to do your homework on.
2009-02-18 20:44:39 UTC in Gallery
-
With some wrangling, I've been able to build the ImageTools jar, but not the g2_db2_bit_or. Looks like something's missing, but I'm not sure what:
[limb@fawkes gallery2]$ /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin/javac -source 1.3 -target 1.3 g2_db2_bit_or.java
g2_db2_bit_or.java:49: package COM.ibm.db2.app does not exist
import COM.ibm.db2.app.*; // UDF and associated classes
^...
2009-02-18 20:25:04 UTC in Gallery
-
1. The oldest java we support is 1.4.2, AFAIK, so this won't happen.
2. Can these flags be passed to the javac directly?.
2009-02-18 19:35:59 UTC in Gallery
-
I see the Makefile requires a specific java version. How would I arrive at a specific set of commands to build the jars, that would be version-independent?.
2009-02-18 18:31:58 UTC in Gallery