i tried to follow http://code.google.com/webtoolkit/makinggwtbetter.html
and compile trunk using apache 1.7 . but i get the below error. can
anyone pls point out what i did wrongly?
i already put changed
<condition property="gwt.build.iscasesensitivefs" else="false">
<not>
<or>
<os family="mac"/>
</or>
</not>
</condition>
-------------------------------------------------output--------------
Buildfile: build.xml
build:
dev:
buildtools:
build:
ant-gwt:
compile:
build:
customchecks:
compile:
build:
doctool:
compile:
build:
-do:
build:
core:
build.alldeps.jar:
build:
[gwt.javac] Compiling 1 source file to /Users/user/work/project2/
gwt2.0/trunk/build/out/dev/core/bin
BUILD FAILED
/Users/user/work/project2/gwt2.0/trunk/build.xml:104: The following
error occurred while executing this line:
/Users/user/work/project2/gwt2.0/trunk/build.xml:26: The following
error occurred while executing this line:
/Users/user/work/project2/gwt2.0/trunk/build.xml:57: The following
error occurred while executing this line:
/Users/user/work/project2/gwt2.0/trunk/platforms.ant.xml:36: The
following error occurred while executing this line:
/Users/user/work/project2/gwt2.0/trunk/platforms.ant.xml:13: The
following error occurred while executing this line:
/Users/user/work/project2/gwt2.0/trunk/dev/core/build.xml:140: The
following error occurred while executing this line:
/Users/user/work/project2/gwt2.0/trunk/common.ant.xml:231: Non-zero
status code result (1) running command: svn info
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---