Re: Target Execution Sequence

2011-10-31 Thread Dominique Devienne
On Sun, Oct 30, 2011 at 2:47 AM, Rhino wrote: >  I'm having a perplexing problem and I'm hoping someone here can help me > understand whatever I'm missing. I was moderately fluent with Ant at one > point but I've been away from it a  while and have probably just forgotten > some fundamental that I

wrong week number

2011-10-31 Thread uwegeercken
I have a strange problem and don't know what the cause could be, so I hope somebody can help me. I am using ant for a few years now without problems. now I have to migrate one job to a different machine. the old machine is a windows 2003 server with ant 1.6.5. the new machine is a redhat 64bit se

Re: Target Execution Sequence

2011-10-31 Thread Rhino
On 2011-10-31 04:44, Dominique Devienne wrote: On Sun, Oct 30, 2011 at 2:47 AM, Rhino wrote: I'm having a perplexing problem and I'm hoping someone here can help me understand whatever I'm missing. I was moderately fluent with Ant at one point but I've been away from it a while and have pr

General Concept Question

2011-10-31 Thread Rhino
Is there a fundamental concept in Ant that says, in effect, a file should not be edited during a build because only the original version will ever be seen by the tasks in the build? I have an Ant script that changes the value of some constants in a constants file that is used later by a Jav

Re: Question re Javadoc task

2011-10-31 Thread Michael Ludwig
Rhino schrieb am 30.10.2011 um 13:14 (-0400): > > How do I tell the javadoc task which doctype I want for my > generated Javadocs? It is generating HTML 4.01 but I want it to > generate XHTML1.0. Isn't javadoc always that rusty-trusty HTML 4.01? Take a look at the source of this page, HTML 4.01,

Re: wrong week number

2011-10-31 Thread Stefan Bodewig
On 2011-10-31, uwegeercken wrote: > now when I run the job I calculate the current week. strange is, that on the > old windows machine it gives me week=44 and on the new machine it give me > week=45 Different locales? Calendar week[1] is not a global concept but depends on the country. Stefan

Re: General Concept Question

2011-10-31 Thread Stefan Bodewig
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 of true - and then the Java program whi