https://issues.apache.org/bugzilla/show_bug.cgi?id=50610
--- Comment #16 from Jon Svede <[email protected]> 2011-02-19 00:04:40 EST --- Adding all the POI dependencies into the ExcelAnt jar file makes #2 start working but eventually it fails. This has to do with the classpath. In the original way I set this up, I assumed I could define all the dependencies in one path element and that doing so would allow the classloader to resolve all the dependencies. For option #2 I was able to define the dependencies in the <typedef> tag and get it to resolve but because the ExcelAnt task doesn't have the ability to accept classpath elements and it needs to. I will have to read up on how to enable this - unless this is a default feature somehow. Jon -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
