Michael J McGonagle wrote: > Hello all, > > I am working with trying get target execution based on the files > timestamp. According to what I read about 'uptodate', this is what I > should need. > > Well, I get an error with Ant complaining that: > > <path_to_my>/build.xml:22: Unexpected element "uptodate" > > from here it dies. > > I am running version 1.4.1 of Ant. I know that the other parts of my > build.xml file work, as I had just added the 'uptodate' task. >
<uptodate> needs to be inside a target. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
