+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
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
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
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
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
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
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
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