- 
        1. Re: index modulefredrikhultin Oct 2, 2003 12:41 PM (in response to julien1)I just checked out the code and I cant seem to get the index module to compile. The package:org.apache.lucene seems to be missing? 
 Can I download it separately or is there something wrong?
 Cheers
 /Fredrik
- 
        2. Re: index modulejulien1 Oct 2, 2003 12:47 PM (in response to julien1)did you do a fresh checkout ? because I modified CVSROOT/modules where the nukes module definition is, you have to recheckout it entirely. 
 julien
- 
        3. Re: index modulefredrikhultin Oct 2, 2003 1:30 PM (in response to julien1)Hi, 
 thanks that worked. Will I have to do a complete checkout often or is this a one timer?
 When I try to deploy the current build I get the following error message:
 21:23:08,549 ERROR [AbstractDeploymentScanner$ScannerThread] Scanning failed; continuing
 java.io.FileNotFoundException: C:\java\jboss-3.2.2RC2\server\default\nukes
 at org.jboss.net.protocol.file.FileURLLister.listMembers(FileURLLister.java:38)
 at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:374)
 at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
 at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:211)
 at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:190)
 But the application seems to work.
- 
        4. Re: index modulejulien1 Oct 2, 2003 1:33 PM (in response to julien1)for that one you have to create a directory jboss/server/default/nukes and put the additional modules (not nukes.ear) here. 
 julien
- 
        5. Re: index modulefredrikhultin Oct 2, 2003 1:43 PM (in response to julien1)Thanks, now it works! 
 
    