CDSoft / pp

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...

Home Page:http://cdelord.fr/pp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plantuml.jar no longer available

radams78 opened this issue · comments

When I download pp.tgz and run make, I receive the following error:

wget http://sourceforge.net/projects/plantuml/files/plantuml.jar -O .stack-work/Plantuml.jar
--2018-02-27 11:54:30--  http://sourceforge.net/projects/plantuml/files/plantuml.jar
Resolving sourceforge.net (sourceforge.net)... 216.105.38.13
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sourceforge.net/projects/plantuml/files/plantuml.jar [following]
--2018-02-27 11:54:31--  https://sourceforge.net/projects/plantuml/files/plantuml.jar
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-02-27 11:54:33 ERROR 404: Not Found.

Makefile:133: recipe for target '.stack-work/Plantuml.jar' failed
make: *** [.stack-work/Plantuml.jar] Error 8
make: *** Deleting file '.stack-work/Plantuml.jar'

plantuml.jar location seems to have changed. I'll get a copy and put it on my web site and update Makefile.

The version 2.3.3 downloads plantuml.jar at cdsoft.fr. It should be working now.

It works now! Thank you.

PlantUML 1.2018.02 is now available, you might want to update the copy on cdsoft.fr.

The original link to the last plantuml has also been fixed. I've changed the makefile to download this link first and try cdsoft.fr in case of failure.
Plantuml.jar is now also uptodate on cdsoft.fr.
Thanks.