I have downloaded the latest head version and was implementing my customizations that were done in prior versions. All went well until I tried to compile. It contained messages like:
….site\SlingshotUserFactory.java:114: cannot find symbol
[javac] symbol : variable CM_DIVISION
[javac] location: class org.alfresco.web.site.SlingshotUserFactory
[javac] writer.writeValue(CM_DIVISION, user.getDivision());
This worked fine before however now errors compiling. Changes I made to this file were just:
writer.writeValue(CM_DIVISION, user.getDivision());
If I search the working set for JobTitle which is also in the same file I get the same number of results returned. The only think I notice is that the includes now are totally different on this class and it's surf based now. Otherwise looks very similar but not acting the same.
Thanks.
jR