Search found 7 matches

by Orisson
Wed Mar 27, 2019 4:05 pm
Forum: Contribution
Topic: Maven -- PluginManagement
Replies: 0
Views: 4662

Maven -- PluginManagement

Hi,

Why is Plugin Management tag commented in pom.xml?

I want to develop some Hibernate code in Eclipse but before i want to know the reasons about this ...
by Orisson
Fri Aug 31, 2018 12:29 pm
Forum: Freeciv-web
Topic: "So long, and thanks for all the fish"
Replies: 5
Views: 6100

Re: "So long, and thanks for all the fish"

I hope all is well, and maybe we can share new games in the future!
by Orisson
Sat May 12, 2018 4:47 pm
Forum: Freeciv-web
Topic: img-extract.py
Replies: 1
Views: 2994

Re: img-extract.py

My solution: edit dl_freeciv.sh, adding:
git init
and updating
git read-tree --prefix=freeciv/ --index-output=.freeciv_index $1
instead of
git read-tree --prefix=freeciv/freeciv/ --index-output=.freeciv_index $1
by Orisson
Fri May 11, 2018 11:17 pm
Forum: Freeciv-web
Topic: img-extract.py
Replies: 1
Views: 2994

img-extract.py

Hello, while installing : Parsing ../../freeciv/freeciv/data/amplio2/terrain1.spec Traceback (most recent call last): File "img-extract.py", line 192, in <module> config = config_read(file); File "img-extract.py", line 147, in config_read with open (file, "r") as myfile...
by Orisson
Thu May 10, 2018 12:57 pm
Forum: Freeciv-web
Topic: prepare_freeciv.sh
Replies: 2
Views: 4009

Re: prepare_freeciv.sh

Nope. I have replaced this if ! grep "NETWORK_CAPSTRING_MANDATORY=\"$ORIGCAPSTR\"" freeciv/fc_version 2>/dev/null >/dev/null ; then by if ! grep -rl "NETWORK_CAPSTRING_MANDATORY=\"$ORIGCAPSTR\"" . 2>/dev/null >/dev/null ; then and it works. I had to manually d...
by Orisson
Tue May 08, 2018 9:49 pm
Forum: Freeciv-web
Topic: prepare_freeciv.sh
Replies: 2
Views: 4009

prepare_freeciv.sh

Hi, when i run ./prepare_freeciv.sh i get : Capstring to be replaced does not match one given in version.txt Patching failed In version.txt we have FCREV=5b941ee273ca2e0cd2adab72c74c8d7972a70ecf ORIGCAPSTR="+Freeciv.Devel-3.1-2018.May.06" WEBCAPSTR="+Freeciv.Web.Devel-3.1" In fc_...
by Orisson
Tue Mar 13, 2018 10:50 pm
Forum: Freeciv-web
Topic: play.freeciv.org / freeciv-web revival discussion
Replies: 9
Views: 12507

Re: play.freeciv.org / freeciv-web revival discussion

So, does the VM exist, without the WAR? or there isn't VM anymore?