Before submitting a JIRA, I thought it would  be polite to check and
see if I just got completely confused.

I added the sniffer to my pom, as quoted below, to enforce JDK 1.5 compliance.

What i get is a raft of nonsensical undefined symbol errors. If I read
this aright, it is telling me that I can't refer to java.lang.Object
with the 1.5 profile?

I have this feeling that I've missed something really simple here.

[INFO] [animal-sniffer:check {execution: check-1.5}]
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
java/lang/Object
com/basistech/adk/annotator/AnnotationTreeEditor$Range



 <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>animal-sniffer-maven-plugin</artifactId>
                <version>1.4</version>
                <executions>
                    <execution>
                        <id>check-1.5</id>
                        <phase>test</phase>
                        <goals>
                            <goal>check</goal>
                        </goals>
                        <configuration>
                            <signature>
                                <groupId>org.codehaus.mojo.signature</groupId>
                                <artifactId>java15</artifactId>
                                <version>1.0</version>
                            </signature>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to