Re: Help for building java trunk

2009-03-16 Thread Andrea Gazzarini
+1 on this :) Andrea 2009/3/16 Martin Ritchie > 2009/3/13 Andrea Gazzarini : > > I had the same problem some month ago...below you can find the > corresponding > > thread, hope it helps.Briefly: 1.5 compiler doesn't allow the usage of > > @Override for implementors methods, just only for effecti

Re: Help for building java trunk

2009-03-16 Thread Martin Ritchie
2009/3/13 Andrea Gazzarini : > I had the same problem some month ago...below you can find the corresponding > thread, hope it helps.Briefly: 1.5 compiler doesn't allow the usage of > @Override for implementors methods, just only for effective override. > This is supported (implementors) only from j

Re: Help for building java trunk

2009-03-13 Thread Andrea Gazzarini
I had the same problem some month ago...below you can find the corresponding thread, hope it helps.Briefly: 1.5 compiler doesn't allow the usage of @Override for implementors methods, just only for effective override. This is supported (implementors) only from jdk 1.6 Regards, Andrea 2009/1/15 Ro

Re: Help for building java trunk

2009-01-15 Thread Robbie Gemmell
Perhaps you had already built it once at the top level when you ran the sub-module's build, and it works after the second compile. You were right as to why it happens though, and its a known issue. I believe all such occurrences were removed not that long ago in order to prevent this happening, bu

Re: Help for building java trunk

2009-01-15 Thread Andrea Gazzarini
Thanks Marnie, Thing is strange because the each module compiles fine..I have this error only when I run ant from the java root... Anyway, in order to see if my submitted work builds, I built common and client modules separately. I will try your workaround too Thanks again. Andrea 2009/1/15 Ma

Re: Help for building java trunk

2009-01-15 Thread Marnie McCormack
Hi Andrea, There are some JIRAs around for this (the old ones are the best) - try running again, I believe it works the second time :-) Marnie On Thu, Jan 15, 2009 at 9:12 AM, Andrea Gazzarini wrote: > Hi, > Ant issue has been solved! Finally I found ant and I'm able to run the > build. > > Now

Re: Help for building java trunk

2009-01-15 Thread Andrea Gazzarini
Hi, Ant issue has been solved! Finally I found ant and I'm able to run the build. Now I have a question : the build fails if java 1.5 is used...is that expected? Problem seems due to the fact that only from JDK1.6 the @Override annotation can be used for annotate an implementor method. JDK 1.5 re

Help for building java trunk

2009-01-14 Thread Andrea Gazzarini
Hi all,I just submitted QMan WS-DM so I'd need to run a manual build in order to see that all is working... I tried that on my machine and it builds ok but I'd like to run it on the apache machine too. Is ant installed on that machine? If so How can I use it? Regards, Andrea