| bug in rmic with jdk 1.5 | bug in rmic with jdk 1.5 2005-06-14 - By ralapa@(protected)
Z:\70\build>ant -version Apache Ant version 1.6.4 compiled on May 19 2005
We were using Ant 1.6.2 with JDK 1.4 with no problems. We upgraded to Ant 1.6.4 and JDK 1.5 and now we are seeing the problem.
I just tried ant 1.6.5 and see the same problem.
Maybe the fix doesn't work due to the options we are using, e.g. verify or includes attribute?
<rmic verify="yes" base="${CLASS_DIR}" includes="**/*Impl.class" > <classpath refid="active-class-path"/> </rmic>
-Alex
On Tue, 14 Jun 2005 08:51:02 +0200, "Stefan Bodewig" <bodewig@(protected)> said: > > On Tue, 14 Jun 2005, <ralapa@(protected)> wrote: > > > Is this a known problem? > > Yes, I think so. And I also think it has been fixed in ant 1.6.3 and > later (by adapting Ant to the new defaults). Which version of Ant are > you using? > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) >
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |