pjl-comp-filter requires JDK 5.0 (49.0) causing version 1.2.6 build to fail.
----------------------------------------------------------------------------
Key: XFIRE-1043
URL: http://jira.codehaus.org/browse/XFIRE-1043
Project: XFire
Issue Type: Bug
Components: Core
Affects Versions: 1.2.6
Environment: JDK 1.4.2
Maven 2.0.6
Reporter: pmarsteau
Assignee: Dan Diephouse
Attachments: TEST-org.codehaus.xfire.transport.http.GZIPTest.xml
Core project has a maven dependency to pjl v1.6 but this one does not support
JDK 1.4 (only JDK 5+ since pjl v1.4).
<dependency>
<groupId>net.sourceforge.pjl-comp-filter</groupId>
<artifactId>pjl-comp-filter</artifactId>
<version>1.6</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
This cause the build to fail when executing the
org.codehaus.xfire.transport.http.GZIPTest test case, that tries to load the
PJL filter class by reflection. See error in attachment.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email