It seems that a task to convert one encoding to another encoding does not
exist in Ant distribution. The solution I have found is NekoConv (
http://people.apache.org/~andyc/neko/i18n/doc/index.html). Is there any
other solution to do the encoding conversion? Thanks
Jingguo Yao
I'm a little confused. The "outofdate" task returns a TRUE if the
files are "Out of Date". That is, you should do a build.
Do you mean that this task returns a FALSE instead? This task should
run the tasks if your target files don't exist.
I recommend that you use the standard task against your
I've never had to get this working myself, so my understanding may be a bit
off here. It strikes me that, at build time, there are two directions of
translation:
1. MANIFEST.MF to ivy.xml: where you want to consume OSGi bundles as if they
were an Ivy repo
2. ivy.xml to MANIFEST.MF: when you want to
Hi, I wanted to see if the behavior I see when using the ant-contrib's
'outofdate' task is a correct one. Basically, I'm trying to determine if
generated EAR archive (in the exploded form) has any out of date files in
respect to the source directories, and re-copy those files if so.
Here is my t
Thanks for you reply Martin, I wasn't using the grid and I actually do have
1.7.1. It was reverting it to 1.6.5 during the build. Turns out it the
selenium-server.jar comes bundled with ANT 1.6.5 so used
selenium-server-coreless.jar instead which doesn't have ANT bundled with it,
and that fixe
Ya, so I viewed the selenium-server.jar file and indeed it was bundled with
it's own version of ANT. Weird. So instead of using that jar I used the
selenium-server-coreless.jar, which didn't have a ANT bundled in it and that
WORKED. Thanks Stefan pointing me in the right direction!
BTW -- I ac