I'm using iBatis 3.0 GA and I'm trying to compile my project using Maven.
Eclipse compiles the project well, without errors, but Maven generates a
COMPILATION ERROR like this:
MyTableMapper.java:[13,4] illegal start of expression
Here is the simple code:
public interface MyTableMapper {
@Se
On Apr 22, 2010, at 3:15 PM, Clinton Begin wrote:
> ling with jdk 5 or a
-
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org
Sure, please check at this pom.xml section:
org.apache.maven.plugins
maven-compiler-plugin
2.3
1.6
1.6
1.6
Davide
On Apr 22, 2010, at 3:15 PM, Clinton Begin wrote:
> Are you sure you're compiling with jdk 5 or above?
>
> On 2010