yuchuanchen / hadoop-lda

Automatically exported from code.google.com/p/hadoop-lda
0 stars 0 forks source link

Wrong MANIFEST.MF (no entry point nor classpaths) produced for hadooplda-libs.jar #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run HadoopLDA nomally
2. Produce a model to analize
3. java -jar hadooplda-libs.jar showModel –model=/path/to/model.txt 

What is the expected output? What do you see instead?
Expected to start the processing of the model in input
It just doesnt start because in the META-INF/MANIFEST.MF (in the .jar) there is 
no specification o the entry point (java class with main method)

What version of the product are you using? On what operating system?
hadooplda-libs.jar compiled with Ant 1.9.4, under CentOS 2.6 x64

Please provide any additional information below.

Original issue reported on code.google.com by emanuele...@gmail.com on 12 Jul 2014 at 8:46