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 ?