When I built lucene with ant, it put down a jar file called ./lucene-1.3-final/build/lucene-1.4-rc1-dev.jar
Odd name for a stable release jar file.
What's in a name?! :)
This is standard operating procedure. That "-dev" simply means you're building it locally and all bets are off as to what you built if you modified your local codebase. We remove the "-dev" when building releases, and adjust the "rc1" to "final" or "rc2" as appropriate.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
