You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Ivan Mladenov <ra...@yahoo.com.INVALID> on 2020/07/29 14:44:58 UTC

Apache POI Example page is broken<

Hi,
it seems like Apache POI Examples web page is broken a lot (probably all) of links render 404HSSF and XSSF Examples

| 
| 
|  | 
HSSF and XSSF Examples


 |

 |

 |

Cheers





Re: Apache POI Example page is broken<

Posted by "fanningpj@apache.org" <fa...@apache.org>.
I tidied up some of the links on the web site. The new 5.0.0 work involves moving around a lot of packages to make code more Jigsaw friendly.






On Thursday 30 July 2020, 13:14:38 GMT+2, Nick Burch <ap...@gagravarr.org> wrote: 





On Wed, 29 Jul 2020, Ivan Mladenov wrote:

> it seems like Apache POI Examples web page is broken a lot (probably 
> all) of links render 404HSSF and XSSF Examples


Hmm, looks like there's a problem, eg
http://poi.apache.org/components/spreadsheet/examples.html#business-plan
links to
http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/BusinessPlan.java
which needs to be
http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/ss/BusinessPlan.java

Need to swap eg ss.example for example.ss in the package names

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: Apache POI Example page is broken<

Posted by Nick Burch <ap...@gagravarr.org>.
On Wed, 29 Jul 2020, Ivan Mladenov wrote:
> it seems like Apache POI Examples web page is broken a lot (probably 
> all) of links render 404HSSF and XSSF Examples

Hmm, looks like there's a problem, eg
http://poi.apache.org/components/spreadsheet/examples.html#business-plan
links to
http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/BusinessPlan.java
which needs to be
http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/ss/BusinessPlan.java

Need to swap eg ss.example for example.ss in the package names

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org