https://bz.apache.org/bugzilla/show_bug.cgi?id=62041
--- Comment #10 from PJ Fanning <[email protected]> --- Hi Wolfgang, The poi build is not very newbie friendly. I would suggest the easiest thing to do is to use `ant jar` to build the jars and if you need to access them from another local project, most build tools facilitate this. For example, gradle has support like this: https://stackoverflow.com/a/20956456/987959 compile files('/path/to/poi-4.0.0-SNAPSHOT.jar') You will need to explicitly reference all the poi snapshot jars that your build depends on. -- 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]
