Hey Hari The new build needs to have the poi jar i.e. poi-3.0.1-FINAL.jar. I usually do this by running mvn eclipse in my sample project, since maven downloads the dependency automatically
Also I believe you can download this file from the repository repo1.maven.org and not the kungfuters repository, so if this has been disabled in your setup you will not be able to get this jar in which case you will have to manually download it and put it in your library folder Let me know if this helps Regards Ajay Ravichandran On Thu, Oct 15, 2009 at 9:56 PM, Harihara Vinayakaram <[email protected]>wrote: > Hi > I use ant for building .I find the latest ant failing with the following > error > > aost-read-only/core/src/main/groovy/org/tellurium/ddt/object/mapping/io/ExcelDataReader.groovy: > 6: unable to resolve class org.apache.poi.poifs.filesystem.POIFSFileSystem > [groovyc] @ line 6, column 1. > [groovyc] import org.apache.poi.poifs.filesystem.POIFSFileSystem; > > Is there any library that I need to add ? > > Regards > Hari > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
