python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Ant checksum comparison?
I've been pulling my hair out trying to figure out why this code is failing, when the echo debug output clearly shows that the checksums do, in fact, match:
<macrodef name="compare">
&...
Nikolaii99
Votes: 0
Answers: 1
Problem obfuscating a JAR file using Yguard (com.yworks.yshrink.model.ModelVisitor has interface org.objectweb.asm.ClassVisitor as super class)
I'm trying to obfuscate my generated project JAR file with no success. So I tried to reduce all the steps in order to find out what is going on and I've realized that I cannot use yguard at all and I ...
Ivan
Votes: 0
Answers: 1
How to have multiple if cases in a condition statement in Ant
Like in a switch statement, I want to set different values in the different cases
I can have only one condition and set only two different values in this conditional statement:
<condition property=...

Lyuboslav
Votes: 0
Answers: 1
Pass Command Line arguments to Apache Ant build file from DITAOT custom plugin
I am trying to build a very basic custom html5 plugin for dita-ot. Below is my current setup. Here is my plugin.xml file.
plugin.xml
<plugin id="html5-test" version="3.6.1">...

Krissh
Votes: 0
Answers: 2