Hi all,
I am trying to write testcases for my submission (BUG12102) HSSF Convenience
Methods.
In the bug, I have the attached zip file that puts (I believe) the files in
the appropriate contrib tree. However, there doesn't seem to be a setup for
testing contrib code. I thought I could put my contrib code in the main
tree for testcases, but then they can't seem to find my contrib code.
Running just the single testcase:
C:\java\jakarta-poi\jakarta-poi>ant single-test
-Dtestcase=org.apache.poi.hssf.u
sermodel.contrib.TestHSSFCellUtil
I keep getting errors:
[javac]
C:\java\jakarta-poi\jakarta-poi\src\testcases\org\apache\poi\hssf\us
ermodel\contrib\TestHSSFCellUtil.java:131: cannot resolve symbol
[javac] symbol : variable HSSFCellUtil
[javac] location: class
org.apache.poi.hssf.usermodel.contrib.TestHSSFCellUt
il
[javac] cell = HSSFCellUtil.createCell( row, 0, REPLACED);
[javac] ^
Where is the appropriate location for my contrib code and where should my
test cases go?
Anxiously awaiting the code to be commited,
Eric Pugh
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>