D:\ HYBRIS软拷贝\ hybris \ bin \ platform> setantenv.bat
将ant home设置为:D:\ HYBRIS Soft copy \ hybris \ bin \ platform \ apache-ant-1.9.1 2013年5月15日编译的Apache Ant(TM)版本1.9.1
.state('addPet', {
url: '/pet/add',
templateUrl: 'scripts/views/profile/edit.html',
controller: 'ProfileFormCtrl'
})
.state('pet', {
url: '/pet/:petId',
templateUrl: 'scripts/views/profile/profile.html',
controller: 'ProfileCtrl'
})
.state('editPet', {
url: '/pet/:petId/edit',
templateUrl: 'scripts/views/profile/edit.html',
controller: 'ProfileFormCtrl'
})
答案 0 :(得分:13)
当您解压缩hybris档案时,您必须在$ HYBRIS / hybris中只有两个文件夹
接下来你需要转到
$ HYBRIS / hybris / bin / platform
并致电:
./ setantenv.bat
下
ant clean
并选择您的个人资料(开发)
毕竟你可以使用
全部
用于构建你的hybris应用程序。
答案 1 :(得分:3)
请在名称较短的文件夹中再次提取您的文件夹。并且,使用7-zip提取文件夹,因为可能存在与提取相关的一些问题。
答案 2 :(得分:2)
查看路径不能包含空格
答案 3 :(得分:1)
它因为目录路径中的空间。
答案 4 :(得分:1)
此错误是因为hybris安装路径的空间。确保每个段的完整路径中没有任何空间。
答案 5 :(得分:1)
我建议您使用配方安装程序,并且不要在目录名中保留空格。这很容易......
转到平台目录并运行以下命令 步骤1: 。 ./setantenv.sh(适用于Mac) setantenv.bat(适用于Windows)
步骤2:转到Hybris安装程序目录并运行以下命令 注意:您将在hybris目录中找到installer目录 ./install.sh -r sap_som_b2b(适用于Mac) install.bat -r sap_som_b2b(适用于Windows)
**复制自: https://www.queshub.com/how-to-install-sap-hybris-using-recipe-installer-
答案 6 :(得分:0)
首先检查jdk是否可用,如果不可用,请下载并安装并设置路径(env变量)
然后检查Java版本 -下载Hybris软件(大于2gb)...然后将解压缩的软件转到基于vesrion的安装程序或bin中 install.bat -r b2c_acc或setantenv.bat 完成后 蚂蚁清理所有 install.bat -r b2c_acc初始化或 完成后登录Hybris管理控制台,前http://localhost:9002/hac/hybris 在那里,您找到选项卡initialize(在项目中只有一次,否则所有东西都会消失)