Skip to Content
2
Former Member
Oct 24, 2017 at 02:31 PM

ANT production created artifacts build failing

855 Views

Hi,

I am trying to create docker image of Hybris 6.3. I created the project artifacts using the following command,

 ant clean all production -Dproduction.legacy.mode=false

I am unable to build the code, tried ant initialize, ant clean all but got the following error.

 BUILD FAILED
 /home/hybris/bin/platform/build.xml:20: The following error occurred while executing this line:
 /home/hybris/bin/platform/resources/ant/compiling.xml:90: The following error occurred while executing this line:
 /home/hybris/bin/platform/resources/ant/compiling.xml:148: The following error occurred while executing this line:
 /home/hybris/bin/platform/resources/ant/util.xml:20: The following error occurred while executing this line:
 /home/hybris/bin/platform/resources/ant/compiling.xml:155: The following error occurred while executing this line:
 /home/hybris/bin/platform/resources/ant/compiling.xml:297: The following error occurred while executing this line:
 /home/hybris/bin/platform/resources/ant/util.xml:144: The following error occurred while executing this line:
 /home/hybris/bin/ext-atdd/atddengine/buildcallbacks.xml:29: The following error occurred while executing this line:
 /home/hybris/bin/platform/resources/ant/util.xml:91: /home/hybris/bin/ext-atdd/atddengine/src does not exist.

However, I am able to successfully start the server. On accessing HAC it shows the initialize page.

I also found out a SAP knowledge link for the same, https://apps.support.sap.com/sap/support/knowledge/preview/en/2419196

Does someone have a fix for this?

Regards, Farhan