Ok, I looked at the build file and saw that webappsRoot was pointing to
the /staging directory, which was created once I ran "build examples".
I then set my Jetty server to use the staging folder as its deployment
area. I started up the server but when I clicked on the examples, no
dynamic content was loaded. The pages were blank for the most part.
Are there file associations that I need to somehow link with the with
the XAP source? Also, I noticed there was a "build all" which runs the
test cases for you. After I set the jsunit-server-properties xml file
to use my Firefox browser, I ran the build all command. I received the
following error:
<testCase
name="http://localhost:9999/jsunit/testsrc/xap/taghandling/_TestPluginR
egistryImpl.html:testAddPluginDescription
<http://localhost:9999/jsunit/testsrc/xap/taghandling/_TestPluginRegist
ryImpl.html:testAddPluginDescription> " time="0.016">
<error>
Error message is:
"TypeError: ConsoleLog.s_logWindow has no properties"
There is a stack trace I can post if needed. Did I forget to download
something or am I configuring it wrong?
Thanks,
Dan