If all you need are nightly build, then please have a look at the NightlyBuilds_and_MavenRepository wiki for details.
Checking out the SmartGWT source is most useful if you plan to compile SmartGWT yourself. The pre-built SmartGWT distribution already contains all the Java source, so you don't actually need to check it out from the repository just to debug through it. Just tweak your IDE to read source from the SmartGWT jars.
SmartGWT is hosted on Google Code project hosting, so you check out the source for SmartGWT using a Subversion client as you would for any other project hosted on Google Code:
svn checkout http://smartgwt.googlecode.com/svn/trunk/ trunk
The project source code access page has additional instructions for browsing the source online or getting a Subversion client if you don't already have one.
Here's a good writeup if you're using Eclipse : http://forums.smartclient.com/showthread.php?t=3206.
Everything is Java source that can be built with the included SmartGWT Ant build files.
~/smartgwt$ svn checkout http://smartgwt.googlecode.com/svn/tools/ tools
~/smartgwt$ svn checkout http://smartgwt.googlecode.com/svn/trunk/ trunk
~/smartgwt$ cd ~/smartgwt/trunkthen just invoke Ant
ant
ant clean
There is a problem, detailed at ant.apache.org, where ant cannot find the JUnit classes. The simple workaround is to either:
If you get an error like the one below, please remove the file {ANT_HOME}\lib\xercesImpl.jar from your Ant installation as the copy of Xerces distrbuted with certain versions on Ant causes conflicts.
[java] FATAL ERROR: 'Could not compile stylesheet'
BUILD FAILED
C:\java\ smartgwt-svn\trunk\build.xml:35: The following error occurred while executing this line:
C:\java\ smartgwt-svn\trunk\build.xml:15: The following error occurred while executing this line:
C:\java\ smartgwt-svn\trunk\doc\build.xml:63: java.lang.RuntimeException: Unable to complete the xslt tranform
Wiki: NightlyBuilds_and_MavenRepository
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: listgood...@gmail.com
try to make "showcase" work in my server . I am using a XP computer , it is built properly , and upload them into my CentOS/Apache Server, the load page will stop at "please wait...", does not go further. but if replace the my built with the one from the download (the folder showcase in war), the showcase loads properly. Can anybody tell me what happen ?