https://issues.apache.org/bugzilla/show_bug.cgi?id=50610
--- Comment #18 from Jon Svede <[email protected]> 2011-02-21 23:04:14 EST --- I am fine to take down the GitHub repo and work out of SVN, thank you for creating that branch as well as adding the ant targets for building it. I am worried about the inclusion of ExcelAnt in the beta only because of the classpath issue with the tasks. Right now the tasks work because when you set up your path in the build file you add all the dependencies for POI and any other custom classes, for instance the the FreeRefFunction implementations you might contribute. In the case where you put the excelant jar in the Ant lib directory, you lose that benefit. To fix that, the top level excelant class needs to be able to append entries to the classpath. I haven't had time to read up on how to accomplish this. 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]
