Re: Recent installation instructions?

2017-11-30 Thread Musall, Maik
Hi, those two paths are identical. The thing is that what you get is a permanent redirect to the same path with https instead of http, and curl doesn't follow that. If you use wget instead, you get the correct download. On the new server, I have set up everything to be https only, with permanen

Re: Recent installation instructions?

2017-11-30 Thread Ken Anderson
Thanks! > On Nov 30, 2017, at 5:20 PM, Theodore Petrosky wrote: > > BTW, this link’s jar worked: > http://wocommunity.org/documents/tools/WOInstaller.jar > > > this link’s jar is broken > curl -O http://wocommunity.org/tools/WOInstalle

Recent installation instructions?

2017-11-30 Thread Ken Anderson
All, I’m trying my darndest to setup a machine from scratch to use WOnder. I could just copy everything from my current machine, but then I’d have old everything. I’m following the instructions here: https://wiki.wocommunity.org/display/WEB/Project+Wonder+Installation But when I try to use cu

Re: Small issue when building Wonder7 javadoc -> ${wonder-version.version} not properly used

2017-11-30 Thread Johann Werner
Hi Markus, seems that ant has problems either finding or opening and parsing the pom.xml file. I am no ant expert but after searching a while I see that the used Ant Task to parse Maven files is not maintained since 2014. Since Ant 1.7 there is a Task called XmlProperty that can be used as repl