gwt ant build

57 views
Skip to first unread message

Pranay Sharma

unread,
Jul 9, 2014, 8:51:37 AM7/9/14
to google-web-tool...@googlegroups.com
Hi folks,

I checked out GWT code and followed steps mentioned @

http://www.gwtproject.org/makinggwtbetter.html#checkingout

However, ant is giving me following error:

pranay@pranay-NewCo:~/Documents/GWT/trunk$ ant
Buildfile: /home/pranay/Documents/GWT/trunk/build.xml

build:

dev:

buildtools:

build:

doctool:

compile:

BUILD FAILED
/home/pranay/Documents/GWT/trunk/build.xml:125: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build.xml:27: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build.xml:58: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build.xml:27: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build.xml:120: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build_tools/build.xml:16: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build_tools/build.xml:10: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build_tools/doctool/build.xml:9: Directory /home/pranay/Documents/GWT/trunk/build/out/build_tools/doctool/bin creation was not successful for an unknown reason

Total time: 2 seconds
pranay@pranay-NewCo:~/Documents/GWT/trunk$
pranay@pranay-NewCo:~/Documents/GWT/trunk$ ant -version
Apache Ant(TM) version 1.9.3 compiled on April 8 2014


I am not sure what went wrong. Any help would be highly appreciated.

Cheers,
Pranay

Thomas Broyer

unread,
Jul 9, 2014, 9:01:05 AM7/9/14
to google-web-tool...@googlegroups.com


On Wednesday, July 9, 2014 2:51:37 PM UTC+2, Pranay Sharma wrote:
Hi folks,

I checked out GWT code and followed steps mentioned @

http://www.gwtproject.org/makinggwtbetter.html#checkingout

However, ant is giving me following error:

pranay@pranay-NewCo:~/Documents/GWT/trunk$ ant

Note: "ant dist-dev" should be faster as it doesn't build the javadoc, samples, etc.
 
Buildfile: /home/pranay/Documents/GWT/trunk/build.xml

build:

dev:

buildtools:

build:

doctool:

compile:

BUILD FAILED
/home/pranay/Documents/GWT/trunk/build.xml:125: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build.xml:27: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build.xml:58: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build.xml:27: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build.xml:120: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build_tools/build.xml:16: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build_tools/build.xml:10: The following error occurred while executing this line:
/home/pranay/Documents/GWT/trunk/build_tools/doctool/build.xml:9: Directory /home/pranay/Documents/GWT/trunk/build/out/build_tools/doctool/bin creation was not successful for an unknown reason

Does "/home/pranay/Documents/GWT/trunk/build/out/build_tools/doctool/bin" exists? Can you create it yourself?
Given that it's the very first thing being created during the build, could it be a permissions issue?
 
Reply all
Reply to author
Forward
0 new messages