You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2015/10/15 23:24:16 UTC

[1/2] incubator-groovy git commit: fix dead links

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 81fbe4277 -> d96022299


fix dead links


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/41345910
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/41345910
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/41345910

Branch: refs/heads/master
Commit: 41345910d22c5b1bf069b6522294066ebcb095be
Parents: 81fbe42
Author: pascalschumacher <pa...@gmx.net>
Authored: Thu Oct 15 23:23:38 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Oct 15 23:23:38 2015 +0200

----------------------------------------------------------------------
 src/spec/doc/design-pattern-in-groovy.adoc | 2 +-
 src/spec/doc/tools-groovyc.adoc            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/41345910/src/spec/doc/design-pattern-in-groovy.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/design-pattern-in-groovy.adoc b/src/spec/doc/design-pattern-in-groovy.adoc
index 2017f01..6d7d257 100644
--- a/src/spec/doc/design-pattern-in-groovy.adoc
+++ b/src/spec/doc/design-pattern-in-groovy.adoc
@@ -78,4 +78,4 @@ include::{projectdir}/{specfolder}/design-pattern-visitor.adoc[leveloffset=+2]
  * _Discusses Visitor, Builder and other Patterns._
 . Brad Appleton (1999). http://www.bradapp.com/docs/pizza-inv.html[Pizza Inversion - a Pattern for Efficient Resource Consumption].
  * _One of the most frequently used patterns by many software engineers!_
-. _Design Patterns in Dynamic Languages_ by Neil Ford. Houston Java User’s Group. Examples in Groovy and Ruby. http://www.hjug.org/present/Neal_Ford-Design_Patterns_in_Dynamic_Languages-slides.pdf
\ No newline at end of file
+. _Design Patterns in Dynamic Languages_ by Neil Ford. Houston Java User’s Group. Examples in Groovy and Ruby. http://www.oracle.com/technetwork/server-storage/ts-4961-159222.pdf
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/41345910/src/spec/doc/tools-groovyc.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/tools-groovyc.adoc b/src/spec/doc/tools-groovyc.adoc
index 5b8f140..11954f0 100644
--- a/src/spec/doc/tools-groovyc.adoc
+++ b/src/spec/doc/tools-groovyc.adoc
@@ -188,7 +188,7 @@ you need to set this flag to true. Defaults to false. |No
 * For path structures see for example
 http://ant.apache.org/manual/using.html#path
 * For usages of the javac task see
-http://ant.apache.org/manual/CoreTasks/javac.html
+https://ant.apache.org/manual/Tasks/javac.html
 * The nested javac task behaves more or less as documented for the
 top-level `javac` task. `srcdir`, `destdir`, `classpath`, `encoding` for the
 nested `javac` task are taken from the enclosing `groovyc` task. If these


[2/2] incubator-groovy git commit: remove dead links

Posted by pa...@apache.org.
remove dead links


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/d9602229
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/d9602229
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/d9602229

Branch: refs/heads/master
Commit: d960222992971e1084b3c836d52e4c4991db6fef
Parents: 4134591
Author: pascalschumacher <pa...@gmx.net>
Authored: Thu Oct 15 23:23:48 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Oct 15 23:23:48 2015 +0200

----------------------------------------------------------------------
 subprojects/groovy-jmx/src/spec/doc/jmx.adoc | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/d9602229/subprojects/groovy-jmx/src/spec/doc/jmx.adoc
----------------------------------------------------------------------
diff --git a/subprojects/groovy-jmx/src/spec/doc/jmx.adoc b/subprojects/groovy-jmx/src/spec/doc/jmx.adoc
index 1d90e34..743e533 100644
--- a/subprojects/groovy-jmx/src/spec/doc/jmx.adoc
+++ b/subprojects/groovy-jmx/src/spec/doc/jmx.adoc
@@ -1042,8 +1042,6 @@ If you use an **event listener closure (see above) that accepts a parameter**, y
 
 - http://www.ddj.com/dept/java/184406481?pgno=1[Monitoring the Java Virtual Machine]
 - http://buttso.blogspot.com/2006/05/using-groovy-for-system-management.html[Using Groovy for System Management]
-- http://jmesnil.net/weblog/2007/03/23/jmx-scripts-using-jruby[JMX Scripts using JRuby - Part I]
-- http://jmesnil.net/weblog/2007/04/03/jmx-scripts-using-jruby-part-ii[JMX Scripts using JRuby - Part II]
 - https://blogs.oracle.com/sundararajan/entry/groovier_jconsole[Groovier jconsole!]
 - http://jmesnil.net/weblog/2007/05/23/jmx-scripts-with-eclipse-monkey[JMX Scripts with Eclipse Monkey]
 - http://activemq.apache.org/jmx.html[Using JMX to monitor Apache ActiveMQ]