Results 1 to 1 of 1
- 11-23-2011, 05:12 PM #1
Member
- Join Date
- Jun 2011
- Posts
- 10
- Rep Power
- 0
Trying to build Lucene340 in netbeans: missing dependencies and other errors
Hello!
I am trying to rebuild Lucene 3.4.0 from the source distribution and found some build errors that I am having hard time resolving. I am fairly new to Java so maybe these are trivial errors but I'd still greatly appreciate any help. Here's a partial list of issues:
1. FormBasedXmlQueryDemo.java in contrib\xml-query-parser\src\demo\java: Can't find these packages:
Do I need to download these JARs from somewhere? Any specific version(s) I need to get?Java Code:import javax.servlet.RequestDispatcher; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;
2. DocHelper.java in backwards\src\test-framework, Line 177: Can't find method:
getOmitTermFreqAndPositions() in class Fieldable
3. TestBlockJoin.java in contrib\join\src\test, Line 214: Can't find method:
cloneDocument() in class _TestUtil
4. TestPayloads.java in src\test, Line 344: Can't find method:
randomFixedByteLengthUnicodeString() in class _TestUtil
Hopefully if I can get help resolving these, I can take care of the rest myself.
Thanks much!
Similar Threads
-
Netbeans created .jar file says missing main method...
By ChexWithRaisins in forum NetBeansReplies: 19Last Post: 11-26-2011, 12:03 AM -
know about how to build JSF app in NETBEANS IDE
By vasanthathatha in forum JavaServer Faces (JSF)Replies: 2Last Post: 05-06-2009, 11:26 AM -
Server.java Errors trying to build a chat
By agfre44_9873 in forum Java AppletsReplies: 2Last Post: 04-25-2009, 01:49 AM -
ant build dependencies
By sardare in forum New To JavaReplies: 0Last Post: 04-02-2009, 10:59 PM -
Netbeans Platform and Module Dependencies
By Josiah.Haswell in forum NetBeansReplies: 10Last Post: 08-07-2007, 12:43 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks