RE: Guestbook tutorial - Failed to run "buildService" gradle

Jason Tan, módosítva 5 év-val korábban New Member Bejegyzések: 5 Csatlakozás dátuma: 2020.06.05. Legújabb bejegyzések
I tried to follow the tutorial but, I couldn't figure out why the Gradle buildService failed.




EDIT
Found the issue in service.xml file in guestbook-service modules.
This was missing on top of the file.
"<?xml version="1.0"?>
<!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 7.2.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_7_2_0.dtd">"
Jason Tan, módosítva 5 év-val korábban New Member Bejegyzések: 5 Csatlakozás dátuma: 2020.06.05. Legújabb bejegyzések
Found the issue in service.xml in guestbook-service modules.
"<?xml version="1.0"?>
<!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 7.2.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_7_2_0.dtd">"

This was missing on top of the file.
thumbnail
Gregory Amerson, módosítva 5 év-val korábban Liferay Legend Bejegyzések: 1123 Csatlakozás dátuma: 2010.02.16. Legújabb bejegyzések
Thanks for responding with the solution.  It would be great if we could alert people to this problem more gracefully, that you have a malformed XML file.