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




> I'm testing it with the JavaForMacOSX10.5Update7 package.
> Thanks in advance!!!
> Simo
>
> Simones-Computer-2:commons-digester simone$ echo $JAVA_HOME
> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
>
> Simones-Computer-2:commons-digester simone$ 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)
>
> Simones-Computer-2:commons-digester simone$ mvn clean test
> [INFO] Scanning for projects...
> [WARNING]
>        Profile with id: 'local' has not been activated.
>
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Commons Digester
> [INFO]    task-segment: [clean, test]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting file set:
> /Users/simone/Documents/workspace-private/commons-digester/target
> (included: [**], excluded: [])
> [INFO] [antrun:run {execution: javadoc.resources}]
> [INFO] Executing tasks
>     [copy] Copying 2 files to
> /Users/simone/Documents/workspace-private/commons-digester/target/apidocs/META-INF
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'iso-8859-1' encoding to copy filtered resources.
> [INFO] Copying 2 resources to META-INF
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 70 source files to
> /Users/simone/Documents/workspace-private/commons-digester/target/classes
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'iso-8859-1' encoding to copy filtered resources.
> [INFO] Copying 42 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 69 source files to
> /Users/simone/Documents/workspace-private/commons-digester/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> /Users/simone/Documents/workspace-private/commons-digester/target/surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
>
> [OMISSIS]
>
> Tests run: 205, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 9 seconds
> [INFO] Finished at: Sat Aug 21 22:00:45 CEST 2010
> [INFO] Final Memory: 21M/508M
> [INFO] 
> ------------------------------------------------------------------------
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Sat, Aug 21, 2010 at 8:56 PM, Simone Tripodi
> <simone.trip...@gmail.com> wrote:
>> Hi Rahul,
>> thanks for your feedbacks!!! Your understanding in a) can be
>> confirmed, the original digester codebase has not been modified at
>> all, just added the 'annotations' package.
>> Apologizes for b) can you tell me please what's wrong? Unfortunately
>> right now on my mac I only have the default Java6 (targeted Java5),
>> I'm trying to install the 5 now to fix the problem. In the meanwhile
>> some hints would be very appreciated, thanks in advance!
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>>
>>
>> On Sat, Aug 21, 2010 at 8:09 PM, Rahul Akolkar <rahul.akol...@gmail.com> 
>> wrote:
>>> On Tue, Aug 17, 2010 at 1:10 PM, Simone Tripodi
>>> <simone.trip...@gmail.com> wrote:
>>>> Thanks a lot! :) Feel free to contact me whenever you need for 
>>>> clarifications.
>>> <snip/>
>>>
>>> I just took a quick look and have two comments:
>>>
>>> (a) Being in sync with trunk - There are a large number of small
>>> differences between the trunk and the sandbox code (I glanced through
>>> a few, such as @Override markers). My understanding is that the only
>>> changes you have made are additions of the annotations packages (both
>>> source and test), so I can simply ignore the differences I see in
>>> other packages.
>>>
>>> (b) Code doesn't compile - I tried 'mvn test' with Sun 1.5.
>>>
>>> Once you can confirm my understanding in (a) and fix (b), I'd be happy
>>> to take another look. Thanks.
>>>
>>> -Rahul
>>>
>>>
>>>> All the best,
>>>> Simo
>>>>
>>>> http://people.apache.org/~simonetripodi/
>>>> http://www.99soft.org/
>>>>
>>>>
>>>>
>>>> On Tue, Aug 17, 2010 at 5:47 PM, Rahul Akolkar <rahul.akol...@gmail.com> 
>>>> wrote:
>>>>> On Tue, Aug 17, 2010 at 4:15 AM, Simone Tripodi
>>>>> <simone.trip...@gmail.com> wrote:
>>>>>> Hi Rahul,
>>>>>> this mail just as a reminder since you told me there was no problem at
>>>>>> all on ping you :) Can we plan in a short-therm a review on this?
>>>>> <snip/>
>>>>>
>>>>> Yes, thats no problem at all, sometimes even necessary. I will try to
>>>>> get to this within a week.
>>>>>
>>>>> -Rahul
>>>>>
>>>>>
>>>>>> Thanks in advance, have a nice day,
>>>>>> Simo
>>>>>>
>>>>>> http://people.apache.org/~simonetripodi/
>>>>>> http://www.99soft.org/
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Sat, Jul 31, 2010 at 5:59 PM, Simone Tripodi
>>>>>> <simone.trip...@gmail.com> wrote:
>>>>>>> ok thanks, please don't forget me :P ;)
>>>>>>> have  anice conference,
>>>>>>> Simo
>>>>>>>
>>>>>>> http://people.apache.org/~simonetripodi/
>>>>>>> http://www.99soft.org/
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Sat, Jul 31, 2010 at 5:52 PM, Rahul Akolkar 
>>>>>>> <rahul.akol...@gmail.com> wrote:
>>>>>>>> On Thu, Jul 29, 2010 at 10:49 AM, Simone Tripodi
>>>>>>>> <simone.trip...@gmail.com> wrote:
>>>>>>>>> Hi all guys,
>>>>>>>>> any news on this?
>>>>>>>> <snip/>
>>>>>>>>
>>>>>>>> None from me, plus I am at a conference next week. It is still on my
>>>>>>>> list, however!
>>>>>>>>
>>>>>>>> -Rahul
>>>>>>>>
>>>>>>>>
>>>>>>>>> Simo
>>>>>>>>>
>>>>>>>>> http://people.apache.org/~simonetripodi/
>>>>>>>>> http://www.99soft.org/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Fri, Jul 23, 2010 at 3:53 PM, Simone Tripodi
>>>>>>>>> <simone.trip...@gmail.com> wrote:
>>>>>>>>>> Hi Rahul,
>>>>>>>>>> thanks a lot, very appreciated :)
>>>>>>>>>> Have a nice WE, greetings,
>>>>>>>>>> Simo
>>>>>>>>>>
>>>>>>>>>> http://people.apache.org/~simonetripodi/
>>>>>>>>>> http://www.99soft.org/
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Fri, Jul 23, 2010 at 4:43 AM, Rahul Akolkar 
>>>>>>>>>> <rahul.akol...@gmail.com> wrote:
>>>>>>>>>>> On Wed, Jul 21, 2010 at 4:01 PM, Simone Tripodi
>>>>>>>>>>> <simone.trip...@gmail.com> wrote:
>>>>>>>>>>>> Hi all guys,
>>>>>>>>>>>> as discussed and agreed with Rahul[1] last week, I added the 
>>>>>>>>>>>> missing -
>>>>>>>>>>>> hopefully, detailed - package documentation on the "annotations"
>>>>>>>>>>>> package on the sandbox digester[2] and merged latest trunk
>>>>>>>>>>>> modifications, re-executed tests that still pass.
>>>>>>>>>>>> Now I'd ask your help/feedbacks/suggestions on promoting that code 
>>>>>>>>>>>> on
>>>>>>>>>>>> /trunk since I'm not (yet, hopefully) a commons committer.
>>>>>>>>>>> <snip/>
>>>>>>>>>>>
>>>>>>>>>>> Thanks, I hope to be able to take a look in a week or two.
>>>>>>>>>>>
>>>>>>>>>>> There is no need to CC me on these posts, I read the dev list email
>>>>>>>>>>> (most of it anyway :-)
>>>>>>>>>>>
>>>>>>>>>>> -Rahul
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> Have a nice day, greetings
>>>>>>>>>>>> Simo
>>>>>>>>>>>>
>>>>>>>>>>>> [1] http://markmail.org/message/qwfe4emjf23noilb
>>>>>>>>>>>> [2] 
>>>>>>>>>>>> https://svn.apache.org/repos/asf/commons/sandbox/at-digester/trunk
>>>>>>>>>>>>
>>>>>>>>>>>> http://people.apache.org/~simonetripodi/
>>>>>>>>>>>> http://www.99soft.org/
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>

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

Reply via email to