CDSoft / pp

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...
http://cdelord.fr/pp
GNU General Public License v3.0
253 stars 21 forks source link

plantuml.jar no longer available #56

Closed radams78 closed 6 years ago

radams78 commented 6 years ago

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'
CDSoft commented 6 years ago

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

CDSoft commented 6 years ago

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

radams78 commented 6 years ago

It works now! Thank you.

coldacid commented 6 years ago

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

CDSoft commented 6 years ago

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.