the ant task javac will call the command line javac for files that
are changed. In your case ResumeFileGenerator.java has not
changed so only ResumeConstants.java will be compiled to ResumeConstants.class.
However, ResumeFileGenerator.class does not contain references to
ResumeConstants.class,
the
On 2011-11-01 01:42, Stefan Bodewig wrote:
On 2011-10-31, Rhino wrote:
I have an Ant script that changes the value of some constants in a
constants file that is used later by a Java program. The edits are
pretty trivial in nature - three booleans get set to false instead of
their normal value
Just to be sure I understand here... you have one or more source files
where some of the values get replaced by the build prior to building the
Java code, right? I suspect that this might be more of an Eclipse issue
than an Ant issue.
On 10/31/11 12:55 PM, Rhino wrote:
Is there a fundamental
Hi,
We are currently generating a zip file using multiple
targets as follows.
A requirement has come up in that we need to generate (and include) a list
of the included files and their corresponding MD5 checksum values.
If we use a // combination, I can get a
text file contain
hello,
thanks for the tip. I have set the servers locale to a different one now.
interesting enough, when I run the ant task from the console, it works now. but
when cron runs the job, it calculates the wrong week. so I assume that cron
(still) uses the wrong locale.
when I enter "locale" on t
my new server was configured with following locale:
LANG=en_GB.utf8
LC_CTYPE="en_GB.utf8"
LC_NUMERIC="en_GB.utf8"
LC_TIME="en_GB.utf8"
LC_COLLATE="en_GB.utf8"
LC_MONETARY="en_GB.utf8"
LC_MESSAGES="en_GB.utf8"
LC_PAPER="en_GB.utf8"
LC_NAME="en_GB.utf8"
LC_ADDRESS="en_GB.utf8"
LC_TELEPHONE="en_GB.ut