i2p / i2p.i2p-bote

I2P-Bote is a serverless, encrypted e-mail application.
https://i2pbote.xyz
Other
146 stars 44 forks source link

i2pbote.jar includes a source file #98

Closed str4d closed 5 years ago

str4d commented 6 years ago

Reported by zzz in https://trac.i2p2.de/ticket/2095:

This is most likely some error in the build script, as the class file is present also. The java file will, I think, force a recompile by tomcat, and may fail if things are not set up correctly, especially in package builds. Even though it may work, we do not formally support or guarantee that a compiler is present in all installs.

I found this while researching #2094. This may, perhaps, have caused kytv to add an unnecessary dependency for deb pkg builds.

Version 0.4.6

unzip i2pbote.jar ls -l i2p/bote/crypto/wordlist -rw-r--r-- 1 zzz zzz 92 Jan 21 2017 package.html -rw-r--r-- 1 zzz zzz 4536 Jan 21 2017 WordListAnchor?.class -rw-r--r-- 1 zzz zzz 4740 Jan 21 2017 WordListAnchor?.java -rw-r--r-- 1 zzz zzz 67515 Jan 21 2017 words_de.txt -rw-r--r-- 1 zzz zzz 52209 Jan 21 2017 words_en.txt

str4d commented 5 years ago

I do not currently see this in builds from master. We can reopen this issue if it reappears.