Re: ant and svn

2008-04-30 Thread Alex Miller
It looks like subversion is "skipping" the updates because those files are already up to date. On Wed, 2008-04-30 at 09:06 -0700, jpyork wrote: > I must be doing something wrong because everytime I try to do one of the > options posted here, I get this: > > svn: > [exec] Skipped http://1.2.3.4/r

Re: ant and svn

2008-04-29 Thread Alex Miller
I've rely heavily on svn but I could not get the svn task to work either. Instead, I just use exec like this: I know this isn't a solution, but it's a workaround that might help you until somebody c

Re: sql task truncating utf8 input

2008-04-08 Thread Alex Miller
500, David Brown wrote: > Can you manually run the query outside of Ant? Say, at the MySQL command > line? My bet is: it will still fail because of the extra apostrophe single > quotes in the string data. > > Alex Miller wrote .. > > Hello, I have just started using Ant as a buil

sql task truncating utf8 input

2008-04-08 Thread Alex Miller
Hello, I have just started using Ant as a build tool for my webservers during the past few weeks and I am very happy so far. Now I am trying to populate a MySQL database from a file containing data using the utf8 charset. I receive no errors, but whenever the INSERT VALUE contains a unicode chara