These instructions are under construction. Add comments below with any feedback or questions. These instructions assume you are checking out/building the trunk CLDR and tools. Set up CLDR for Eclipse
Initial Prerequisites[MD: added yellow here and below with recent notes as I updated.] TomcatOpen tools/cldr-apps/.classpath and search for "Tomcat" to find out the version you need, which we'll call XX in this description. The SurveyTool is tested and deployed on Tomcat XX .
Download and unpack the latest Core distribution of Tomcat somewhere (use directories without spaces in their name), but don't attempt to install or run it- Eclipse will be launching it directly.
Next, bring up the Server->Runtime Environments preference section.. Add your Tomcat runtime, and you can check "Create a New Local Server" now. Preferences > Server > Runtime Environments > Apache Tomcat XX > <myDirectory>apache-tomcat-XX [Note that you will choose Apache Tomcat vXX, otherwise the picture below is correct.] Next set Server runtime: Preferences > Web Services > Server and Runtime > Tomcat XX Server. Do a clean build: Project > Clean > Clean All ProjectsSelect org.unicode.cldr.unittest.web.TestAll Run as > Java Application it will fail Run Configurations > TestAll > Arguments > VM Arguments > -DCLDR_ENVIRONMENT=UNITTEST > Main > Rename to TestAll cldr-apps Run TestAll again. you will get lots of System.err messages, but test should pass. BuildingAt this point, the cldr-apps project should build successfully, without errors. --> Congratulations. Now, proceed to SurveyTool Step-by-step setup. Running cldr-apps any other time
TroubleshootingUnsupported PlatformsRAD 7.5
WebSphere (instead of Tomcat)
|
CLDR Development Site > Running Survey Tool >