https://bz.apache.org/bugzilla/show_bug.cgi?id=63399

David Gauntt <dmgau...@uab.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #2 from David Gauntt <dmgau...@uab.edu> ---
It appears that the problem was in changes I had made to build.xml trying to
get Ant to build POI.  The offending error was in the following text (starting
at line 1612):

            <poiunit failureproperty="ooxml.xmlsec.test.failed" heap="768"
jacocodest="build/jacoco-@{type}-xmlsec.exec">
                <classpath>
                    <path refid="@{classpath}"/>
                    <path refid="test.jar.classpath"/>
                    <path refid="ooxml.xmlsec.classpath"/>
                </classpath>
                <batchtest todir="${ooxml.reports.test}">
                    <fileset dir="${ooxml.src.test}">
                        <!-- <include name="**/TestSignatureInfo.java"/> -->
                    </fileset>
                </batchtest>
            </poiunit>

I had commented out <include name="**/TestSignatureInfo.java"/> as part of my
debugging attempts.  When this line is commented out and the "assemble" target
is run, the unit test "AddImageBenchmark" in target "test-ooxml" fails.  When
this line is not commented out, the build succeeds. 

I will add a comment to bug 63381 "Suggested change to "How to build"
instructions" with detailed suggestions on how to build POI when using Eclipse.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to