CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 11:22:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090427040315
location: https://web.archive.org/web/20090427040315/https://github.com/russel
server-timing: captures_list;dur=0.766234, exclusion.robots;dur=0.032153, exclusion.robots.policy;dur=0.018757, esindex;dur=0.013926, cdx.remote;dur=48.243750, LoadShardBlock;dur=371.043591, PetaboxLoader3.datanode;dur=95.947913, PetaboxLoader3.resolve;dur=152.334657
x-app-server: wwwb-app202
x-ts: 302
x-tr: 475
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 21 Aug 2025 11:22:33 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Mon, 27 Apr 2009 04:03:14 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1187ms
x-archive-orig-etag: "1b5dc6ae65d1396b01ef0baa407732bd"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 215585
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 27 Apr 2009 04:03:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 13 Feb 2009 11:54:52 GMT", ; rel="prev memento"; datetime="Fri, 13 Feb 2009 11:54:52 GMT", ; rel="memento"; datetime="Mon, 27 Apr 2009 04:03:15 GMT", ; rel="next memento"; datetime="Fri, 16 Oct 2009 02:00:35 GMT", ; rel="last memento"; datetime="Thu, 26 Jun 2025 13:19:29 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_9_20090427011339_crawl102-c/52_9_20090427040301_crawl101.arc.gz
server-timing: captures_list;dur=0.724049, exclusion.robots;dur=0.026086, exclusion.robots.policy;dur=0.015820, esindex;dur=0.015245, cdx.remote;dur=37.730007, LoadShardBlock;dur=627.821224, PetaboxLoader3.resolve;dur=482.916566, PetaboxLoader3.datanode;dur=283.468793, load_resource;dur=162.873427
x-app-server: wwwb-app202
x-ts: 200
x-tr: 998
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
russel's Profile - GitHub
Public Activity
-
Gant is a Groovy way of using the Ant tasks -- Ant scripting using Groovy, no XML.Updated Mon Apr 20 02:43:08 -0700 2009
-
A Groovy-based, convention over configuration build framework to replace Ant and MavenUpdated Sun Apr 26 00:23:53 -0700 2009
-
The Groovy dynamic programming language -- Java's dynamic symbioteUpdated Sun Apr 26 00:20:54 -0700 2009
-
A manually maintained Git mirror of the SCons Subversion repositoryUpdated Sun Apr 26 00:18:38 -0700 2009
Public Activity
HEAD is d151ca3073cff167a2f4309416437eada2754ad9
x

-
adammurdoch committed d151ca30:
Updated gradle build to use a recent snapshot
-
hans_d committed a750544d:
Changed providerJars from List to Collection
-
adammurdoch committed a097c463:
GRADLE-452:
-
hans_d committed 3e2d87bf:
GRADLE-456 Added comment.
-
hans_d committed a7ddaef3:
GRADLE-456 Configuration.copy does not copy all attributes of the configuration. Applied patch by Steve Appling (in a slightly modified form).
-
adammurdoch committed 8facdd45:
- Extracted some code snippets out of userguide and into samples
-
adammurdoch committed 323d4b49:
GRADLE-452
-
hans_d committed cce39d88:
Fixed bug with executing the javadoc task did not build project dependencies of the compile task.
-
adammurdoch committed 88427157:
Some pdf style tweaks
-
adammurdoch committed 2e1722ae:
GRADLE-457
HEAD is 0d7bebbec2e800d4c6e11706a888a94bf492a312
x

-
roshandawrani committed 0d7bebbe:
GROOVY-3128
-
blackdrag committed 64a39270:
setting version to groovy-1.6.3-SNAPSHOT
-
blackdrag committed 114df0a7:
and another take on GROOVY-3485. Even if the ThreadLocal remains it might be good to let the GC collect the cached value. In an environment with a thread pool it may otherwise happen that this is never collected.
-
blackdrag committed fa96c2a0:
finals should be used for fields for thread safety
-
glaforge committed 83279b18:
GROOVY-3469: Add include mechanism to Groovlets and GSP's + minor refactorings
-
paulk committed 11e73926:
merge changesets 16101 from trunk (GROOVY-3479)
-
paulk committed f9220607:
merge changesets 16021, 16048, 16054, 16055, 16064, 16068, 16073, 16077, 16089, 16095 from trunk (GROOVY-3158 and javadoc typos)
-
blackdrag committed 990b6628:
fix for GROOVY-3486. Because the doc tool requests files ind directories with a - inside. Accoridng to the OSGI spec this is not ok, the directories have to follow packae naming convention, even if they are obviously not packages.
-
blackdrag committed 6b7103cd:
remove failing test now that Groovy does not handle proxies automatically
-
blackdrag committed 0a7f3c8a:
another try to fix GROOVY-3485
-
blackdrag committed 591c681a:
ensures the referenced Thread in LocalMap is only phantom or weak referenced. This enables the GC to collect the thread and the thread local map entry
-
roshandawrani committed 819fbec1:
GROOVY-3483
-
glaforge committed 9440ddf3:
GROOVY-3477: Add setVariables method to GroovyServlet for easy extending of binded vars in custom classes
HEAD is df345154b85961abcbf5c0b4084d0d00ecb7c06c
x

-
roshandawrani committed df345154:
GROOVY-3128
-
glaforge committed c26efcb3:
GROOVY-3469: Add include mechanism to Groovlets and GSP's + minor refactorings (merge rev 16103)
-
paulk committed 391ccaca:
GROOVY-3479: DomToGroovy produces invalid output when namespaces are used in the source xml
-
paulk committed 42cce3a8:
additional SQL test
-
paulk committed 3d567ac5:
GROOVY-3158: Include transaction closure in standard api (partial patch - still broken)
-
paulk committed 3c944a9c:
GROOVY-3158: Include transaction closure in standard api (remaining fixes)
-
paulk committed f9a86fbf:
GROOVY-3473: Java correction for XmlNodePrinter
-
paulk committed e8ce454a:
GROOVY-3158: Include transaction closure in standard api (minor refactoring)
-
paulk committed bd2fa57e:
GROOVY-3158: Include transaction closure in standard api (partial patch - still broken)
-
roshandawrani committed 7ff991ac:
GROOVY-3483
-
paulk committed 67b1ac8a:
minor refactoring of last change for backwards compatibility
-
paulk committed 8b41a481:
additional SQL tests and javadoc
-
paulk committed 12da53b3:
improved JavaDoc and minor refactoring
-
glaforge committed 8fccfdea:
GROOVY-3477: Add setVariables method to GroovyServlet for easy extending of binded vars in custom classes (merge rev 16026)
HEAD is b333444d1caa942c744ddd850a00ba565fbdc3f6
x

-
GregNoel committed b333444d:
Sigh. Checkin to fix previous regression test cause another
-
GregNoel committed a2b2b402:
Fix regression failure (shadowed variable) in Python 2.1
-
GregNoel committed 1918fab7:
Editing changes for textfile.xml and credit to Hartmut Goebel
-
GregNoel committed 7927f843:
Missed the documentation for Textfile and Substfile
-
GregNoel committed 653aaa82:
Add Textfile and Substfile builders
-
GregNoel committed cf267ea1:
use correct base class for filesystem factory functions
-
GregNoel committed 93ae2637:
Add .get_file_contents() to Value() nodes
HEAD is d151ca3073cff167a2f4309416437eada2754ad9
x

-
adammurdoch committed d151ca30:
Updated gradle build to use a recent snapshot
-
hans_d committed a750544d:
Changed providerJars from List to Collection
-
adammurdoch committed a097c463:
GRADLE-452:
-
hans_d committed 3e2d87bf:
GRADLE-456 Added comment.
-
hans_d committed a7ddaef3:
GRADLE-456 Configuration.copy does not copy all attributes of the configuration. Applied patch by Steve Appling (in a slightly modified form).
-
adammurdoch committed 8facdd45:
- Extracted some code snippets out of userguide and into samples
-
adammurdoch committed 323d4b49:
GRADLE-452
-
hans_d committed cce39d88:
Fixed bug with executing the javadoc task did not build project dependencies of the compile task.
-
adammurdoch committed 88427157:
Some pdf style tweaks
-
adammurdoch committed 2e1722ae:
GRADLE-457
HEAD is d151ca3073cff167a2f4309416437eada2754ad9
x

-
adammurdoch committed d151ca30:
Updated gradle build to use a recent snapshot
-
hans_d committed a750544d:
Changed providerJars from List to Collection
-
adammurdoch committed a097c463:
GRADLE-452:
-
hans_d committed 3e2d87bf:
GRADLE-456 Added comment.
-
hans_d committed a7ddaef3:
GRADLE-456 Configuration.copy does not copy all attributes of the configuration. Applied patch by Steve Appling (in a slightly modified form).
-
adammurdoch committed 8facdd45:
- Extracted some code snippets out of userguide and into samples
-
adammurdoch committed 323d4b49:
GRADLE-452
-
hans_d committed cce39d88:
Fixed bug with executing the javadoc task did not build project dependencies of the compile task.
-
adammurdoch committed 88427157:
Some pdf style tweaks
-
adammurdoch committed 2e1722ae:
GRADLE-457
HEAD is df345154b85961abcbf5c0b4084d0d00ecb7c06c
x

-
roshandawrani committed df345154:
GROOVY-3128
-
glaforge committed c26efcb3:
GROOVY-3469: Add include mechanism to Groovlets and GSP's + minor refactorings (merge rev 16103)
-
paulk committed 391ccaca:
GROOVY-3479: DomToGroovy produces invalid output when namespaces are used in the source xml
-
paulk committed 42cce3a8:
additional SQL test
-
paulk committed 3d567ac5:
GROOVY-3158: Include transaction closure in standard api (partial patch - still broken)
-
paulk committed 3c944a9c:
GROOVY-3158: Include transaction closure in standard api (remaining fixes)
-
paulk committed f9a86fbf:
GROOVY-3473: Java correction for XmlNodePrinter
-
paulk committed e8ce454a:
GROOVY-3158: Include transaction closure in standard api (minor refactoring)
-
paulk committed bd2fa57e:
GROOVY-3158: Include transaction closure in standard api (partial patch - still broken)
-
roshandawrani committed 7ff991ac:
GROOVY-3483
-
paulk committed 67b1ac8a:
minor refactoring of last change for backwards compatibility
-
paulk committed 8b41a481:
additional SQL tests and javadoc
-
paulk committed 12da53b3:
improved JavaDoc and minor refactoring
-
glaforge committed 8fccfdea:
GROOVY-3477: Add setVariables method to GroovyServlet for easy extending of binded vars in custom classes (merge rev 16026)
HEAD is df345154b85961abcbf5c0b4084d0d00ecb7c06c
x

-
roshandawrani committed df345154:
GROOVY-3128
-
glaforge committed c26efcb3:
GROOVY-3469: Add include mechanism to Groovlets and GSP's + minor refactorings (merge rev 16103)
-
paulk committed 391ccaca:
GROOVY-3479: DomToGroovy produces invalid output when namespaces are used in the source xml
-
paulk committed 42cce3a8:
additional SQL test
-
paulk committed 3d567ac5:
GROOVY-3158: Include transaction closure in standard api (partial patch - still broken)
-
paulk committed 3c944a9c:
GROOVY-3158: Include transaction closure in standard api (remaining fixes)
-
paulk committed f9a86fbf:
GROOVY-3473: Java correction for XmlNodePrinter
-
paulk committed e8ce454a:
GROOVY-3158: Include transaction closure in standard api (minor refactoring)
-
paulk committed bd2fa57e:
GROOVY-3158: Include transaction closure in standard api (partial patch - still broken)
-
roshandawrani committed 7ff991ac:
GROOVY-3483
-
paulk committed 67b1ac8a:
minor refactoring of last change for backwards compatibility
-
paulk committed 8b41a481:
additional SQL tests and javadoc
-
paulk committed 12da53b3:
improved JavaDoc and minor refactoring
-
glaforge committed 8fccfdea:
GROOVY-3477: Add setVariables method to GroovyServlet for easy extending of binded vars in custom classes (merge rev 16026)
HEAD is da2a0108f0ed49c583f6a3f342a54c966c5a1308
x

-
stevenknight committed da2a0108:
Updates for recent modifications.
HEAD is 0d7bebbec2e800d4c6e11706a888a94bf492a312
x

-
roshandawrani committed 0d7bebbe:
GROOVY-3128
-
blackdrag committed 64a39270:
setting version to groovy-1.6.3-SNAPSHOT
-
blackdrag committed 114df0a7:
and another take on GROOVY-3485. Even if the ThreadLocal remains it might be good to let the GC collect the cached value. In an environment with a thread pool it may otherwise happen that this is never collected.
-
blackdrag committed fa96c2a0:
finals should be used for fields for thread safety
-
glaforge committed 83279b18:
GROOVY-3469: Add include mechanism to Groovlets and GSP's + minor refactorings
-
paulk committed 11e73926:
merge changesets 16101 from trunk (GROOVY-3479)
-
paulk committed f9220607:
merge changesets 16021, 16048, 16054, 16055, 16064, 16068, 16073, 16077, 16089, 16095 from trunk (GROOVY-3158 and javadoc typos)
-
blackdrag committed 990b6628:
fix for GROOVY-3486. Because the doc tool requests files ind directories with a - inside. Accoridng to the OSGI spec this is not ok, the directories have to follow packae naming convention, even if they are obviously not packages.
-
blackdrag committed 6b7103cd:
remove failing test now that Groovy does not handle proxies automatically
-
blackdrag committed 0a7f3c8a:
another try to fix GROOVY-3485
-
blackdrag committed 591c681a:
ensures the referenced Thread in LocalMap is only phantom or weak referenced. This enables the GC to collect the thread and the thread local map entry
-
roshandawrani committed 819fbec1:
GROOVY-3483
-
glaforge committed 9440ddf3:
GROOVY-3477: Add setVariables method to GroovyServlet for easy extending of binded vars in custom classes
HEAD is 0d7bebbec2e800d4c6e11706a888a94bf492a312
x

-
roshandawrani committed 0d7bebbe:
GROOVY-3128
-
blackdrag committed 64a39270:
setting version to groovy-1.6.3-SNAPSHOT
-
blackdrag committed 114df0a7:
and another take on GROOVY-3485. Even if the ThreadLocal remains it might be good to let the GC collect the cached value. In an environment with a thread pool it may otherwise happen that this is never collected.
-
blackdrag committed fa96c2a0:
finals should be used for fields for thread safety
-
glaforge committed 83279b18:
GROOVY-3469: Add include mechanism to Groovlets and GSP's + minor refactorings
-
paulk committed 11e73926:
merge changesets 16101 from trunk (GROOVY-3479)
-
paulk committed f9220607:
merge changesets 16021, 16048, 16054, 16055, 16064, 16068, 16073, 16077, 16089, 16095 from trunk (GROOVY-3158 and javadoc typos)
-
blackdrag committed 990b6628:
fix for GROOVY-3486. Because the doc tool requests files ind directories with a - inside. Accoridng to the OSGI spec this is not ok, the directories have to follow packae naming convention, even if they are obviously not packages.
-
blackdrag committed 6b7103cd:
remove failing test now that Groovy does not handle proxies automatically
-
blackdrag committed 0a7f3c8a:
another try to fix GROOVY-3485
-
blackdrag committed 591c681a:
ensures the referenced Thread in LocalMap is only phantom or weak referenced. This enables the GC to collect the thread and the thread local map entry
-
roshandawrani committed 819fbec1:
GROOVY-3483
-
glaforge committed 9440ddf3:
GROOVY-3477: Add setVariables method to GroovyServlet for easy extending of binded vars in custom classes
HEAD is b333444d1caa942c744ddd850a00ba565fbdc3f6
x

-
GregNoel committed b333444d:
Sigh. Checkin to fix previous regression test cause another
-
GregNoel committed a2b2b402:
Fix regression failure (shadowed variable) in Python 2.1
-
GregNoel committed 1918fab7:
Editing changes for textfile.xml and credit to Hartmut Goebel
-
GregNoel committed 7927f843:
Missed the documentation for Textfile and Substfile
-
GregNoel committed 653aaa82:
Add Textfile and Substfile builders
-
GregNoel committed cf267ea1:
use correct base class for filesystem factory functions
-
GregNoel committed 93ae2637:
Add .get_file_contents() to Value() nodes
HEAD is b333444d1caa942c744ddd850a00ba565fbdc3f6
x

-
GregNoel committed b333444d:
Sigh. Checkin to fix previous regression test cause another
-
GregNoel committed a2b2b402:
Fix regression failure (shadowed variable) in Python 2.1
-
GregNoel committed 1918fab7:
Editing changes for textfile.xml and credit to Hartmut Goebel
-
GregNoel committed 7927f843:
Missed the documentation for Textfile and Substfile
-
GregNoel committed 653aaa82:
Add Textfile and Substfile builders
-
GregNoel committed cf267ea1:
use correct base class for filesystem factory functions
-
GregNoel committed 93ae2637:
Add .get_file_contents() to Value() nodes
HEAD is a46c448d2e7c4e496980d4b6d3c10f921474194a
x

-
russel committed a46c448d:
Add more complete cleanup to the Gradle clean doLast hook.
-
russel committed edeeb67c:
Handle better creating and deleting the Groovy Ant task test version property file.
-
russel committed 99f1dfa6:
Fork mode makes no difference on Canoo CruiseControl.
-
russel committed a4eceeed:
Correct the Gradle build for the latest changes to Trunk. Cannot now use Gradle 0.5.2 to build.
-
russel committed 951ab4fa:
Do the Ant-style output at the end of a run only if the verbosity is higher than normal.
-
russel committed 7699836b:
Check to see if the simple once -> perTest fixes the failures on Canoo CruiseControl.
-
russel committed 37173aa8:
Fixes for GANT-79, patch from Nicolas Lalvevée.
HEAD is a46c448d2e7c4e496980d4b6d3c10f921474194a
x

-
russel committed a46c448d:
Add more complete cleanup to the Gradle clean doLast hook.
-
russel committed edeeb67c:
Handle better creating and deleting the Groovy Ant task test version property file.
-
russel committed 99f1dfa6:
Fork mode makes no difference on Canoo CruiseControl.
-
russel committed a4eceeed:
Correct the Gradle build for the latest changes to Trunk. Cannot now use Gradle 0.5.2 to build.
-
russel committed 951ab4fa:
Do the Ant-style output at the end of a run only if the verbosity is higher than normal.
-
russel committed 7699836b:
Check to see if the simple once -> perTest fixes the failures on Canoo CruiseControl.
-
russel committed 37173aa8:
Fixes for GANT-79, patch from Nicolas Lalvevée.
HEAD is a46c448d2e7c4e496980d4b6d3c10f921474194a
x

-
russel committed a46c448d:
Add more complete cleanup to the Gradle clean doLast hook.
-
russel committed edeeb67c:
Handle better creating and deleting the Groovy Ant task test version property file.
-
russel committed 99f1dfa6:
Fork mode makes no difference on Canoo CruiseControl.
-
russel committed a4eceeed:
Correct the Gradle build for the latest changes to Trunk. Cannot now use Gradle 0.5.2 to build.
-
russel committed 951ab4fa:
Do the Ant-style output at the end of a run only if the verbosity is higher than normal.
-
russel committed 7699836b:
Check to see if the simple once -> perTest fixes the failures on Canoo CruiseControl.
-
russel committed 37173aa8:
Fixes for GANT-79, patch from Nicolas Lalvevée.
HEAD is a46c448d2e7c4e496980d4b6d3c10f921474194a
x

-
russel committed a46c448d:
Add more complete cleanup to the Gradle clean doLast hook.
-
russel committed edeeb67c:
Handle better creating and deleting the Groovy Ant task test version property file.
-
russel committed 99f1dfa6:
Fork mode makes no difference on Canoo CruiseControl.
-
russel committed a4eceeed:
Correct the Gradle build for the latest changes to Trunk. Cannot now use Gradle 0.5.2 to build.
-
russel committed 951ab4fa:
Do the Ant-style output at the end of a run only if the verbosity is higher than normal.
-
russel committed 7699836b:
Check to see if the simple once -> perTest fixes the failures on Canoo CruiseControl.
-
russel committed 37173aa8:
Fixes for GANT-79, patch from Nicolas Lalvevée.
HEAD is a46c448d2e7c4e496980d4b6d3c10f921474194a
x

-
russel committed a46c448d:
Add more complete cleanup to the Gradle clean doLast hook.
-
russel committed edeeb67c:
Handle better creating and deleting the Groovy Ant task test version property file.
-
russel committed 99f1dfa6:
Fork mode makes no difference on Canoo CruiseControl.
-
russel committed a4eceeed:
Correct the Gradle build for the latest changes to Trunk. Cannot now use Gradle 0.5.2 to build.
-
russel committed 951ab4fa:
Do the Ant-style output at the end of a run only if the verbosity is higher than normal.
-
russel committed 7699836b:
Check to see if the simple once -> perTest fixes the failures on Canoo CruiseControl.
-
russel committed 37173aa8:
Fixes for GANT-79, patch from Nicolas Lalvevée.
HEAD is a46c448d2e7c4e496980d4b6d3c10f921474194a
x

-
russel committed a46c448d:
Add more complete cleanup to the Gradle clean doLast hook.
-
russel committed edeeb67c:
Handle better creating and deleting the Groovy Ant task test version property file.
-
russel committed 99f1dfa6:
Fork mode makes no difference on Canoo CruiseControl.
-
russel committed a4eceeed:
Correct the Gradle build for the latest changes to Trunk. Cannot now use Gradle 0.5.2 to build.
-
russel committed 951ab4fa:
Do the Ant-style output at the end of a run only if the verbosity is higher than normal.
-
russel committed 7699836b:
Check to see if the simple once -> perTest fixes the failures on Canoo CruiseControl.
-
russel committed 37173aa8:
Fixes for GANT-79, patch from Nicolas Lalvevée.
HEAD is a46c448d2e7c4e496980d4b6d3c10f921474194a
x

-
russel committed a46c448d:
Add more complete cleanup to the Gradle clean doLast hook.
-
russel committed edeeb67c:
Handle better creating and deleting the Groovy Ant task test version property file.
-
russel committed 99f1dfa6:
Fork mode makes no difference on Canoo CruiseControl.
-
russel committed a4eceeed:
Correct the Gradle build for the latest changes to Trunk. Cannot now use Gradle 0.5.2 to build.
-
russel committed 951ab4fa:
Do the Ant-style output at the end of a run only if the verbosity is higher than normal.
-
russel committed 7699836b:
Check to see if the simple once -> perTest fixes the failures on Canoo CruiseControl.
-
russel committed 37173aa8:
Fixes for GANT-79, patch from Nicolas Lalvevée.
HEAD is da2a0108f0ed49c583f6a3f342a54c966c5a1308
x

-
stevenknight committed da2a0108:
Updates for recent modifications.
This feature is coming soon. Sit tight!