02-12-2007 02:16 PM
02-21-2007 09:11 AM
02-26-2007 09:16 AM
02-26-2007 12:23 PM
Does this work ok for you if you use the JBoss Portal 2.2 from the JBoss Bundle?
Cheers
Paul.
02-28-2007 04:46 PM
03-01-2007 08:17 AM
FYI I have successfully tweaked Alfresco 2.0 to work with the latest JBossPortal 2.4.1 release. It required a couple of minor code changes which are not present in the current 2.0 release however. I will commit the changes to our SVN HEAD repo probably tommorow and provide instructions on how to deploy (easy enough).
Thanks,
Kevin
03-02-2007 09:51 AM
03-05-2007 07:29 AM
init:
[echo] Starting build for repository at 12:52
common.compile-java:
[mkdir] Created dir: C:\kam\root\projects\repository\build\classes
[javac] Compiling 1725 source files to C:\kam\root\projects\repository\build\classes
[javac] C:\kam\root\projects\repository\source\java\org\alfresco\repo\search\impl\lucene\LuceneT
est2.java:294: warning: unmappable character for encoding Cp1252
[javac] mlText.addValue(new Locale("ja"), "πâ?πâèπâè");
[javac] ^
[javac] C:\kam\root\projects\repository\source\java\org\alfresco\repo\search\impl\lucene\LuceneT
est2.java:2956: warning: unmappable character for encoding Cp1252
[javac] sp.setQuery("@" + LuceneQueryParser.escape(mlQName.toString()) + ":πâ?πâèπâè");
[javac] ^
[javac] C:\kam\root\projects\repository\source\java\org\alfresco\repo\search\impl\lucene\QueryPa
rser.java:16: warning: [deprecation] org.apache.lucene.document.DateField in org.apache.lucene.docum
ent has been deprecated
[javac] import org.apache.lucene.document.DateField;
[javac] ^
[javac] C:\kam\root\projects\repository\source\java\org\alfresco\filesys\ftp\FTPSrvSession.java:
4174: warning: sun.text.Normalizer is Sun proprietary API and may be removed in a future release
[javac] cmd = sun.text.Normalizer.compose( new String(m_inbuf, 0, rd
len, "UTF-8"), false, 0);
[javac] ^
[javac] C:\kam\root\projects\repository\source\java\org\alfresco\filesys\ftp\FTPSrvSession.java:
4174: cannot find symbol
[javac] symbol : method compose(java.lang.String,boolean,int)
[javac] location: class sun.text.Normalizer
[javac] cmd = sun.text.Normalizer.compose( new String(m_inbuf, 0, rd
len, "UTF-8"), false, 0);
[javac] ^
[javac] C:\kam\root\projects\repository\source\java\org\alfresco\repo\search\impl\lucene\QueryPa
rser.java:448: warning: [deprecation] org.apache.lucene.document.DateField in org.apache.lucene.docu
ment has been deprecated
[javac] part1 = DateField.dateToString(d1);
[javac] ^
[javac] C:\kam\root\projects\repository\source\java\org\alfresco\repo\search\impl\lucene\QueryPa
rser.java:449: warning: [deprecation] org.apache.lucene.document.DateField in org.apache.lucene.docu
ment has been deprecated
[javac] part2 = DateField.dateToString(d2);
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 6 warnings
BUILD FAILED
C:\kam\root\common\build.xml:53: The following error occurred while executing this line:
C:\kam\root\common\common.xml:24: Compile failed; see the compiler error output for details.
Total time: 23 seconds
03-05-2007 09:42 AM
I tried building the 574 revision with "ant build-jboss" and got the following compile errors:
Did anyone succeed in running this?
03-05-2007 10:22 AM
I tried building the 574 revision with "ant build-jboss" and got the following compile errors:
….
Did anyone succeed in running this?
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.