On Sun, Aug 22, 2010 at 8:17 AM, Simone Tripodi
<simone.trip...@gmail.com> wrote:
> Hi!!!
> really wired, we're using the same maven version, the main differences
> I notice are
> - OS (win xp Vs mac os x)
> - platform encoding
> - Java version (1.5.0_17 Vs 1.5.0_24)
>
> I think the first 2 points could be ignored, I don't know if the java
> version can imply something... I don't understand why tests can be run
> on my platform... still investigating... follow below my details
>
<snip/>

Seeing same failure with 1.5.0_22 on XP. I won't have time to dig into
this the next few days.

-Rahul


> Simo
>
>
> java -version
> java version "1.5.0_24"
> Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.5.0_24-b02-357-10M3065)
> Java HotSpot(TM) Client VM (build 1.5.0_24-149, mixed mode, sharing)
>
> mvn --version
> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
> Java version: 1.5.0_24
> Java home: ...
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x" version: "10.6.4" arch: "i386" Family: "unix"
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Sun, Aug 22, 2010 at 12:38 AM, Rahul Akolkar <rahul.akol...@gmail.com> 
> wrote:
>> On Sat, Aug 21, 2010 at 4:05 PM, Simone Tripodi
>> <simone.trip...@gmail.com> wrote:
>>> Just installed the Java5, ran 'mvn test' and worked... , follows below
>>> my terminal output (omitted all the tests)... can you tell me please
>>> what goes wrong?
>> <snip/>
>>
>> Ofcourse, see details below.
>>
>> -Rahul
>>
>>
>> java -version
>>
>> java version "1.5.0_17"
>> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_17-b04)
>> Java HotSpot(TM) Client VM (build 1.5.0_17-b04, mixed mode)
>>
>> mvn --version
>>
>> Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400)
>> Java version: 1.5.0_17
>> Java home: ...
>> Default locale: en_US, platform encoding: Cp1252
>> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>>
>> mvn test
>>
>> ...
>>
>> [INFO] 2 errors
>> [INFO] -----------------------------------
>> [INFO] -----------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO] -----------------------------------
>> [INFO] Compilation failure
>>
>> \Commons\atdigester\src\java\org\apache\commons\digester\annotations\DigesterLoader.java:[202,23]
>> cannot find symbol
>> symbol  : method
>> addRuleProvider(java.lang.String,java.lang.Class<capture of ? extends
>> org.apache.commons.digester.annotations.AnnotationRuleProvider<A,E,?
>> extends org.apache.commons.digester.Rule>>,A
>> ,E)
>> location: class 
>> org.apache.commons.digester.annotations.FromAnnotationsRuleSet
>>
>> \Commons\atdigester\src\java\org\apache\commons\digester\annotations\handlers\MethodHandler.java:[116,19]
>> cannot find symbol
>> symbol  : method
>> addRuleProvider(java.lang.String,java.lang.Class<capture of ? extends
>> org.apache.commons.digester.annotations.AnnotationRuleProvider<A,java.lang.reflect.Method,?
>> extends org.apache.co
>> mmons.digester.Rule>>,A,java.lang.reflect.Method)
>> location: class 
>> org.apache.commons.digester.annotations.FromAnnotationsRuleSet
>>
>>
<snap/>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to