Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 23:56, 6 May 2024
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

2 May 2024

     18:00  Html2txt diffhist +204 Aunkrig talk contribs (→‎Change Log)
     17:47  Cs-doclet diffhist +931 Aunkrig talk contribs (→‎Source code)
 m   17:41  ANT doclet diffhist +418 Aunkrig talk contribs (→‎Change Log)
 m   17:04  Commons.unkrig.de diffhist +674 Aunkrig talk contribs (→‎Change Log)
 m   16:39  Unkrig.de‎‎ 2 changes history 0 [Aunkrig‎ (2×)]
 m   
16:39 (cur | prev) +191 Aunkrig talk contribs (→‎Retired Projects)
 m   
16:38 (cur | prev) −191 Aunkrig talk contribs (→‎Larger Projects)
 m   16:23  Zz.unkrig.de diffhist −271 Aunkrig talk contribs
     06:52  (Block log) [Admin‎ (3×)]
     
06:52 Admin talk contribs blocked MediaWiki default talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled) ‎
     
06:51 Admin talk contribs blocked LeliaFennescey talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled) ‎
     
06:50 Admin talk contribs blocked ColumbusDahlenbu talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled) ‎

1 May 2024

N    21:50  CommandLineOptions tutorial diffhist +10,986 Admin talk contribs (Created page with "===Processing command line options is easy, so why do I need a helper?=== To illustrate the reason being, let's develop a command line application to show the typical problems and how <code>CommandLineOptions</code> can help you: <pre> package com.acme.clo_demo; public class Diff { public static void main(String[] args) { boolean brief = false; boolean reportIdenticalFiles = false; int context = 3;...")
N    21:18  Using Globs diffhist +6,994 Admin talk contribs (Created page with "This article documents the "Globs" feature implemented in [http://commons.unkrig.de/commons-text/apidocs/index.html?de/unkrig/commons/text/pattern/package-summary.html commons.unkrig.de]. === Introduction === Surely you have used globs before (maybe even without knowing that they call them "globs"): *.txt dir/*.doc execut?r.txt Globs are a widely spread concept that is used throughout the UNIX, MICROSOFT and other "worlds". All implementations support at least th...")
     20:57 Deletion log Admin talk contribs deleted page Unkrig.de:Unkrig.de(content was: "#REDIRECT Unkrig.de", and the only contributor was "Admin" (talk))
     20:55  (Move log) [Admin‎ (2×)]
     
20:55 Admin talk contribs moved page Unkrig.de:Unkrig.de to Unkrig.de
     
20:52 Admin talk contribs moved page Main Page to Unkrig.de:Unkrig.de without leaving a redirect ‎
N    20:50  MediaWiki:Mainpage diffhist +9 Admin talk contribs (Created page with "Unkrig.de")
N    20:22  Subclipse.unkrig.de diffhist +3,129 Aunkrig talk contribs (Created page with "== Introduction == This ECLIPSE plug-in adds an additional ANT task 'de.unkrig.subclipse.svn' which is available in ANT builds which have the option 'Run in the same JRE as the workspace' set. The ANT task uses the SVN client that is provided by the SUBCLIPSE plug-in. Thus no configuration is required, because it is re-used from SUBCLIPSE. == Download and Installation == Within ECLIPSE, download and install the feature from the update site http://subclipse.unkrig.d...")
     20:18  (Upload log) [Aunkrig‎ (9×)]
     
20:18 Aunkrig talk contribs uploaded File:Ant Task.jpg
     
20:18 Aunkrig talk contribs uploaded File:Custom CVS Command Dialog.jpg
     
20:16 Aunkrig talk contribs uploaded File:CVS Tools Menu Remote.jpg
     
20:14 Aunkrig talk contribs uploaded File:CVS Tools Menu.jpg
     
20:09 Aunkrig talk contribs uploaded File:Loggifer project properties page.png
     
19:59 Aunkrig talk contribs uploaded File:Usage.txt.jpg
     
19:56 Aunkrig talk contribs uploaded File:Main.main.jpg
     
19:35 Aunkrig talk contribs uploaded File:Antdoc-ant-contrib.png
     
19:13 Aunkrig talk contribs uploaded File:Javawordcloud.png
N    20:14  Cvstools.unkrig.de diffhist +3,303 Aunkrig talk contribs (Created page with "<big>'''CVS Tools - an ECLIPSE plug-in for advanced CVS operations'''</big> == Overview == A nice little ECLIPSE plug-in that adds CVS functionality that is sometimes painfully missing from ECLIPSE's built-in CVS client. == Custom CVS command user interface == * A "CVS Tools..." entry in the popup menus of all resources that are under CVS control. 400x400px * A "CVS Tools..." entry in the popup menu of all remote resources in the "CVS Repo...")
N    20:12  Loggifier.unkrig.de / Tools / Java agent diffhist +606 Aunkrig talk contribs (Created page with "Probably the most convenient way to loggify classes at runtime is to start the JVM with the following command line option: $ java -javaagent:path/to/de.unkrig.loggifier.jar ... The LOGGIFIER plugs into the [http://docs.oracle.com/javase/7/docs/api/java/lang/instrument/package-summary.html "Java programming language agents" API] (available since Java 5) and implements loggification at class-loading time. The agent interprets its argument as (newline-separated) loggif...")
N    20:12  Loggifier.unkrig.de / Tools / LoggifyingClassLoader diffhist +134 Aunkrig talk contribs (Created page with "From inside a running JVM, you can load loggified classes with the help of the <code>de.unkrig.loggifier.LoggifyingClassLoader</code>.")
N    20:11  Loggifier.unkrig.de / Tools / Ant task diffhist +1,134 Aunkrig talk contribs (Created page with "LOGGIFIER defines a new task "<de.unkrig.loggifier>" that loggifies your code just like the command line tool. See the example to see how to make the new task accessible from inside your ANT script. == Attributes == ;selector=''glob'' :Which class files to instrument, e.g. "~**Test*.class". Default is "all files". ;out=''file'' :Where to write the output file or directory. Default is to perform an "in-place" loggification. ;keepOrig...")
N    20:08  Loggifier.unkrig.de / Tools / Eclipse plug-in diffhist +216 Aunkrig talk contribs (Created page with "When the plug-in is installed (see below), you will find a new page in the 'Project Properties' dialog: File:Loggifer_project_properties_page.png Here you can enable and configure loggification for the project.")
N    20:07  Loggifier.unkrig.de / Tools / Command line tool diffhist +2,362 Aunkrig talk contribs (Created page with "Running the LOGGIFIER command line tool with the '<code>-help</code>' option explains its usage: Implants logging code into Java class files, and also into class files in directory trees, ZIP format files (.zip, .jar, .war, .ear, ...) and nested ZIP format files (e.g. .war in .ear). Usage: java de.unkrig.loggifier.Main [ <option> ] ... <file-or-dir> Transforms the given <file-or-dir> in-place. java de.unkrig.loggifier.Main [ <option> ] ......")
N    20:06  Loggifier.unkrig.de diffhist +11,481 Aunkrig talk contribs (Created page with "== Motivation == Have you ever wondered how much cleaner your code would look if it weren't littered with all that logging code? And, when you're hunting bugs in production environments, do you produce tons of logging output, but often find that the critical bit of information that you need is missing? If the answers are "no" and "no", then stop reading. Otherwise, LOGGIFIER may be the tool you need. == Overview == The concept of LOGGIFIER is as follows: * Relevant...")
N    20:06  No-template diffhist +193 Aunkrig talk contribs (Created page with "A super-small Java library for templating, i.e. generating text files (HTML, XML, whatever) from a "template" text file. The project home page is [https://github.com/aunkrig/no-template here].")
N    20:05  JDisasm diffhist +2,917 Aunkrig talk contribs (Created page with "A disassembler for Java .class files. Currently supports .class files up to and including version 8. The project home page is [https://github.com/aunkrig/jdisasm here]. == Change Log == ;Version 1.0.6 (2020-11-06): :* Changed license name from "New BSD License" to "BSD-3-Clause", because https://maven.apache.org/pom.html#Licenses recommends "... Using an SPDX identifier as the license name...". :* Changed license URL from "https://raw.githubusercontent.com/janino-com...")
N    20:03  MAIN doclet diffhist +6,441 Aunkrig talk contribs (Created page with "This doclet creates an HTML page for the <code>main(String[])</code> method (or any other method) of each of the specified classes. == Usage == <html> <h3>Doclet command line options:</h3> <dl> <dt><code>-d</code> <var>dest-dir</var></dt> <dt><code>--destination</code> <var>dest-dir</var></dt> <dd>Where to create the HTML files. <p> The effective file name is: </p> <p> <code><dest-dir>/<pkg>/<class>.<method>.html</code> </p> <p> Th...")
N    19:55  Html2txt diffhist +2,795 Aunkrig talk contribs (Created page with "A tool to convert HTML documents into plain text. For example this HTML code File:Main.main.jpg is rendered like this: File:usage.txt.jpg For a complete description of the supported HTML inline elements, see <span class="plainlinks">[http://html2txt.unkrig.de/javadoc/de/unkrig/html2txt/Html2Txt.html#ALL_INLINE_ELEMENTS here]</span>. For a complete description of the supported HTML block elements, see <span class="plainlinks">[http://html2txt.unkrig.de/javad...")
N    19:54  JAVADOC doclet diffhist +2,421 Aunkrig talk contribs (Created page with "A drop-in replacement for the standard JAVADOC doclet that is part of the JAVADOC utility which ships with the JDK. It implements many, but not all options of the original doclet. The main motivation was to demonstrate the capabilities of the no-template framework; in particular its abstract templates that render "javadocish" pages. Effectively, this doclet re-implements the JDK's standard JAVADOC doclet with only 4900 lines of code (including tons of co...")
N    19:52  Cs-doclet diffhist +12,573 Aunkrig talk contribs (Created page with "== Abstract == Cs-doclet is a [http://docs.oracle.com/javase/8/docs/technotes/guides/javadoc/ JAVADOC doclet] that generates the metadata files for [http://checkstyle.sourceforge.net/ CheckStyle] and [http://eclipse-cs.sourceforge.net/ eclipse-cs] from annotations and [http://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDJGIJB doc tags] in the source code of your checks and filters. This doclet is useful only for authors of CheckStyle extensions...")
N    19:33  ANT doclet diffhist +11,964 Aunkrig talk contribs (Created page with "Generates (JAVADOC-like) HTML documentation for [http://ant.apache.org APACHE ANT] antlibs. The motivation for writing this doclet is to ease the maintenance of the documentation for the Antology antlib: border|500px == Usage == <html> <h3>Doclet command line options:</h3> <dl> <dt><code>-d</code> <var>directory</var></dt> <dd>Where to create documentation in HTML format (optional). <p> The effective file name is: </p> <p>...")
N    19:33  Doclet diffhist +1,339 Aunkrig talk contribs (Created page with "This site makes several doclets publicly available which I wrote for my personal needs, but are hopefully useful for others. Enjoy! == The ANT Doclet == Generates (JAVADOC-like) HTML documentation for [http://ant.apache.org APACHE ANT] antlibs. The motivation for writing this doclet is to ease the maintenance of the documentation for the Antology antlib. Read more... == The CheckStyle Doclet == Generates (JAVADOC-like) HTML documentation and the...")
N    19:31  Commons.unkrig.de diffhist +41,658 Aunkrig talk contribs (Created page with "<tt>de.unkrig.commons</tt> is a versatile Java™ library that implements many useful container and utility classes. It extends and integrates seamlessly with the standard JDK library. == Overview == <tt>de.unkrig.commons</tt> is structured in several modules who's names are aligned to the related packages in the JDK libraries. == Module Details == === commons-asm === Helper classes that are useful in the context of [http://forge.ow2.org/projects/asm/ ASM], a Ja...")
N    19:30  Cs-contrib.unkrig.de diffhist +1,899 Aunkrig talk contribs (Created page with "<meta name="keywords" content="checkstyle, checks, filters, quickfixes"></meta> <meta name="description" content="Custom checks, filters and quickfixes for checkstyle and eclipse-cs"></meta> = Introduction = This project adds custom checks, filters and quickfixes for [http://checkstyle.sourceforge.net/ CheckStyle] and [http://eclipse-cs.sourceforge.net/ Eclipse-CS]. This project uses the CS doclet (internally) to generate its CheckStyle and eclipse-cs meta...")
N    19:25  Zz.unkrig.de diffhist +25,373 Aunkrig talk contribs (Created page with "<meta name="keywords" content="java, compressed, archive, zip, zipped, nested"></meta> <meta name="description" content="A set of command-line tools that handle not only directories and files, but also archive and compressed files, and even nested archive files"></meta> A set of command-line tools that handle not only directories and files, but also archive and compressed files, and even nested archive files. They can even disassemble Java <code>.class</code> files on-th...")
N    19:23  New BSD License diffhist +1,422 Aunkrig talk contribs (Created page with "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: # Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. # Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution....")
N    19:22  Antology Change Log diffhist +10,149 Aunkrig talk contribs (Created page with "===Version 2.0.6, 2019-08-05=== * In addition to "...-jar-with-dependencies.jar", generate a "...-antlib.jar" file, where the ANT classes are NOT included. * Added the "replacementExpression=..." to complement the "replacementString=...". ===Version 2.0.5, 2018-11-16=== * Added the "<httpsUrlConnections>" task. * Added the "<cookieHandler><print /></cookieHandler>" task. * Added the "<replaceAll pattern=... replacementString=... />" filter reader. * Added the "<cookieHa...")
N    19:21  Ant-contrib.unkrig.de diffhist +511 Aunkrig talk contribs (Created page with "This project was renamed to "Antology" to get rid of the constant confusion with the (related, but otherwise independent) "[http://ant-contrib.sourceforge.net/ ant-contrib]" project on SOURCEFORGE. As a consequence, in all your ANT build scripts, you have to change <taskdef resource="de/unkrig/antcontrib/ant.xml" classpath="path/to/de.unkrig.ant-contrib.jar" /> to <taskdef resource="de/unkrig/antology/ant.xml" classpath="path/to/antology-x.y.z-jar-with-depend...")
N    19:20  Antology diffhist +10,943 Aunkrig talk contribs (Created page with "<meta name="keywords" content="apache, ant, antlib, library, extension, tasks, types, filters"></meta> <meta name="description" content="A library for APACHE ANT that contributes many useful, resource collections, and other types"></meta> This library contributes useful tasks and types to [http://ant.apache.org APACHE ANT]. It integrates seamlessly with other libraries like [http://ant-contrib.sourceforge.net/ ant-contrib]. ANTOLOGY was formerly known as "Ant-contrib....")
     19:10  Main Page diffhist +3,119 Aunkrig talk contribs
     18:30 User creation log User account Aunkrig talk contribs was created by Admin talk contribs