This looks like a problem with calling "exec" from ant on windows. Try calling ant like this:
ant -Dbuild.id=mamye_internal_9_27_06 build

which should stop ant from trying to "exec" anything. 

-ben

On Sep 27, 2006, at 12:31 PM, Mamye Kratt wrote:

I getting the following error while trying to build legals, I get the same error when I use clean (different line number).
 
Building
 
C:\cygwin\home\mamye\src\svn\openlaszlo\branches\legals\build.xml:480
 
(Line 480 reads  <ant dir="${webapp-lps-home}/server" target="build" />
 
The following error occurred while executing this line:
 
 C:\cygwin\home\mamye\src\svn\openlaszlo\branches\legals\WEB-INF\lps\server\build.xml:55:
 
Execute failed:
java.io.IOException: CreateProcess: svn info --xml
C:\cygwin\home\mamye\src\svn\openlaszlo\branches\legals error=2.

When I look at line 55 it reads, <exec executable="svn" output="repository-info.xml">
 I have svn 1.3.2 and when I run "svn info --xml" on a command line in cygwin it is fine.
 
Clean
 
 C:\cygwin\home\mamye\src\svn\openlaszlo\branches\legals\build.xml:480
 
The following error occurred while executing this line:
 
 C:\cygwin\home\mamye\src\svn\openlaszlo\branches\legals\WEB-INF\lps\server\build.xml:55:
 
Execute failed:
java.io.IOException: CreateProcess: svn info --xml
C:\cygwin\home\mamye\src\svn\openlaszlo\branches\legals error=2.
When I look at line 350 it reads,
<ant dir="${webapp-lps-home}/server"   target="clean" />
 
 
Mamye

_______________________________________________
Laszlo-dev mailing list

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to