summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 2007-03-16 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2007-03-171-13/+3
| | | | | | * configure.ac (FOUND_ECJ_JAR): Remove conditional. * tools/Makefile.am: Build com.sun.tools.javac package unconditionally.
* 2007-02-28 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2007-03-011-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * INSTALL: Document --with-ecj-jar configure option and ecj jar requirement for com.sun.tools.javac support. * configure.ac: Add --with-ecj-jar configure option. * gnu/classpath/Configuration.java.in (ECJ_JAR): New field. * tools/Makefile.am: Build decendents of com and sun directories. * resource/com/sun/tools/javac/messages.properties, resource/sun/rmi/rmic/messages.properties, tools/com/sun/javadoc/ClassDoc.java, tools/com/sun/javadoc/ConstructorDoc.java, tools/com/sun/javadoc/Doc.java, tools/com/sun/javadoc/DocErrorReporter.java, tools/com/sun/javadoc/Doclet.java, tools/com/sun/javadoc/ExecutableMemberDoc.java, tools/com/sun/javadoc/FieldDoc.java, tools/com/sun/javadoc/MemberDoc.java, tools/com/sun/javadoc/MethodDoc.java, tools/com/sun/javadoc/PackageDoc.java, tools/com/sun/javadoc/ParamTag.java, tools/com/sun/javadoc/Parameter.java, tools/com/sun/javadoc/ProgramElementDoc.java, tools/com/sun/javadoc/RootDoc.java, tools/com/sun/javadoc/SeeTag.java, tools/com/sun/javadoc/SerialFieldTag.java, tools/com/sun/javadoc/SourcePosition.java, tools/com/sun/javadoc/Tag.java, tools/com/sun/javadoc/ThrowsTag.java, tools/com/sun/javadoc/Type.java, tools/com/sun/javadoc/TypeVariable.java, tools/com/sun/tools/doclets/Taglet.java, tools/com/sun/tools/javac/Main.java, tools/com/sun/tools/javac/Messages.java, tools/sun/rmi/rmic/Main.java, tools/sun/rmi/rmic/Messages.java: New files.
* * examples/Makefile.am (JCOMPILER): Don't warn for deprecation,Mark Wielaard2006-12-171-1/+1
| | | | | serial, typeHiding, unchecked, unused and varargsCast. * tools/Makefile.am (JCOMPILER): Likewise.
* * tools/Makefile.am (TOOLS_ZIP): Don't remove .lst files immediately.Mark Wielaard2006-12-171-2/+2
| | | | | (clean-local): Remove all .lst files * tools/.cvsignore: Add *.lst.
* * tools/Makefile.am (TOOLS_ZIP): Remove all-classes.lst.Mark Wielaard2006-12-161-2/+2
| | | | (clean-local): Likewise.
* * tools/Makefile.am (TOOLS_ZIP): Don't pass -w to JCOMPILER.Mark Wielaard2006-12-161-2/+2
|
* 2006-12-15 Christian Thalinger <twisti@complang.tuwien.ac.at>Christian Thalinger2006-12-151-0/+4
| | | | | | | | | | | * m4/acinclude.m4 (CLASSPATH_FIND_JAVAC): Added support for Sun's javac. (CLASSPATH_WITH_JAVAC): Added. (CLASSPATH_CHECK_JAVAC): Likewise. * lib/Makefile.am (JAVAC): Renamed to JCOMPILER. (FOUND_JAVAC): Added support for Sun's javac. * examples/Makefile.am: Likewise. * tools/Makefile.am: Likewise.
* 2006-12-15 Andrew Haley <aph@redhat.com>Andrew Haley2006-12-151-3/+4
| | | | | | | | | * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac. Create all-classes.lst that contains all source filenames. Delete asm.lst. * tools/gnu/classpath/tools/jar/Creator.java (writeFile): Close the inputStream.
* * examples/Makefile.am: Removed gcjx code.Tom Tromey2006-12-131-5/+1
| | | | | | | | * lib/Makefile.am: Removed gcjx code. * tools/Makefile.am: Removed gcjx code. * m4/acinclude.m4 (CLASSPATH_FIND_JAVAC): Removed gcjx code. (CLASSPATH_WITH_GCJX): Removed. (CLASSPATH_CHECK_GCJX): Likewise.
* * tools/toolwrapper.c (MAINCLASS): New define.Tom Tromey2006-12-131-2/+4
| | | | | | | | | (main): Use it. * tools/Makefile.am (gnative2ascii_CFLAGS): Added -D for MAINCLASS. (gserialver_CFLAGS): Likewise. * tools/gnative2ascii.in: Main class is named Native2ASCII. * tools/gserialver.in: Main class is named SerialVer.
* 2006-12-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-12-101-9/+2
| | | | * Merge of generics-branch to HEAD (woohoo!)
* * tools/Makefile.am (clean-local): Remove iasm and asm.lst.Mark Wielaard2006-12-081-1/+1
|
* * tools/Makefile.am: Explicitly define and use bootclasspath asMark Wielaard2006-12-071-5/+6
| | | | GLIBJ_BOOTCLASSPATH
* * NEWS: Mention ASM.Tom Tromey2006-12-071-60/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * INSTALL: Don't mention --with-asm. * tools/external/README: New file. * tools/toolwrapper.c (main): Don't use ASM_JAR. * tools/gjavah.in: Don't use PATH_TO_ASM. * tools/grmic.in: Likewise. * tools/Makefile.am (GLIBJ_CLASSPATH): Removed PATH_TO_ASM, added 'asm'. (javah, rmic): Removed variables. (bin_PROGRAMS): Updated. (gappletviewer_CFLAGS): Don't define ASM_JAR. (gjarsigner_CFLAGS): Likewise. (gkeytool_CFLAGS): Likewise. (gjar_CFLAGS): Likewise. (gnative2ascii_CFLAGS): Likewise. (gserialver_CFLAGS): Likewise. (grmiregistry_CFLAGS): Likewise. (gtnameserv_CFLAGS): Likewise. (gorbd_CFLAGS): Likewise. (grmid_CFLAGS): Likewise. (gjavah_CFLAGS): Likewise. (grmic_CFLAGS): Likewise. (bin_SCRIPTS): Updated. (TOOLS_JAVA_FILES): Updated. ($(TOOLS_ZIP)): Compile ASM sources. Copy resource files. * configure.ac: Removed --with-asm. Always build gjavah.
* 2006-10-24 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-10-241-12/+24
| | | | | | * tools/Makefile.am: Add ASM_JAR define to each tool's CFLAGS. * tools/toolwrapper.c (main): Set bootclasspath, not classpath. Add ASM_JAR to bootclasspath.
* 2006-09-22 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-09-221-26/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resource/gnu/classpath/tools/orbd: New directory. * resource/gnu/classpath/tools/rmic: Likewise. * resource/gnu/classpath/tools/rmid: Likewise. * resource/gnu/classpath/tools/rmiregistry: Likewise. * resource/gnu/classpath/tools/tnameserv: Likewise. * tools/gnu/classpath/tools/giop: Move contents to... * tools/gnu/classpath/tools/orbd, tools/gnu/classpath/tools/tnameserv: New directories. * tools/gnu/classpath/tools/rmi/rmic: Move contents to... * tools/gnu/classpath/tools/rmic: New directory. * tools/gnu/classpath/tools/rmi/rmid: Move contents to... * tools/gnu/classpath/tools/rmid: New directory. * tools/gnu/classpath/tools/rmi/registry: Move contents to... * tools/gnu/classpath/tools/rmiregistry: New directory. * resource/gnu/classpath/tools/orbd/messages.properties: New file. * resource/gnu/classpath/tools/rmic/messages.properties: Likewise. * resource/gnu/classpath/tools/rmid/messages.properties: Likewise. * resource/gnu/classpath/tools/rmiregistry/messages.properties: Likewise. * resource/gnu/classpath/tools/tnameserv/messages.properties: Likewise. * tools/gnu/classpath/tools/orbd/Main.java, tools/gnu/classpath/tools/orbd/Messages.java, tools/gnu/classpath/tools/orbd/PersistentContext.java, tools/gnu/classpath/tools/orbd/PersistentContextMap.java, tools/gnu/classpath/tools/orbd/PersistentMap.java, tools/gnu/classpath/tools/rmic/AbstractMethodGenerator.java, tools/gnu/classpath/tools/rmic/CompilationError.java, tools/gnu/classpath/tools/rmic/Generator.java, tools/gnu/classpath/tools/rmic/GiopIo.java, tools/gnu/classpath/tools/rmic/HashFinder.java, tools/gnu/classpath/tools/rmic/Main.java, tools/gnu/classpath/tools/rmic/Messages.java, tools/gnu/classpath/tools/rmic/MethodGenerator.java, tools/gnu/classpath/tools/rmic/RMICException.java, tools/gnu/classpath/tools/rmic/RmiMethodGenerator.java, tools/gnu/classpath/tools/rmic/RmicBackend.java, tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java, tools/gnu/classpath/tools/rmic/SourceRmicCompiler.java, tools/gnu/classpath/tools/rmic/Variables.java, tools/gnu/classpath/tools/rmic/WrapUnWrapper.java, tools/gnu/classpath/tools/rmic/templates, tools/gnu/classpath/tools/rmid/ActivationSystemImpl.java, tools/gnu/classpath/tools/rmid/ActivationSystemImpl_Stub.java, tools/gnu/classpath/tools/rmid/Main.java, tools/gnu/classpath/tools/rmid/Messages.java, tools/gnu/classpath/tools/rmid/PersistentBidiHashTable.java, tools/gnu/classpath/tools/rmiregistry/Main.java, tools/gnu/classpath/tools/rmiregistry/Messages.java, tools/gnu/classpath/tools/rmiregistry/PersistentHashTable.java, tools/gnu/classpath/tools/rmiregistry/RegistryImpl.java, tools/gnu/classpath/tools/rmiregistry/RegistryImpl_Skel.java, tools/gnu/classpath/tools/rmiregistry/RegistryImpl_Stub.java, tools/gnu/classpath/tools/tnameserv/Main.java, tools/gnu/classpath/tools/tnameserv/Messages.java: New files. * tools/gnu/classpath/tools/rmic/ClassRmicCompiler.java: Import RMIC.java from cp-tools. * configure.ac (AC_CONFIG_FILES): Add tools/grmiregistry, tools/gtnameserv, tools/gorbd, tools/grmid and tools/grmic. (AC_CONFIG_COMMANDS): Add grmiregistry, gtnameserv, gorbd, grmid and grmic. * examples/Makefile.am (GLIBJ_CLASSPATH): Add tools.zip. * gnu/CORBA/NamingService/NamingServiceTransient.java (main): Rename... (start): New method. * tools/Makefile.am: Add build support for new tool wrappers. * tools/gorbd.in: New file. * tools/grmic.in: Likewise. * tools/grmid.in: Likewise. * tools/grmiregistry.in: Likewise. * tools/gtnameserv.in: Likewise. * tools/gnu/classpath/tools/AbstractMethodGenerator.java: Move to... * tools/gnu/classpath/tools/rmic/AbstractMethodGenerator.java: New file. * tools/gnu/classpath/tools/HelpPrinter.java: Remove file. * tools/gnu/classpath/tools/rmi/Persistent.java: Move to... * tools/gnu/classpath/tools/common/Persistent.java: New file.
* 2006-08-18 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-08-181-17/+1
| | | | | | | | | | | * configure.ac (tool-wrappers): Check for ltdl support when tool wrapper binaries are enabled. * tools/Makefile.am (LIBJVM): Remove variable. (AM_CPPFLAGS): Add LIBJVM define. (gappletviewer_LDFLAGS, gjarsigner_LDFLAGS, gkeytool_LDFLAGS, gjar_LDFLAGS, gnative2ascii_LDFLAGS, gserialver_LDFLAGS, gjavah_LDFLAGS): Remove variables. * tools/toolwrapper.c (main): Use dlopen to load libjvm library.
* 2006-07-29 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-07-281-1/+1
| | | | * tools/Makefile.am: Added source 1.4 compliance option when ECJ is used.
* * NEWS: Updated.Tom Tromey2006-07-281-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * .classpath: Updated. * tools/.cvsignore: Added gjavah. * tools/Makefile.am ($(TOOLS_ZIP)): Only build javah if ASM is available. (GLIBJ_CLASSPATH): Add asm jar. (javah): New macro. (bin_PROGRAMS, bin_SCRIPTS): Added $(javah). (gjavah_SOURCES, gjavah_CFLAGS, gjavah_LDFLAGS): new macros. * tools/gjavah.in: New file. * configure.ac: Added --with-asm option. * tools/gnu/classpath/tools/javah/ClassWrapper.java: New file. * tools/gnu/classpath/tools/javah/CniIncludePrinter.java: Likewise. * tools/gnu/classpath/tools/javah/CniPrintStream.java: Likewise. * tools/gnu/classpath/tools/javah/CniStubPrinter.java: Likewise. * tools/gnu/classpath/tools/javah/FieldHelper.java: Likewise. * tools/gnu/classpath/tools/javah/JniHelper.java: Likewise. * tools/gnu/classpath/tools/javah/JniIncludePrinter.java: Likewise. * tools/gnu/classpath/tools/javah/JniStubPrinter.java: Likewise. * tools/gnu/classpath/tools/javah/Keywords.java: Likewise. * tools/gnu/classpath/tools/javah/Main.java: Likewise. * tools/gnu/classpath/tools/javah/MethodHelper.java: Likewise. * tools/gnu/classpath/tools/javah/PackageWrapper.java: Likewise. * tools/gnu/classpath/tools/javah/PathOptionGroup.java: Likewise. * tools/gnu/classpath/tools/javah/Printer.java: Likewise. * tools/gnu/classpath/tools/javah/Text.java: Likewise.
* * configure.ac: Create gjar, gnative2ascii, gserialver.Tom Tromey2006-06-271-3/+24
| | | | | | | | | | | | * tools/gappletviewer.in: Quote $@. * tools/gkeytool.in: Likewise. * tools/gjarsigner.in: Likewise. * tools/gjar.in: New file. * tools/gnative2ascii.in: Likewise. * tools/gserialver.in: Likewise. * tools/Makefile.am (bin_PROGRAMS): Added gjar, gnative2ascii, gserialver. (bin_SCRIPTS): Likewise.
* 2006-06-15 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-06-151-24/+24
| | | | | | | | | | | | | | | * configure.ac: Rename appletviewer to gappletviewer, jarsigner to gjarsigner and keytool to gkeytool. * doc/tools.texinfo: Add note about tool exectable names. * tools/Makefile.am: Rename appletviewer to gappletviewer, jarsigner to gjarsigner and keytool to gkeytool. * tools/appletviewer.in: Rename ... * tools/gappletviewer.in: New file. * tools/jarsigner.in: Rename ... * tools/gjarsigner.in: New file. * tools/keytool.in: Rename ... * tools/gkeytool.in: New file. * tools/toolwrapper.c: Simplify TOOLS_ZIP macro.
* 2006-05-29 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-05-291-4/+4
| | | | * tools/Makefile.am [FOUND_CACAO] (LIBJVM): Define to -ljvm.
* 2006-05-27 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-05-271-1/+39
| | | | | | | | | | * configure.ac (FOUND_CACAO): New automake conditional. Add --enable-tool-wrappers. * NEWS: Introduce the --enable-tool-wrappers option. * tools/Makefile.am[CREATE_WRAPPERS]: Build wrapper binaries. * tools/appletviewer.c: Remove file. Make tool-indepedent and rename ... * tools/toolwrapper.c: New file.
* 2006-05-26 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-05-271-0/+4
| | | | * tools/Makefile.am (installcheck-binSCRIPTS): Do nothing.
* 2006-05-14 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-141-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/gnu/classpath/tools/keytool/keytool.txt: Removed * tools/gnu/classpath/tools/keytool/StorePasswdCmd.java: Increased visibility of fields used by parser anonymous classes. (processArgs): Removed. (getParser): New method. * tools/gnu/classpath/tools/keytool/SelfCertCmd.java: Likewise. (setup): Mark (Eclipse) strings that need not be externalised. (start): Likewise. * tools/gnu/classpath/tools/keytool/PrintCertCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/Main.java: Amended to use getopt command line option parsing. * tools/gnu/classpath/tools/keytool/ListCmd.java: Increased visibility of fields used by parser anonymous classes. (processArgs): Removed. (setup): set 'all' local field. (getParser): New method. * tools/gnu/classpath/tools/keytool/KeyPasswdCmd.java: Increased visibility of fields used by parser anonymous classes. (processArgs): Removed. (getParser): New method. * tools/gnu/classpath/tools/keytool/KeyCloneCmd.java: Likewise. (setNewKeyPassword): Fixed comments. * tools/gnu/classpath/tools/keytool/ImportCmd.java: Increased visibility of fields used by parser anonymous classes. (processArgs): Removed. (getParser): New method. (findTrustInCACerts): Mark (Eclipse) strings that need not be externalised. * tools/gnu/classpath/tools/keytool/GenKeyCmd.java: Increased visibility of fields used by parser anonymous classes. (processArgs): Removed. (setup): Mark (Eclipse) strings that need not be externalised. (getParser): New method. * tools/gnu/classpath/tools/keytool/IdentityDBCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/DeleteCmd.java: Increased visibility of fields used by parser anonymous classes. (processArgs): Removed. (getParser): New method. * tools/gnu/classpath/tools/keytool/CertReqCmd.java: Likewise. (ATTRIBUTES_OPT): New constant. * tools/gnu/classpath/tools/keytool/ExportCmd.java: Increased visibility of fields used by parser anonymous classes. (processArgs): Removed. (setup): Mark (Eclipse) strings that need not be externalised. (start): Likewise. Reduced logging level. (getParser): New method. * tools/gnu/classpath/tools/keytool/Command.java (processArgs): Made it concrete. (getParser): New abstract method. * tools/Makefile.am (KEYTOOL_HELPS): Removed.
* 2006-05-13 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-131-3/+1
| | | | | | | | | | | | | | | | | | | * resource/gnu/classpath/tools/jarsigner/MessageBundle.properties: Added help text. * tools/Makefile.am (JARSIGNER_HELPS): Removed. * tools/gnu/classpath/tools/jarsigner/jarsigner.txt: Removed. * tools/gnu/classpath/tools/jarsigner/Main.java: Increased visibility of fields used by parser anonymous classes. (HELP_PATH): Removed. (cmdLineParser): New field. (main): Handle JVM exit status. Handle command line parsing exceptions. (processArgs): Use getopt command line parser. (getParser): New method. (setupCommonParams): Removed checks now handled by processArgs(). (setupSigningParams): Likewise. * tools/gnu/classpath/tools/jarsigner/JarSigner.java (start): Reuse an existing message-bundle constant.
* 2006-05-09 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-05-091-2/+3
| | | | | | | | | | | | * configure.ac: Add --disable-plugin and --with-vm options. Check for plugin support headers and libraries. * native/Makefile.am: Recurse into plugin directory. * native/plugin/.cvsignore: New file. * native/plugin/Makefile.am: New file. * native/plugin/gcjwebplugin.cc: New file. * tools/Makefile.am: Install appletviewer wrapper script. * tools/appletviewer.in: Replace VM location heuristic with VM_BINARY configure substitution.
* 2006-05-06 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-061-4/+13
| | | | | | | | | | | * tools/keytool.sh.in: Removed (renamed to keytool.in). * tools/jarsigner.in: Removed (renamed to jarsigner.in). * tools/Makefile.am: Include jarsigner and keytool classes in tools.zip. Generate jarsigner and keytool scripts. * tools/keytool.in: New file (renamed from keytool.sh.in). * tools/jarsigner.in: New file (renamed from jarsigner.sh.in). * tools/.cvsignore: Replaced *.sh with * * configure.ac: Replaced tools/*.sh with tools/*.
* 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.
* + * 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-021-4/+16
| | | | | | | * 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.
* PR gcc/26901:Tom Tromey2006-03-291-4/+4
| | | | | * tools/Makefile.am (JCOMPILER): Added encoding options. * examples/Makefile.am (JCOMPILER): Added encoding options.
* 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-081-17/+2
| | | | | | | | 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-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-091-3/+4
| | | | | | | | | | | | | | | | | | | | | | * 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.
* 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-081-2/+2
| | | | | | | | | | | | | | | | | | * 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-081-0/+102
* .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.