AW: AW: setting-up scarab 0.21 for oracle 10g
"Norbert Hirneisen" <[email protected]> Thu, 10 Jul 2008 10:25:14 +0200
| Newsgroups | gmane.comp.java.scarab.user |
|---|---|
| Message-ID | <007201c8e266$7a3b5730$ee00a8c0@nserver> |
>> I get the error "unrecognized tag 'id' " in project.xml. Checking >> project.xml all looks fine for me ... >Is MAVEN_HOME now pointing to maven-1.1 ? Yes. The maven2 env-variable is M2_HOME - so there is no mix-up between the two versions. >The id tag is definitely part of the project.xml, and this is the same >error message you were getting with mvn-2 I solved the problem by not starting maven from the scarab-root tree but from the build-subdirectory. Perhaps I have been misunderstanding the documentation - Ithought maven has to be startet from root and only ant has to be startet from $scarab/build. So I was now able to build scarab with ant and maven 1.1 (-: Scarab is now running with tomcat 5.5 and I have to find the origin of the org.tigris.scarab.util.ScarabRuntimeException: org.tigris.scarab.tools.localization.L10NMessage@c71c00 at org.tigris.scarab.util.word.SearchFactory.getInstance(SearchFactory.java:76) at org.tigris.scarab.util.word.LuceneSearchIndex$UpdateThread.run(LuceneSearchIndex .java:777) at java.lang.Thread.run(Thread.java:595) Looks like the ServiceManager sm could not be instantiated ... Regards, Norbert