Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

proguard/Others

その他もろもろ

情報のありか

以前さんざんお世話になっていた以下は更新が止まっている。ここを見るとJava7までしかサポートしていないので焦る。

現在のメインは以下のようだ

gradleでproguardを使うための資料

mavenリポジトリからproguardを引っ張ってこれるので、proguardを実行するにはダウンロードする必要は無いのだが、した方が良い。なぜなら、proguardディストリビューションの中にgradle用nサンプルがあるから。 これは、「展開ディレクトリ/examples/gradle」フォルダにある。

なお、gradleのproguardタスクを使うと、別途configファイルを用意する必要はなく、build.gradleの中に設定を記述してしまえる模様。

エラー

> java.io.IOException: The output jar [....] must be specified after an input jar, or it will be empty.

--> 単にパスにドライブ名を含めなければならなかった。他のgradle機能でも同じだが。。。

Warning: can't write resource [META-INF/LICENSE] (Duplicate zip entry [subtitles-0.8.jar:META-INF/LICENSE])
Warning: can't write resource [META-INF/NOTICE] (Duplicate zip entry [subtitles-0.8.jar:META-INF/NOTICE])
...

--> gradleのjarタスクのバグらしい。