Hello Nick, So I have one problem with the 3.5-beta1 release as it stands - the junits from trunk (3.1) do not compile against poi-3.5-beta1.jar or poi-jdk14-3.5-beta1-20080718.jar.
I was attempting to run the junits of 3.1 (https://svn.apache.org/repos/asf/poi/trunk/src/testcases) , but I got about 40 compilation errors that seem to be caused by 3 problems: "Type mismatch: cannot convert from Region to Region" org.apache.poi.hssf.util.Region -> org.apache.poi.ss.util.Region "The import org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator.CellValue cannot be resolved" org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator -> org.apache.poi.ss.usermodel.FormulaEvaluator.CellValue "The method getDataFormatString(Workbook) in the type HSSFCellStyle is not applicable for the arguments (Workbook)" org.apache.poi.hssf.model.Workbook -> org.apache.poi.ss.usermodel.Workbook ----------------- I'm not sure if this concern is even relevant to what we should be verifying. Let me know -Josh On Fri, Jul 11, 2008 at 5:02 AM, Nick Burch <[EMAIL PROTECTED]> wrote: > Hi All > > Yegor spotted we'd missed one file out of the previous beta artifacts, so > we're trying again. As with last time, these have been produced from the > ooxml branch, with fixes from trunk as of last night merged in. > > The new release artifacts can be downloaded from: > http://people.apache.org/~nick/POI-3.5.1-beta1/ > including the main parts in: > http://people.apache.org/~nick/POI-3.5.1-beta1/main/ > and the maven parts in: > http://people.apache.org/~nick/POI-3.5.1-beta1/maven/ > (The previous artificats from these directories have been replaced) > > > The binary releases include two versions of the main jar file, one for those > still on Java 1.4, and another for Java 1.5. You need to be using the Java > 1.5 version if you want to also make use of the ooxml support. > > The maven release does not include the ooxml support, only the old main / > contrib / scratchpad. This is because many of the ooxml dependencies are not > in ibiblio. We would welcome input on this problem from maven users, so we > can fix this for the next release. > > > Finally, voting will now be open until next Friday, 18th July. Please vote: > +1 - I support this release > 0 - I have no opinion either way > -1 - I object, because .... > > I'm +1 > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
