RE: exception using javah task in 1.6.3

2005-05-02 Thread Gary Gregory
Ah, crud, this breaks our build too. Gary -Original Message- From: Maurice Feskanich [mailto:[EMAIL PROTECTED] Sent: Friday, April 29, 2005 11:15 AM To: Ant Users List Subject: Re: exception using javah task in 1.6.3 Hi Antoine, Thanks for the info. I have created Bugzilla report

Re: exception using javah task in 1.6.3

2005-04-29 Thread Maurice Feskanich
Hi Antoine, Thanks for the info. I have created Bugzilla report #34681 for this issue. Maury Antoine Levy-Lambert wrote: > Hello Maurice, > > The class which is trying to use com.sun.tools.javah.oldjavah.Main is > src/main/org/apache/tools/ant/taskdefs/optional/javah/SunJavah.java > http://cv

Re: exception using javah task in 1.6.3

2005-04-28 Thread Antoine Levy-Lambert
Hello Maurice, The class which is trying to use com.sun.tools.javah.oldjavah.Main is src/main/org/apache/tools/ant/taskdefs/optional/javah/SunJavah.java http://cvs.apache.org/viewcvs.cgi/ant/src/main/org/apache/tools/ant/taskdefs/optional/javah/SunJavah.java I guess the problem is that the changes

exception using javah task in 1.6.3

2005-04-28 Thread Maurice Feskanich
Hi All, I just tried doing my build with 1.6.3, and I'm getting: [javah] Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/tools/javah/oldjavah/Main This build has been working fine with 1.6.2. All I did to use 1.6.3 was change the value of ANT_HOME. I've looked through the do