You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Otis Gospodnetic <ot...@yahoo.com> on 2002/02/14 01:32:57 UTC

Re: My own steammer (brazilian)

That file is created during the build process.
Try building Lucene by typing 'ant compile'.

Otis

--- Bizu_de_An�ncio <at...@bizudeanuncio.com> wrote:
> 	My brazilian steammer has the same structure as the German steammer,
> except
> for the inner logic.
> 
> 	I created it , tested it and now I'm trying to compile it with no
> success.
> The problem is the 'StandartTokenizer.java' class ! I can�t find it
> in the
> package org.apache.lucene.analysis.standard .
> 
> 	The only file that exists there is a file named
> 'StandartTokenizer.jj'.
> What is this file for ?
> 
> 	I have lucene-1.2-rc2. Can someone help me,
> 
> thanks,
> 
> 	jk
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: My own steammer (brazilian)

Posted by Daniel Calvo <dc...@ig.com.br>.
I believe you have to install ant's optional package. You'll also need to have JavaCC.zip and don't forget to configure javacc.home
in build.properties so it points to the right directory.

--Daniel

> -----Original Message-----
> From: Bizu de Anúncio [mailto:atendimento@bizudeanuncio.com]
> Sent: quinta-feira, 14 de fevereiro de 2002 21:21
> To: Lucene Users List
> Subject: RES: My own steammer (brazilian)
>
>
> 	I know this has nothing to do with this list, but please give some help!
>
> 	I downloaded ANT and installed it setting the classpath with all its jar
> files. Then I tried to compile lucene using the suggested command:
>
> 					ANT COMPILE
>
> 	and I got the following message:
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> -=-=-=-=D:\Java\lucene-1.2-rc2>..\jakarta-ant-1.4.1\bin\ant compile
> Buildfile: build.xml
>
> init:
>
> javacc_check:
>
> compile:
>
> BUILD FAILED
>
> D:\Java\lucene-1.2-rc2\build.xml:92: Could not create task of type: javacc.
> Comm
> on solutions are to use taskdef to declare your task, or, if this is an
> optional
>  task, to put the optional.jar in the lib directory of your ant installation
> (AN
> T_HOME).
>
> Total time: 2 seconds
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> -=-=-=-=
>
>
> 	I'm absolutelly ignorant about ANT. What is missing ? Am I too far from the
> solution (if so, i promisse to study more) ? Where can I find the
> 'optional.jar' file ? Please, can someone give me some clue ?
>
> 	bye
> 		jk
>
>
>
>
> -----Mensagem original-----
> De: Otis Gospodnetic [mailto:otis_gospodnetic@yahoo.com]
> Enviada em: Wednesday, February 13, 2002 9:33 PM
> Para: Lucene Users List
> Assunto: Re: My own steammer (brazilian)
>
>
> That file is created during the build process.
> Try building Lucene by typing 'ant compile'.
>
> Otis
>
> --- Bizu_de_Anúncio <at...@bizudeanuncio.com> wrote:
> > 	My brazilian steammer has the same structure as the German steammer,
> > except
> > for the inner logic.
> >
> > 	I created it , tested it and now I'm trying to compile it with no
> > success.
> > The problem is the 'StandartTokenizer.java' class ! I can´t find it
> > in the
> > package org.apache.lucene.analysis.standard .
> >
> > 	The only file that exists there is a file named
> > 'StandartTokenizer.jj'.
> > What is this file for ?
> >
> > 	I have lucene-1.2-rc2. Can someone help me,
> >
> > thanks,
> >
> > 	jk
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE Valentine eCards with Yahoo! Greetings!
> http://greetings.yahoo.com
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: RES: My own steammer (brazilian)

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Hello,

Looks like a completely Ant problem.
Please see http://marc.theaimsgroup.com/?l=ant-user&r=1&w=2

optional.jar can be downloaded from Jakarta, please see
http://jakarta.apache.org/ant

Otis

--- Bizu de An�ncio <at...@bizudeanuncio.com> wrote:
> 	I know this has nothing to do with this list, but please give some
> help!
> 
> 	I downloaded ANT and installed it setting the classpath with all its
> jar
> files. Then I tried to compile lucene using the suggested command:
> 
> 					ANT COMPILE
> 
> 	and I got the following message:
> 
>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> -=-=-=-=D:\Java\lucene-1.2-rc2>..\jakarta-ant-1.4.1\bin\ant compile
> Buildfile: build.xml
> 
> init:
> 
> javacc_check:
> 
> compile:
> 
> BUILD FAILED
> 
> D:\Java\lucene-1.2-rc2\build.xml:92: Could not create task of type:
> javacc.
> Comm
> on solutions are to use taskdef to declare your task, or, if this is
> an
> optional
>  task, to put the optional.jar in the lib directory of your ant
> installation
> (AN
> T_HOME).
> 
> Total time: 2 seconds
>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> -=-=-=-=
> 
> 
> 	I'm absolutelly ignorant about ANT. What is missing ? Am I too far
> from the
> solution (if so, i promisse to study more) ? Where can I find the
> 'optional.jar' file ? Please, can someone give me some clue ?
> 
> 	bye
> 		jk
> 
> 
> 
> 
> -----Mensagem original-----
> De: Otis Gospodnetic [mailto:otis_gospodnetic@yahoo.com]
> Enviada em: Wednesday, February 13, 2002 9:33 PM
> Para: Lucene Users List
> Assunto: Re: My own steammer (brazilian)
> 
> 
> That file is created during the build process.
> Try building Lucene by typing 'ant compile'.
> 
> Otis
> 
> --- Bizu_de_An�ncio <at...@bizudeanuncio.com> wrote:
> > 	My brazilian steammer has the same structure as the German
> steammer,
> > except
> > for the inner logic.
> >
> > 	I created it , tested it and now I'm trying to compile it with no
> > success.
> > The problem is the 'StandartTokenizer.java' class ! I can�t find it
> > in the
> > package org.apache.lucene.analysis.standard .
> >
> > 	The only file that exists there is a file named
> > 'StandartTokenizer.jj'.
> > What is this file for ?
> >
> > 	I have lucene-1.2-rc2. Can someone help me,
> >
> > thanks,
> >
> > 	jk
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Send FREE Valentine eCards with Yahoo! Greetings!
> http://greetings.yahoo.com
> 
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail 
http://mail.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RES: My own steammer (brazilian)

Posted by Bizu de Anúncio <at...@bizudeanuncio.com>.
	I know this has nothing to do with this list, but please give some help!

	I downloaded ANT and installed it setting the classpath with all its jar
files. Then I tried to compile lucene using the suggested command:

					ANT COMPILE

	and I got the following message:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=D:\Java\lucene-1.2-rc2>..\jakarta-ant-1.4.1\bin\ant compile
Buildfile: build.xml

init:

javacc_check:

compile:

BUILD FAILED

D:\Java\lucene-1.2-rc2\build.xml:92: Could not create task of type: javacc.
Comm
on solutions are to use taskdef to declare your task, or, if this is an
optional
 task, to put the optional.jar in the lib directory of your ant installation
(AN
T_HOME).

Total time: 2 seconds
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=


	I'm absolutelly ignorant about ANT. What is missing ? Am I too far from the
solution (if so, i promisse to study more) ? Where can I find the
'optional.jar' file ? Please, can someone give me some clue ?

	bye
		jk




-----Mensagem original-----
De: Otis Gospodnetic [mailto:otis_gospodnetic@yahoo.com]
Enviada em: Wednesday, February 13, 2002 9:33 PM
Para: Lucene Users List
Assunto: Re: My own steammer (brazilian)


That file is created during the build process.
Try building Lucene by typing 'ant compile'.

Otis

--- Bizu_de_Anúncio <at...@bizudeanuncio.com> wrote:
> 	My brazilian steammer has the same structure as the German steammer,
> except
> for the inner logic.
>
> 	I created it , tested it and now I'm trying to compile it with no
> success.
> The problem is the 'StandartTokenizer.java' class ! I can´t find it
> in the
> package org.apache.lucene.analysis.standard .
>
> 	The only file that exists there is a file named
> 'StandartTokenizer.jj'.
> What is this file for ?
>
> 	I have lucene-1.2-rc2. Can someone help me,
>
> thanks,
>
> 	jk
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>