Hi,
I am trying to setup a forms code which is provided by adobe, I followed all the steps what is needed for settling the code setup.
https://experienceleague.adobe.com/en/docs/experience-manager-65/content/forms/adaptive-forms-core-c...
I copied the commands and paste it to command prompt through this doc, I got the code but wen I am trying to build the code it is throwing the error which I don't get it.
Can anybody tell me what can be the issue?
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/AEM Forms/myform/ui.apps/target/generated-sources/htl/org/apache/sling/scripting/sightly/apps/myform/components/commerce/logo/logo__002e__html.java:[46,95] package com.adobe.cq.commerce.core.components.models.header does not exist
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for My Form 0.0.1-SNAPSHOT:
[INFO]
[INFO] My Form ............................................ SUCCESS [ 1.370 s]
[INFO] My Form - Core ..................................... SUCCESS [ 27.928 s]
[INFO] My Form - UI Frontend .............................. SUCCESS [ 54.385 s]
[INFO] My Form - Repository Structure Package ............. SUCCESS [ 1.752 s]
[INFO] My Form - UI apps .................................. FAILURE [ 4.548 s]
[INFO] My Form - UI content ............................... SKIPPED
[INFO] My Form - UI config ................................ SKIPPED
[INFO] My Form - All ...................................... SKIPPED
[INFO] My Form - Integration Tests ........................ SKIPPED
[INFO] My Form - Dispatcher ............................... SKIPPED
[INFO] My Form - UI Tests ................................. SKIPPED
[INFO] My Form - UI Frontend Forms ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:35 min
[INFO] Finished at: 2026-01-12T10:10:50+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project myform.ui.apps: Compilation failure
[ERROR] /C:/AEM Forms/myform/ui.apps/target/generated-sources/htl/org/apache/sling/scripting/sightly/apps/myform/components/commerce/logo/logo__002e__html.java:[46,95] package com.adobe.cq.commerce.core.components.models.header does not exist
[ERROR]
Thanks In Advance!