hybris学习笔记:Trail+~+Preparation

学习笔记:https://wiki.hybris.com/display/tr52/Trail+~+Preparation



安装JDK 1.7 64位
安装eclipse, Elipse download site (selecting the Java EE version)    eclipse-jee-luna-SR1-win32-x86_64
Increase the memory allocated to the JVM
  In your eclipse.ini file (this is beside the eclipse executable), replace -Xmx512m with -Xmx1024m


select PMD for Eclipse 3 改为
select PMD for Eclipse 4


Eclipse导入12个Projects后,到处是红X。 platform报错bootstrap/gensrc目录不存在。

refresh项目后,好很多  -- 也可能是你在ant clean之后,没有执行ant all命令


大量编译报错,如果你是用的中文Windows操作系统,

比如platform项目中的代码    final CurrencyModel euroCurrency = createCurrency("EUR", "鈧�);  编译报错  String literal is not properly closed by a double-quote

在eclipse -> Windows -> Preferences搜索encoding,Workspace里面修改Text file encoding从GBK修改为 UTF-8即可。


大量编译报错,Synax error, annotations are only available if source level is 1.5 or greater

解决办法:如果现在Eclipse中设置的JRE是1.7,出现了如上的错误。先从preferences里把JRE改成1.5,rebuild, 然后再改回1.7就没有错误了。原因不明  :-(



导入项目cuppy后,报错 Project 'cuppy' is missing required source folder: 'gensrc' cuppy Build path Build Path Problem

解决办法:

在eclipse里面,选择cuppy项目,在ant view里面执行ant任务gensource,

然后refresh一下项目即可看到在gensrc目录下面出来很多Java程序。

然后执行ant任务all。


问题: 2015.04.18

eclipse 项目中出现大量的 cannot be resolved to a type 错误

解决办法:

 Try to refresh and clean/build your project in your IDE after you executed ant clean all.  参考这里
土办法:eclipse 菜单Project --> Clean 所有的项目


http://localhost:9001/  管理员帐号是 admin/nimda


Cuppy Site缺省帐号pp/1234   http://localhost:9001/cuppy and login with username pp and password 1234


你可能感兴趣的:(SAP,hybris)