Compile Liferay under os x 10.6
Posted
by wezzy
on Stack Overflow
See other posts from Stack Overflow
or by wezzy
Published on 2010-03-20T18:13:31Z
Indexed on
2010/03/20
18:21 UTC
Read the original article
Hit count: 680
Hi i'm trying to build Liferay from source, i've downloaded liferay-portal-src-5.2.3.zip but when i go in and press "ant start" i got 3 errors:
- SampleSQLBuilder.java:139: cannot find symbol > _counter = new SimpleCounter(counterOffset);
- EditServerAction.java:401: cannot find symbol > Log4JUtil.setLevel(loggerName, priority);
- EditUserPortraitAction.java:102: cannot find symbol > PortletRequestUtil.testMultipartWithCommonsFileUpload
I've tried switching compiler using build.properties but nothing seems to work. Can you help me ?
© Stack Overflow or respective owner