I had the same problem,

you need a command line svn version with the 'bin' folder added to
system path (I used a 'svn-win32-1.6.x.zip' from this page
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100
just unzip it in a folder and set the path)

but i received the same error because I already had Subversion
installed on my compute and it was older (was 1.5.3) than the one used
for the GWT SVN repository.
so if you already have one like me, you may need to update it.

Hope this help,
Cristiano





On Aug 27, 10:16 am, Thomas Broyer <[email protected]> wrote:
> On 27 août, 06:15, cobra <[email protected]> wrote:
>
> > Hi all,
>
> >         When I try to build the GWT Source Code in Eclipse IDE, here
> > is the error message.
> >         I build the src by Ant to run build.xml, and I have check out
> > the file in trunk and tools folder.
> [...]
> > G:\GWT Project\GWT\trunk\common.ant.xml:270: Unable to launch command:
> > svn info
>
> GWT's build system need to know the branch and revision you're
> building to be able to package it (I don't really know why, but it's
> the way it works).
> It defaults to launching "svn info" (as if you were typing it on a
> command window), which either isn't available on your machine (for
> instance, if you use TortoiseSVN) or isn't in the PATH.
> But you can bypass this call and directly tell the build script which
> branch and revision you're building by setting the gwt.svnrev property
> (in Eclipse, "External Tools Configuration...", the "Properties" tab
> for your launch entry) to something like "bra...@rev" (e.g.
> "tr...@6019").
>
> (oh, and by the way, you should use the "dist-one" or "dev-one" ant
> target to only build for Windows)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to