You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/02/17 16:14:28 UTC

[Bug 60742] New: Build fail on Windows (resolution patch)

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

            Bug ID: 60742
           Summary: Build fail on Windows (resolution patch)
           Product: POI
           Version: 3.16-dev
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: POI Overall
          Assignee: dev@poi.apache.org
          Reporter: chiaramarcheschi@tagetik.com
  Target Milestone: ---

Created attachment 34763
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34763&action=edit
Patch

The TestXSSFCloneSheet contains a "unix style" path to reference "60512.xlsm".
The ant compilation fails with:
"java.io.FileNotFoundException: \tmp\60512.xlsx (The system cannot find the
path specified)"

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


[Bug 60742] [PATCH] Build fail on Windows due to Linux-style path in unit test

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60742

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
I remove this in r1783428 as it just was leftover local test code.

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


[Bug 60742] [PATCH] Build fail on Windows due to Linux-style path in unit test

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60742

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Build fail on Windows       |[PATCH] Build fail on
                   |(resolution patch)          |Windows due to Linux-style
                   |                            |path in unit test

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


[Bug 60742] Build fail on Windows (resolution patch)

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60742

Chiara Marcheschi <ch...@tagetik.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable
                 CC|                            |chiaramarcheschi@tagetik.co
                   |                            |m
                 OS|                            |All

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


[Bug 60742] Build fail on Windows (resolution patch)

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60742

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |60512
             Status|NEW                         |NEEDINFO

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
Thanks! Fixed in r1783426.

I'm wondering if we need to call both writeOutAndReadBack and write. If this
test is testing what happens if the same workbook is written out twice, then we
could accomplish that with two writeOutAndReadBack (to ByteArrayOutputStreams
instead of FileOutputStreams, which are faster) or write out to a
NullOutputStream if we don't care about the output.

Dominik, any ideas?


Referenced Bugs:

https://bz.apache.org/bugzilla/show_bug.cgi?id=60512
[Bug 60512] Missing XSSFRelation.CUSTOM_PROPERTY generates POIXMLException on
cloneSheet() method
-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org