On Thu, 10 Mar 2005, Maciej Zywno <[EMAIL PROTECTED]> wrote: > I've come across strange error in my app. The error is connected > probably with ant classloader and appears while the following piece > of code in my application is run from junit (triggered by ant > triggered by maven): > > MyClass.class.getPackage > > returns null,
Maven still uses Ant 1.5.4 IIRC. Ant 1.6.x (1.6.0 has been released more than a year ago) is supposed to provide package information. I have no idea whether you can run Maven with Ant 1.6.x. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
