Java source file missing from elasticsearch git repo

i find there are some problems with the source code from git . lots of Java source file missing.eg. org.elasticsearch.common.inject.Injector ,org.elasticsearch.common.collect.Sets;
kimchy told me "After you clone, make sure to run "gradlew release" which will generate it. "
and i did find them in elasticsearch-0.17.0-SNAPSHOT.zip.But in module folders i still can not find these java files.Are they dynamically generated? How i can i get the source code?
i really confused .
Thanks
William

A jarjar file gets created that includes it, it resides under modules/jarjar/build/libs/jarjar-....jar . In the final build, it gets embedded into the elasticsearch jar.
On Thursday, May 19, 2011 at 9:33 AM, allwefantasy wrote:

i find there are some problems with the source code from git . lots of Java
source file missing.eg. org.elasticsearch.common.inject.Injector
,org.elasticsearch.common.collect.Sets;
kimchy told me "After you clone, make sure to run "gradlew release" which
will generate it. "
and i did find them in elasticsearch-0.17.0-SNAPSHOT.zip.But in module
folders i still can not find these java files.Are they dynamically
generated? How i can i get the source code?
i really confused .
Thanks
William

--
View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Java-source-file-missing-from-elasticsearch-git-repo-tp2960227p2960227.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.