[安装] 求教关于使用liferay+eclipse搭建开发环境,build不过的的问题
bilo
2007-07-24
我参考网上的一些资料做环境搭配,但无法build.
我改动的东西有: 1.将release.properties配置文件改名为release.user.properties,并改动其中的 lp.ext.dir=D:/liferay/ext 2.将${WORKSPACE}/portal\tools\ext_tmpl\ext-ejb\classes下的 portal-ext.properties文件,修改portal.release=enterprise为portal.release=professional。 其余都没有动,然后开始执行clean,完成后执行start就报错了: ---------------------------------------------------- Buildfile: D:\liferay\portal\build.xml start: compile: compile: [mkdir] Created dir: D:\liferay\portal\portal-kernel\classes [javac] Compiling 48 source files to D:\liferay\portal\portal-kernel\classes BUILD FAILED D:\liferay\portal\build.xml:11: The following error occurred while executing this line: D:\liferay\portal\build.xml:129: The following error occurred while executing this line: D:\liferay\portal\build-common-java.xml:29: Error running jikes compiler Total time: 6 seconds ---------------------------------------------------- 被这个错误郁闷了好久了,盼答复,十分感谢! 环境: jkd 1.5.06 liferay4.1.3源码包 eclipse3.1 myeclipse4.1.1GA tomcat5.5.12(还没到tomcat这一步呢|^-^|) |
|
byones
2007-07-27
你没装jikes编译器
|
|
pikachu
2007-08-08
找到ant配置文件,将编译器由jike改为modern。
没有413源码,不知道是哪个配置文件,不过多数是build.properties之类的。 |
|
bilo
2007-08-15
多谢LS两位,原因我已经找到了,是因为在path路径中使用了%JIKES_HOJME%\bin,不知道是什么原因在我的机器上这里的%JIKES_HOJME%必须使用绝对路径,如D:\jikes_1.21\bin,否则就找不到JIKES。
庐山瀑布汗! |