From: John D. G. <jd...@di...> - 2011-12-14 01:39:04
|
On 2011-12-13 15:28, brett lentz wrote: > I believe all of the build functionality is contained in the Ant > build.xml, so you should be able to just run "ant build" to get the > source to build. I believe you can install Ant via Cygwin's installer, > too. > > For reference, Ant's docs are here: http://ant.apache.org/ Cygwin doesn't have ant, and maybe doesn't support it. I downloaded and unpacked the Ant distribution and set the PATH, but when I try to test the install by typing "ant" from the Cygwin shell, I get this: > $ ant > /cygdrive/c/Program Files/ant/bin/ant: line 2: $'\r': command not found > /cygdrive/c/Program Files/ant/bin/ant: line 17: $'\r': command not found > /cygdrive/c/Program Files/ant/bin/ant: line 24: syntax error near unexpected token > `$'do\r'' > 'cygdrive/c/Program Files/ant/bin/ant: line 24: `for arg in "$@" ; do > > Root@Mikey ~ > $ |