11-02-2009 02:11 PM
:
:
:
[javac] symbol : method getLenientFormatters()
[javac] location: class org.alfresco.util.CachingDateFormat
[javac] for (SimpleDateFormat df : CachingDateFormat.getLenientFormatters())
[javac] ^
[javac] /alfresco/HEAD/root/projects/repository/source/java/org/alfresco/repo/search/impl/lucene/analysis/DateTimeTokenFilter.java:98: cannot find symbol
[javac] symbol : method lenientParse(java.lang.String)
[javac] location: class org.alfresco.util.CachingDateFormat
[javac] date = CachingDateFormat.lenientParse(candidate.termText());
[javac] ^
[javac] /alfresco/HEAD/root/projects/repository/source/java/org/alfresco/repo/search/impl/lucene/analysis/DateTokenFilter.java:78: cannot find symbol
[javac] symbol : method lenientParse(java.lang.String)
[javac] location: class org.alfresco.util.CachingDateFormat
[javac] date = CachingDateFormat.lenientParse(candidate.termText());
[javac] ^
[javac] Note: Some input files additionally use or override a deprecated API.
[javac] Note: Some input files additionally use unchecked or unsafe operations.
[javac] 6 errors
[javac] 100 warnings
BUILD FAILED
/alfresco/HEAD/root/projects.xml:246: The following error occurred while executing this line:
/alfresco/HEAD/root/macros.xml:27: Compile failed; see the compiler error output for details.
After compiling successfully other projects before it stops while compiling the repository project. It seems like it can't find some method definitions!11-02-2009 02:47 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.