It sure looks the same. Did anyone give you any feedback from the test
case in that thread?

On Thu, Jan 7, 2010 at 3:20 AM, djeanprost <[email protected]> wrote:
>
> It looks like
> http://old.nabble.com/Don%27t-understand-animal-sniffer-behaviour-td26902338.html
> the problem I meet
>
>
>
> bimargulies wrote:
>>
>> 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
>>
>>
>>
>>
>
> --
> View this message in context: 
> http://old.nabble.com/Animal-sniffer-gone-bonkers--tp27013298p27056463.html
> Sent from the mojo - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

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

    http://xircles.codehaus.org/manage_email


Reply via email to