I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7a49b09b authored by zzz's avatar zzz
Browse files

Build: Fix to not clean in imagegen on every build

Clarify some release prompts
parent 33629d07
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
<attribute name="infile" /> <attribute name="infile" />
<attribute name="outfile" /> <attribute name="outfile" />
<sequential> <sequential>
<input message="Enter private signing key file:" addproperty="release.privkey" /> <input message="Enter sud/su2 private signing key file:" addproperty="release.privkey" />
<fail message="You must enter an existing file path." > <fail message="You must enter an existing file path." >
<condition> <condition>
<or> <or>
...@@ -197,13 +197,13 @@ ...@@ -197,13 +197,13 @@
</or> </or>
</condition> </condition>
</fail> </fail>
<input message="Enter key name (you@mail.i2p):" addproperty="release.signer.su3" /> <input message="Enter su3 key name (you@mail.i2p):" addproperty="release.signer.su3" />
<fail message="You must enter a name." > <fail message="You must enter a name." >
<condition> <condition>
<equals arg1="${release.signer.su3}" arg2=""/> <equals arg1="${release.signer.su3}" arg2=""/>
</condition> </condition>
</fail> </fail>
<input message="Enter key password for ${release.signer.su3}:" addproperty="release.password.su3" /> <input message="Enter su3 key password for ${release.signer.su3}:" addproperty="release.password.su3" />
<fail message="You must enter a password." > <fail message="You must enter a password." >
<condition> <condition>
<equals arg1="${release.password.su3}" arg2=""/> <equals arg1="${release.password.su3}" arg2=""/>
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
</target> </target>
<target name="buildImagegen" depends="buildCore, buildJetty" > <target name="buildImagegen" depends="buildCore, buildJetty" >
<ant dir="apps/imagegen" target="all" /> <ant dir="apps/imagegen" target="build" />
<copy file="apps/imagegen/imagegen/build/imagegen.war" todir="build/" /> <copy file="apps/imagegen/imagegen/build/imagegen.war" todir="build/" />
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment