The EU currently (Feb/March 2004) tries to introduce software patents and drastic measures against consumers' rights. P2P file sharer risk the confiscation of hardware and the freezing of bank accounts according to those plans - and this without even being heard!
The EU parlament should decide on this matter already on the 8th of March, just a few weeks after the publication of these plans. Apparently the proposals should be legalised without any public discussion. Last year a broad movement against software patents and against the restriction of consumer rights prevented the introduction of software patents: the EU parlament voted against unlimited patentability.
Please support the petitions against this madness:
Further information:
Die EU versucht gegenwärtig (Feb/März 2004) Software Patente und ein drakonisches Urheberrecht nach US-amerikanischen Vorbild einzuführen. So können den Vorschlägen zufolge die Bankkonten von P2P Dateitauscher eingefroren und ihre Hardware beschlagnahmt werden, ohne dass die Betroffenen dazu auch nur angehört werden müssen.
Das EU Parlament soll über die neuen Vorschläge bereits am 8.März abstimmen, wenn die Pläne gerade erst ein paar Wochen lang publik geworden sind. Anscheinend soll die Entscheidung ohne öffentliche Diskussion fallen, nachdem sich im letzten Jahr eine breite Bewegung gegen Software-Patente formiert hatte und das EU Parlament sich daraufhin gegen Software-Patente und Einschränkungen der Nutzerrechte ausgesprochen hatte.
Bitte unterstütz folgende Aktionen gegen diesen Wahnsinn:
Weitergehende Information:
Use doc2java to create Java-source files from JavaDoc.
Setter- and getter-methods as well as variables will be created automatically. The documentation itself will also be copied into the source-files.
Just follow these simple steps:
java -jar doc2java.jar -R mydocdir from the command line,
where mydocdir is the path to the directory containing the JavaDoc-files.Obviously you need to have a Java Runtime Environment (1.2 or higher) installed.
You can give several command-line-paramters.
Usage is java -jar doc2java.jar [options] file
Options:
Parameters:
Examples:
java -jar doc2java.jar MyClass.htmljava -jar doc2java.jar mydocjava -jar doc2java.jar -R mydocjava -jar doc2java.jar -R --todotag "//TODO rob" mydocjava -jar doc2java.jar -R --notodotag mydocjava -jar doc2java.jar -R --output /home/myname/workspace/myproject/src mydocCurrently there are some known issues:
doc2java is licensed under the GNU Lesser Public License (LGPL), so it can be used for non-commercial as well as commercial projects.
copyright 2003, 2004 Robert Virkus, robert at enough dot de.
Download doc2java either as binary or from the Developers' site as source code.
You can download the latest development snapshot from the cvs-repository.
Please visit http://developer.berlios.de/projects/doc2java/ for other resources of the doc2java project.