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? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/9f05ad6f-f91f-416d-89f9-02cda3e5cf6b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
