summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 2006-04-03 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-04-034-40/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/gnu/classpath/tools/jarsigner/Main.java: Removed unused imports. (provider): Made it protected. (providerInstalled): New field. (Main): Made it a 0-arguments constructor. Removed throws clasue. (main): Removed throws clause. Call processArgs(args) after constructing instance. Call teardown() before existing. (processArgs): Added javadoc. Reduced to throws Exception. (start): Likewise. (teardown): New method. (setupCommonParams): Added javadoc. Install designated provider if not already installed. (installNewProvider): New method. (setupSigningParams): Added javadoc. Instantiate the KeyStore using type only. * tools/gnu/classpath/tools/jarsigner/JarSigner.java: Removed unused imports. (start): Reduced to throws Exception. * tools/gnu/classpath/tools/jarsigner/JarVerifier.java (start): Likewise. * tools/gnu/classpath/tools/jarsigner/HashUtils.java: Re-organized imports. * gnu/java/security/key/KeyPairGeneratorFactory.java (getInstance): Test ignoring case. (getNames): Add "dsa" as an algorithm provided by this Factory. (makeInstance): Construct IllegalArgumentException with 2 arguments.
* Added support for using a prebuilt glibj.zipDalibor Topic2006-04-021-14/+10
| | | | | | | | | | | 2006-04-02 Dalibor Topic <robilad@kaffe.org> * configure.ac (with-glibj-zip): Added new option. * examples/Makefile.am, lib/Makefile.am, tools/Makefile.am: Adapted build classpath to use glibj.zip, in addition to classes in lib directory.
* 2006-04-02 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-04-0213-180/+71
| | | | | | | | | | | | | | | | | | tools/gnu/classpath/tools/giop/GRMIC.java, tools/gnu/classpath/tools/giop/IorParser.java, tools/gnu/classpath/tools/giop/grmic/CompilationError.java, tools/gnu/classpath/tools/giop/grmic/Generator.java, tools/gnu/classpath/tools/giop/grmic/GiopIo.java, tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java, tools/gnu/classpath/tools/giop/grmic/HashFinder.java, tools/gnu/classpath/tools/giop/grmic/MethodGenerator.java, tools/gnu/classpath/tools/rmi/RMIC.java, tools/gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java, tools/gnu/classpath/tools/rmi/rmic/RmicCompiler.java, tools/gnu/classpath/tools/rmi/rmic/WrapUnWrapper.java: Removed linking exception from the licensing header. * tools/gnu/classpath/tools/rmi/rmid/ActivationSystemImpl_Stub.java: Added licensing header.
* + * tools/Makefile.am (bin_SCRIPTS): Renamed to jarsigner.sh.Mark Wielaard2006-04-021-7/+1
| | | | + (jarsigner): Removed.
* 2006-04-02 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-04-023-4/+63
| | | | | | | * configure.ac: Added tools/jarsigner.sh to AC_CONFIG_FILES. * tools/Makefile.am: Generate jarsigner shell script. * tools/jarsigner.sh.in: New template. * tools/.cvsignore: Added jarsigner.sh.
* 2006-04-02 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-04-025-96/+11
| | | | | | | | | * tools/gnu/classpath/tools/jarsigner/HashUtils.java: Use GPL. * tools/gnu/classpath/tools/jarsigner/SFHelper.java: Likewise. * tools/gnu/classpath/tools/jarsigner/JarVerifier.java: Likewise. * tools/gnu/classpath/tools/jarsigner/JarSigner.java: Likewise. * tools/gnu/classpath/tools/jarsigner/Main.java: Likewise. Re-organised imports.
* 2006-04-01 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-03-311-0/+6
| | | | | | * tools/gnu/classpath/tools/jarsigner/Main.java (setupCommonParams): Check for null jar-file argument. (setupSigningParams): Check for null alias argument.
* 2006-03-31 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-03-311-3/+3
| | | | | | | | | | | | | | | * tools/gnu/classpath/tools/jarsigner/SFHelper.java (updateEntry): Use Attributes.putValue(String,String). (finishSigning): Likewise. * gnu/java/util/jar/JarUtils.java (MANIFEST_VERSION): New constant. (SIGNATURE_VERSION): Likewise. (readSFManifest): Use local string constant. (readMainSection): Likewise. (readVersionInfo): Likewise. * java/util/jar/Attributes.java (MANIFEST_VERSION): Redefined using JarUtils constant. (SIGNATURE_VERSION): Likewise. (putValue(Name,String)): Made it private.
* PR gcc/26901:Tom Tromey2006-03-291-4/+4
| | | | | * tools/Makefile.am (JCOMPILER): Added encoding options. * examples/Makefile.am (JCOMPILER): Added encoding options.
* 2006-03-29 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-03-2914-0/+2504
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/java/rmi/activation/ActivationSystemTransient.java: Rewritten. * gnu/java/rmi/activation/BidiTable.java: Rewritten. * gnu/java/rmi/dgc/LeaseRenewingTask.java (constructor, sheduleLeases): Avoid NPEs. * gnu/java/rmi/server/ActivatableServerRef.java (getRefClass, readExternal, writeExternal): New methods. * gnu/java/rmi/server/UnicastRef.java (invokeCommon): Splitten into two stages, invokeCommon(Remote, ...) and invokeCommen(UnicastConnection, ...). * java/rmi/server/RemoteObject.java (readObject, writeObject): Expect also the ActivatableRef. toString(): Documented. * gnu/java/rmi/server/ActivatableRef.java, tools/gnu/classpath/tools/rmi/Persistent.java, tools/gnu/classpath/tools/rmi/PersistentBidiHashTable.java, tools/gnu/classpath/tools/rmi/PersistentHashTable.java, tools/gnu/classpath/tools/rmi/REGISTRY.java, tools/gnu/classpath/tools/rmi/REGISTRY.txt, tools/gnu/classpath/tools/rmi/RMID.java, tools/gnu/classpath/tools/rmi/RMID.txt, tools/gnu/classpath/tools/rmi/registry/RegistryImpl.java, tools/gnu/classpath/tools/rmi/registry/RegistryImpl_Skel.java, tools/gnu/classpath/tools/rmi/registry/RegistryImpl_Stub.java, tools/gnu/classpath/tools/rmi/registry/package.html, tools/gnu/classpath/tools/rmi/rmid/ActivationSystemImpl.java, tools/gnu/classpath/tools/rmi/rmid/ActivationSystemImpl_Stub.java: New files. * tools/README: Documented. * NEWS: Added entry about the activation.
* 2006-03-29 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-03-292-2/+2
| | | | | | | * tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12Method.jav: Do not use initCause with UnexpectedException. * tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12MethodVoid.jav: Likewise.
* 2006-03-28 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-03-272-0/+7
| | | | | | | * tools/gnu/classpath/tools/jarsigner/Main.java (processArgs): Check for null args. Check for -help option. * tools/gnu/classpath/tools/jarsigner/jarsigner.txt: Added -help option.
* 2006-03-26 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-03-261-1/+10
| | | | | * tools/gnu/classpath/tools/jarsigner/Main.java (setupSigningParams): Ask user for keystore password if one was not provided.
* 2006-03-26 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-03-261-2/+13
| | | | | * tools/README: Added Security tools section. Documented the jarsigner tool.
* 2006-03-25 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-03-256-0/+1549
| | | | | | | | | * tools/gnu/classpath/tools/jarsigner/HashUtils.java: New file. * tools/gnu/classpath/tools/jarsigner/JarSigner.java: Likewise. * tools/gnu/classpath/tools/jarsigner/JarVerifier.java: Likewise. * tools/gnu/classpath/tools/jarsigner/Main.java (Main): Likewise. * tools/gnu/classpath/tools/jarsigner/SFHelper.java: Likewise. * tools/gnu/classpath/tools/jarsigner/jarsigner.txt: Likewise.
* 2006-03-23 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-03-235-1/+27
| | | | | | | | | * tools/gnu/classpath/tools/giop/GRMIC.java (main): Accept -force. * tools/gnu/classpath/tools/giop/GRMIC.txt: Explain -force. * tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java (force): New field. (setForce): New method. (compile): Handle -force. * tools/gnu/classpath/tools/rmi/RMIC.java (main): Accept -force. * tools/gnu/classpath/tools/rmi/RMIC.txt: Explain -force.
* PR classpath/26585:Tom Tromey2006-03-101-14/+6
| | | | | | | | * tools/Makefile.am (TOOLSdir): Don't put tools.zip in tools subdir. Added README. (install-data-local): Removed. (uninstall-local): Likewise. (EXTRA_DIST): Removed.
* 2006-03-08 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-03-083-18/+48
| | | | | | | | PR 26584 * tools/Makefile.am (install-data-local, uninstall-local): Install/uninstall the tools/README only. * tools/gnu/classpath/tools/giop/README: Updated. * tools/README: New file.
* 2006-02-19 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-192-2/+9
| | | | | | | * gnu/classpath/tools/rmi/rmic/RmicCompiler.java (convertStubName): New method. * gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav: Another stub name fix.
* 2006-02-19 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-194-21/+28
| | | | | | | | | * gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java (compile): Call convertStubName. (convertStubName): New method. * gnu/classpath/tools/rmi/RMIC.java (main): Stub name fix. * gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java (convertStubName): New method. (getMethodHashCode): Use existing gnu.java.rmi.server.RMIHashes.getMethodHash. * gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav: Stub name fix.
* 2006-02-17 Michael Koch <konqueror@gmx.de>Michael Koch2006-02-171-0/+1
| | | | * tools/.cvsignore: Ignore tools.zip.
* 2006-02-14 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-142-1/+29
| | | | | | | * tools/gnu/classpath/tools/giop/NameServicePersistent.java: Refer to NameServicePersistent. * tools/gnu/classpath/tools/giop/NameServicePersistent.txt: New file. * tools/gnu/classpath/tools/giop/NamingServicePersistent.txt: Deleted.
* 2006-02-14 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-141-3/+8
| | | | | | | | | | | | | | | | | * NEWS: Updated tool status. * gnu/CORBA/NamingService/NamingMap.java (Map): Made protected. (constructor, bind, rebind): Rewritten. * gnu/CORBA/NamingService/TransientContext.java: Rewritten. * tools/gnu/classpath/tools/giop/README: Updated. (comitting in parts) * tools/gnu/classpath/tools/giop/NameServicePersistent.java, tools/gnu/classpath/tools/giop/NamingServicePersistent.txt, tools/gnu/classpath/tools/giop/nameservice/PersistentContext.java, tools/gnu/classpath/tools/giop/nameservice/PersistentContextMap.java, tools/gnu/classpath/tools/giop/nameservice/PersistentMap.java: New files.
* 2006-02-14 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-141-0/+186
| | | | | | | | | | | | | | | | | * NEWS: Updated tool status. * gnu/CORBA/NamingService/NamingMap.java (Map): Made protected. (constructor, bind, rebind): Rewritten. * gnu/CORBA/NamingService/TransientContext.java: Rewritten. * tools/gnu/classpath/tools/giop/README: Updated. * tools/gnu/classpath/tools/giop/NameServicePersistent.java, (comitting in parts) tools/gnu/classpath/tools/giop/NamingServicePersistent.txt, tools/gnu/classpath/tools/giop/nameservice/PersistentContext.java, tools/gnu/classpath/tools/giop/nameservice/PersistentContextMap.java, tools/gnu/classpath/tools/giop/nameservice/PersistentMap.java: New files.
* 2006-02-14 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-143-0/+693
| | | | | | | | | | | | | | | * NEWS: Updated tool status. * gnu/CORBA/NamingService/NamingMap.java (Map): Made protected. (constructor, bind, rebind): Rewritten. * gnu/CORBA/NamingService/TransientContext.java: Rewritten. * tools/gnu/classpath/tools/giop/README: Updated. * tools/gnu/classpath/tools/giop/NameServicePersistent.java, tools/gnu/classpath/tools/giop/NamingServicePersistent.txt, tools/gnu/classpath/tools/giop/nameservice/PersistentContext.java, tools/gnu/classpath/tools/giop/nameservice/PersistentContextMap.java, tools/gnu/classpath/tools/giop/nameservice/PersistentMap.java: New files. (comitting in parts)
* * tools/.cvsignore: Added Makefile.Tom Tromey2006-02-131-0/+1
|
* 2006-02-11 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-116-46/+177
| | | | | | | | | | * tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java * tools/gnu/classpath/tools/giop/grmic/MethodGenerator.java * tools/gnu/classpath/tools/giop/grmic/templates/Tie.jav, tools/gnu/classpath/tools/giop/grmic/templates/TieMethod.jav, tools/gnu/classpath/tools/giop/grmic/templates/TieMethodVoid.jav: Rewritten. * tools/gnu/classpath/tools/giop/grmic/HashFinder.java: New file.
* 2006-02-09 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-091-5/+15
| | | | * tools/makefile.am: Handle rmi and giop folders separately.
* 2006-02-09 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-0914-22/+1026
| | | | | | | | | | | | | | | | | | | | | | * tools/Makefile.am: Add tools/gnu/classpath/tools/rmi folder. * tools/gnu/classpath/tools/giop/GRMIC.txt: Explain it called from RMIC. * tools/gnu/classpath/tools/giop/grmic/Generator.java (getResource): Better diagnostic. * tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java: Rewritten. * tools/gnu/classpath/tools/giop/grmic/MethodGenerator.java: Implement AbstractMethodGenerator. * tools/gnu/classpath/tools/AbstractMethodGenerator.java, tools/gnu/classpath/tools/rmi/RMIC.java, tools/gnu/classpath/tools/rmi/RMIC.txt, tools/gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java, tools/gnu/classpath/tools/rmi/rmic/RmicCompiler.java, tools/gnu/classpath/tools/rmi/rmic/WrapUnWrapper.java, tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav, tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12Method.jav, tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12MethodVoid.jav: New files. * NEWS: Corrected entry about the tools.
* * tools/.cvsignore: Added Makefile.in.Tom Tromey2006-02-081-0/+1
|
* Removing the file that was comitted by chance.Audrius Meskauskas2006-02-081-544/+0
| | | | | | 2006-02-08 Audrius Meskauskas <AudriusA@Bioinformatics.org> * tools/Makefile: Removed.
* tools/Makefile.in2006-02-08 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-081-544/+0
| | | | * tools/Makefile.in: Removed.
* 2006-02-08 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-081-1/+1
| | | | *tools/Makefile.am (ALL_TOOLS_FILES): Add $(TOOLS_HELPS).
* 2006-02-08 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-088-44/+355
| | | | | | | | | | | | | | | | | | * examples/gnu/classpath/examples/CORBA/swing/x5/_GameManagerImpl_Tie.java, examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java: Documenting the code generator. * gnu/CORBA/IOR.java (toStringFormatted, CodeSet_component.toStringFormatted): New methods. * tools/Makefile.am (TOOLS_JAVA_FILES, READMES): Rewritten. * tools/gnu/classpath/tools/giop/README: Rewritten. * tools/gnu/classpath/tools/giop/GRMIC.java (main): Rewritten. (printHelpAndExit): Removed. *tools/gnu/classpath/tools/giop/IorParser.java, tools/gnu/classpath/tools/giop/IorParser.txt, tools/gnu/classpath/tools/giop/NameService.java, tools/gnu/classpath/tools/giop/NamingService.txt, tools/gnu/classpath/tools/HelpPrinter.java: New files. NEWS: Added note about GIOP tools.
* 2006-02-07 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-02-0818-0/+2971
* .classpath: New source patch (tools). * Makefile.am (SUBDIRS, DIST_SUBDIRS): added "tools". * configure.ac (AC_CONFIG_FILES): added tools/Makefile * gnu/classpath/tools/Makefile.am, gnu/classpath/tools/giop/GRMIC.java gnu/classpath/tools/giop/GRMIC.txt, gnu/classpath/tools/giop/README, gnu/classpath/tools/giop/grmic/CompilationError.java, gnu/classpath/tools/giop/grmic/Generator.java, gnu/classpath/tools/giop/grmic/GiopIo.java, gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java, gnu/classpath/tools/giop/grmic/MethodGenerator.java, gnu/classpath/tools/giop/grmic/templates/ImplTie.jav, gnu/classpath/tools/giop/grmic/templates/Stub.jav, gnu/classpath/tools/giop/grmic/templates/StubMethod.jav, gnu/classpath/tools/giop/grmic/templates/StubMethodVoid.jav, gnu/classpath/tools/giop/grmic/templates/Tie.jav, gnu/classpath/tools/giop/grmic/templates/TieMethod.jav, gnu/classpath/tools/giop/grmic/templates/TieMethodVoid.jav: New files.