Closed himanshubhandari5 closed 5 years ago
Hi @hdbhandari , Thank you for using Damascus and contact this time. Let me clarify your environment here before going into the investigation.
damascus
and it'll show the version on the top.). Please use the latest version and templates. (if you delete ${home_dir}/.damascus
, Damascus will generate the latest template)blade init -v 7.1
${liferay_workspace_root}/modules
and run damascus init -c Todo -p com.liferay.sb.test -v 7.1
for example. Please let me know if you still get errors.
Hi @yasuflatland-lf , thank you for replying back. I should have provided these details in first shot, sorry! Well here they are:
I am targeting version 7.1 CE GA4
C:\LR7\work\lrwrk>damascus Version : 20190429
Yes, I have created fresh workspace. Just to confirm here is the content from .blade.properties, I think it will reflect correct version of Liferay Workspace.
liferay.version.default=7.1 profile.name=gradle
Yes I have used the same command. However I have replaced base.json completely with the URL https://yasuflatland-lf.github.io/damascus-doc/docs/samples/sample1.html
Please let me know if should provide any more information.
@hdbhandari This occurs on Mac as well. It's the cause of the generated code. Will fix this.
@hdbhandari Please try Ver 1.0.23
Thank you! Error is gone now.
@hdbhandari Thank you for your update! Enjoy coding!
Hi, Thanks for this plugin, it is simply awesome. I am exploring it and trying to implement it in a sample project, and facing issue from last 3 days. I am able to generate services for service plugin but while building it I am getting following error logs:
C:\LR7\work\lrwrk\modules\todo\employee-service>blade gw build Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':modules:todo:employee-service:jar'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 21s 5 actionable tasks: 1 executed, 4 up-to-date
Please let me know what is wrong with what I am doing. I am using the same base.json from https://yasuflatland-lf.github.io/damascus-doc/docs/samples/sample1.html on windows 10
Thank you!