XZ data compression available for Java
by Lasse Collin
Hi!
I have been working on a Java implemention of XZ data compression code.
I'm looking for testers and to get feedback. The source code and
javadoc-generated documentation can be found from the project home page:
http://tukaani.org/xz/java.html
--
Lasse Collin | IRC: Larhzu @ IRCnet & Freenode
12 years, 4 months
Invitation for Open Source Project
by Peter Penzov
Hi,
I'm starting an open source project which involves web based Java, JBoss
application server and JBoss Seam 3. I'm a student and I work on the project
in my free time for training. Every one who want to take a part in this
hobby project in his free time is invited. Send me e-mail.
peter. penzov(at)gmail. com
Regards
Peter
12 years, 4 months
Issues with maven-ant-tasks / maven-profile
by Guido Grazioli
Hello all,
i found some mess with maven-ant-tasks while packaging jinput (ant build);
when build.xml calls <artifact:pom> task provided by maven-ant-tasks, i get:
/home/guido/rpmbuild/BUILD/jinput/build.xml:251: The following error
occurred while executing this line:
jar:file:/home/guido/rpmbuild/BUILD/jinput/lib/maven-ant-tasks-2.1.0.jar!/org/apache/maven/artifact/ant/antlib.xml:4:
taskdef A class needed by class
org.apache.maven.artifact.ant.DependenciesTask cannot be found:
org/apache/maven/profiles/ProfileManager
using the classloader
AntClassLoader[/home/guido/rpmbuild/BUILD/jinput/lib/maven-ant-tasks-2.1.0.jar]
Searching for that class i found it is included in package
maven-project-2.2.1, which depends on maven2
I could not find a suitable replacement in maven3, so maven-ant-tasks should
definitely depend on maven2 (yum let me install it without maven2)
This probably also needs fixing?
# rpm -q --whatprovides /usr/share/java/maven2/maven-project.jar
maven-project-2.2.1-25.fc16.noarch
maven2-2.2.1-25.fc16.noarch
Cheers,
Guido
--
Guido Grazioli <guido.grazioli(a)gmail.com>
Via Parri 11 48011 - Alfonsine (RA)
Mobile: +39 347 1017202 (10-18)
Key FP = 7040 F398 0DED A737 7337 DAE1 12DC A698 5E81 2278
Linked in: http://www.linkedin.com/in/guidograzioli
12 years, 4 months
Rhino 1.7R3 breaks eclipse-birt
by Andrew Overholt
Hi,
I was going to update to Rhino 1.7R3 but then noticed that it breaks
eclipse-birt. BIRT upstream relies on a class that is no longer in R3
but was in R2. I filed this bug to track getting BIRT to migrate away
from this class so that it can update to 1.7R3:
351482: Imported class removed in Rhino (org.mozilla.javascript) 1.7R3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351482
It's easy to go to 1.7R3, but I tossed it up here in case anyone's
interested in what I did when the time comes:
git clone git://fedorapeople.org/~overholt/rhino.git
Please don't update Rhino to 1.7R3 in Fedora until we sort out the BIRT
situation.
Thanks,
Andrew
12 years, 5 months