tools/stx_libjava_tools.st
author Claus Gittinger <cg@exept.de>
Sun, 23 Feb 2020 14:03:15 +0100
branchcvs_MAIN
changeset 3997 5bb44f7e1d20
parent 3992 7497ea71f268
permissions -rw-r--r--
#REFACTORING by exept class: Java class changed: #dumpConfigOn:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3976
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     1
"{ Encoding: utf8 }"
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     2
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     3
"
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     4
 COPYRIGHT (c) 1996-2015 by Claus Gittinger
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     5
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     6
 New code and modifications done at SWING Research Group [1]:
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     7
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     8
 COPYRIGHT (c) 2010-2015 by Jan Vrany, Jan Kurs and Marcel Hlopko
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     9
                            SWING Research Group, Czech Technical University in Prague
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    10
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    11
 This software is furnished under a license and may be used
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    12
 only in accordance with the terms of that license and with the
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    13
 inclusion of the above copyright notice.   This software may not
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    14
 be provided or otherwise made available to, or used by, any
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    15
 other person.  No title to or ownership of the software is
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    16
 hereby transferred.
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    17
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    18
 [1] Code written at SWING Research Group contains a signature
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    19
     of one of the above copright owners. For exact set of such code,
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    20
     see the differences between this version and version stx:libjava
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    21
     as of 1.9.2010
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    22
"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    23
"{ Package: 'stx:libjava/tools' }"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
3330
b14c58b2876c Oops, moved stray reloading-related methods from stx:libjava/experiments to stx:libjava.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3327
diff changeset
    25
"{ NameSpace: Smalltalk }"
b14c58b2876c Oops, moved stray reloading-related methods from stx:libjava/experiments to stx:libjava.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3327
diff changeset
    26
2447
055223e5351e Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2396
diff changeset
    27
LibraryDefinition subclass:#stx_libjava_tools
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    28
	instanceVariableNames:''
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    29
	classVariableNames:''
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
	poolDictionaries:''
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
	category:'* Projects & Packages *'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    32
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    33
3683
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    34
!stx_libjava_tools class methodsFor:'documentation'!
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    35
3976
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    36
copyright
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    37
"
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    38
 COPYRIGHT (c) 1996-2015 by Claus Gittinger
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    39
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    40
 New code and modifications done at SWING Research Group [1]:
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    41
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    42
 COPYRIGHT (c) 2010-2015 by Jan Vrany, Jan Kurs and Marcel Hlopko
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    43
                            SWING Research Group, Czech Technical University in Prague
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    44
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    45
 This software is furnished under a license and may be used
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    46
 only in accordance with the terms of that license and with the
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    47
 inclusion of the above copyright notice.   This software may not
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    48
 be provided or otherwise made available to, or used by, any
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    49
 other person.  No title to or ownership of the software is
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    50
 hereby transferred.
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    51
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    52
 [1] Code written at SWING Research Group contains a signature
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    53
     of one of the above copright owners. For exact set of such code,
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    54
     see the differences between this version and version stx:libjava
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    55
     as of 1.9.2010
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    56
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    57
"
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    58
!
8e88fa2ff24b #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    59
3683
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    60
documentation
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    61
"
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    62
    Package documentation:
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    63
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    64
    Additional support classes, especially to support syntax highlighting, 
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    65
    parsing and compiling of Java code in the system browser, etc.
3857
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    66
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    67
    [author:]
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    68
        jv
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    69
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    70
    [primary maintainer:]
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    71
        jv
3683
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    72
"
710391a2a6d8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3460
diff changeset
    73
! !
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    74
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    75
!stx_libjava_tools class methodsFor:'description'!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    76
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    77
excludedFromPreRequisites
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    78
    "list all packages which should be ignored in the automatic
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    79
     preRequisites scan. See #preRequisites for more."
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    80
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    81
    ^ #(
3036
66e0970661db Removed #preRequisites, build files regenerated.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3028
diff changeset
    82
        #'jv:smallsense'    "SmallSense::ParseTreeIndex - referenced by JavaSourceHighlighter>>formatClassDefinition:in: "
3186
945bee015640 Made JavaClass>>package returning Smalltalk/X package name from annotation, if annotated.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
    83
        #'stx:goodies/smallsense' "SmallSense::ParseTreeIndex - referenced by JavaSourceHighlighter>>formatClassDefinition:in:"
945bee015640 Made JavaClass>>package returning Smalltalk/X package name from annotation, if annotated.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
    84
        #'stx:goodies/sunit'   
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    85
    )
3036
66e0970661db Removed #preRequisites, build files regenerated.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3028
diff changeset
    86
3186
945bee015640 Made JavaClass>>package returning Smalltalk/X package name from annotation, if annotated.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
    87
    "Modified (comment): / 31-07-2014 / 09:16:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    88
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    89
2447
055223e5351e Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2396
diff changeset
    90
mandatoryPreRequisites
3040
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
    91
    "list packages which are mandatory as a prerequisite.
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
    92
     This are packages containing superclasses of my classes and classes which
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
    93
     are extended by myself.
3121
cc0ea0656186 Fixed bug #77: Ignore unhandled ThreadDeath exceptions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3069
diff changeset
    94
     They are mandatory, because we need these packages as a prerequisite for loading and compiling.
3040
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
    95
     This method is generated automatically,
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
    96
     by searching along the inheritance chain of all of my classes."
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    97
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    98
    ^ #(
3331
ee36f2088d60 JavaClassReloaderTests moved from stx:libjava/experiments to stx:libjava
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3330
diff changeset
    99
        #'stx:libbasic'    "ConfigurableFeatures - extended"
3408
4f3cc813be4b settings: JavaCodeLibrary validation refactored and improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3331
diff changeset
   100
        #'stx:libjava'    "JavaCodeLibrary - extended"
3196
d617b4590431 (Class reading) optimization [2/4]: rewrite slow ifNil:... by faster isNil ifTrue:...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   101
        #'stx:libtool'    "AbstractSettingsApplication - superclass of JavaSettingsApplication"
d617b4590431 (Class reading) optimization [2/4]: rewrite slow ifNil:... by faster isNil ifTrue:...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   102
        #'stx:libview'    "DisplaySurface - superclass of JavaListInspectorView"
d617b4590431 (Class reading) optimization [2/4]: rewrite slow ifNil:... by faster isNil ifTrue:...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   103
        #'stx:libview2'    "ApplicationModel - extended"
3408
4f3cc813be4b settings: JavaCodeLibrary validation refactored and improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3331
diff changeset
   104
        #'stx:libwidg2'    "HierarchicalItem - superclass of JavaCodeBundleEditor::BundleItem"
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   105
    )
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   106
!
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   107
2447
055223e5351e Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2396
diff changeset
   108
referencedPreRequisites
3040
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
   109
    "list packages which are a prerequisite, because they contain
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
   110
     classes which are referenced by my classes.
3408
4f3cc813be4b settings: JavaCodeLibrary validation refactored and improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3331
diff changeset
   111
     We do not need these packages as a prerequisite for compiling or loading,
4f3cc813be4b settings: JavaCodeLibrary validation refactored and improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3331
diff changeset
   112
     however, a class from it may be referenced during execution and having it
4f3cc813be4b settings: JavaCodeLibrary validation refactored and improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3331
diff changeset
   113
     unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
4f3cc813be4b settings: JavaCodeLibrary validation refactored and improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3331
diff changeset
   114
     includes explicit checks for the package being present.
3040
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
   115
     This method is generated automatically,
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
   116
     by searching all classes (and their packages) which are referenced by my classes."
2447
055223e5351e Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2396
diff changeset
   117
055223e5351e Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2396
diff changeset
   118
    ^ #(
3196
d617b4590431 (Class reading) optimization [2/4]: rewrite slow ifNil:... by faster isNil ifTrue:...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   119
        #'stx:libbasic2'    "BackgroundQueueProcessingJob - referenced by JavaSourceDocument class>>initialize"
d617b4590431 (Class reading) optimization [2/4]: rewrite slow ifNil:... by faster isNil ifTrue:...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   120
        #'stx:libcomp'    "ParseError - referenced by JavaScannerBase>>syntaxError:position:to:"
2447
055223e5351e Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2396
diff changeset
   121
    )
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   122
! !
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   123
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   124
!stx_libjava_tools class methodsFor:'description - compilation'!
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   125
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   126
additionalRules_bc_dot_mak
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   127
    ^ '
3992
7497ea71f268 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3976
diff changeset
   128
java: antIfPossible
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   129
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   130
ant:
3928
f3ba8c0f7dc1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3923
diff changeset
   131
        $(ANT) -f java\build.xml 
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   132
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   133
antIfPossible:
3928
f3ba8c0f7dc1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3923
diff changeset
   134
        -$(ANT) -f java\build.xml 
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   135
3857
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   136
clean::
3928
f3ba8c0f7dc1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3923
diff changeset
   137
        -$(ANT) -f java\build.xml clean
3857
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   138
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   139
full::  ant
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   140
'
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   141
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   142
    "Modified: / 17-04-2013 / 19:15:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
3857
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   143
    "Modified: / 25-10-2018 / 19:55:58 / Claus Gittinger"
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   144
!
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   145
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   146
additionalRules_make_dot_proto
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   147
    ^ '
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   148
java: ant
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   149
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   150
ant:
3928
f3ba8c0f7dc1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3923
diff changeset
   151
        $(ANT) -f java/build.xml 
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   152
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   153
antIfPossible:
3928
f3ba8c0f7dc1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3923
diff changeset
   154
        -$(ANT) -f java/build.xml 
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   155
3857
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   156
clean::
3928
f3ba8c0f7dc1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3923
diff changeset
   157
        -$(ANT) -f java/build.xml clean
3857
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   158
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   159
full::  ant
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   160
'
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   161
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   162
    "Modified: / 17-04-2013 / 19:16:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
3857
0ccbaca37529 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   163
    "Modified: / 25-10-2018 / 19:56:04 / Claus Gittinger"
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   164
!
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   165
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   166
additionalTargets_bc_dot_mak
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   167
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   168
    ^ ' antIfPossible'
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   169
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   170
    "Modified: / 17-04-2013 / 19:16:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   171
!
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   172
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   173
additionalTargets_make_dot_proto
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   174
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   175
    ^ ' antIfPossible'
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   176
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   177
    "Created: / 05-09-2006 / 16:05:12 / cg"
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   178
    "Modified: / 17-04-2013 / 19:16:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   179
! !
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   180
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   181
!stx_libjava_tools class methodsFor:'description - contents'!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   182
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   183
classNamesAndAttributes
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   184
    "lists the classes which are to be included in the project.
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   185
     Each entry in the list may be: a single class-name (symbol),
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   186
     or an array-literal consisting of class name and attributes.
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   187
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   188
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   189
    ^ #(
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   190
        "<className> or (<className> attributes...) in load order"
3126
4eaeba9fa910 Java source highlughter refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3121
diff changeset
   191
        JavaAbstractSourceHighlighter
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   192
        JavaCodeBundleEditor
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   193
        JavaCodeLibraryEditor
3408
4f3cc813be4b settings: JavaCodeLibrary validation refactored and improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3331
diff changeset
   194
        JavaCodeLibraryValidationWarning
2738
a633a2e8e67e Make sure eclipse Parser is initialized before actually start parsing.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2734
diff changeset
   195
        JavaCompiler
3331
ee36f2088d60 JavaClassReloaderTests moved from stx:libjava/experiments to stx:libjava
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3330
diff changeset
   196
        (JavaCompilerTests autoload)
2734
f56049613ff3 Initial support for live code checker / lint.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2732
diff changeset
   197
        JavaLintAnnotation
f56049613ff3 Initial support for live code checker / lint.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2732
diff changeset
   198
        JavaLintHighlighter
f56049613ff3 Initial support for live code checker / lint.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2732
diff changeset
   199
        JavaLintPopupWindow
f56049613ff3 Initial support for live code checker / lint.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2732
diff changeset
   200
        JavaLintService
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   201
        JavaListInspectorView
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   202
        JavaMapInspectorView
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   203
        JavaScannerBase
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   204
        JavaSetInspectorView
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   205
        JavaSettingsApplication
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   206
        JavaSourceDocument
2729
ac412f6ea6d4 More support for method's source display. Not yet working.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2717
diff changeset
   207
        JavaSourceRef
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   208
        JavaToolbox
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   209
        #'stx_libjava_tools'
3126
4eaeba9fa910 Java source highlughter refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3121
diff changeset
   210
        JavaAbstractLexicalHighlighter
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   211
        JavaScanner
3126
4eaeba9fa910 Java source highlughter refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3121
diff changeset
   212
        JavaSyntaxHighlighter
2873
3084c43f20a1 Introduced GroovyScanner with support for Groovy-only tokens...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2854
diff changeset
   213
        GroovyScanner
3126
4eaeba9fa910 Java source highlughter refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3121
diff changeset
   214
        JavaLexicalHighlighter
2788
b25c8b9e886a Highlighter cleanup, addes support for Groovy.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2778
diff changeset
   215
        GroovySourceHighlighter
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   216
    )
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   217
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   218
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   219
extensionMethodNames
3040
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
   220
    "list class/selector pairs of extensions.
ff90519ce3ac Interop tests refactoring.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
   221
     A correponding method with real names must be present in my concrete subclasses"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   222
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   223
    ^ #(
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   224
        JavaObject inspectorClass
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   225
        #'Tools::NewSystemBrowser' classMenuNewGroovyClass
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   226
        'ConfigurableFeatures class' hasGroovySupport
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   227
        'ConfigurableFeatures class' hasJavaToolingSupport
3408
4f3cc813be4b settings: JavaCodeLibrary validation refactored and improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3331
diff changeset
   228
        JavaCodeLibrary validate
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   229
    )
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   230
! !
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   231
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   232
!stx_libjava_tools class methodsFor:'description - java'!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   233
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   234
javaBundle
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   235
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   236
    ^JavaCodeBundle standardPackageBundleFor: self package
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   237
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   238
    "Created: / 15-01-2013 / 17:35:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   239
! !
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   240
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   241
!stx_libjava_tools class methodsFor:'description - project information'!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   242
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   243
applicationIconFileName
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   244
    "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   245
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   246
    ^ nil
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   247
    "/ ^ self applicationName
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   248
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   249
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   250
companyName
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   251
    "Return a companyname which will appear in <lib>.rc"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   252
3693
9e4f2798e469 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3683
diff changeset
   253
    ^ 'eXept Software AG & SWING Research Group'
9e4f2798e469 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3683
diff changeset
   254
9e4f2798e469 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3683
diff changeset
   255
    "Modified: / 08-02-2017 / 12:32:57 / cg"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   256
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   257
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   258
description
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   259
    "Return a description string which will appear in vc.def / bc.def"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   260
3874
0959ceec60a9 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3857
diff changeset
   261
    ^ 'Java tools for Smalltalk/X'
0959ceec60a9 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3857
diff changeset
   262
0959ceec60a9 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3857
diff changeset
   263
    "Modified: / 18-12-2018 / 12:29:23 / Claus Gittinger"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   264
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   265
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   266
legalCopyright
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   267
    "Return a copyright string which will appear in <lib>.rc"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   268
3460
163c49565edb copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
   269
    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 2011'
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   270
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   271
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   272
productName
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   273
    "Return a product name which will appear in <lib>.rc"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   274
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   275
    ^ 'Smalltalk/X'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   276
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   277
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   278
stcOptimizationOptions
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   279
    "do not inline the not operation here - it is overwritten"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   280
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   281
    ^ '+optspace3 -inlinenot'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   282
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   283
    "Created: / 23-08-2006 / 01:27:22 / cg"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   284
! !
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   285
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   286
!stx_libjava_tools class methodsFor:'description - svn'!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   287
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   288
svnRepositoryUrlString
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   289
    "Return a SVN repository URL of myself.
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   290
     (Generated since 2011-04-08)
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   291
     Do not make the string shorter!!!!!! We have to use fixed-length keyword!!!!!!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   292
    "        
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   293
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   294
    ^ '$URL::                                                                                                                        $'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   295
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   296
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   297
svnRevisionNr
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   298
    "Return a SVN revision number of myself.
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   299
     This number is updated after a commit"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   300
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   301
    ^ "$SVN-Revision:"'1941            '"$"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   302
! !
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   303
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   304
!stx_libjava_tools class methodsFor:'documentation'!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   305
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   306
version_CVS
3460
163c49565edb copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
   307
    ^ '$Header$'
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   308
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   309
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   310
version_HG
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   311
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2447
diff changeset
   312
    ^ '$Changeset: <not expanded> $'
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   313
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   314
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   315
version_SVN
3460
163c49565edb copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3412
diff changeset
   316
    ^ '$Id$'
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   317
! !
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
   318