Author: sebb Date: Tue Apr 6 14:25:35 2010 New Revision: 931166 URL: http://svn.apache.org/viewvc?rev=931166&view=rev Log: Jython 2.5.0 is broken; revert to 2.2.1 for now
Modified: jakarta/bsf/branches/bsf3.x/testing/python/pom.xml Modified: jakarta/bsf/branches/bsf3.x/testing/python/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/python/pom.xml?rev=931166&r1=931165&r2=931166&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/python/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/python/pom.xml Tue Apr 6 14:25:35 2010 @@ -42,7 +42,8 @@ <dependency> <groupId>org.python</groupId> <artifactId>jython</artifactId> - <version>2.5.0</version> + <!-- 2.5.0 is broken. Upgrade to 2.5.1 when that is published to Maven --> + <version>2.2.1</version> <scope>runtime</scope> </dependency> <dependency> @@ -53,4 +54,18 @@ </dependency> </dependencies> + <!-- The python 2.5.1 jar requires Java 1.5 or later, so skip tests when running on Java 1.4 --> +<!-- DISABLED until 2.5.1 is available: + <profiles> + <profile> + <activation> + <jdk>1.4</jdk> + </activation> + <properties> + <skipTests>true</skipTests> + </properties> + </profile> + </profiles> +--> + </project> --------------------------------------------------------------------- To unsubscribe, e-mail: bsf-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: bsf-dev-h...@jakarta.apache.org