Hi Ryan, I was able to execute 'ant changes-to-html' on my system (Win7/Cygwin) with no problems.
First thing to check: perl, and either wget or curl, are required. You should get more info about what's happening by running the script directly instead of through ant: perl src/site/changes/changes2html.pl Also, I'm not sure what happens if you're offline - the script uses either wget or curl to download release dates from JIRA. > -----Original Message----- > From: Ryan McKinley [mailto:[email protected]] > Sent: Thursday, October 13, 2011 6:57 PM > To: [email protected] > Subject: ant changes-to-html problems? > > trying to run ant generate-maven-artifacts on windows, i ran into this > issue: > > $ ant changes-to-html > Buildfile: C:\workspace\apache\lucene\lucene\build.xml > > changes-to-html: > > BUILD FAILED > C:\workspace\apache\lucene\lucene\build.xml:534: The following error > occurred while executing this line: > C:\workspace\apache\lucene\lucene\build.xml:520: exec returned: - > 1073741515 > > Total time: 2 seconds > > > Anyone else? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
