Looks like 1.3 from the pom.xml:Garvey, Paul M (GE Commercial Finance) wrote:1. All if I wanted to run an application with Acegi 1.0 RC1 on JBoss
what version of the JDK do I need
to compile my application with? Will either of these versions work
j2sdk1.4.2_06 or j2sdk1.4.2_08?
2. If I want to compile the Acegi 1.0 RC1 source what version of the JDK
can I use?
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.3</source>
<target>1.3</target>
</configuration>
</plugin>
Matt
View this message in context: Re: Acegi Security 1.0 RC1 and JDK
Sent from the acegisecurity-developer forum at Nabble.com.
