You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/08/16 21:57:12 UTC

svn commit: r432045 [6/6] - in /incubator/xap/trunk/buildscripts: ./ doctool/ doctool/narcissus/ doctool/narcissus/CVS/ lib/ profiles/

Propchange: incubator/xap/trunk/buildscripts/lib/zimbra.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/lib/zimbra_c.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/lib/zimbra_c.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/lib/zimbra_c.js (added)
+++ incubator/xap/trunk/buildscripts/lib/zimbra_c.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,21 @@
+Exception in thread "main" java.lang.IllegalArgumentException: out of range index
+	at org.mozilla.classfile.ClassFileWriter.add(ClassFileWriter.java:541)
+	at org.mozilla.classfile.ClassFileWriter.addLoadConstant(ClassFileWriter.java:601)
+	at org.mozilla.classfile.ClassFileWriter.addPush(ClassFileWriter.java:837)
+	at org.mozilla.javascript.optimizer.Codegen.emitConstantDudeInitializers(Codegen.java:905)
+	at org.mozilla.javascript.optimizer.Codegen.generateCode(Codegen.java:306)
+	at org.mozilla.javascript.optimizer.Codegen.compileToClassFile(Codegen.java:157)
+	at org.mozilla.javascript.optimizer.Codegen.compile(Codegen.java:67)
+	at org.mozilla.javascript.Context.compileImpl(Context.java:2246)
+	at org.mozilla.javascript.Context.compileString(Context.java:1314)
+	at org.mozilla.javascript.Context.compileString(Context.java:1303)
+	at org.mozilla.javascript.tools.shell.Main.loadScriptFromSource(Main.java:487)
+	at org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:403)
+	at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:369)
+	at org.mozilla.javascript.tools.shell.Main.processSource(Main.java:360)
+	at org.mozilla.javascript.tools.shell.Main.processFiles(Main.java:153)
+	at org.mozilla.javascript.tools.shell.Main$IProxy.run(Main.java:83)
+	at org.mozilla.javascript.Context.call(Context.java:528)
+	at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:447)
+	at org.mozilla.javascript.tools.shell.Main.exec(Main.java:136)
+	at org.mozilla.javascript.tools.shell.Main.main(Main.java:114)

Propchange: incubator/xap/trunk/buildscripts/lib/zimbra_c.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/ajax.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/ajax.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/ajax.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/ajax.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,15 @@
+// pull in the dependency list and define it in the var "dependencies". This
+// over-rides the default built into getDependencyList.js. The bootstrap and
+// hostenv files are included by default and don't need to be included here,
+// but you can change the hostenv file that's included by setting the value of
+// the variable "hostenvType" (defaults to "browser").
+var dependencies = [
+	"dojo.io",
+	"dojo.io.BrowserIO",
+	"dojo.event.*",
+	"dojo.lfx.*"
+];
+
+// NOTE: this MUST be included or a list of files must be output via print()
+// manually.
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/ajax.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/browserio.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/browserio.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/browserio.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/browserio.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,13 @@
+// pull in the dependency list and define it in the var "dependencies". This
+// over-rides the default built into getDependencyList.js. The bootstrap and
+// hostenv files are included by default and don't need to be included here,
+// but you can change the hostenv file that's included by setting the value of
+// the variable "hostenvType" (defaults to "browser").
+var dependencies = [ 
+	"dojo.io",
+	"dojo.io.BrowserIO"
+];
+
+// NOTE: this MUST be included or a list of files must be output via print()
+// manually.
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/browserio.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/core.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/core.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/core.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/core.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,27 @@
+// pull in the dependency list and define it in the var "dependencies". This
+// overrides the default built into getDependencyList.js. The bootstrap and
+// hostenv files are included by default and don't need to be included here,
+// but you can change the hostenv file that's included by setting the value of
+// the variable "hostenvType" (defaults to "browser").
+var dependencies = [ 
+	"dojo.lang.common",
+	"dojo.lang.array",
+	"dojo.lang.extras",
+	"dojo.lang.declare",
+	"dojo.lang.func",
+	"dojo.event",
+	"dojo.string.common",
+	"dojo.string.extras",
+	"dojo.io",
+	"dojo.io.BrowserIo",
+	"dojo.io.cookie",
+	"dojo.json",
+	"dojo.html.*",
+	"dojo.html.display",
+	"dojo.html.layout",
+	"dojo.html.util"
+];
+
+// NOTE: this MUST be included or a list of files must be output via print()
+// manually.
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/core.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/dashboard.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/dashboard.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/dashboard.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/dashboard.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,9 @@
+var dependencies = [ 
+	"dojo.lang",
+	"dojo.event.*",
+	"dojo.io.*",
+	"dojo.storage.*",
+];
+var hostenvType = ["browser", "dashboard"];
+
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/dashboard.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/dojoWebsite.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/dojoWebsite.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/dojoWebsite.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/dojoWebsite.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,11 @@
+var dependencies = [ 
+	"dojo.widget.*",
+	"dojo.io.*",
+	"dojo.event.*",
+	"dojo.widget.DemoEngine",
+	"dojo.widget.ContentPane",
+	"dojo.widget.Button",
+	"dojo.widget.TimePicker"
+];
+
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/dojoWebsite.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/editor.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/editor.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/editor.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/editor.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,10 @@
+var dependencies = [ 
+	"dojo.widget.*",
+	"dojo.io.*",
+	"dojo.event.*",
+	"dojo.lfx.*",
+	"dojo.widget.Editor",
+	"dojo.widget.Editor2",
+];
+
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/editor.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/event.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/event.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/event.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/event.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,12 @@
+// pull in the dependency list and define it in the var "dependencies". This
+// over-rides the default built into getDependencyList.js. The bootstrap and
+// hostenv files are included by default and don't need to be included here,
+// but you can change the hostenv file that's included by setting the value of
+// the variable "hostenvType" (defaults to "browser").
+var dependencies = [ 
+	"dojo.event.*"
+];
+
+// NOTE: this MUST be included or a list of files must be output via print()
+// manually.
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/event.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/event_and_io.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/event_and_io.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/event_and_io.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/event_and_io.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,14 @@
+// pull in the dependency list and define it in the var "dependencies". This
+// over-rides the default built into getDependencyList.js. The bootstrap and
+// hostenv files are included by default and don't need to be included here,
+// but you can change the hostenv file that's included by setting the value of
+// the variable "hostenvType" (defaults to "browser").
+var dependencies = [ 
+	"dojo.io",
+	"dojo.io.BrowserIO",
+	"dojo.event.*" // NOTE: this includes topic support
+];
+
+// NOTE: this MUST be included or a list of files must be output via print()
+// manually.
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/event_and_io.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/google.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/google.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/google.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/google.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,20 @@
+// pull in the dependency list and define it in the var "dependencies". This
+// overrides the default built into getDependencyList.js. The bootstrap and
+// hostenv files are included by default and don't need to be included here,
+// but you can change the hostenv file that's included by setting the value of
+// the variable "hostenvType" (defaults to "browser").
+
+
+//dojo.require("google.blah");
+
+var dependencies = [
+  "google.xpath"
+];
+
+dependencies.prefixes = [["google", "src/google"]];
+
+
+
+// NOTE: this MUST be included or a list of files must be output via print()
+// manually.
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/google.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/kitchen_sink.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/kitchen_sink.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/kitchen_sink.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/kitchen_sink.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,33 @@
+var dependencies = [ 
+	"dojo.lang",
+	"dojo.html.*",
+	"dojo.html.display",
+	"dojo.html.layout",
+	"dojo.html.util",
+	"dojo.lfx.*",
+	"dojo.event.*",
+	"dojo.logging.*",
+	"dojo.io.*",
+	"dojo.io.IframeIO",
+	"dojo.date",
+	"dojo.string.*",
+	"dojo.regex",
+	"dojo.rpc.*",
+	"dojo.xml.*",
+	"dojo.flash.*",
+	"dojo.storage.*",
+	"dojo.undo.*",
+	"dojo.crypto.*",
+	//"dojo.collections.*",
+	"dojo.collections.ArrayList",
+	"dojo.collections.Collections",
+	"dojo.collections.Queue",
+	"dojo.collections.Stack",
+	"dojo.dnd.*",
+	"dojo.widget.*",
+	"dojo.math.*",
+	//"dojo.reflect.*",
+	"dojo.uri.*"
+];
+
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/kitchen_sink.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/lfx.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/lfx.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/lfx.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/lfx.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,4 @@
+var dependencies = [
+	"dojo.lfx.html"
+];
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/lfx.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/minimal.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/minimal.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/minimal.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/minimal.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,2 @@
+var dependencies = [];
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/minimal.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/moxie.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/moxie.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/moxie.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/moxie.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,15 @@
+var dependencies = [ 
+	"dojo.html.*",
+	"dojo.html.display",
+	"dojo.html.layout",
+	"dojo.html.util",
+	"dojo.widget.*",
+	"dojo.io.*",
+	"dojo.event.*",
+	"dojo.lfx.*",
+	"dojo.widget.Editor",
+	"dojo.flash",
+	"dojo.storage.*",
+];
+
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/moxie.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/multi.one.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/multi.one.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/multi.one.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/multi.one.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,3 @@
+load('buildUtilExt.js');
+load('profiles/multi.profiles.js');
+buildUtil.printDepsExcludingParentDeps(profiles, 'one')

Propchange: incubator/xap/trunk/buildscripts/profiles/multi.one.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/multi.profiles.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/multi.profiles.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/multi.profiles.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/multi.profiles.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,13 @@
+var profiles = {
+	one: {
+		dependencies : [
+			'dojo.event.*'
+		]
+	},
+	two : {
+		profileDeps : ['one'],
+		dependencies : [
+			'dojo.widget.Button'
+		]
+	}
+}

Propchange: incubator/xap/trunk/buildscripts/profiles/multi.profiles.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/multi.two.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/multi.two.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/multi.two.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/multi.two.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,3 @@
+load('buildUtilExt.js');
+load('profiles/multi.profiles.js');
+buildUtil.printDepsExcludingParentDeps(profiles, 'two');

Propchange: incubator/xap/trunk/buildscripts/profiles/multi.two.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/storage.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/storage.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/storage.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/storage.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,7 @@
+var dependencies = [ 
+	"dojo.event.*",
+	"dojo.flash",
+	"dojo.storage.*",
+];
+
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/storage.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/widget.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/widget.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/widget.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/widget.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,7 @@
+var dependencies = [ 
+	"dojo.widget.*",
+	"dojo.io.*",
+	"dojo.event.*"
+];
+
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/widget.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/profiles/zimbra.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/zimbra.profile.js?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/zimbra.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/zimbra.profile.js Wed Aug 16 14:57:09 2006
@@ -0,0 +1,21 @@
+// pull in the dependency list and define it in the var "dependencies". This
+// overrides the default built into getDependencyList.js. The bootstrap and
+// hostenv files are included by default and don't need to be included here,
+// but you can change the hostenv file that's included by setting the value of
+// the variable "hostenvType" (defaults to "browser").
+var dependencies = [
+
+
+
+
+
+
+
+
+];
+
+dependencies.prefixes = [["zimbra", "src/zimbra"]];  
+
+// NOTE: this MUST be included or a list of files must be output via print()
+// manually.
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildscripts/profiles/zimbra.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/sitedoc.mak
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/sitedoc.mak?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/sitedoc.mak (added)
+++ incubator/xap/trunk/buildscripts/sitedoc.mak Wed Aug 16 14:57:09 2006
@@ -0,0 +1,47 @@
+sitedoc: copyfiles rest docbook
+
+####
+# target "copyfiles"
+# copy files over that require no processing (images, css, html, txt, pdf)
+####
+
+COPY_SRC_FILES  := $(shell find $(TOP)/documents -name '*.html' -o -name '*.png' -o -name '*.jpg' -o -name '*.gif' -o -name '*.css' | grep -v docbook)
+COPY_DEST_FILES := $(patsubst $(TOP)/documents/%,$(WEBSITE)/%,$(COPY_SRC_FILES))
+
+copyfiles: $(COPY_DEST_FILES)
+
+$(COPY_DEST_FILES): $(WEBSITE)/%: $(TOP)/documents/%
+	@mkdir -p $(dir $@)
+	$(CP) $< $@
+
+####
+# target "rest"
+# process files in reStructuredText format
+####
+REST_SRC_FILES  := $(shell find $(TOP)/documents -name '*.rst')
+REST_DEST_FILES := $(patsubst $(TOP)/documents/%.rst,$(WEBSITE)/%.html,$(REST_SRC_FILES))
+
+rest: $(REST_DEST_FILES) $(WEBSITE)/js_style_guide.html
+
+$(WEBSITE)/js_style_guide.html: $(TOP)/documents/js_style_guide.txt
+	@mkdir -p $(dir $@)
+	$(RST2HTML) $< $@
+
+$(REST_DEST_FILES): $(WEBSITE)/%.html: $(TOP)/documents/%.rst
+	@mkdir -p $(dir $@)
+	$(RST2HTML) $< $@
+
+####
+# target "docbook"
+# process files in docbook format
+####
+
+DB_SRC_FILES :=
+DB_DEST_FILES :=
+
+docbook: $(DB_DEST_FILES) $(WEBSITE)/requirements.html
+
+# FYI, a "failed to load external entity" warning on docbookx.dtd seems benign. 
+$(WEBSITE)/requirements.html: $(TOP)/documents/requirements.docbook $(DOCBOOK_XSL)
+	@mkdir -p $(dir $@)
+	$(XSLTPROC) -o $@ $(DOCBOOK_XSL) $<

Added: incubator/xap/trunk/buildscripts/testBuildUtil.py
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/testBuildUtil.py?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/testBuildUtil.py (added)
+++ incubator/xap/trunk/buildscripts/testBuildUtil.py Wed Aug 16 14:57:09 2006
@@ -0,0 +1,7 @@
+import os
+import buildUtil
+
+buildUtil.findTestFiles("../tests")
+buildUtil.buildTestFiles()
+
+print file("../testRunner.js", "r+").read()

Propchange: incubator/xap/trunk/buildscripts/testBuildUtil.py
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/buildscripts/usage
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/usage?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/usage (added)
+++ incubator/xap/trunk/buildscripts/usage Wed Aug 16 14:57:09 2006
@@ -0,0 +1,7 @@
+#!/bin/bash
+cd ../src
+if [ $# -gt 1 ]; then
+	cd $2
+fi
+grep -r "dojo\.$1\." * | grep -v "\.svn" | grep -v -e 'dojo\.require\|dojo\.provide\|moduleLoaded' |\
+sed -r 's/^.*(dojo\.'$1'\.[a-zA-Z0-9_\.]+).*$/\1/' | sed -r 's/\.(apply|call)$//' | sort | uniq -c | sort -g -r

Added: incubator/xap/trunk/buildscripts/usage-report
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/usage-report?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/usage-report (added)
+++ incubator/xap/trunk/buildscripts/usage-report Wed Aug 16 14:57:09 2006
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+OUT_DIR=../usage
+
+rm -rf $OUT_DIR
+mkdir -p $OUT_DIR
+
+for file in $(ls ../src); do
+	part=`echo $file | sed 's/\.js//'`
+	if [ `echo -n $part | wc -m` = "0" ]; then
+		continue
+	else
+		./usage $part > $OUT_DIR/$part.txt
+	fi
+done
+
+cat $OUT_DIR/* | sort -g -r > $OUT_DIR/_all.txt
+
+exit 0

Added: incubator/xap/trunk/buildscripts/xaplicense.txt
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/xaplicense.txt?rev=432045&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/xaplicense.txt (added)
+++ incubator/xap/trunk/buildscripts/xaplicense.txt Wed Aug 16 14:57:09 2006
@@ -0,0 +1,20 @@
+/*
+	Copyright  2006 The Apache Software Foundation.
+ 
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+ 
+	http://www.apache.org/licenses/LICENSE-2.0
+ 
+	Unless readAndOuputFile by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+ 
+ */
+
+/*
+	This is a compiled version of XAP, built for deployment.
+*/
\ No newline at end of file

Propchange: incubator/xap/trunk/buildscripts/xaplicense.txt
------------------------------------------------------------------------------
    svn:eol-style = native