Subversion Repositories DevTools

Rev

Rev 7304 | Rev 7310 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6073 dpurdie 1
------------------------------------------------------------------------
7307 dpurdie 2
Version:  3.14.7000.cr                              Released: 15-Sep-17 
7304 dpurdie 3
------------------------------------------------------------------------
4
 
5
Minor changes:
7307 dpurdie 6
    * Utility: sandbox
7
      Fixed issues with the 'buildfilter' command. The data is stored in the 
8
      sandbox_dpkg_archive subdirectory.
9
 
10
      Added options to:
11
         - Display path to build file
12
         - Handle packages with multiple builders
13
 
14
    * Templates
15
      Fixed some poor examples
16
 
17
    * New platform: SK100 (Experimental)
18
      Added an alias for the SK family of platforms.
19
      Includes special handling of Linker Scripts
20
 
21
    * Utility: jats_generate_deployable
22
      Added option to generate symlinks to packages instead of transferring
23
      the body of the package. 
24
 
25
Internal changes:
26
    * Error directive support message prefix to simplify error processing.
27
 
28
------------------------------------------------------------------------
29
Version:  3.14.6000.cr                              Released: 04-Sep-17
30
------------------------------------------------------------------------
31
 
32
Minor changes:
33
    * Utility: jats_generate_deployable
34
      Support for RPM cots packages.
35
 
36
    * Utility: sandbox
37
      Add command: scandepth - to display/set the default scan depth for build files
38
 
39
      Added options to the 'info' command:
40
        -[no]dependencies   - Display external dependencies (default)
41
        -[no]buildorder     - Display build order (default)
42
 
43
------------------------------------------------------------------------
44
Version:  3.14.5000.cr                              Released:16-Aug-17 
45
------------------------------------------------------------------------
46
 
47
Minor changes:
48
    * Utility: jats_generate_deployable
49
      Added support to allow the inclusion of the uigen-pulse package
50
      Changes to the 'alas' name generation process
51
 
7304 dpurdie 52
    * Build Directives: BuildPlatforms and BuildProducts
53
        The --Uses=XXX and --Alias=XXX options support a comma and a colon 
54
        separated list. The colon seperated list will aviod parsing 
55
        confusion.
56
 
57
        The following all have the same effect:
58
            BuildPlatforms ('P1', '--Uses=P2:P3' );
59
            BuildPlatforms ('P1', '--Uses=P2,P3' );
60
            BuildPlatforms ('P1,--Uses=P2:P3' );
61
            BuildPlatforms ('P1','--Uses=P2', '--Uses=P3' );
62
 
63
       The folling will not:
64
            BuildPlatforms ('P1,--Uses=P2,P3' );
65
 
66
    * Utility: sandbox
67
      Add 'testlinks' command to test, and optionally delete, the package
68
      symlinks.
69
 
70
------------------------------------------------------------------------
71
Version:  3.14.4000.cr                              Released: 07-Aug-17 
72
------------------------------------------------------------------------
73
 
74
Minor changes:
75
    * Utility: jat_svnrelease [JATS-424]
76
      Handle obscure condition where the tag has been created directly from
77
      a merge and the merge involved the deletion of files from the fileset.
78
 
79
    * Buildfiles.
80
      Restored VS2005 to the MSWIN32 alias
81
 
82
------------------------------------------------------------------------
83
Version:  3.14.3000.cr                              Released: 02-Aug-17 
84
------------------------------------------------------------------------
85
 
86
Minor changes:
87
    * Utility: jats_generate_deployable
88
      Can create .bomGen file from scratch
89
      Improved reporting of files add, removed and updated
90
 
91
    * Makefile generation
92
      Correctly export 'PACKAGE_ARCH' as a global
93
 
94
------------------------------------------------------------------------
7300 dpurdie 95
Version:  3.14.2000.cr                              Released: 04-Jul-17 
6142 dpurdie 96
------------------------------------------------------------------------
97
 
98
Minor changes:
7300 dpurdie 99
    * Platform: RHEL7_INSTRUMENT
100
      Marked as a NATIVE build.
101
 
102
    * Platforms: LMOS_*
103
      Inherit system aliases from base platform configuration.
104
 
105
------------------------------------------------------------------------
106
Version:  3.14.1000.cr                              Released: 03-Jul-17 
107
------------------------------------------------------------------------
108
 
109
Minor changes:
110
    * Updated copyright notices in all files
111
 
112
    * jats_extract
113
      Will no longer create a 'local_dpkg_archive'
114
      The use of a 'local_dpkg_archive' is deprecated in favor of the jats 
115
      'sandbox', which does a much better job.
116
 
117
    * Utility: jats_generate_deployable
118
        Windows: Fixed compilation error
119
 
120
    * Platform: RHEL7_INSTRUMENT
121
      Added missing configuration file
122
 
123
------------------------------------------------------------------------
124
Version:  3.14.0000.cr                              Released: 23-Jun-17
125
------------------------------------------------------------------------
126
 
127
Minor changes:
128
    * JAVA Platform [JATS-420]
129
      The java builder can use an 'ant' provided by a suitable package
130
      ie: ant_1.9.2.0000.cots
131
 
132
------------------------------------------------------------------------
133
Version:  3.13.9000.cr                              Released: 22-Jun-17 
134
------------------------------------------------------------------------
135
 
136
Minor changes:
137
    * Corrected use of shell 'echo' command
138
        Always quote the string
139
        Issue was the unquoted use of a string that contained matching square brackets
140
            ie: echo [$<] Compiling..
141
        The [..] construct is a filename expanding construct.
142
 
143
     * Win32 and Win64 makefile generation
144
       Allow the 'cmdfile' commands to be shown in verbose mode.
145
 
146
     * Makefile generation
147
       Fixed issue with some build formats and a bug in cmdfile when no path item
148
       has a directory separator.
149
 
150
------------------------------------------------------------------------
151
Version:  3.13.8000.cr                              Released: 16-Jun-17  
152
------------------------------------------------------------------------
153
 
154
Minor changes:
155
    * Makefiles: New Directive: ExtendIncDir
156
        ExtendIncDir ('*', 'private' );
157
      Specialised use only. See MASS-00166
158
 
159
    * Utility: jats_svnrelease
160
      The 'extractFiles' option will display the files extracted when 
161
      running on a build machine.
162
 
163
    * Windows builds
164
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
165
      Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles
166
 
167
 
168
------------------------------------------------------------------------
169
Version:  3.13.7000.cr                              Released: 13-Jun-17 
170
------------------------------------------------------------------------
171
 
172
Minor changes:
173
    * Utility: jats
174
        Added option -script. Supresses internal warnings when capturing
175
        output within a scripting environment.
176
 
177
    * Utility: sandbox
178
      Allow the build.pl file to be upto 4 directories deep
179
        Slows down sandbox scanning
180
        Provides backward compatability with old projects
181
 
182
    * Makefile directive: MakePerl
183
        Added option to control the output format to better support multiple
184
        build machines.
185
 
186
    * Build File
187
      Fixed handling of aliases that broke the (not recommended) construct
6142 dpurdie 188
        BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );
189
 
7300 dpurdie 190
    * Windows builds
191
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
192
 
193
Experimental:
194
    * New platform: RHEL7_INSTRUMENT and RHEL7
195
        Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64
196
 
197
    * Makefiles. New aliases
198
        PKG_DEB, PKG_RPM and PKG_WIN
199
        Internal use only at the moment
200
 
6142 dpurdie 201
------------------------------------------------------------------------
6133 dpurdie 202
Version:  3.13.6000.cr                              Released: 04-May-17
6085 dpurdie 203
------------------------------------------------------------------------
204
 
205
Minor changes:
6133 dpurdie 206
    * Makefile directive: PackageFiles
207
      Added option: --PreserveSymlinks. 
208
        Used internally for preserving symlinks when building SDKs
209
 
210
    * Utility: jats_generate_deployable
211
      Ongoing improvements.
212
 
213
Internal:
214
    Class: JatsCopy::CopyDir
215
        Added options
216
            NoRecurse
217
            NoSubDirList
218
 
219
------------------------------------------------------------------------
220
Version:  3.13.5000.cr                              Released: 13-Apr-17
221
------------------------------------------------------------------------
222
 
223
Minor changes:
224
    * Makefiles: Enhanced platform specifier
225
      Allows mixed use of included and excluded platform names.
226
        ie: Src ('DEVLINUX,!UBUNUT12', .... )
227
 
228
    * New Utilities: jats_generate_deployable, jats_generate_bom
229
      Experimental utilities for generation of BOMS
230
 
231
------------------------------------------------------------------------
232
Version:  3.13.4000.cr                              Released: 31-Mar-17 
233
------------------------------------------------------------------------
234
 
235
Minor changes:
236
    * Build Files. BuildSrcArchive
237
      Exclude .svn sub directories.
238
 
239
    * Utility: jats_sandbox
240
      Improved behaviour of packages that do not build with the current
241
      build filters. They will be silently skipped and not create 
242
      build errors.
243
 
244
    * Build Files - New alias : INSTRUMENT
245
      This is an alias for active instrumented build targets
246
 
247
    * Build Files - New directive : BuildAliasDef
248
      Shorthand for
249
        BuildAlias ('xxx,--Define', ... );
250
      This is the preferred method for defining aliases
251
 
252
    * Build Files - BuildAlias directive
253
      The build alias has been extended to support the use of a '!' operator
254
      This allows one, or more platforms to be removed from a definition.
255
      Examples: 
256
        BuildAlias( 'A1,--Define', 'DEVLINUX,!ARM9TDMI');
257
        BuildAliasDef ('A1', 'DEVLINUX,!ARM9TDMI'); 
258
            All platforms covered by the DEVLINUX alias, except ARM9TDMI
259
 
260
        BuildAlias( 'A2,--Define', '!ARM9TDMI');
261
        BuildAliasDef( 'A2', '!ARM9TDMI');
262
            All active platforms, except the ARM9TDMI.
263
 
264
    * Platforms: GENERIC_XXX
265
      Improved operation of machType based generic platforms when used within the
266
      build system.
267
 
268
Experimental:
269
    * Support for Red Hat Enterprise Linux 7
270
      Compiler is supported via the new platform RHEL7
271
      Jats support is provided via a machine type of linux_x64.
7300 dpurdie 272
      This will change 
6133 dpurdie 273
 
274
------------------------------------------------------------------------
275
Version:  3.13.3000.cr                              Released: 13-Mar-17
276
------------------------------------------------------------------------
277
 
278
Minor changes:
279
    * Build Files. BuildSrcArchive
280
      Added a 'platform' argument. It is only used on build machines to
281
      prevent the archive being build on multiple machines.
282
 
283
------------------------------------------------------------------------
284
Version:  3.13.1000.cr                              Released: 01-Mar-17 
285
------------------------------------------------------------------------
286
 
287
Minor changes:
288
    * Directive: MakePerlModule
289
      Fixed build issues associated with building Perl Modules under VS2012.
290
      Minor differences in the operation of nmake.
291
 
292
    * Build Files
293
      Handle build.pl files with out a BuildInterface directive
294
      Will force an interface directory called 'interface'
295
 
296
      Modified parsing of the BuildName to handle some instances of
297
      incorrect use of the '--RelaxedVersion' option.
298
 
299
      Note: This option is to be deprecated. Do not use it.
300
            Jats will handle '.cots' packages correctly by itself.
301
 
302
   * New Platforms: GENERIC_XXX
303
     A collection of platforms (Alias of GENERICS) that provide an architecture 
304
     specific  build target. The name of the target is created by joining the
305
     keyword GENERIC_ with the Jats Machine Type. 
306
        ie: GENERIC_WIN32, GENERIC_LINUX_I386, GENERIC_LINUX_X64
307
 
308
     These targets cannot be mixed with non-generic targets (on the same machine), nor the GENERIC
309
     build target. It is possible to mix GENERIC_WIN32 with UBUNTU16 as they appear on
310
     different architectures.
311
 
312
     The targets function is in a similar manner to the GENERIC build target, but
313
     are directed to one or more machines.
314
 
315
     Intended uses:
316
        Windows: Creating installers. 
317
                 The NSIS builder does not require a compiler toolchain.
318
 
319
       All: Specialized packaging.
320
 
321
    * Makefiles
322
      New option in the platform specifier. --Alias=alias1[:alias2]*
323
      Allows the directive to be true if the current build has the specified alias.
324
      Eg:
325
        PackageFile ('--Alias=TOOLSET',DEVLINUX', ...)
326
      Will package the file(s) if the current build is for a platform that is
327
      a part of the TOOLSET alias AND is also member of the DEVLINUX alias.
328
      It could also have been written as:
329
        PackageFile ('--Alias=TOOLSET',--Alias=DEVLINUX', ...)
330
      but NOT as:
331
        PackageFile ('--Alias=TOOLSET:DEVLINUX', ...)
332
        PackageFile ('TOOLSET,DEVLINUX', ...)
333
            as these will be true if current platform is a TOOLSET or DEVLINUX
334
 
335
    * Utility: sandbox
336
      Subcommand info 
337
        - Added option to test fingerprints
338
        - Display status in a column for easy reading
339
 
340
------------------------------------------------------------------------
341
Version:  3.13.0000.cr                              Released: 20-Feb-17
342
------------------------------------------------------------------------
343
 
344
Minor changes:
345
    * New build.pl directive BuilToolset.
346
      This directive will enable the generation of the TOOLSET alias.
347
      Provides a sanity test to ensure that tools can be built.
348
      Includes options to limit use to specific architectures
349
 
350
    * Support for building many of the platforms on a linux_x64 based machine
351
      Previously many of the compiler were limited to the Ubuntu12 machines.
352
      These can now be built on an Ubuntu16 based machine.
353
 
354
    * GenerateFiles directive
355
      Added --Var(Toolset) and --Var(Native).
356
 
357
    * Utility: sandbox
358
      Added a 'fingerprint' command to manipulate packages fingerprints.
359
 
360
      Sped up the location of build files. The results are cached and 
361
      recalulated if the user adds or removes packages from the sandbox.
362
 
363
Internal changes:
364
    * Centralizing build platform information.
365
 
366
------------------------------------------------------------------------
367
Version:  3.12.9000.cr                              Released: 10-Feb-17 
368
------------------------------------------------------------------------
369
 
370
Minor changes:
371
    * Build File. BuildExclude directive
372
      Added special platform of 'INSTRUMENT'. This will exclude 
373
      all Instrumented builds.
374
 
375
    * 64 Bit Linux Build Machines
376
      Allowed Java to be built on such machine - if it is installed.
377
 
378
    * Build Alias - TOOLSET
379
      Changed the manor in which the alias is calculated.
380
      On a build machine it will use the BUILDFILTER to determine which 
381
      machine may build the toolset.
382
 
383
      On a developers machine it will use the first suitable available 
384
      platform.
385
 
386
------------------------------------------------------------------------
387
Version:  3.12.8000.cr                              Released: 07-Feb-17
388
------------------------------------------------------------------------
389
 
390
Minor changes:
391
    * Utility: sandbox
392
      Changed method of accessing SHA1 routines to allow compatibility
393
      with older versions of Perl.
394
 
395
------------------------------------------------------------------------
396
Version:  3.12.7000.cr                              Released: 07-Feb-17
397
------------------------------------------------------------------------
398
 
399
Minor changes:
400
    * Build Processing
401
      Removed processing of CVS change log and associated command line options
402
      It is not used.
403
 
404
      Tweaks to the calculation of the TOOLSET alias to allow it to work when
405
      the build system is split across multiple machines.
406
 
407
    * Utility: escrow
408
      Added -skim option
409
 
410
    * Utility: sandbox
411
      Many improvements:
412
        Can be invoked in a subdirectory and will only build packages required
413
        by the package that contains the current subdirectory.
414
 
415
        Package build order is alphabetic, within each build level.
416
 
417
        Added '-keepgoing' option to several commands to allow processing even
418
        if an error is detected.
419
 
420
        Generate a package fingerprint and use it to determine if a package
421
        needs to be rebuilt at all.
422
 
423
        Added 'skip' and 'unskip' commands to allow a package to be marked to be
424
        skipped during the build.
425
 
426
        The 'info' subcommand indicates which packages have been built.
427
 
428
------------------------------------------------------------------------
429
Version:  3.12.6000.cr                              Released: 06-Feb-17
430
------------------------------------------------------------------------
431
 
432
Minor changes:
433
    * New build Alias - TOOLSET
434
      TOOLSET is, at most, one platform in the current build, which build 
435
      artifacts that can be expected to run on the build machine.
436
 
437
      The TOOLSET alias has been created to simplify the support
438
      for building and packaging of JATS-internal utilities.
439
 
440
------------------------------------------------------------------------
441
Version:  3.12.5000.cr                              Released: 30-Jan-17
442
------------------------------------------------------------------------
443
 
444
Minor changes:
445
    * JATS Wrapper
446
      Changes to the package location library to allow JATS to locate
447
      build files in very deep directory trees. Windows path limits
448
      were causing some issues.
449
 
450
------------------------------------------------------------------------
451
Version:  3.12.4000.cr                              Released: 25-Jan-17
452
------------------------------------------------------------------------
453
 
454
Minor changes:
455
    * VS2015, VS2015_X64 and CSHARP2015 builds
456
      Minor tweaks to the configuration and detection of the installed compiler
457
 
458
------------------------------------------------------------------------
459
Version:  3.12.3000.cr                              Released: 24-Jan-17
460
------------------------------------------------------------------------
461
 
462
Minor changes:
463
    * New JATS Platforms: VS2015, VS2015_X64 and CSHARP2015
464
 
465
Internal:
466
    * Support to extract build aliases from the build metadata.
467
 
468
------------------------------------------------------------------------
469
Version:  3.12.2000.cr                              Released: 11-Jan-17
470
------------------------------------------------------------------------
471
 
472
Minor changes:
473
    * JATS Build
474
      Removed warning about duplicate function definition
475
 
476
------------------------------------------------------------------------
477
Version:  3.12.1000.cr                              Released: 10-Jan-17
478
------------------------------------------------------------------------
479
 
480
Minor changes:
481
    * New Platforms: UBUNTU16 and UBUNTU16_INSTRUMENT
482
      Uses gcc 5.4.0
483
      For packages to be deployed under Ubuntu16 LTS
484
 
6085 dpurdie 485
    * Utility: vcsdiff
486
      Added option to allow users to extend the 'diff' command line
487
      Requires knowledge of the underliying diff utility being used
488
      on the particular platform.
489
 
490
------------------------------------------------------------------------
6079 dpurdie 491
Version:  3.12.0000.cr                              Released: 16-Nov-16
492
------------------------------------------------------------------------
493
 
494
Minor changes:
495
    * Build Alias
496
      Removed 'LINUX_I386' from the 'LINUX' alias
497
      LINUX_I386 should only be used to build JATS tools.
498
 
499
------------------------------------------------------------------------
6073 dpurdie 500
Version:  3.11.9000.cr                              Released: 11-Nov-16
501
------------------------------------------------------------------------
6065 dpurdie 502
 
6073 dpurdie 503
Minor changes:
504
    * Packaging directives
505
      Corrected escaping of ${GBE_TYPE} as well as the preferred $(GBE_TYPE)
506
      as seen in some Java-centric packages.
507
 
508
    * BuildPkgArchive directive
509
      [JATS-411] Detect when the the users build filter has been modified
510
      pick up new build artifacts.
511
 
4362 dpurdie 512
------------------------------------------------------------------------
6065 dpurdie 513
Version:  3.11.8000.cr                              Released: 08-Nov-16 
514
------------------------------------------------------------------------
515
 
516
Minor changes:
517
    * jats.bat and related example config files
518
      Added GBE_SVN_URL_AUPERASVN02 to support the new Repo Server
519
 
520
    * MergeLibrary directive
521
      Corrected escaping of $(OBJDIR).
522
 
523
------------------------------------------------------------------------
5999 dpurdie 524
Version:  3.11.7000.cr                              Released: 23-Sep-16
525
------------------------------------------------------------------------
526
 
527
Minor changes:
528
    * Makefile Package and Install directives
529
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
530
                             in the name
531
      Prevent colon escaping on Windows machines as it doesn't work and
532
      interferes with sme valid file names.
533
 
534
------------------------------------------------------------------------
5995 dpurdie 535
Version:  3.11.6000.cr                              Released: 23-Sep-16
536
------------------------------------------------------------------------
537
 
538
Minor changes:
5999 dpurdie 539
    * [JATS-406] Dependency generation fails when building linux_drivers_viper
5995 dpurdie 540
      Fixed an issue in JATS' mkdepend utility. Detect attempts to divide 
541
      and mod by zero and generate an error and not a program fault.
542
 
543
------------------------------------------------------------------------
544
Version:  3.11.5000.cr                              Released: 22-Sep-16
545
------------------------------------------------------------------------
546
 
547
Minor changes:
548
    * Makefile Package and Install directives
549
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
550
                             in the name
551
      Centralized handling of filename escaping.
552
 
553
      Note: The 'colon' character is not supported under Windows. This is a
554
      limitation of Windows, not JATS. The use of a colon in a file name is
555
      strongly discouraged. Such files can only be manipulated under Unix.
556
 
557
    * Make operations uninstall, unpackage and clobber
558
      Improved the deletion of files such that only files that exist will 
559
      be logged as deleted.
560
 
561
------------------------------------------------------------------------
5987 dpurdie 562
Version:  3.11.4000.cr                              Released: 21-Sep-16
563
------------------------------------------------------------------------
564
 
565
Minor changes:
566
    * RunTest directive. Windows Only
567
      [JATS-404] RunTest under Windows does not handle paths correctly
568
 
569
------------------------------------------------------------------------
5970 dpurdie 570
Version:  3.11.3000.cr                              Released: 29-Aug-16
571
------------------------------------------------------------------------
572
 
573
Minor changes:
574
    * Platform: VS2010 and VS2012
575
      [JATS-176] Generate Visual Studio Property Sheet to simplify use within JATS
576
      Add build directive 'BuildPropertyPages' - See MASS-00166
577
 
578
------------------------------------------------------------------------
5941 dpurdie 579
Version:  3.11.2000.cr                              Released: 04-Aug-16
580
------------------------------------------------------------------------
581
 
582
Minor changes:
583
    * Utility: timeout - All supported Unix platforms
584
      Addressed [JATS-396] - timeout utility can hang - Unix 
585
 
586
------------------------------------------------------------------------
5935 dpurdie 587
Version:  3.11.1000.cr                              Released: 03-Aug-16
588
------------------------------------------------------------------------
589
 
590
Minor changes:
591
    * Utility: timeout (linux)
592
      Addressed [JATS-396] - timeout utility can hang - linux
593
 
594
------------------------------------------------------------------------
5910 dpurdie 595
Version:  3.11.0000.cr                              Released: 27-Jul-16
5909 dpurdie 596
------------------------------------------------------------------------
597
 
598
Minor changes:
599
    * Configuration
600
      Changed templates and scripts to reflect the new location of the
601
      Release Manager database. Correct configuration is:
5914 dpurdie 602
        GBE_RM_LOCATION=jdbc:oracle:thin:@auawsards001.vix.local:1521:RELEASEM
5909 dpurdie 603
 
604
    * Release Manager Database interface
605
      Improved performance of tools that access the Release Manager database.
606
 
607
    * Utility: test_rmconnection
5914 dpurdie 608
      Added options to allow separate testing of the Database and the Webserver.
5909 dpurdie 609
 
610
------------------------------------------------------------------------
5885 dpurdie 611
Version:  3.10.14000.cr                              Released: 12-Jul-16
5882 dpurdie 612
------------------------------------------------------------------------
613
 
614
Minor changes:
615
    * Jats Build
616
      [JATS-266] jats install and package - does not preserve symbolic links
5885 dpurdie 617
      Shared libraries, under Unix, are created with one or two symlinks to 
5882 dpurdie 618
      the library: link and soname.
619
      When the shared library is Installed or Packaged the symlink was not 
620
      preserved resulting in a much larger package that really required.
621
 
622
      Shared library symlinks are marked and are now copied so as to 
623
      preserve the symlink.
624
 
5884 dpurdie 625
    * Jats make - Instrumented builds
626
      [JATS-350] GCOV creates files in uncontrolled locations within the build system
627
      The files generated by gcov are now contained within the package
5882 dpurdie 628
 
5884 dpurdie 629
      [JATS-395] GCOV does not work for all build topologies
630
      Improved the extraction of gcov information to allow for all 
631
      build topologies.
632
 
633
      Reduced the output when running the code coverage tools
5885 dpurdie 634
      The can be re-enabled by adding an 'options=args' to the make 
5884 dpurdie 635
      command.
636
 
637
      Simplified the processing of the coverage data.
638
 
639
 
5882 dpurdie 640
------------------------------------------------------------------------
5878 dpurdie 641
Version:  3.10.13000.cr                              Released: 08-Jul-16
5872 dpurdie 642
------------------------------------------------------------------------
643
 
644
Minor changes:
645
    * Jats Installation
646
      Improved post install script to hook into build system automated 
647
      deployment.
648
 
5878 dpurdie 649
    * Build Generation
650
      [JATS-374] Units tests can't run if soname libraries are not present
651
        Generate sonames to the shared libraries present in dependent packages
652
        Extend the library search path to include this sonames.
653
 
654
    * Makefile directive GenerateFiles
655
      Corrected error introduced in 3.10.12000.cr 
656
 
5872 dpurdie 657
------------------------------------------------------------------------
5868 dpurdie 658
Version:  3.10.12000.cr                              Released: 07-Jul-16
5859 dpurdie 659
------------------------------------------------------------------------
660
 
661
Minor changes:
662
    * Improved use of cppcheck - Static code analysis (Adrien Oliva)
663
        Enable all possible check
664
        Force analysis of all pre-processor branch
665
        Remove false positive
666
            Missing include, unused function and unmatched suppression
667
        Configure cppcheck to ignore files provided by the compiler
5867 dpurdie 668
            We do not want to analyze compiler
5859 dpurdie 669
        Fix variable name
670
 
5862 dpurdie 671
    * GCC Toolchain
672
      Improved header file dependency generation through correct calculation
673
      of the compiler header file search paths.
5859 dpurdie 674
 
5862 dpurdie 675
    * IAR Toolchain
676
      Corrected the generation of the Program Loader
5859 dpurdie 677
 
5862 dpurdie 678
    * Internal Utility: cache_dpkg
679
      Improved handling (under windows) of files with the same name but
680
      different case. Generate a clear warning message.
681
 
5868 dpurdie 682
    * Makefile directive GenerateFiles [JATS-178]
683
      Attempting to generate a file that is also marked as a source file is
5867 dpurdie 684
      now an error.
685
 
5859 dpurdie 686
------------------------------------------------------------------------
5868 dpurdie 687
Version:  3.10.11000.cr                              Released: 01-Jul-16
5848 dpurdie 688
------------------------------------------------------------------------
689
 
690
Minor changes:
5859 dpurdie 691
    * Jats internal utility 'timeout'
692
      Improved stability under Server 2013
693
      Reinstated use of 'timeout' in unit tests running under Windows.
5848 dpurdie 694
 
5859 dpurdie 695
    * Utility: jats -buildfiter=xxx
696
      Corrected the operation of the -buildfilter=xxx option when used 
697
      within a sandbox.
5848 dpurdie 698
 
699
------------------------------------------------------------------------
5868 dpurdie 700
Version:  3.10.10000.cr                              Released: 28-Jun-16 
5818 dpurdie 701
------------------------------------------------------------------------
702
 
703
Minor changes:
5859 dpurdie 704
    * Platform: CORTEXM3_ARM
705
      Corrected the generation of the Program Loader
5830 dpurdie 706
 
5859 dpurdie 707
    * UBUNUTU12C11_INSTRUMENT and UBUNUTU12_INSTRUMENT platforms
708
      lcov includes branch coverage
709
 
710
    * All _INSTRUMENT targets
711
      Limit coverage to file within the package
712
      Now excludes all external libraries
5818 dpurdie 713
 
5859 dpurdie 714
      The 'make clean' operation will remove intermediate files generated 
715
      by the coverage.
5818 dpurdie 716
 
717
    * Unit Tests
5859 dpurdie 718
      'make clean' now removes temp 'rc' file generated while running the test
5818 dpurdie 719
 
5859 dpurdie 720
    * Internal Utility: cache_dpkg
721
      [JATS-388] Package caching does not support multiple instances updating 
722
      the same version
5818 dpurdie 723
 
5859 dpurdie 724
    * Internal Utility: cache_dpkg
725
      assemble_dpkg - purge stale package fragments from the package fragment 
726
      assembly area.
5828 dpurdie 727
 
5859 dpurdie 728
    * Sandbox
729
      [JATS-389] Sandbox does not support packages that use deployment
730
      directives.
5819 dpurdie 731
 
5818 dpurdie 732
------------------------------------------------------------------------
5796 dpurdie 733
Version:  3.10.9000.cr                               Released: 14-Jun-16 
5792 dpurdie 734
------------------------------------------------------------------------
735
 
736
Minor changes:
5859 dpurdie 737
    * [JATS-372] Long pathnames kill metrics gathering
738
      See Jira issue for full details
5792 dpurdie 739
 
5859 dpurdie 740
    * [JATS-373] UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
741
      Specify the dynamic linker used to load programs generated by this compiler
5796 dpurdie 742
 
5859 dpurdie 743
        NOTE: Programs generated for this platform require the installation of the
744
              vix-ubuntu12-c11-glibc installer from the 'linux-glibc' package.
5796 dpurdie 745
 
5792 dpurdie 746
------------------------------------------------------------------------
5783 dpurdie 747
Version:  3.10.8000.cr                               Released: 02-Jun-16
748
------------------------------------------------------------------------
749
 
750
Minor changes:
5859 dpurdie 751
    * Platform: CORTEXM3_ARM
752
      Added assembler flags
5783 dpurdie 753
 
5859 dpurdie 754
    * Utility cache_dpkg
755
      Seperate wait-for-replication and copy-to-cache
5783 dpurdie 756
 
5859 dpurdie 757
    * Build Directive - BuildName
758
      Added a 3 argument form
759
        BuildName ('pkgName', 'Version', 'Suffix' );
760
      Improved error reporting.
5783 dpurdie 761
 
762
------------------------------------------------------------------------
5761 dpurdie 763
Version:  3.10.7000.cr                               Released: 19-May-16 
5757 dpurdie 764
------------------------------------------------------------------------
765
 
766
Minor changes:
5859 dpurdie 767
    * Platform: CORTEXM3_ARM
768
      Changed to use Embedded Workbench 7.4
5757 dpurdie 769
 
5859 dpurdie 770
      Added --CrcRange=... option to the CORTEXM3_ARM Prog directive
771
      Used to specify the range to fill and CRC.
5757 dpurdie 772
 
773
------------------------------------------------------------------------
5744 dpurdie 774
Version:  3.10.6000.cr                               Released: 13-May-16
5743 dpurdie 775
------------------------------------------------------------------------
776
 
777
Minor changes:
5859 dpurdie 778
    * Utility cache_dpkg
779
      When used by the build system, the contents of the 'lcov' directory
780
      will not be cached.
5743 dpurdie 781
 
5859 dpurdie 782
      Add facility to allow build system to wait for package replication
783
      to occur. Only active when a replica store is configured.
5744 dpurdie 784
 
5859 dpurdie 785
    * UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
786
      Added 'rpath' elements to generated executables to ensure that
787
      the all glibc components required by the runtime can be located.
5744 dpurdie 788
 
5743 dpurdie 789
------------------------------------------------------------------------
5736 dpurdie 790
Version:  3.10.5000.cr                               Released: 06-May-16
791
------------------------------------------------------------------------
792
 
793
Minor changes:
5859 dpurdie 794
    * C11 Support under GCC
795
      Use '-std=gnu++11' for building c++ files (Not -std=c++11) 
796
      Note: Use of the compiler definition 'linux' is non-standard
797
            __linux__ is the standard definition.
5736 dpurdie 798
 
799
------------------------------------------------------------------------
5732 dpurdie 800
Version:  3.10.4000.cr                               Released: 09-May-16
5731 dpurdie 801
------------------------------------------------------------------------
802
 
803
Minor changes:
5859 dpurdie 804
    * Code coverage Support under GCC
805
      Ensure that the correct gcov utility is used. Gcov is a part of the compiler
806
      toolset. Affects UBUNUTU12C11_INSTRUMENT.
5731 dpurdie 807
 
5859 dpurdie 808
    * Platform: CORTEXM3_ARM
809
      Continuing tweaks.
5731 dpurdie 810
 
811
------------------------------------------------------------------------
5726 dpurdie 812
Version:  3.10.3000.cr                               Released: 06-May-16
813
------------------------------------------------------------------------
814
 
815
Minor changes:
5859 dpurdie 816
    * C11 Support under GCC
817
      Added '-std=c++11' for building c++ files
5726 dpurdie 818
 
819
------------------------------------------------------------------------
5717 dpurdie 820
Version:  3.10.2000.cr                               Released: 04-May-16 
5708 dpurdie 821
------------------------------------------------------------------------
822
 
823
Minor changes:
5859 dpurdie 824
    * Removed use of 'timeout' on unit tests in a Windows environment 
825
      pending several Windows issues. Total 'make' time is still being enforced.
5708 dpurdie 826
 
5859 dpurdie 827
    * New platforms
828
      COBRA2 - Similar to COBRA, but using a C11 compliant version of GCC
829
      VIPER2 - Similar to PPC_603E, but using a C11 compliant version of GCC
830
      UBUNUTU12C11 - Similar to UBUNTU12. Uses the same version of GCC as COBRA2 and VIPER2
831
      UBUNUTU12C11_INSTRUMENT - Instrumented builds of UBUNUTU12C11
832
      DEVLINUX includes all of these new platforms.
5708 dpurdie 833
 
5859 dpurdie 834
    * New Utility: 
835
        checkRelease - Locate package-Version required by a Release/SBOM/Package
836
        that are not in dpkg_archive.
5708 dpurdie 837
 
838
Internal:
5859 dpurdie 839
    * Removed runtime warning from buildlib.pl
5708 dpurdie 840
 
5859 dpurdie 841
    * Updated VIX Copyright notices
5710 dpurdie 842
 
5708 dpurdie 843
------------------------------------------------------------------------
5700 dpurdie 844
Version:  3.10.1000.cr                               Released: 19-Apr-16
5695 dpurdie 845
------------------------------------------------------------------------
846
 
5700 dpurdie 847
Minor changes:
5859 dpurdie 848
    * Jats internal utility 'timeout'
849
      Fixed compatibility issue under Windows-7
5700 dpurdie 850
 
851
------------------------------------------------------------------------
852
Version:  3.10.0000.cr                               Released: 15-Apr-16
853
------------------------------------------------------------------------
854
 
5695 dpurdie 855
Major changes:
5859 dpurdie 856
    * Jats make
857
        All make commands are now time limited to a maximum of 3 hours.
858
        This default can be altered with the -maxtime option.
859
        The global default can be set with the EnvVar GBE_MAXMAKE.
5695 dpurdie 860
 
5859 dpurdie 861
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 862
 
5859 dpurdie 863
    * RunTest directive
864
        Runtime of automated unit tests is limited to (default) 30 minutes
865
        The RunTest directive has a --MaxTime parameter to alter the default
866
        time.
5695 dpurdie 867
 
5859 dpurdie 868
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 869
 
5859 dpurdie 870
    * Build Platform Aliases: DEVLINUX and LMOS_DEVLINUX
871
        Removed LINUX_EMU from DEVLINUX
872
        Removed LMOS_LINUX_EMU from LMOS_DEVLINUX
5695 dpurdie 873
 
5859 dpurdie 874
        There is no target environment for LINUX_EMU to run on.
875
        building for this target is pointless.
5695 dpurdie 876
 
877
------------------------------------------------------------------------
5680 dpurdie 878
Version:  3.9.0000.cr                               Released: 11-Apr-16
5679 dpurdie 879
------------------------------------------------------------------------
880
 
5680 dpurdie 881
Major changes:
5859 dpurdie 882
    * New buildfile directive: BuildExclude
883
      Allows spcific targets to be excluded from the build. Intended to be 
884
      used in conjunction with Platform aliases such as DEVLINUX. ie:
885
        BuildPlatforms('DEVLINUX');
886
        BuildExclude('ARM9TDMI', 'LINUX_EMU');      # Targets specfically not supported
5679 dpurdie 887
 
5680 dpurdie 888
Minor changes:
5859 dpurdie 889
    * New Platform: CORTEXM3_ARM
890
      Used by the next generation of Security Module
891
 
5679 dpurdie 892
------------------------------------------------------------------------
5673 dpurdie 893
Version:  3.8.7000.cr                               Released: 04-Apr-16 
5637 dpurdie 894
------------------------------------------------------------------------
895
 
896
Minor changes:
5859 dpurdie 897
    * Visual Studio 2012 support
898
      Added support for update 5. Now allowes either update 4 or update 5.
899
      Note: Update-4 is the documented (required) version.
5637 dpurdie 900
 
5859 dpurdie 901
    * Internal tool for windows : which.exe
902
      Updated the internal utility 'which' provided under windows for shell
903
      compatability. It was found to not work with Server 2003.
5645 dpurdie 904
 
5859 dpurdie 905
    * Makefile directive: MakeLinuxDriver
906
      Added support for Module Versioning bewteen modules in the same build.
5672 dpurdie 907
 
5637 dpurdie 908
------------------------------------------------------------------------
5619 dpurdie 909
Version:  3.8.6000.cr                               Released: 15-Mar-16
910
------------------------------------------------------------------------
911
 
912
Minor changes:
5859 dpurdie 913
    * SK20 Toolchain
914
      Version 4.1.0 of the SK20 toolchain has beencompletely replaced
915
      with a new version. 4.1.1. The SK20V1 target uses the new compiler.
5619 dpurdie 916
 
5859 dpurdie 917
      Version 4.1.0 was not used to generate released software. It is
918
      no longer needed. The new compiler-version is available in the
919
      arm-unknown-linux-gnueabi-sk20 package.
5619 dpurdie 920
 
921
------------------------------------------------------------------------
5582 dpurdie 922
Version:  3.8.5000.cr                               Released: 25-Feb-16
923
------------------------------------------------------------------------
924
 
925
Minor changes:
926
    * System Utility - assemble_dpkg
5859 dpurdie 927
      Allow for both unix and windows generated .tar.gz files
928
      The windows files do not have './' prepended
5582 dpurdie 929
 
930
------------------------------------------------------------------------
5578 dpurdie 931
Version:  3.8.4000.cr                               Released: 24-Feb-16
932
------------------------------------------------------------------------
933
 
934
Minor changes:
935
    * System Utility - assemble_dpkg
5859 dpurdie 936
      Windows and Unix create tar-zip files via different mechanisms
937
      Note: bsdtar has issues with large archives under Server2003
5578 dpurdie 938
 
5859 dpurdie 939
    * Windows utilities. Update the 7zip binaries to latest version
5578 dpurdie 940
 
941
------------------------------------------------------------------------
5568 dpurdie 942
Version:  3.8.3000.cr                               Released: 18-Feb-16
943
------------------------------------------------------------------------
944
 
945
Minor changes:
5859 dpurdie 946
    * Packaging directives
947
      Improved the cleanup of badly specified --Dir options
5568 dpurdie 948
 
949
    * System Utility - assemble_dpkg
5859 dpurdie 950
      Extended to allow deletion of bad and test builds
5568 dpurdie 951
 
952
   * Java Build Support
953
     Only in the build system, set JATS_HOME to the package repostory replica
5859 dpurdie 954
     if one is available.
5568 dpurdie 955
 
956
------------------------------------------------------------------------
5551 dpurdie 957
Version:  3.8.2000.cr                               Released: 12-Feb-16
5485 dpurdie 958
------------------------------------------------------------------------
959
 
960
Minor changes:
5859 dpurdie 961
    * Jats documentation generation. 
962
      Fixed [JATS-227] Pod2Html has a bug with nested items blocks
5542 dpurdie 963
 
5859 dpurdie 964
    * System Utility - create_dpkg
965
      Added support for flagging non-builds. This will be used by a
966
      future release of the build system.
5551 dpurdie 967
 
5542 dpurdie 968
------------------------------------------------------------------------
969
Version:  3.8.1000.cr                               Released: 03-Feb-16 
970
------------------------------------------------------------------------
971
 
972
Minor changes:
5859 dpurdie 973
    * New target: SK20V41
974
      This is the SK20 Platform, With version 4.1.0.0, except that is
975
      a part of the DEVLINUX alias.
5527 dpurdie 976
 
5859 dpurdie 977
    * Windows utilities. Added 'bsdtar', called 'tar'
978
      This utility handles a subset of gnu-tar operations on windows, but 
979
      it does support .gz and .bz2 files.
5485 dpurdie 980
 
5859 dpurdie 981
    * Jats essential binaries
982
      Added symlinks within jats to ensure that gtar can be located on
983
      machines in which a gnu-tar is not native to the machine.
5527 dpurdie 984
 
985
    * System Utility - assemble_dpkg
5859 dpurdie 986
      Used by the build system to assemble a package from package fragments.
5527 dpurdie 987
 
5859 dpurdie 988
    * System Utility - create_dpkg
989
      Added support to create package fragments. This will be used by a
990
      future release of the build system.
5527 dpurdie 991
 
5485 dpurdie 992
------------------------------------------------------------------------
5448 dpurdie 993
Version:  3.8.0000.cr                               Released: 04-Jan-16 
994
------------------------------------------------------------------------
995
 
996
Minor changes:
5859 dpurdie 997
    * ANDROID Platform
998
      Flag the AndroidStudioBuilder that the project does have unit
999
      tests so that they can be built before the tests are run.
5448 dpurdie 1000
 
1001
------------------------------------------------------------------------
5434 dpurdie 1002
Version:  3.7.11000.cr                               Released: 17-Dec-15
1003
------------------------------------------------------------------------
1004
 
1005
Minor changes:
5859 dpurdie 1006
    * SK20 Platform, With version 4.1.0.0
1007
      Correct the value of HOST_CPU provided to utilities such as 
1008
      ShellBuild. The 4.1.0.0 compiler is diffeent to the Version 1.
5434 dpurdie 1009
 
1010
------------------------------------------------------------------------
5429 dpurdie 1011
Version:  3.7.10000.cr                               Released: 14-Dec-15 
1012
------------------------------------------------------------------------
1013
 
1014
Minor changes:
5859 dpurdie 1015
    * Build File [JATS-146]
1016
      Fix for use in build system
5429 dpurdie 1017
 
1018
------------------------------------------------------------------------
5415 dpurdie 1019
Version:  3.7.9000.cr                               Released: 11-Dec-15 
5411 dpurdie 1020
------------------------------------------------------------------------
1021
 
1022
Minor changes:
5859 dpurdie 1023
    * Build File [JATS-146]
1024
      Improved reporting of 'alias' conflicts.
1025
      Conflicts now generate an error, not a warning.
1026
      Within the Build and Escrow system conflicts will generate a warning
1027
      to maintain backward compatability.
5411 dpurdie 1028
 
5859 dpurdie 1029
    * ANDROID AndroidStudio
1030
      Added support run automated unit tests
5411 dpurdie 1031
 
1032
------------------------------------------------------------------------
5387 dpurdie 1033
Version:  3.7.8000.cr                               Released: 30-Nov-15
1034
------------------------------------------------------------------------
1035
 
1036
Minor changes:
1037
    * Unit Testing
5859 dpurdie 1038
      Fixed the name of the Unique Test Identifier passed to the filter - UTFUID
5387 dpurdie 1039
 
5859 dpurdie 1040
      Auto detect the presence of test results generated by 'UTF' and invoke
1041
      the UTF filter, if found. This allows the use of the new 'UTF' without
1042
      reworking all UTF consumers.
5387 dpurdie 1043
 
1044
------------------------------------------------------------------------
5378 dpurdie 1045
Version:  3.7.7000.cr                               Released: 26-Nov-15
1046
------------------------------------------------------------------------
1047
 
1048
Minor changes:
1049
    * GCC Toolchain
1050
      Fixed shell script error message introduced in 3.7.6000.cr 
1051
 
1052
------------------------------------------------------------------------
5330 dpurdie 1053
Version:  3.7.6000.cr                               Released: 05-Nov-15
1054
------------------------------------------------------------------------
1055
 
1056
Minor changes:
1057
    * Utility: create_dpkg
1058
      Only perform package level locking when invoked from a build daemon
1059
      Still performs version level locking
1060
 
1061
    * Support for new version of the compiler for the SK20 platform
1062
      New version is selected via: 
1063
          BuildPlatforms('SK20,--Version=4.1.0.0');
1064
      Requires the compiler provided in the arm-unknown-linux-gnueabi-sk20
1065
      package to be locally installed.
1066
 
1067
------------------------------------------------------------------------
5315 dpurdie 1068
Version:  3.7.5000.cr                               Released: 12-Oct-15
5262 dpurdie 1069
------------------------------------------------------------------------
1070
 
1071
Minor changes:
1072
    * Build.pl. BuildAlias directive
1073
      Correctly report the detection of multiple aliases in the one specification.
1074
 
5264 dpurdie 1075
    * Utilities: vcsdiff
1076
      Open registry with read-only access
1077
 
5284 dpurdie 1078
    * Build Metrics
1079
      Updated the version of the 'cloc' tool used by JATS to generate metrics.
1080
 
5262 dpurdie 1081
------------------------------------------------------------------------
5254 dpurdie 1082
Version:  3.7.4000.cr                               Released: 14-Sep-15
1083
------------------------------------------------------------------------
1084
 
1085
Minor changes:
1086
    * Toolset: UBUNTU14_INSTRUMENT
1087
      The UBUNTU14_INSTRUMENT toolchain can consume headers and libraries 
5259 dpurdie 1088
      built for UBUNTU14
5254 dpurdie 1089
 
1090
------------------------------------------------------------------------
5241 dpurdie 1091
Version:  3.7.3000.cr                               Released: 31-Aug-15
5206 dpurdie 1092
------------------------------------------------------------------------
1093
 
1094
Minor changes:
1095
    * Subversion Support
1096
      Detected authentication failure messages provided by new versions of subversion
1097
 
5240 dpurdie 1098
    * Utilities: vcsdiff
1099
      Improved support for BeyondCompare 4 (BC4).
1100
      Check more locations for the program.
1101
 
5206 dpurdie 1102
------------------------------------------------------------------------
5138 dpurdie 1103
Version:  3.7.2000.cr                               Released: 30-Jun-15 
1104
------------------------------------------------------------------------
1105
 
1106
Minor changes:
1107
    * Platform: HAMMERHEAD
1108
      Removed some compiler flags from the c++ builds.
1109
      The removed flags are not applicable to c++ and generate warnings about the
1110
      misuse of the flags.
1111
 
1112
------------------------------------------------------------------------
5129 dpurdie 1113
Version:  3.7.1000.cr                               Released: 30-Jun-15 
5115 dpurdie 1114
------------------------------------------------------------------------
1115
 
1116
Minor changes:
1117
    * BuildProduct directive
1118
      The use of the --Alias=xxx suboption has been exetnded.
1119
        BuildProduct   ( PROD,--Alias=A1', 'PLATFORM1,--Alias=A2', 'PLATFORM1,--Alias=A3' );
1120
      Will result in A1 being an alias for PROD_PLATFORM1 and PROD_PLATFORM2
1121
                     A2 being an alias for PROD_PLATFORM1
1122
                     A3 being an alias for PROD_PLATFORM2
1123
 
1124
    * GCC Toolset. New CompileOptions
1125
      'pic'     - Generate Position Independent Code (PIC) for static libraries
1126
      'nopic'   - Do not generated PIC for static libraries
1127
 
1128
      Currently the default is to not generate PIC on static libraries, except for
1129
      the UBUNTU14 target.
1130
 
1131
      Note: PIC will always be generated for shared libraries
1132
 
1133
------------------------------------------------------------------------
5109 dpurdie 1134
Version:  3.7.0000.cr                               Released: 18-Jun-15 
5100 dpurdie 1135
------------------------------------------------------------------------
1136
 
5109 dpurdie 1137
Major changes:
1138
    * Build File processing - duplicate platforms
1139
      Attempting to build duplicate platforms has been elevated from a warning
1140
      to an error. The warning was always ignored and created bad side effects.
1141
 
1142
      The build daemons and the escrow process will allow duplicates for backward
1143
      compatibility and reproducibility, but new software should have the 
1144
      duplicates corrected.
1145
 
1146
    * Build File processing - Reodering of build information and warnings
1147
      Warnings and Messages generated before the 'Build Configuration' are now
1148
      being stored and displayed after the 'Build Configuration'.
1149
 
1150
      This is intended to bring to the users attention warning that appear at the
1151
      start of the build process but are at the top of the screen. Warnings will be
1152
      displayed at the end of the build process.
1153
 
5100 dpurdie 1154
Minor changes:
1155
    * Utilities: vcsdiff
1156
      Added support for BeyondCompare 4 (BC4)
1157
 
1158
    * Utilities: CCdiff and CCBc2
1159
      Removed. Replaced by vcsdiff
1160
 
5104 dpurdie 1161
    * Utility: gen_cots
1162
      User must specify the source of the package image.
1163
 
5109 dpurdie 1164
    * Package Cache Control
1165
      A new environment variable(GBE_DPKG_CACHE_CTL) allows the GBE_DPKG_CACHE
1166
      to be automatically populated. See 'jats man EnvVars' for details.
1167
      Use 'jats cache_dpkg' to manage the cache.
1168
 
5100 dpurdie 1169
------------------------------------------------------------------------
5074 dpurdie 1170
Version:  3.6.7000.cr                               Released: 19-May-15
5073 dpurdie 1171
------------------------------------------------------------------------
1172
 
1173
Minor changes:
1174
    * Added several make targets:
1175
      jats make hdrs        - makes and installs headers
1176
      jats make libs        - make and installs static libs
1177
      jats make slibs       - make and install shared libs
1178
      jats make progs       - make and install programs
1179
 
5074 dpurdie 1180
    * Subversion comments
1181
      Extended the text in the default Subversion comments created by Jats
1182
      to include the tag/branch being created. Does not affect user provided
1183
      comments.
1184
 
5073 dpurdie 1185
------------------------------------------------------------------------
5036 dpurdie 1186
Version:  3.6.6000.cr                               Released: 08-Apr-15 
5035 dpurdie 1187
------------------------------------------------------------------------
1188
 
1189
Minor changes:
1190
    * Unit Testing
1191
      Create a simple unit test results file for Unit Tests that do 
1192
      not support full results reporting.
1193
 
1194
------------------------------------------------------------------------
5004 dpurdie 1195
Version:  3.6.5000.cr                               Released: 24-Mar-15
1196
------------------------------------------------------------------------
1197
 
1198
Minor changes:
1199
    * Platform : VS2012_X64
1200
      Searches WIN64 for OSCOMMON header files.
1201
 
1202
    * Unit Testing
1203
      Export EnvVar GBE_UTFFILE.
1204
 
1205
      The automated and non-automated unit tests are now run in the order
1206
      in which they are defined in the makefile.pl.
1207
 
1208
    * Build System Utility
1209
      Use file locking on the build marker file to force it to be flushed 
1210
      out to the file server.
1211
 
1212
------------------------------------------------------------------------
4969 dpurdie 1213
Version:  3.6.4000.cr                               Released: 12-Mar-15 
1214
------------------------------------------------------------------------
1215
 
1216
Minor changes:
1217
    * Pseudo Platform: LINUX
1218
      Corrected the operation of the LINUX alias. It is an alias for
1219
      all Back Office Linux targets.
1220
 
1221
    * Utility: create_dpkg
1222
      Use file locking to address contention while merging package instances
1223
      into dpkg_archive.
1224
 
1225
------------------------------------------------------------------------
4950 dpurdie 1226
Version:  3.6.3000.cr                               Released: 06-Mar-15
1227
------------------------------------------------------------------------
1228
 
1229
Minor changes:
1230
    * New Platform: HAMMERHEAD
1231
      Builds under linux using the AVR32_GNU toolchain
1232
 
1233
------------------------------------------------------------------------
4928 dpurdie 1234
Version:  3.6.2000.cr                               Released: 03-Mar-15
1235
------------------------------------------------------------------------
1236
 
1237
Minor changes:
1238
    * ANDROID target
1239
      Can be build on either Windows and Linux. This does not mean that
1240
      all Android packages will build on both, rather that the some Android 
1241
      builders can build under Windows and some under Linux.
1242
 
1243
    * UBUNTU14 target
1244
      Always generates (PIC) Position Independent Code.
4931 dpurdie 1245
      Addresses issues in the creation of shared libraries from static
4928 dpurdie 1246
      libraries.
1247
 
1248
    * Directive CompileOptions
1249
      New options: 'warnings_as_errors' and 'no_warnings_as_errors'
4929 dpurdie 1250
      Will convert compiler warnings into errors on supported toolsets.
4928 dpurdie 1251
      Currently support by all Windows compilers and those that use 
1252
      the GCC toolset.
1253
 
1254
Internal:
1255
    * System function will remove 'undef' parameters
1256
 
1257
------------------------------------------------------------------------
4903 dpurdie 1258
Version:  3.6.1000.cr                               Released: 17-Feb-15 
4898 dpurdie 1259
------------------------------------------------------------------------
1260
Major changes:
1261
 
4902 dpurdie 1262
    * Final release of the 64-bit support platforms
1263
      VS2012_X64, UBUNTU14 and UBUNTU14_INSTRUMENT 
1264
 
4898 dpurdie 1265
Minor changes:
1266
    * Build system. Rewriting of build files with new dependencies now
1267
      preserves the file-endings in the source file. ie: Unix and DOS
1268
      file formats will be preserved.
1269
 
4902 dpurdie 1270
    * Detect and prevent build of software on non-build machines
1271
      such as auperaunx01.
4898 dpurdie 1272
 
4902 dpurdie 1273
Internal:
4903 dpurdie 1274
    * Added platform configurable global options
4902 dpurdie 1275
 
4898 dpurdie 1276
------------------------------------------------------------------------
4889 dpurdie 1277
Version:  3.6.0000.cr                               Released: 12-Feb-15 
4778 dpurdie 1278
------------------------------------------------------------------------
4889 dpurdie 1279
Major changes:
4780 dpurdie 1280
    * JAVA Platform
4805 dpurdie 1281
      Post process UTF results with a ANT/JUNIT4 specific tool.
4889 dpurdie 1282
      Disabled by default
4780 dpurdie 1283
 
4889 dpurdie 1284
    * New platforms (still under development)
4814 dpurdie 1285
      VS2012_X64 - Build 64 bit Windows applications, using VS2012
1286
      MSWIN64    - An alias for all supported 64 bit windows compilers
1287
                   Currently VS2012_X64 is the only member
1288
      UBUNTU14   - Build 64 bit applications targeted at Ubuntu LTS 14.04
1289
                   This is not aimed at front office devices and thus
4903 dpurdie 1290
                   this target is not a part of DEVLINUX
4814 dpurdie 1291
                   It is a part of LINUX
4835 dpurdie 1292
      UBUNTU14_INSTRUMENT
1293
                 - Build instrumented 64 bit applications targeted 
1294
                   at testing under Ubuntu LTS 14.04
4814 dpurdie 1295
 
4778 dpurdie 1296
------------------------------------------------------------------------
4889 dpurdie 1297
Version:  3.5.10000.cr                               Released: 03-Feb-15
1298
------------------------------------------------------------------------
1299
Minor changes:
1300
    * GCC toolset: Handle different versions of lcov
1301
 
1302
    * Unit Testing. Run the collate test results target only once.
1303
 
1304
    * Jats build option: -[no]generic
1305
      To be used by the build system to verify correct usage of the 
1306
      GENERIC platform type.
1307
 
1308
Internal:
1309
    * Adding mechanism to post process Unit Test results.
1310
 
1311
------------------------------------------------------------------------
4728 dpurdie 1312
Version:  3.5.9000.cr                               Released: 04-Dec-14
1313
------------------------------------------------------------------------
1314
Minor changes:
1315
    * New build Alias - NATIVE
1316
      NATIVE is a set of platforms, in the current build, which build 
1317
      artifacts that can be expected to run on the build machine.
1318
 
1319
      The NATIVE alias has been created to simplify the support
1320
      for automated unit tests.
1321
 
4761 dpurdie 1322
    * New build platform - UBUNTU12_INSTRUMENT
4728 dpurdie 1323
      This build target is similar to UBUNTU12, except that it 
1324
      generates instrumented code with gcov. The platform's unit tests 
1325
      will create and maintain a set of lcov files.
1326
 
4805 dpurdie 1327
      Packages generated with this target SHOULD NOT be deployed 
1328
      to the field.
4728 dpurdie 1329
 
1330
------------------------------------------------------------------------
4688 dpurdie 1331
Version:  3.5.8000.cr                               Released: 21-Nov-14 
4652 dpurdie 1332
------------------------------------------------------------------------
1333
Minor changes:
1334
    * Build System Utility: create_dpkg
4688 dpurdie 1335
      When creating the file list for release notes, convert filenames 
1336
      to utf-8 for consistent handling.
4652 dpurdie 1337
 
1338
      Will add its own 'built' files to the package metadata file.
1339
 
1340
    * VS2012 Toolset
1341
      [JATS-308] Running jats from VS2012 Developer command prompt
1342
 
4688 dpurdie 1343
    * EnvVars
1344
      Added GBE_DPKG_REPLICA. This read-only package store is scanned 
1345
      before GBE_DPKG. It is intended to facilitate remote build 
1346
      servers that have a local package archive replica.
1347
 
1348
    * Autobuild support for Java Based Packages
1349
      Attempt to overcome shortcomings in ant-using in a remote build 
1350
      environment. Set GBE_DPKG to GBE_DPKG_REPLICA if doing an ABT enabled 
1351
      build and GBE_DPKG_REPLICA is defined.
1352
 
1353
    * Jats caching
1354
      Modified the cache mechanism such that if the required version is
1355
      found in the cache, then it will not be refreshed. This should speed
1356
      up jats startup.
1357
 
4652 dpurdie 1358
------------------------------------------------------------------------
4620 dpurdie 1359
Version:  3.5.7000.cr                               Released: 20-Oct-14
1360
------------------------------------------------------------------------
1361
Minor changes:
1362
    * SQL Interface to Release Manager Database
1363
      Addressed issues with Java 1.4 compatibility
1364
 
1365
------------------------------------------------------------------------
4613 dpurdie 1366
Version:  3.5.6000.cr                               Released: 16-Oct-14 
4549 dpurdie 1367
------------------------------------------------------------------------
1368
Minor changes:
1369
    * Jats Internal utility: create_dpkg
1370
      Interactive features have been removed
1371
      Generates XML file of files transferred to the package
1372
 
4551 dpurdie 1373
    * Jats Internals
1374
      Reworked the handling of the 'GENERIC' target
1375
 
4549 dpurdie 1376
------------------------------------------------------------------------
4538 dpurdie 1377
Version:  3.5.5000.cr                               Released: 24-Sep-14
1378
------------------------------------------------------------------------
1379
Minor changes:
1380
    * GCC Toolset: SharedLib creation - dependency file detection
1381
      Fixed a bug[JATS-304] in which the dependencies between header files
1382
      and source files was not being used, when building a SharedLib.
1383
 
1384
      The main effect of this is that if a developer modified a .h file
1385
      then JATS was not detecting which C files to recompile.      
1386
 
1387
    * Added a script called jats.unix.sh
1388
      On Unix, this is intended to be copied to /usr/local/bin as 'jats'
1389
      It will redirect the user to the correct instance of JATS
1390
 
1391
    * Jats Internal: Database access
1392
      Rebuilt the database access tools using Java 1.4
1393
      Java 1.4 is lowest common denominator on all of our machines
1394
 
1395
------------------------------------------------------------------------
4519 dpurdie 1396
Version:  3.5.4000.cr                               Released: 19-Sep-14
4488 dpurdie 1397
------------------------------------------------------------------------
1398
Minor changes:
4501 dpurdie 1399
    * Toolset Compiler: M16C for the MCR platform
4488 dpurdie 1400
      Added support to ensure that the program does not exceed allocated
1401
      flash space.
1402
 
4519 dpurdie 1403
    * Toolset: GCC [JATS-300]
5859 dpurdie 1404
      Added support for linking against shared libraries that have 
4519 dpurdie 1405
      dependencies on other shared libraries
1406
 
1407
 
4501 dpurdie 1408
    * Jats Make Directive - Script
1409
      Corrected its operation. The Scripts will be copied into the 'bin'
1410
      directory before the tests are run.
1411
 
4466 dpurdie 1412
    * Internal utilities: Database Access
1413
      Added support to access the ClearQuest database via sqlserver
1414
      Added test_cqconnection
1415
      Added EnvVars to support ClearQuest access
1416
      Updated the template jats.bat and jats.sh scripts
1417
 
4688 dpurdie 1418
    * Reverted automated build support for multi-level SVN branches.
4519 dpurdie 1419
      It created more issues than it fixed.
1420
 
4466 dpurdie 1421
------------------------------------------------------------------------
4461 dpurdie 1422
Version:  3.5.3000.cr                               Released: 19-Aug-14 
4447 dpurdie 1423
------------------------------------------------------------------------
1424
Minor changes:
1425
    * Automated Build Support. SVN branches in a subdirectory structure
1426
      Allow a SVN branch in a multi-level subdirectory to be labeled by
4538 dpurdie 1427
      the build tool. [Removed in 3.5.4000.cr]
4447 dpurdie 1428
 
4461 dpurdie 1429
      Such paths are not encouraged, nor supported by the body of JATS, but
1430
      for compatibility with some existing repositories is required.
4447 dpurdie 1431
 
4461 dpurdie 1432
    * Makefile builder
1433
      Removed two warnings detected by recent versions of Perl
1434
 
4447 dpurdie 1435
------------------------------------------------------------------------
4424 dpurdie 1436
Version:  3.5.2000.cr                               Released: 29-Jul-14
1437
------------------------------------------------------------------------
1438
Minor changes:
1439
    * Utility: create_dpkg
1440
      Does not copy broken symlinks into dpkg_archive
1441
      Will warn about broken symlinks
1442
      In test mode it will generate an error if broken symlinks are found
1443
 
1444
    * Jats Makefile creation
1445
      Corrected handling of source files with multiple '.' in their names.
1446
      There was a problem with such files in Prog and SharedLib directives
1447
 
1448
    * Utility: deploy_builder
1449
      Initial release of this internal utility.
1450
 
1451
------------------------------------------------------------------------
4391 dpurdie 1452
Version:  3.5.1000.cr                               Released: 07-Jul-14 
4382 dpurdie 1453
------------------------------------------------------------------------
1454
Minor changes:
1455
    * Visual Studio 2005 and above toolset
1456
      The programs .exe.manifest will be packaged along with the 
1457
      executable, but only if it exists.
1458
 
1459
------------------------------------------------------------------------
4362 dpurdie 1460
Version:  3.5.0000.cr                               Released: 24-Jun-14
1461
------------------------------------------------------------------------
1462
Minor changes:
1463
    * ANDROID Support
1464
      The 'populate' phase passes in all arguments from the MakeProject directive
1465
      This allows libs and jars to be named during the populate phase.
4345 dpurdie 1466
 
361 dpurdie 1467
------------------------------------------------------------------------
4345 dpurdie 1468
Version:  3.4.9000.cr                               Released: 19-Jun-14
1469
------------------------------------------------------------------------
1470
Minor changes:
1471
    * ANDROID Support
1472
      Populate the project during the build phase. This will place 
1473
      external JARs and Shared Libraries in the project to facilitate
1474
      development.
1475
 
1476
------------------------------------------------------------------------
4326 dpurdie 1477
Version:  3.4.8000.cr                               Released: 18-Jun-14
4324 dpurdie 1478
------------------------------------------------------------------------
1479
Minor changes:
1480
    * New Platform - ANDROID
1481
      Basic build support provided though the Makeproject directive
1482
      The Sdk and all other tools are provided via packages. These
1483
      include: androidBuilder, anddroidSdk and ant
1484
 
1485
------------------------------------------------------------------------
4309 dpurdie 1486
Version:  3.4.7000.cr                               Released: 11-Jun-2014
1487
------------------------------------------------------------------------
1488
Minor changes:
1489
    * GCC toolsets
1490
      Removed -Wid-clash-31 from the list of warnings enabled via 'options=wall'
1491
 
1492
    * New Platform Alias - MSWIN32
1493
      This alias will expand to (supported) targets that build Microsoft
1494
      Windows 32-bit targets. At this release these targets are:
1495
        WIN32   - Visual C 6         
1496
        VS2005  - Visual Studio 2005 (Not recommended)
1497
        VS2012  - Visual Studio 2012
1498
 
1499
------------------------------------------------------------------------
4287 dpurdie 1500
Version:  3.4.6000.cr                               Released: 26-May-14
1501
------------------------------------------------------------------------
1502
Minor changes:
1503
    * Subversion utilities
4309 dpurdie 1504
      Ignored messages about external links while examining the workspace.
4287 dpurdie 1505
      Only generated by some versions of SVN.
1506
      Note: SVN Externals are not supported - just ignored.
1507
 
1508
------------------------------------------------------------------------
4266 dpurdie 1509
Version:  3.4.5000.cr                               Released: 21-May-14
1510
------------------------------------------------------------------------
1511
Minor changes:
1512
    * PackageFile directive
1513
      Improved the --DirTree operation to allow it to work in packages
1514
      with an inverted buildfile structure.
1515
 
1516
------------------------------------------------------------------------
4261 dpurdie 1517
Version:  3.4.4000.cr                               Released: 21-May-14
1518
------------------------------------------------------------------------
1519
Minor changes:
1520
    * Makefile Directives MakeProject and MakeAnt
1521
      Ensure that each project creates a unique makefile target.
1522
      Previously, projects based on the same solution/project file would
1523
      only build the last project due to a name clash
1524
 
1525
------------------------------------------------------------------------
4257 dpurdie 1526
Version:  3.4.3000.cr                               Released: 16-May-14 
1527
------------------------------------------------------------------------
1528
Minor changes:
1529
    * PackageFile directive
1530
      Improved the --DirTree operation. The directive can package up any
1531
      directory within the package - as determined by the PackageBase.
1532
 
1533
------------------------------------------------------------------------
4248 dpurdie 1534
Version:  3.4.2000.cr                               Released: 14-May-14
4197 dpurdie 1535
------------------------------------------------------------------------
1536
Minor changes:
1537
    * Utility: jats sandbox. 
1538
      New subcommand called buildfilter, to display and modify the buildfilter
1539
      used within the sandbox.
1540
 
4247 dpurdie 1541
    * Utility: jats_metrics
1542
      Detect subversion based workspaces and do not attempt to invoke the
1543
      'cleartool' command to count the clearcase branches in the view.
1544
 
4197 dpurdie 1545
------------------------------------------------------------------------
4193 dpurdie 1546
Version:  3.4.1000.cr                               Released: 04-Apr-14
4192 dpurdie 1547
------------------------------------------------------------------------
1548
Minor changes:
1549
    * Preliminary support for VS2012 and CSHARP2012
1550
      This is a Beta.
1551
      Requires VS2012 professional update 4 to be installed
1552
 
1553
    * Utility: gen_cots
1554
      Fixed the package creation process
1555
 
1556
    * Utility: sandbox.
1557
      The -toPackage, -fromPackage, -justPackage and ignore package now support
1558
      a full package_version name, in addition to the simple package name and
1559
      the package name.project forms.
1560
 
1561
      Clarified the forms in the documentation.
1562
 
1563
------------------------------------------------------------------------
4179 dpurdie 1564
Version:  3.4.0000.cr                               Released: 26-Mar-14 
4135 dpurdie 1565
------------------------------------------------------------------------
1566
Minor changes:
4163 dpurdie 1567
    * PackageFile directive
1568
      Improved the --DirTree option's detection of paths outside the current
1569
      directory.
1570
 
4179 dpurdie 1571
    * Jats build log
1572
      Will display the name of the host machine when being run by the BuildTool
1573
      and the build daemons.
1574
 
1575
    * New JATS supported host machine type: linux_x86
1576
      This has been added to support auperaunx01 as a general developer machine
1577
      Currently there are no supported compilers for this machine. It is only
1578
      the JATS tool chain. It allows the processing of subversion related 
1579
      commands.
1580
 
4163 dpurdie 1581
------------------------------------------------------------------------
1582
Version:  3.3.5000.cr                               Released: 21-Feb-14 
1583
------------------------------------------------------------------------
1584
Minor changes:
4135 dpurdie 1585
    * Makefiles. Platform specifier
1586
      Corrected issue where the platform specifier consists entirely of 
1587
      non-platform arguments.
1588
 
1589
    * Jats.bat file example/template
1590
      Added JAVA 1.7 default location
1591
 
1592
------------------------------------------------------------------------
4119 dpurdie 1593
Version:  3.3.4000.cr                               Released: 22-Jan-14
4115 dpurdie 1594
------------------------------------------------------------------------
1595
Minor changes:
4119 dpurdie 1596
    * SK20 Toolset
1597
      Added standard HOST_* definitions to SK20 target
1598
 
1599
    * Subversion Support
1600
      Ignore error text of the form 'QDBusConnection:*' from the SVN error
1601
      stream. This may be generated by a dud released of Ubuntu KDE
1602
 
1603
------------------------------------------------------------------------
1604
Version:  3.3.3000.cr                               Released: 15-Jan-14
1605
------------------------------------------------------------------------
1606
Minor changes:
4115 dpurdie 1607
    * Re-release with missing SK20 support files.
1608
 
1609
------------------------------------------------------------------------
4110 dpurdie 1610
Version:  3.3.2000.cr                               Released: 13-Jan-14 
4109 dpurdie 1611
------------------------------------------------------------------------
1612
Major changes:
1613
    * New build target called SK20
1614
      This uses a gcc-based cross compiler and can be run on linux development
1615
      machines. The compiler and associated SDKs are provided by 'You Transactor'
1616
      Controlled in the VIX package named 'arm-iwmmxt-linux-gnueabi'. This package
1617
      addresses issues in the 'You Transactor' provided installer.
1618
 
1619
Minor changes:
1620
 
1621
------------------------------------------------------------------------
4097 dpurdie 1622
Version:  3.3.1000.cr                               Released: 13-Dec-13  
4075 dpurdie 1623
------------------------------------------------------------------------
1624
Major changes:
1625
 
1626
Minor changes:
1627
    * C# Toolset
1628
      Supported named dependencies when specifying a resx file to support
1629
      resx files that include other files.
1630
 
4097 dpurdie 1631
      Resx support. Extend search path for associated .cs file to include
1632
      the parent directory.
1633
 
4095 dpurdie 1634
    * Utility: update_release
1635
      Set umask to 0002 to assist in preserving group access to files and
1636
      folders created in the 'releases' area.
4075 dpurdie 1637
 
4095 dpurdie 1638
    * Utility: svn createPackage
1639
      Perform a validity check on any directory tree being imported. It 
1640
      must not contain any of the following reserved directory names:
1641
        .svn, .git, .hg, .cvs, tags, trunk or branches
4075 dpurdie 1642
 
4095 dpurdie 1643
    * GCC Based build targets
1644
      Extended CTAGS support to GCC based targets.
4097 dpurdie 1645
      'jats make ctags' will generate a ctags file for GCC based builds in
1646
      the same manner as it has for Windows based builds.
4095 dpurdie 1647
 
4075 dpurdie 1648
------------------------------------------------------------------------
4096 dpurdie 1649
Version:  3.3.0000.cr                               Released: 19-Sep-13
4034 dpurdie 1650
------------------------------------------------------------------------
1651
Major changes:
1652
    * GCC Toolchain - Android NDK support
1653
      Implemented SharedLibrary option - --NoVersionDll
1654
      Implemented CompilerOptions - 'NoVersionDll'
1655
 
4036 dpurdie 1656
      Improved the process that creates symbolic links between a Shared
4034 dpurdie 1657
      Libraries 'RealName' and its 'soname' and 'link name'
1658
 
1659
      Added support for a compiler to be provided through a package.
1660
      Specifically implemented to allow Android
1661
 
1662
Minor changes:
1663
    * BuildName directive
1664
      Force '--RelaxedVersion' on COTS packages that have exactly 3 arguments.
1665
 
1666
    * Sandbox utility
4036 dpurdie 1667
      Fixed use of a 'buildfilter' file in the sandbox directory.
4034 dpurdie 1668
 
1669
    * GCC Toolchain - General
4036 dpurdie 1670
      When building a shared library, all unresolved symbols will generate
4034 dpurdie 1671
      a warning.
1672
 
1673
------------------------------------------------------------------------
4003 dpurdie 1674
Version:  3.2.2000.cr                               Released: 27-Aug-13
1675
------------------------------------------------------------------------
1676
Major changes:
1677
 
1678
Minor changes:
1679
    * Automated Build System Support for machines that do not build the package
1680
      This version provides a transparent 'dummy' build under conditions where
1681
      a package does not build for the current machine. All the commands
1682
      used by the 'buildtool' will perform a dummy build. There are no build
1683
      artifacts, but the build will not fail.
1684
 
1685
      This mechanism improved the tracking of files created during the creation
1686
      of makefiles and uses this mechanism to deleted generated files.
1687
 
1688
------------------------------------------------------------------------
3987 dpurdie 1689
Version:  3.2.1000.cr                               Released: 16-Aug-2013
1690
------------------------------------------------------------------------
1691
Major changes:
1692
 
1693
Minor changes:
1694
    * Utility: update_release
1695
      Added options:
1696
        -addfilter=xxx[,yyy]*
1697
        -delfilter=xxx[,yyy]*
1698
      Allowed the -filter option to take a comma separated list of filters.
1699
      Allowed filters to contain a pathname element. ie: scripts/*.sh
1700
      Allow filters without wildcard characters to work correctly.
1701
      Report filter elements that are not used.
1702
 
1703
    * CSharp Toolset: Resx processing
1704
      Backward compatibility with badly formed packages.
1705
      Ignore 'Designer.cs' files that have zero length.
1706
 
1707
    * Build Target: UBUNTU12
1708
      Added missing LMOS aliases.
1709
 
1710
------------------------------------------------------------------------
3967 dpurdie 1711
Version:  3.2.0000.cr                               Released: 8-Aug-2013
1712
------------------------------------------------------------------------
1713
Major changes:
1714
    * New build target: UBUNTU12
1715
      This is intended to facilitate testing of emebedded devices. It is not
1716
      intended to build deployed software.
1717
 
1718
      UBUNTU12 is considered to be an embedded device and as such is included in
1719
      the DEVLINUX alias.
1720
 
1721
      UBUNTU12 is built on an Ubuntu LTS 12.04 platform using
1722
      gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3.
1723
 
1724
Minor changes:
1725
    * Jats wrapper script
1726
      The default version control system has been set to 'svn'. This means that
1727
      the jats commands 'label', 'release' and 'extract' will invoke the
1728
      Subversion instance of the command.
1729
 
1730
      This change will not be picked up by Windows users. They will need to
1731
      update their jats.bat file if they want this change.
1732
 
1733
    * Utility: jats vcsdiff
1734
      Added support for BeyondCompare3 under windows.
1735
 
1736
    * Utility: jats upddep
1737
      Corrected issue that prevented the results being written to the build.pl
1738
      file under windows.
1739
 
1740
    * CSharp Toolset: Resx processing
1741
      Improved the generation of the Resource names. Now supports
1742
      form names that do not match the enclosing resource.
1743
 
1744
      Supports Resources without a matching .cs file - as long as there
1745
      is a matching Designer.cs file.
1746
 
1747
    * GCC Toolchain
1748
      Added version testing of the compiler being invoked by the build.
1749
 
1750
------------------------------------------------------------------------
3859 dpurdie 1751
Version:  3.1.9000.cr                               Released: 21-Jun-13
1752
------------------------------------------------------------------------
1753
Major changes:
1754
    * Jira Issue: JATS-274: Long view name causes legacy package to
1755
                            fail to daemon build
1756
      Create shorter viewnames when extracting Subversion workspace
1757
 
3967 dpurdie 1758
    * Documentation
3859 dpurdie 1759
      Document the EnvVar ANT_HOME  
1760
 
1761
------------------------------------------------------------------------
3833 dpurdie 1762
Version:  3.1.8000.cr                               Released: 04-Jun-13
3832 dpurdie 1763
------------------------------------------------------------------------
1764
Major changes:
1765
    * New Platform: INTELLECT
1766
      Support for Intellect PAX.
1767
      This support does not extend to native building of PAX modules. It is
1768
      intended to 'wrap' the existing PAX Build system.
1769
 
1770
      The body of the Pax Building infrastructure is not within the JATS core
1771
      but is to be provided though a JATS plugin.
1772
 
1773
------------------------------------------------------------------------
3559 dpurdie 1774
Version:  3.1.7000.cr                               Released: 03-May-13
1775
------------------------------------------------------------------------
1776
Major changes:
3564 dpurdie 1777
    * New Platform: VSDEVRC
1778
      Uses an MSP430G2553 processor, a member of the Texas Instruments MSP430
1779
      family
3559 dpurdie 1780
 
1781
Minor changes:
1782
    * Utility: jats sandbox
1783
      Support sandbox specific build filter. A file called 'buildfilter' in
1784
      the root of the sandbox will be used to specify a sandbox-local
1785
      buildfilter. It will override any buildfilter provided on the command
1786
      line.
1787
 
1788
    * Jats Configuration
1789
      Replace auperaunx26 with auperaarc01 as the default package server.
1790
 
1791
    * Jats Utility: rewrite and upddep
1792
      Purify build files that have mixed line endings under both Windows
1793
      and Linux.
1794
 
1795
      Addresses an issue where build files with mixed line endings are not
1796
      correctly rippled.
1797
 
1798
------------------------------------------------------------------------
3347 dpurdie 1799
Version:  3.1.6000.cr                               Released: 05-Apr-13
1800
------------------------------------------------------------------------
1801
Major changes:
1802
 
1803
Minor changes:
1804
    * Jats Core
1805
      Corrected algorithm used to search for a matching package version.
1806
      This is used by the -build option of ccrelease and svnrelease and
1807
      the '-locatepkg' option of JATS.
1808
 
1809
    * Utility: svnsave_build
1810
      Used only by the build daemons.
1811
      Do not propagate the 'author' of the base package if the build is a ripple.
1812
 
1813
    * Utility: svnrelease and svnextract
1814
      The process of backtracking from a tag to a branch/trunk supports
1815
      branches that are more than a single subdirectory.
1816
 
1817
------------------------------------------------------------------------
3045 dpurdie 1818
Version:  3.1.5000.cr                               Released: 13-Feb-13 
1819
------------------------------------------------------------------------
1820
Major changes:
1821
 
1822
Minor changes:
1823
    * svnrelease utility
1824
      The use of the '-branch' option will not replace the build files with
1825
      those from the base tag, nor will it replace any files that were modified
1826
      between the tag and branch from which the tag was taken.
1827
 
1828
      The resultant workspace will be the HEAD of the named branch, although
1829
      the extraction process will highlight changes between the named branch and
1830
      the named tag.
1831
 
1832
    * svnrelease utility
1833
      Corrected a problem in backtracking from a tag to the development branch
1834
      with some releases of TortoiseSVN.
1835
 
1836
------------------------------------------------------------------------
2931 dpurdie 1837
Version:  3.1.4000.cr                               Released: 31-Jan-13
1838
------------------------------------------------------------------------
1839
Major changes:
1840
 
1841
Minor changes:
1842
    * CHSHARP Toolset
1843
      New CompileOption: NoVersionDLL
1844
        Suppress the creation of versioned DLL for all Shared Libraries
1845
        covered by the makefile.
1846
 
1847
      New SharedLib option: --NoVersionDll
1848
        Suppress the creation of versioned DLLs.
1849
        Unversioned DLLs will always be generated.
1850
 
1851
    * ALL Toolsets
1852
      Ensure that some EnvVars that confuse the GNU automake are not exported
1853
 
1854
    * Utility vcsdiff
1855
      Under Unix will perform a 'diff' of the two views.
1856
      Added '-diff' option to force a text mode diff under Windows, rather than
1857
      the default use of BeyondCompare.
1858
 
1859
------------------------------------------------------------------------
2764 dpurdie 1860
Version:  3.1.3000.cr                               Released: 04-Jan-13
1861
------------------------------------------------------------------------
1862
Major changes:
1863
 
1864
Minor changes:
1865
    * Subversion Extraction
1866
      Detect and report error condition where a tag references a parent
1867
      directory of the tag.
1868
 
1869
      Better handling of tagged versions that have been moved within the
1870
      repository.
1871
 
1872
    * Subversion Support
1873
      Detect authentication errors and issue user-friendly error messages
1874
      showing the user what to do.
1875
 
1876
    * Added Support for LMOS_COBRA
1877
      This does not imply that LMOS is fully supported on the COBRA, only that
1878
      we have build support for this target.
1879
 
1880
      Note: LMOS is not fully supported by VIX on the COBRA platform.
1881
            LMOS should not be used on the COBRA.
1882
 
1883
Internal:
1884
    * Jats Utility: JatsFileUtil usage
1885
      Better handling of files with nasty characters(%'&) in them.
1886
      Now use a modified Url encoding scheme to pass them into JatsFileUtil
1887
      JatsFileUtil Will perform Url decoding of all arguments
1888
 
1889
------------------------------------------------------------------------
2478 dpurdie 1890
Version:  3.1.2000.cr                               Released: 15-Nov-12
1891
------------------------------------------------------------------------
1892
Major changes:
1893
 
1894
Minor changes:
1895
    * Makefile Generation.
1896
      Fixed issue with packaging files with a single quote(') in the name
1897
 
1898
------------------------------------------------------------------------
2450 dpurdie 1899
Version:  3.1.1000.cr                               Released: 14-Nov-12
1900
------------------------------------------------------------------------
1901
Major changes:
1902
 
1903
Minor changes:
1904
    * Makefile generation
1905
      Warning generation of bad source paths does not generate an error
1906
      if the path test escapes the directopry tree. It will generate a
1907
      warning, which allows the build to progress as before - with lots
1908
      of warnings.
1909
 
1910
    * Makefile Generation
1911
      BuildSubDir and SubDir directives - cleanup paths.
1912
 
1913
    * Jats Utility: JatsFileUtil
1914
      Better handling of double '\' in pathnames under windows.
1915
 
1916
 
1917
------------------------------------------------------------------------
2439 dpurdie 1918
Version:  3.1.0000.cr                               Released: 08-Nov-12
2429 dpurdie 1919
------------------------------------------------------------------------
1920
Major changes:
1921
    * Make-time performance improvement of packaging
1922
      Improved the performance of the 'packaging' and 'installing' operations
1923
      by an order of magnitude under windows. Replaced the shell scripting of
1924
      these operations with a dedicated program.
1925
 
1926
      This change also addressed a long-time Windows issue with the packaging
1927
      of files into very long (>~250) paths as the utility supports the full
1928
      windows path scheme.
1929
 
1930
Minor changes:
1931
    * Command Changes: jats clobber
1932
      The 'jats clobber' command has been significantly sped up
1933
      The 'clobber' no longer unpackages and uninstalls files one by one
1934
      from the relevant directories. The entire directory is deleted.
1935
 
1936
      The original sequence can still be perform, if required, with the commands
1937
        jats make clobber
1938
      This operates as before.
1939
 
1940
    * Utility: escrow
1941
      Support to extract packages with a subdirectory structure that
1942
      breaks the JATS rule that the TTB directory names are reserved.
1943
      Some COTS packages break the rule.
1944
 
1945
    * Utility: svn : delete-branch
1946
      Modified the svn branch deletion operation.
1947
        With no arguments it will show the current branch.
1948
 
1949
    * Utility: svn : url
1950
      Improved the conversions supported. Now handles leading SVN::
1951
      and will decode tags of the form SVN::path::tag
1952
 
1953
    * Utility: svn : import
1954
      Added a '-nocommit' option to allow the results of the import to be
1955
      inspected before committing them to the Repository.
1956
 
1957
    * Subversion Support
1958
      Detect authentication errors and issue user-friendly error messages
1959
      showing the user what to do.
1960
 
1961
      The special label of TIMESTAMP now creates a tag with a .WIP
1962
      suffix. This allows the tag to be deleted in the VIX protected
1963
      repositories.
1964
 
1965
------------------------------------------------------------------------
2078 dpurdie 1966
Version:  3.0.5000.cr                               Released: 05-Oct-12
1967
------------------------------------------------------------------------
1968
 
1969
Minor changes:
1970
    * Jats build
1971
      Added a '-nopackages' option to allow the creation of version information
1972
      files under conditions where the external packages are not available, such
1973
      as within a JATS Sandbox.
1974
 
1975
      This option is intended to be used in conjunction with the 'interface'
2080 dpurdie 1976
      command, with a sandbox.
2078 dpurdie 1977
 
1978
      ie: jats sandbox cmd -keepgoing build interface -nopackages
1979
 
1980
------------------------------------------------------------------------
2054 dpurdie 1981
Version:  3.0.4000.cr                               Released: 27-Sep-12
2049 dpurdie 1982
------------------------------------------------------------------------
1983
 
1984
Minor changes:
1985
    * Utility: svn
1986
      Added two subcommands
1987
        branch - to create a branch within a workspace
1988
        switch - to switch a workspace to a branch, or tag.
1989
                 Can also display available branches.
1990
 
2054 dpurdie 1991
    * Utility: sandbox. Subcommand: cmd
1992
      Added '-keepgoing' option to allow the user to ignore errors
2040 dpurdie 1993
 
1994
    * Utility: rtag_extract
1995
        * Added -[no]log option to control the output
1996
        * Extended the examples in the documentation
1997
 
1998
    * Utility: svnrelease and svnextract
1999
      Modified the way that branches are created and used.
2000
      Modified two options:
2001
        -mkbranch=name. Will create a branch while extracting the package
2002
                        The named branch must not exist
2003
        -branch=name.   Will extract the head of the named branch - if it exists
2004
                        The named branch must exist
2005
      The two options are mutually exclusive.
2006
 
2007
------------------------------------------------------------------------
2017 dpurdie 2008
Version:  3.0.3000.cr                               Released: 24-Sep-12
2009
------------------------------------------------------------------------
2010
 
2011
Minor changes:
2012
    * Utility: rtag_extract
2013
      The following enhancements have been made to this utility
2014
        * Only allow extracting into a jats sandbox
2015
        * Create workspaces with a name that is the package name
2016
        * Skip extraction of a package if it already exists in the sandbox
2017
 
2018
------------------------------------------------------------------------
1456 dpurdie 2019
Version:  3.0.2000.cr                               Released: 21-Sep-12
2020
------------------------------------------------------------------------
2021
 
2022
Minor changes:
2017 dpurdie 2023
    * Utility: svnrelease and svnextract
1456 dpurdie 2024
      The name of the directory into which the package will be etracted
2025
      has been greatly simplified, under most cases.
2026
 
2027
------------------------------------------------------------------------
1447 dpurdie 2028
Version:  3.0.1000.cr                               Released: 18-Sep-12
2029
------------------------------------------------------------------------
2030
 
2031
Minor changes:
2032
    * Utility: svnrelease
2033
      Correctly handle build files that are not in the root directory
2034
      Missed in previous release.
2035
 
2036
------------------------------------------------------------------------
2037
Version:  3.0.0000.cr                               Released: 13-Sep-12
2038
------------------------------------------------------------------------
2039
 
2040
Major changes:
2041
    * Jats Version Number
2042
      Rolled to version 3 as the build number was confusingly high
2043
      Although the major version number has changed, JATS has not changed
2044
      significantly.
2045
 
2046
Minor changes:
2047
    * Makefile Generation
2048
      Packing of directories filters out .svn subdirectories
2049
 
2050
    * Utility: svnrelease
2051
      Correctly handle build files that are not in the root directory
2052
 
2053
------------------------------------------------------------------------
1403 dpurdie 2054
Version:  2.101.0000.cr                               Released: 11-Sep-12
2055
------------------------------------------------------------------------
2056
Major changes:
2057
    * Subversion support
2058
      Multiple changes to subversion support to simplify development with
2059
      SubVersion. Changes include:
2060
        - New VcsTag that has a path and a tag component
2061
        - Multiple extraction modes with checks to highlight unexpected
2062
          file changes between workspace and branch head.
2063
 
2064
Minor changes:
2065
    * Utility: New utility - rtag_extract
2066
      Tool to extract a set of packages based on a Release Manager Release.
2067
      Can limit the files extracted to one or more paths, or a list of packages.
2068
      Provides supervised extraction of the set of packages.
2069
      Use 'jats man rtag_extract' or online documentation.
2070
 
2071
    * Utility: svnsave_build
2072
      Failure to change the author of the build is not an error.
2073
      This allows for non-standard repositories being used during consolidation
2074
 
2075
    * Linux support utilities
2076
      Add a version of 'addr2line' that understands the ELF file format
2077
      which has debug information striped out into a separate file.
2078
      Used to support backtracing within unit tests.
2079
 
2080
------------------------------------------------------------------------
1329 dpurdie 2081
Version:  2.100.6000.cr                               Released: 30-Jul-12
2082
------------------------------------------------------------------------
2083
Major changes:
2084
    * Subversion Repository location
2085
      The correct paths to the various SubVersion repositories is:
2086
        GBE_SVN_URL_AUPERASVN01: https://auperasvn01.aupera.erggroup.com/svn
2087
        GBE_SVN_URL_FRBESASVN01: http://frbesasvn01.frbesa.erggroup.com/svn
2088
      Windows users may need to update there jats.bat file.
2089
      These are Fully Qualified Domain Names.    
2090
 
2091
Minor changes:
2092
    * Jats startup warning introduced in 2.100.5000.cr
2093
      Now accepts both / and \ as path separators.
2094
 
2095
    * Utility: svnrelease
2096
      Modified the operation of the '-branch' to better mimic the ClearCase
2097
      operation of the same command. If the specified branch exists, then it
2098
      will be used, otherwise it will be created based on the specified tag.
2099
 
2100
    * Utility: svnsave_build
2101
      Modify the operation such that the 'author' of the saved build is set to
2102
      that of the user that created the version that that build is based upon.
2103
      This preserves the history of the build a lot better than tagging all
2104
      builds as being done by 'buildadm'.
2105
 
2106
    * Utility: ccdelete_view
2107
      Allow the user to specify ClearCase viewtags or a viewstore path.
2108
 
2109
    * Utility: sandbox
2110
      Added options to control the packages processed. The user can specify
2111
      a range of packages and exclude or include specific packages.
2112
 
2113
      Subcommand: populate
2114
      Added -exclude=name[,name]+ to allow specific packages to be excluded
2115
      Add -all option to force dependency testing of packages already in the
2116
      sandbox.
2117
 
2118
    * Subversion Support
2119
      With an automated build environment the use of a default Subversion
2120
      repository is not supported.
2121
 
2122
      Creating a workspace will display the files being extracted providing
2123
      a progress indication.
2124
 
2125
    * Jats Online Documentation
2126
      Migrated several items from the VIX Wiki to the FAQ section of the
2127
      online documentation.
2128
 
2129
    * Generated makefiles
2130
      Improved tracing of package archive source in comments
2131
 
2132
------------------------------------------------------------------------
401 dpurdie 2133
Version:  2.100.5000.cr                               Released: 28-May-12
399 dpurdie 2134
------------------------------------------------------------------------
2135
Major changes:
2136
 
2137
Minor changes:
2138
    * New Platform: WCENAUTIZX5
2139
     "Nautiz eTicket Pro" built under VS2005
2140
 
400 dpurdie 2141
    * Jats startup will warn Windows Users if jats.bat does not
2142
      link to the dynamically updated version of JATS. 
2143
 
399 dpurdie 2144
Internal:
2145
    * Corrected error handling in Release Manager Database connection
2146
      Worked on Windows, but not linux.
2147
 
2148
------------------------------------------------------------------------
387 dpurdie 2149
Version:  2.100.4000.cr                               Released: 30-Apr-12
2150
------------------------------------------------------------------------
2151
Major changes:
2152
 
2153
Minor changes:
2154
    * Jats makefile directive: MakeProject
2155
      Improved support for packaging files with spaces and other make-unfriendly
2156
      characters in their pathname.
2157
 
2158
------------------------------------------------------------------------
385 dpurdie 2159
Version:  2.100.3000.cr                               Released: 20-Apr-12
2160
------------------------------------------------------------------------
2161
Major changes:
2162
 
2163
Minor changes:
2164
    * Platform: VIXITP
2165
      Minor enhancements
2166
 
2167
    * JATS wrappers
2168
      Updated default paths to Subversion Servers
2169
 
2170
    * Subversion Support
399 dpurdie 2171
      Added svn delete-branch
385 dpurdie 2172
 
2173
------------------------------------------------------------------------
383 dpurdie 2174
Version:  2.100.2000.cr                               Released: 13-Apr-12
2175
------------------------------------------------------------------------
2176
Major changes:
2177
 
2178
Minor changes:
387 dpurdie 2179
    * GCC Toolmaking
383 dpurdie 2180
      Use JATS' internal dependency generator. This is much faster than the
2181
      use of the gcc as previously implemented.
2182
 
2183
    * New Platform: VIXITP
387 dpurdie 2184
      Specialized platform for the VIX 'ITP' product.
383 dpurdie 2185
 
2186
    * Subversion Support
2187
      Documented the use of 'TIMESTAMP' in svn commands
2188
      svnrelease. The -branch option supports the special name TIMESTAMP
2189
 
2190
 
2191
------------------------------------------------------------------------
381 dpurdie 2192
Version:  2.100.1000.cr                               Released: 28-Mar-12
2193
------------------------------------------------------------------------
2194
Major changes:
2195
 
2196
Minor changes:
2197
    * Jats makefile directive: MakeLinuxDriver
2198
      Added support for source files not in the same directory as the
2199
      makefile.
2200
 
2201
    * Jats makefile directives: SharedLib and Lib
2202
      Improved support for named source files with directory elements
2203
 
2204
------------------------------------------------------------------------
379 dpurdie 2205
Version:  2.100.0000.cr                               Released: 23-Mar-12
2206
------------------------------------------------------------------------
2207
Major changes:
2208
 
2209
    * WIN32 Target (Visual Studio 6)
2210
      This target will now consume headers/libraries from a VS6 directory.
2211
      This has been provided to allow the use of Dinkumware_STL to be limited
2212
      to this one compiler. Specifically we need to excluded the use of
2213
      Dinkumware from VS2010 builds.
2214
 
2215
    * C# Toolchain
2216
      Correctly detect missing .cs file in .resx /.cs file pair.
2217
 
2218
Minor changes:
2219
    * Jats wrapper script
2220
      New option: -logfile=name
2221
 
2222
    * Jats configuration
2223
      jats.bat example (Windows)
2224
      jats.sh example (Unix)
2225
      Redefined location of the Perth Subversion server AUPERASVN01
2226
 
2227
    * Escrow build on solaris_x86
2228
      Added workaround for strange issue on X86 based Solaris machines
2229
      The GBE_MACHTYPE EnvVar would disappear during the build process
2230
 
2231
    * Utility ccrelease
2232
      The -extractfiles option nolonger uses a dynamic view to perform the
2233
      extraction. It uses the same process as normal view creation.
2234
 
2235
    * Utility: svn
2236
      Improved package import processing.
2237
      Allow Date, Author and Log to be added to the imported package
2238
 
2239
    * Jats Utility: gen_cots
2240
      Added support for Subversion.
2241
      Subversion is supported on Windows and Unix.
2242
      ClearCase is supported on Windows.
2243
 
2244
    * Jats Utility: vcsdiff
2245
      New Utility. Will diff two versions of a package. Supports
2246
      mixed ClearCase and Subversion versions.
2247
      Under windows it can invoke BeyondCompare
2248
      Under Windows and Unix it can perform a MD5 check over both directories.
2249
 
2250
------------------------------------------------------------------------
377 dpurdie 2251
Version:  2.99.2000.cr                               Released: 3-Feb-12
2252
------------------------------------------------------------------------
2253
Major changes:
2254
 
2255
Minor changes:
2256
    * BuildVersion directive
2257
      Updated Company Name, Copyright and Trademark strings to 'Vix IP Pty Ltd'
2258
 
2259
    * GCC Toolset
2260
      Added support for filterering warning messages, via a warnings.gcc file
2261
 
2262
------------------------------------------------------------------------
375 dpurdie 2263
Version:  2.99.1000.cr                               Released: 13-Jan-12
2264
------------------------------------------------------------------------
2265
Major changes:
2266
 
2267
Minor changes:
2268
    * Command: jats clobber
2269
      When building packages that use deploylib - remove the 'build/deploy'
2270
      directory as a part of the clobber processing.
2271
 
2272
    * Jats wrapper. Environment Variable Cleanup (Windows Only)
2273
      Force ALL EnvVars stored in the environment and passed to programs
2274
      invoked by JATS to be converted to upper case.
2275
 
2276
      This solves problems associated with some programs that do not treat
2277
      Windows EnvVars as case insensitive.
2278
 
377 dpurdie 2279
      A useful side effect of this change is that VS2010 running on
2280
      64-bit Windows-7 will now locate the default installation of VS2010, as
2281
      will many other toolsets.
375 dpurdie 2282
 
2283
    * jats svnlabel
2284
      Report conflicting options: Label and Clone
2285
 
2286
      Correct the 'label' operation. The user is not allowed to provide
2287
      path. The user must provide a simple label. JATS will determine the
2288
      workspace and the correct branch/tag to place the label in.
2289
 
2290
    * Built Daemon support
2291
      jats_svn_savebuild will now delete a WIP if its in the /tags/ directory.
2292
      This allows WIPs to be tags or branches
2293
 
2294
------------------------------------------------------------------------
373 dpurdie 2295
Version:  2.99.0000.cr                               Released: 06-Jan-12
2296
------------------------------------------------------------------------
2297
Major changes:
2298
    * GCC Toolset
2299
      Modified the creation and maintenance of debug information.
2300
      New methodology is:
2301
        Debug information is created for both production and debug builds
2302
        Debug information is placed in a .dbg file, which is linked to the
2303
        executable, or shared library. The .dbg file is packaged in the manner
2304
        as the main binary.
2305
 
2306
      This methodology does not bloat the binary with debug information, while
2307
      retaining debug information. The binary transferred to an embedded
2308
      device does not contain debug information, yet the image used in the
2309
      debugger can still access the debug information. This is the best of
2310
      both worlds.
2311
 
2312
Minor changes:
2313
    * HTML Documentation
2314
      JatsWelcome.html - Extended references to BMS documentation.
2315
 
2316
Internal changes:
2317
    * Generated makefiles
2318
      Removed the make_usage target as it is inaccessible. It was replaced by
2319
      jmake's 'help' command a long time back.
2320
 
2321
------------------------------------------------------------------------
371 dpurdie 2322
Version:  2.98.4000.cr                               Released: 23-Dec-11
2323
------------------------------------------------------------------------
2324
Major changes:
2325
    * Jats Sandbox
2326
      Softlinks to packages within the sandbox are now relative to the root of
2327
      the sandbox. This allows packages in the sandbox to be created under one
2328
      machine architecture and consumed under another.
2329
 
2330
    * RIORDS Platform
2331
      Generate output files with the package version embedded in the name
2332
      This can be disabled with --NoVersion
2333
 
2334
      Package up the 'hex' file created when the .img file is processed.
2335
 
2336
 
2337
Minor changes:
2338
    * Processing makefile.pl
2339
      Better handling of some shared library arguments for undeclared files
2340
      Error detection of some arguments that start with white-space
2341
 
2342
------------------------------------------------------------------------
369 dpurdie 2343
Version:  2.98.3000.cr                               Released: 14-Dec-11
2344
------------------------------------------------------------------------
2345
Major changes:
2346
 
2347
Minor changes:
2348
    * New Platform and Toolchain
371 dpurdie 2349
      Platform is RIORDS. This uses the MSP430 toolchain.
369 dpurdie 2350
      Beta release of this toolchain
2351
 
2352
    * Jats Escrow. Escrow extraction
2353
      Force views created to be done in the same manner as the build daemon.
2354
      Under Clearcase, do not include the /main/0 rule.
2355
 
2356
    * Utility: ccrelease (jats release, jats extract)
2357
      Correct use of /main/0 on Unix platforms to match Windows behavior.
2358
      Only add /main/0 if the user has provided a path to a directory within
2359
      a vob.
2360
 
2361
    * Various changes to remove warnings when used with perl 5.14.
2362
      Note: Perl 5.14 is not recommended.
2363
            Perl 5.8.8 is recommended.
2364
 
2365
    * Windows utilities
2366
      Updated 7z to version 9.20.
2367
 
2368
    * Subversion Support
2369
      Support for 1.7 error messages
2370
      Extended the 'jats svn' utility. New subcommands:
2371
        paths - Display Subversion tag to URL conversions
2372
        tag   - Convert a path or URL to a Release Manager Tag
2373
        url   - Convert Release Manager tag to URL
2374
 
2375
    * COBRA Toolset
2376
      Suppress compiler warning on incompatible ABI
2377
 
2378
    * Create dpkg utility
2379
      Allows packaging from a sandbox, but only of package versions 99.99.99
2380
 
2381
Internal changes:
2382
    * Generated makefiles are now dependent on DPACKAGE files from dependant
2383
      packages, if present.
2384
 
2385
------------------------------------------------------------------------
367 dpurdie 2386
Version:  2.98.2000.cr                               Released: 15-Nov-11
2387
------------------------------------------------------------------------
2388
Major changes:
2389
 
2390
Minor changes:
2391
    * Jats Utility:
2392
      Added 'ccdelete_view'. This utility will delete a Clear Case view given a
2393
      viewtag, even if the view has been deleted from disk.
2394
 
2395
    * Jats startup
2396
      Jats will report an error if started in a directory that is inaccessible
2397
      to the user. An error will also be report if jats is directed to change to
2398
      in inaccessible directory.
2399
 
2400
    * Building an ANT project.
2401
      Jats will warn if a buildfile does not have an associated depends file.
2402
 
2403
    * TOOLSET: GCC
2404
      The 'options=args' now shows the operation of the dependency generation step.
2405
 
2406
    * TOOLSET: WINCE
2407
      Better detection of missing SDK components.  
2408
 
2409
    * Subversion support
2410
      Allow untrusted certificates in https connections.
2411
      VisualSvnServer provides self signed certificates
2412
 
2413
Internal:
2414
    * Makefile generation
2415
        Removed the use of the .rul file. Now generated in place.
2416
        Removed PLATFORM.mk dependencies. Work is done in jmake.
2417
 
2418
------------------------------------------------------------------------
365 dpurdie 2419
Version:  2.98.1000.cr                               Released: 15-Sep-11
2420
------------------------------------------------------------------------
2421
Major changes:
2422
 
2423
Minor changes:
2424
    * Utility: cclabel
2425
      Handle VCS tags of the form CC::path::label and extract the vob name and
2426
      the clearcase label.
2427
 
2428
    * Subversion support
2429
      Report errors when required utilities cannot be found
2430
      Delay reporting until utilities are required to allow the help system
2431
      to operate.
2432
 
2433
------------------------------------------------------------------------
363 dpurdie 2434
Version:  2.98.0000.cr                               Released: 09-Aug-11
2435
------------------------------------------------------------------------
2436
Major changes:
2437
    * New toolset: ARM251
2438
 
2439
    * New target platform: ARM_I5100
2440
      Uses the ARM251 toolset.
2441
 
2442
Minor changes:
2443
    * HTML Help
2444
      Correct display of subheadings in the Table of Contents under IE8
2445
 
2446
    * jats build -noforce
2447
      The 'quick' test to force a re-build now takes the value of
2448
      GBE_BUILDFILTER into account. If the value changes, then a rebuild will
2449
      be forced.
2450
 
2451
      This affect the 'jats all' and associated 'sandbox' commands.
2452
 
2453
    * Utility: ccrelease (jats release, jats extract)
2454
      Improved the ClearCase config spec used to create the view.
2455
 
2456
      If the command specifies a branching rule, then the view will not allow
2457
      directories above the package base to be branched. This will prevent
2458
      unintentional branching within the root of the VOB.
2459
 
2460
      If the command does not specify a branching rule, the view now allows
2461
      files and folders to be 'added' within the view, within the package. This
2462
      feature is suppressed when the tool is used by the AutoBuilder, or when
2463
      the load path contains only the name of the VOB.
2464
 
2465
    * Utility: svnrelease
2466
      Remove duplicate package-name words from the generated workspace name to
2467
      provide a cleaner workspace name.
2468
 
2469
      Allow the workspace to be deleted in 'release' mode by changing out of the
2470
      workspace directory before attempting the delete.
2471
 
2472
    * Utility: svn
2473
      Added 'test' to verify that the subversion CLI utility has been
2474
      installed and can be used.
2475
 
2476
    * Toolset: CSharp
2477
      Utilize features of cmdfile to simplify the generated makefile
2478
      Force the generated command file to have correct directory separation
2479
      character.
2480
 
2481
    * Toolset: SunWorks
2482
      Corrected usage of the -erroff directive
2483
      The later SunWorks compilers are more strict about its usage.
2484
      May affect 64 Solaris builds as the incorrect usage may have been
2485
      masking an error.
2486
 
2487
    * Toolset: Delphi7
2488
      Correct library building process that had been broken by previous
2489
      enhancement.
2490
 
2491
    * Toolset: dafbr
2492
      Internal option to simplify compiler testing
2493
 
2494
    * makefile.pl directive: GenerateFiles and RunTests
2495
      Corrected operation of the '--PackageInfo' expansion
2496
        - Return correct path to package
2497
        - If no info is selected, then assume '--path'
2498
 
2499
    * build.pl directive: BuildPlatforms
2500
      Added a '--Alias=Name[,Name]+' option. This allows the setting of
2501
      a platform alias, when the platform is defined.
2502
 
2503
    * build.pl directive: BuildVersion
2504
      Generate well formed VB6 definitions for packages that have dependent
2505
      packages.
2506
 
2507
    * make command: show
2508
      Improved the readability of the 'Alias Targets' list in the
2509
      'jats make show' command.
2510
 
2511
    * Utility: create_dpkg
2512
      When transferring files from a Windows file system to dpkg_archive
2513
      ensure that the execute permission is set for all users.
2514
 
2515
      Allows 'GENERIC' packages to package up executables that will be
2516
      executed on Unix machines.
2517
 
2518
------------------------------------------------------------------------
361 dpurdie 2519
Version:  2.97.0000.cr                               Released: 24-Jun-11 
2520
------------------------------------------------------------------------
2521
Major changes:
2522
    * HTML Help (Experimental)
2523
      Generated documentation for the various JATS utilities
2524
      It is based on the internal JATS documentation available on the command
2525
      line.
2526
 
2527
      Use http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html
2528
 
2529
Minor changes:
2530
    * PackageFile directive
2531
      Allow packaging of files with a comma in the name.
2532
      Used by some COTS packages.
2533
 
2534
    * Windows utilities used by jats
2535
      stdmux and rpccpp: provide production versions that do not use debug
2536
      libraries as these are not present for all users.
2537
 
2538
    * Jats utility: dstatus
2539
      Shows the user friendly host name rather then the internal machine name.
2540
      This change is in line with the changes to Release Manager
2541
 
2542
    * Utility: svnrelease
2543
      Better deletion of workspaces referenced with non-standard URLs
2544
      Corrected problem with -branch=name option
2545
 
2546
    * Utility: svnrelease and ccrelease
2547
      Better deletion of workingspace directory.
2548
      Attempt to correct for directory permission problems.
2549
 
2550
    * Updated definition of GBE_SVN_URL_FRBESASVN01 to use
2551
      the server by name, rather than IP address: 'frbesasvn01'
2552
 
2553
    * Added EnvVar GBE_VCS to control the default Version Control System
2554
      employed by the 'jats release' and 'jats extract' commands.
2555
 
2556
      Usable values are: 'cc' and 'svn'.
2557
      The default value is 'cc', providing backward compatability to existing
2558
      developers.
2559
 
2560
 
2561
------------------------------------------------------------------------
359 dpurdie 2562
Version:  2.96.4000.cr                               Released: 06-May-11
2563
------------------------------------------------------------------------
2564
Major changes:
2565
 
2566
Minor changes:
2567
    * WIN32 Toolset
2568
      Remove .exp and .lib files that may be created when building a program.
2569
      These files may be generated when using code to create a DLL is used
2570
      to create an EXE.
2571
 
2572
    * Utility: upddep
2573
      Handle packages with version strings like: 1.6.0,REV=2006.11.29.05.03
2574
      The '=' was causing issues.
2575
 
2576
    * Utility: sandbox
2577
      New sub command - populate. Beta Release of this command
2578
      This sub command can be used to populate a sandbox with a specific package
2579
      and (optionally) its dependents, that (optionally) are not available
2580
      in a package archive.
2581
 
2582
      Sub command: create
2583
      New option '-exact'. This will create a sandbox in which the package
2584
      version numbers are significant. This is useful when recreating a specific
2585
      package version.
2586
 
2587
      Command specific help
2588
      Each sub command now has its own help.
2589
      ie: 'jats sandbox populate -help' will provide help on the populate
2590
      command.
2591
 
2592
    * BuildVersion directive
2593
      Will create well formed Windows Resource files when the Packages Build
2594
      Number is greater than 7.
2595
 
2596
Internal:
2597
    * Removed jats_save_build.pl
2598
      No longer used by the build tool.
2599
 
361 dpurdie 2600
------------------------------------------------------------------------
357 dpurdie 2601
Version:  2.96.3000.cr                               Released: 14-Mar-11
2602
------------------------------------------------------------------------
2603
Major changes:
2604
 
2605
Minor changes:
2606
    * Minor tweaks for WCEIPA280 support
2607
 
2608
    * Build tool support: jats_vcssave_build
2609
      Deprecated unused options.
2610
 
361 dpurdie 2611
------------------------------------------------------------------------
355 dpurdie 2612
Version:  2.96.2000.cr                               Released: 10-Mar-11
2613
------------------------------------------------------------------------
2614
Major changes:
2615
 
2616
Minor changes:
2617
    * New WinCE platform: WCEIPA280
2618
      Uses VS2005 and the IPA280 SDK from Ingenico
2619
 
361 dpurdie 2620
------------------------------------------------------------------------
353 dpurdie 2621
Version:  2.96.1000.cr                               Released: 09-Mar-11
2622
------------------------------------------------------------------------
2623
Major changes:
2624
 
2625
Minor changes:
2626
    * EnvVars
2627
      Support for GBE_SVN_URL_xxx to support multiple SubVersion repositories
2628
      at multiple locations.
2629
 
2630
    * Build tool support: jats_vcssave_build
2631
      New option -isawip to allow deprecation of -wiplabel option in
2632
      a future release.
2633
 
361 dpurdie 2634
------------------------------------------------------------------------
351 dpurdie 2635
Version:  2.96.0000.cr                               Released: 01-Mar-11
2636
------------------------------------------------------------------------
2637
Major changes:
2638
    * CSHARP2010 target
2639
      Force all C# compilations to be targeted at a 32-bit platform.
2640
 
2641
Minor changes:
2642
    * jats escrow utility
2643
      Uses VcsTag and jats_vcsrelease to be version control system agnostic.
2644
 
361 dpurdie 2645
------------------------------------------------------------------------
349 dpurdie 2646
Version:  2.95.1000.cr                               Released: 14-Feb-11
2647
------------------------------------------------------------------------
2648
Patch changes:
2649
    * Built Tool Interface Changes
2650
        Rename jats_vcs_save_build.pl to jats_vcssave_build.pl
2651
        Rename jats_release.pl to  jats_vcsrelease.pl
2652
      to create a consistent naming convention for the buildtool
2653
      interface to Version Control System aware tools.    
2654
 
361 dpurdie 2655
------------------------------------------------------------------------
347 dpurdie 2656
Version:  2.95.0000.cr                               Released: 11-Jan-11
2657
------------------------------------------------------------------------
2658
Major changes:
2659
    * Initial (experimental) support for VS2010, both for C# and C/C++
2660
    Introduces two new platforms:
2661
        CSHARP2010 (.NET 4.0)
2662
        VS2010
2663
 
2664
Minor changes:
2665
    * jats_rewrite - used only by the build daemons
2666
      Better handling of 'cots' packages.
2667
 
2668
    * jats upddep utility
2669
      Add -keep option to retain the config data extracted from the
2670
      Release Manager data base for diagnistic use.
2671
 
2672
    * Added Linux profile scripts to build installers
2673
      Added TEMPLATES/INSTALL to the packaged version of JATS
2674
      Support for Linux under
2675
        RHEL4
2676
        Ubuntu 10.04
2677
 
2678
Internal:
2679
    * System(--Shell) escaping - improved.
2680
      Only escape spaces if there are multiple arguments.
2681
 
2682
------------------------------------------------------------------------
345 dpurdie 2683
Version:  2.94.0000.cr                               Released: 16-Dec-10
227 dpurdie 2684
------------------------------------------------------------------------
345 dpurdie 2685
Major changes:
2686
 
2687
Minor changes:
2688
    * New target platform - PHP
2689
      This target is only available on a Windows Platform. It is used to limit
2690
      the processing of PHP artifacts by the ZendGaurd.
2691
 
2692
    * Utility: cache_dpkg
2693
      Used internally to cache packages to a local archive.
2694
      When an error is encountered in the transfer the utility will now
347 dpurdie 2695
      correctly delete the package that it was transferring. Previously it
345 dpurdie 2696
      could leave a partially transferred package.
2697
 
2698
    * Utility: create_dpkg [DEVI-063950 ]
2699
      Creates build.<MachineName> marker files as well as built.<MachType>.
2700
      Partial work for DEVI-063950
2701
 
2702
    * makefile.pl directives
2703
      Corrects and extended the operation of the platform-specifier.
2704
      All non-platform options must be true, while the platform names are
2705
      treated as before - any of them may be true. See MASS-00166 for full
2706
      details.
2707
 
2708
Internal:
2709
    * System(--Shell) operations will escape spaces in the argument
2710
      Allows the use c:\Program Files\... in path elements.
2711
 
2712
------------------------------------------------------------------------
343 dpurdie 2713
Version:  2.93.0000.cr                               Released: 03-Dec-10
2714
------------------------------------------------------------------------
2715
Major changes:
2716
 
2717
Minor changes:
2718
    * Jats Sandbox operation
2719
      Don't remove .RUL files in sandbox testing of the build files
2720
 
2721
    * Jats MakeProject directive
2722
      Added --TargetDebug= and --TargetProd=  to allow the default target
2723
      of the project builds to be specified.
2724
 
2725
      Can be used in all targets that use a Visual Studio project or solution
2726
      to build a package.
2727
 
2728
    * MergeLibrary directive
2729
      New sub-option --InterfacePlain
2730
      This will allow the use of 3rd party libraries that do not have a P or D
2731
      suffix in the library name.
2732
 
2733
    * GenerateFiles directive
2734
      Use of --Var(ObjDir) will cause the Object directory to a prequisite
2735
      of the command. Similar for BinDir and LibDir.
2736
 
2737
    * BuildPlatform
2738
      New option: --NoToolSet
2739
      Supresses the check for the existance of the underlying toolset.
2740
      Ensures that the user does not attempt to use the underlying toolset.
2741
 
2742
      To be used in packages that generate installers, where there is
2743
      no compilation phase, but the package search mechanism may still
2744
      need toolset specific information.
2745
 
2746
      Normally used in conjunction with --OnlyProd.
2747
 
2748
      eg: BuildPlatforms ( 'WIN32,--OnlyProd,--NoToolSet' );
2749
 
2750
Internal:
2751
    * Jats EnvVars, ccrelease and svnrelease
2752
      Factored out the default value of GBE_VIEWBASE and associated
2753
      processing into jats.pl
2754
 
2755
      Expect GBE_VIEWBASE to be site specific. Defaults are suitable for
2756
      a ClearCase site.
2757
 
2758
------------------------------------------------------------------------
341 dpurdie 2759
Version:  2.92.0000.cr                               Released: 08-Nov-10
2760
------------------------------------------------------------------------
2761
Major changes:
2762
 
2763
Minor changes:
2764
    * DEVI-059977: 64-bit Solaris libraries try to link against 32-bit libs
2765
      The 64-bit Solaris build will no longer attempt to consume 32-bit
2766
      libraries or header files.
2767
 
2768
    * New tool update_release
2769
      Extracts current package version list from Deployment Manager SBom(s)
2770
      and copy resultant packages to release specific directory.
2771
 
2772
      Use 'jats man update_release' for full details
2773
 
2774
    * New tool ccmerge_build
2775
      Merge an autobuilt build.pl file back to the parent branch
2776
      and leave the resultant file checked out.
2777
 
2778
      Use 'jats man ccmerge_build' for full details
2779
 
2780
    * Jats Sandbox command
2781
      Improved operation of 'sandbox all' and packages that use
2782
      BuildPkgArchive.
2783
 
2784
    * GCC and SUNWORKS tools
2785
      Allow shlib dependency generation to be displayed in verbose mode
2786
 
2787
Internal:
2788
    * Work for subversion support
2789
 
2790
    * Build
2791
      Use Perl 'File' operations instead of system function to delete
2792
      directories. Is faster under Windows.
2793
 
2794
------------------------------------------------------------------------
339 dpurdie 2795
Version:  2.91.0000.cr                               Released: 15-Sep-10
2796
------------------------------------------------------------------------
2797
Major changes:
2798
    * SharedLib directives for Solaris and GCC targets
2799
      Added support to control the 'soname' embedded within the shared
2800
      library. Refer the MASS-00166 for full details. Use with care.
2801
 
2802
------------------------------------------------------------------------
337 dpurdie 2803
Version:  2.90.0000.cr                               Released: 14-Sep-10
2804
------------------------------------------------------------------------
2805
Major changes:
2806
    * New platform - 'COBRA'.
2807
      Support for the ARM926EJS based hardware.
2808
      This is a Linux based target.
2809
      Requires a new compiler to be installed into build machines
2810
 
2811
Minor changes:
2812
    * Jats sandbox command
2813
      Basic support for the 'cache' command.
2814
      Allows external dependent packages to be cached for disconnected
2815
      development.
2816
 
2817
------------------------------------------------------------------------
335 dpurdie 2818
Version:  2.89.0000.cr                               Released: 13-Sep-10
2819
------------------------------------------------------------------------
2820
Major changes:
2821
    * [DEVI-062103]
2822
      Many (11) toolsets - all that generate linker dependency
2823
      files for creating shared libraries or programs.
2824
        Solaris, Gcc, WIN32, Wince, MOS, Verix, Keil, AVR_IAR,
2825
        CSHARP, MCR, Pharlap.
2826
 
2827
      Better, simpler, and in some cases correct, generation
2828
      of dependency files used in linking. Also generate separate
2829
      files for Production and Debug builds.
2830
 
2831
Minor changes:
2832
    * Jats sandbox command
2833
      The 'info' subcommand will highlight external packages that cannot be
2834
      found in any of the the package archives.
2835
 
2836
    * Jats release -extract
2837
      The ClearCase view that is created will have a comment tag added that
2838
      describes:
2839
        - the directory in which the user created the view
2840
        - the date of creation
2841
 
2842
    * PackageFile directive
2843
      Now supports --NoRecurse and --Recurse in conjunction with --DirTree
2844
 
2845
Internal:
2846
    * PackageFile, PackageHdr and InstallHdr directives
2847
      Removed --Abs option - its not supported
2848
      Fixed --Full option.
2849
 
2850
------------------------------------------------------------------------
2851
Version:  2.88.0000.cr                               Released: 26-Jul-10
2852
------------------------------------------------------------------------
2853
Major changes:
2854
 
2855
Minor changes:
2856
    * Dependency Generation Tool - mkdepend
2857
      Correct a problem encountered when the name of an included file
2858
      matches the name of a subdirectory within the include search path
2859
      resulting in multiple builds.
2860
 
2861
    * SOLARIS and LINUX toolsets
2862
      Corrected problem in dependency tracking of shared libraries
2863
      Dependency between shared librares was not being used at all.
2864
 
2865
      Only affected Solaris and Linux builds
2866
 
2867
      Still an issue that affect all platforms that build shared libaries.
2868
      Dependency tracking does not work correctly for both debug and
2869
      production builds. It will work for the first one done.
2870
 
2871
------------------------------------------------------------------------
331 dpurdie 2872
Version:  2.87.0000.cr                               Released: 13-Jul-10
2873
------------------------------------------------------------------------
2874
Major changes:
2875
 
2876
Minor changes:
2877
    * Jats label command
2878
      New option '-entireview' to be used by the build daemon
2879
      Not recommended for general use.
2880
      Will locate the root of the current view and label all files and
2881
      directories within the current view.
2882
 
2883
      Removed the double check of labeled files introduced in
2884
      version 2.80.3000.cr as the problem has been found and corrected
2885
      elsewhere.
2886
 
2887
    * Jats save_build
2888
      Use a better set of options of 'cleartool find' to speed up
2889
      the determination of a branch.
2890
 
2891
      Use the -entireview option of the jats label utility to speed
2892
      up labeling by the build daemons.
2893
 
2894
    * Jats build
2895
      Better handling of sandboxed packages.
2896
        Indicates that the dependency is from a sandbox
2897
        No overwrite warnings when reinstalling a package
2898
 
2899
    * Borland6 toolset
2900
      Changed the default value of where Borland6 is installed
2901
      to match the documented install location of:
2902
        c:\BCB6\CBuilder6
2903
 
2904
    * Jats build
2905
      Added -noforce option to only generate build files if they
2906
      are out of date. It will only recreate makefiles if needed.
2907
      This is a very quick operation.
2908
 
2909
      The default operation is '-force'. This will populate the
2910
      interface directory and generate makefiles.
2911
 
2912
    * Jats all [Experimental. Feed back welcome]
2913
      Uses the '-noforce' form of the build command such that build
2914
      files are only recreated if need be.
2915
 
2916
      The 'all' command will do what is needed in order to rebuild
2917
      the package. It will do a build, if need be, and then
2918
      make the package.
2919
 
2920
    * Jats sandbox
2921
      The 'all' command will perform a '-noforce' build followed by a make.
2922
 
2923
      The 'build' command will perform a build followed by a make. This will
2924
      be a complete build of all component packages.
2925
 
2926
      The 'jats sandbox all' command can be used to rebuild all
2927
      components in an efficient manner. If the build files have changed,
2928
      then the makefiles will be regenerated, other wise only the make phase
2929
      is performed.
2930
 
2931
Internal:
2932
    * build.pl
2933
      Cleanup the start-up processing of build.pl and buildlib.pl            
2934
 
2935
 
2936
------------------------------------------------------------------------
329 dpurdie 2937
Version:  2.86.2000.cr                               Released: 21-May-10
2938
------------------------------------------------------------------------
2939
Major changes:
2940
 
2941
Minor changes:
2942
    * RunTest directive
2943
      Corrected problems with the --Var(xxxx) option when used in conjunction
2944
      with the --abspath option.
2945
 
2946
    * Jats label command
2947
      Removed redundant 'cleartool describe' operations to speed up the process.
2948
 
2949
------------------------------------------------------------------------
327 dpurdie 2950
Version:  2.86.1000.cr                               Released: 11-May-10
2951
------------------------------------------------------------------------
2952
Major changes:
2953
    * New compiler support
2954
      Support for the Keil Arm V4.03a compiler
2955
      This is enabled via:
2956
        build.pl: BuildPlatforms ( 'H400,--Version=4.03a' );
2957
 
2958
Minor changes:
2959
 
2960
Internal changes:
2961
 
2962
------------------------------------------------------------------------
325 dpurdie 2963
Version:  2.86.0000.cr                               Released: 30-Apr-10
2964
------------------------------------------------------------------------
2965
Major changes:
2966
 
2967
Minor changes:
2968
    * jats label command - Renaming a label
2969
      Address issue when renaming a label when the current ClearCase view is
2970
      based on the label. All operation after the rename must specify the VOB
2971
      name as ClearCase may no longer be able to determine the VOB.
2972
 
2973
    * Better handling of .lnk files used within sandboxes and local package
2974
      archives. Now strip all trailing white space correctly
2975
 
2976
    * Jats Sandbox stop files
2977
      Added 'stop.<GBE_MACHTYPE>' stop files to better support multi
2978
      platform builds.
2979
 
2980
    * Makefile rebuild test correctly locates interface directory in
2981
      cases where the source directory is above the build file in the
2982
      directory tree.
2983
 
2984
    * New command: jats man
2985
      Produces full help on a specified item.
2986
 
2987
Internal changes:
2988
    * jats upddep
2989
      Delete temp .cfg file created during the process.
2990
 
2991
    * Jats makefiles: Platform directive
2992
      Initial release of ++Machtype, ++Project and ++Defined
2993
      Not yet in use.
2994
 
2995
------------------------------------------------------------------------
323 dpurdie 2996
Version:  2.85.0000.cr                               Released: 17-Mar-10
2997
------------------------------------------------------------------------
2998
Major changes:
2999
    * New Utility: upddep - Update Dependencies
3000
      This utility will update the dependencies in a build.pl file to be
3001
      consistent with those of a given Release Manager Release. This simplifies
3002
      the operation of maintain build files during development.
3003
 
3004
      It will create an 'auto.pl' file, which JATS uses in preference to a
3005
      build.pl file. DO NOT check this file in.
3006
 
3007
      See:  'jats upddep -help'         - For brief help
3008
            'jats upddep -man'          - For full manual
3009
 
3010
      Examples:
3011
            jats upddep -show
3012
            jats upddep -show=vtk
3013
            jats upddep -rtag=6684
3014
 
3015
    * MicroTec Compiler toolset
3016
      When creating a ShardLibrary (THX) report missing libraries before
3017
      compiling the objects that go into the THX.
3018
 
3019
      This ensures that the error messages the describe the missing library
3020
      can be seen and are not masked by the building of the objects.
3021
 
3022
Minor changes:
3023
 
3024
Internal changes:
3025
    * Utility: jats_rewrite
3026
      Modifications to interwork with the upddep utility.
3027
 
3028
------------------------------------------------------------------------
321 dpurdie 3029
Version:  2.84.0000.cr                               Released: 16-Feb-10
3030
------------------------------------------------------------------------
3031
Major changes:
3032
    * Makefile directive helper function: If
3033
      Used within another directive to enable or disable arguments passed to the
3034
      outer directive. The first argument is a 'platform' specifier - as in
3035
      all Jats Make directives. If making for the specified platform, then the
3036
      remainder of the arguments are inserted into the directives argument
3037
      stream.
3038
 
3039
      Example:
3040
 
3041
      SharedLib ( '*', 'mySharedLib', @OBJS
3042
                     , If ('WIN32',   '-llibrary1', '-llibrary2' )
3043
                     , If ('SOLARIS', '-llibrary3' )
3044
                     );
3045
Minor changes:
3046
    * Makefile directive: InstallLibs
3047
      Correctly installs, as libraries, files that are specified with a 'Src'
3048
      directive. This is consistent with the operation of the PackageLibs
3049
      directive.
3050
 
3051
    * GCC Toolkit
3052
      Changes to the shared library dependency processing to bring it inline
3053
      with other toolers. Will terminate after determining that some
3054
      libraries cannot be found. This will ensure that the error message is at
3055
      the point of termination.
3056
 
3057
    * Jats save_build utility
3058
      Corrected problem in unreserving a reserved checkout of a build.pl file
3059
      under windows.
3060
 
3061
    * Jats sandbox
3062
      ClearCase views created with in the sandbox are created with a tag that
3063
      is named after the sandbox. This allows multiple instances of a view
3064
      in different sandboxes.
3065
 
3066
    * Jats release
3067
      Display cleartool error messages when view creation fails.    
3068
 
3069
------------------------------------------------------------------------
319 dpurdie 3070
Version:  2.83.1000.cr                               Released: 04-Feb-10
3071
------------------------------------------------------------------------
3072
Major changes:
3073
 
3074
Minor changes:
3075
    * jats options
321 dpurdie 3076
      Added -locatedir=name
3077
      Will scan from CWD to the root of the file system looking for the named
319 dpurdie 3078
      directory.
3079
 
3080
    * jats label utility
3081
      Improved handling of the -file and -dir options
3082
      These options will now label the directory elements within the paths
3083
      specified by these options, when used in conjunction with the -up option.
3084
      This simplified the process of labeling complex directory structures.
3085
 
3086
      Added -admin, to allow creation of global labels
3087
 
3088
------------------------------------------------------------------------
317 dpurdie 3089
Version:  2.83.0000.cr                               Released: 20-Jan-10
315 dpurdie 3090
------------------------------------------------------------------------
3091
Major changes:
317 dpurdie 3092
 
3093
Minor changes:
3094
    * WinCe Toolsets
3095
      New CompileOptions operations:
321 dpurdie 3096
        Exceptions              - Enable exception handling
317 dpurdie 3097
        noExceptions            - Disable
3098
      Default is to retain backward compatibility. It is mixed.
3099
      Example:
3100
        CompileOptions ('*', 'Exceptions' );
3101
 
3102
    * Solaris targets
3103
      Full support for a target called SOLARIS8_SPARC32
3104
      It is identical to SOLARIS in a 'sparc' build machine, but it is only
3105
      available on a 'sparc' build machine. Can be used to limit builds to one
3106
      machine type.
3107
 
3108
------------------------------------------------------------------------
3109
Version:  2.82.0000.cr                               Released: 18-Jan-10
3110
------------------------------------------------------------------------
3111
Major changes:
315 dpurdie 3112
    * New Build Platform: VB6
3113
      Jats has been enhanced to support the building of VB6 .vbg and .vbp
3114
      project files.
3115
 
3116
    * Build Directive BuildVersion.
3117
      This has been extended to allow the creation of Version Information in a
3118
      form that can be consumed by Visual Basic using '--Style=VB'
3119
 
3120
Minor changes:
3121
    * Added more internal documentation
3122
      Use jats help to see available documentation
3123
 
3124
    * Jats label -info command [DEVI-059929]
3125
      Fixed problem that prevent this command running on Unix systems.
3126
 
3127
    * Jats save_build utility
3128
      Corrected problem in unreserving a reserved checkout of a build.pl file
3129
      under windows.
3130
 
3131
    * Solaris 10, 64 Bit Sparc Builds
3132
      All compiles are done in a position independent manner (-KPIC)
3133
      This solved issues where static libraries are linked into shared
3134
      libraries.
3135
 
3136
    * Solaris builds
3137
      Program and Shared library dependency checking is now done before
3138
      the program/library objects are built. Thus errors associated with missing
3139
      dependencies occur before objects are built and the user can see the cause
3140
      of the build failure.
3141
 
3142
 
3143
Internal changes:
3144
    * Moved 'jats vars' functionality into a separate program
3145
      Moved associated documentation into the jats_vars tool
3146
 
3147
    * Moved some other internal documentation into InstallationNotes and
3148
      PkgArchive topics.
3149
 
3150
------------------------------------------------------------------------
313 dpurdie 3151
Version:  2.81.0000.cr                               Released: 12-Jan-10
3152
------------------------------------------------------------------------
3153
Major changes:
3154
    * Solaris Builds for 64 bit targets
3155
      Changes to fully support the SOLARIS10_X86 and SOLARIS10_SPARC64
3156
      targets. These are using a different version of the compiler than the
3157
      existing 32-bit builds.
3158
 
3159
      64-Bit Solaris10 builds are performed with Sun Studio 12.1
3160
      32-Bit Solaris10 builds are performed with Sun Studio 11
3161
 
3162
Minor changes:
3163
    * jats label -exclude=nnn
3164
      Corrected problem with the -exclude option introduced in 2.80.3000.cr
3165
 
3166
    * Package searching
3167
      The BuildpkgArchive and LinkPkgArchive directives will search
3168
      both dpkg_archive and deploy_archive paths for packages.
3169
 
3170
      Allows JATS to be used to process deployable packages.
3171
 
3172
    * jats help
3173
      Modified the operation of the 'jats help' command.
3174
      This command now provides a gateway to the jats help system.
3175
 
3176
      Information provided by the previous 'jats help' can be achieved
3177
      with one of:
3178
        jats -h
3179
        jats help jats
3180
 
3181
Internal:
3182
    * cmdfile utility
3183
      Added macros:
3184
        @(sep,x,text)               - Reformat text with specified file sep
3185
        @(env,VarName)              - Extract text from an EnvVar
3186
 
3187
      Corrected
3188
        @(vsep,ident)               - Set path seperator (: or ;)
3189
        @(vhost,ident)              - Modify @(vlib) operation
3190
 
3191
      Extended
3192
        @(vpath)                    - Added optional 'sep' argument.
3193
        @(vlib)                     - Added optional 'sep' argument.
3194
        @(vlint)                    - Added optional 'sep' argument.
3195
        @(vglob)                    - Added optional 'sep' argument.
3196
 
3197
------------------------------------------------------------------------
311 dpurdie 3198
Version:  2.80.4000.cr                               Released: 17-Dec-09
3199
------------------------------------------------------------------------
3200
Major changes:
3201
 
3202
Minor changes:
3203
 
3204
Internal changes
3205
    * Created a Pseudo package to describe the interface directory
3206
      This simplifies the various scanning algorithms within JATS
3207
      Useful side effects include:
3208
 
3209
        JATS plugins will be sourced from the interface directory if included
3210
        with a BuildPkgArchive. This will simplify debugging.
3211
 
3212
        [DEVI-059682] QtBase can be consumed via a BuildPkgArchive directive,
3213
        simplifying the process of packaging additional fonts.
3214
 
3215
        [DEVI-059685] Simplify implementation of --FromPackage options in other
3216
        tools, which obviates the need for QtBase to be consumed via a
3217
        BuildPkgArchive
3218
 
313 dpurdie 3219
    * Perl Modules
3220
      Included the most recent version of the Pod module within the JATS
3221
      release. This will:
3222
        * Ensure consistent cross platform behaviour
3223
        * Corrects issues within earlier releases of the Pod module - some
3224
          reported by ERG.
3225
        * Provide a basis for a better help system within JATS.
3226
 
311 dpurdie 3227
------------------------------------------------------------------------
309 dpurdie 3228
Version:  2.80.3000.cr                               Released: 01-Dec-09
3229
------------------------------------------------------------------------
3230
Major changes:
3231
 
3232
Minor changes:
3233
    * BuildTool utility: jats_save_build
3234
      Returns non-zero error code on labeling errors.
3235
      Deletes label on labeling errors.
3236
      Removed backward compatibility options as they are no longer used.
3237
 
3238
    * Jats label utility
3239
      Changes to assist in tracking down clearcase labeling errors
3240
 
3241
      Once labels have been applied a check is done to ensure that
3242
      the labels have been placed. The check is to attempt to find
3243
      new files and folders to label - there should be none.
3244
 
3245
    * Jats core
3246
      Improved the auto location of the base directory of the build to allow
3247
      for ant-based packages. Allows the jats 'create_dpkg' command to be
3248
      used to package ant based builds.
3249
 
3250
------------------------------------------------------------------------
307 dpurdie 3251
Version:  2.80.2000.cr                               Released: 12-Nov-09
305 dpurdie 3252
------------------------------------------------------------------------
3253
Major changes:
3254
 
3255
Minor changes:
307 dpurdie 3256
    * CSHARP toolset
3257
      Creation of unit tests was broken by 2.80.0000.cr
3258
      This is now fixed.
3259
 
309 dpurdie 3260
      The cmdfile utility creates paths with file path separators as discovered
307 dpurdie 3261
      in the PATH EnvVar. Now that PATH is nice it means that the use of cmdfile
309 dpurdie 3262
      to create shell scripts resulted in scripts with unsuitable separators.
307 dpurdie 3263
 
3264
    * WCEPSION_500_VS2005
3265
      Extended the list of nodefaultlibs to include secchk.lib and ccrtrtti.lib
3266
 
3267
------------------------------------------------------------------------
3268
Version:  2.80.1000.cr                               Released: 12-Nov-09
3269
------------------------------------------------------------------------
3270
Major changes:
3271
 
3272
Minor changes:
305 dpurdie 3273
    * Generating makefiles
3274
      Ensure that the 'BuildMake' directive is the last one in the build.pl file
307 dpurdie 3275
      Directives after this will not be processed correctly and now generate
305 dpurdie 3276
      an error.
3277
 
3278
    * WCEPSION_500_VS2005
307 dpurdie 3279
      Suppress use of -debug:cv when building libraries.
305 dpurdie 3280
 
3281
    * Build directive: BuildSrcArchive
307 dpurdie 3282
      Highly specialized directive.
305 dpurdie 3283
      Refer the JATS Manual.
3284
 
3285
------------------------------------------------------------------------
303 dpurdie 3286
Version:  2.80.0000.cr                               Released: 04-Nov-09
3287
------------------------------------------------------------------------
3288
Major changes:
3289
    * New target: WCEPSION_500_VS2005
3290
      A build of the Psion CE 5.0 under VS2005
3291
      This target has been added to the WINCE target.
3292
 
3293
      WCEPSION_500_VS2005 build cannot consume build artifacts from the
3294
      WCEPSION_500. The two are separate.
3295
 
3296
    * Support for building WinCE targets under VS2005
3297
      Currently only the WCEPSION_500_VS2005 is fully supported
3298
      Support includes
3299
        * Building of executables and DLLs via jats directives
3300
        * Building of components via VS2005 'solution' files
3301
 
3302
Minor changes:
3303
    * Build file processing
3304
      Better detection of bad platform names under Windows
3305
      Note: All platform names should be in uppercase.
3306
 
3307
    * MOS builds
3308
      If a 'product' name not known to JATS is used and a board base address
3309
      is specified then no warnings are generated indicating an unknown 'product'
3310
 
3311
    * MOS builds
3312
      New 'known' product: PICP
3313
      Identical to the TP5 in all but name.
3314
 
3315
    * GenerateFiles directive
3316
        Better handling of '\' when passing arguments to a command line
3317
        under windows.
3318
 
3319
        .
3320
 
3321
    * Verbose builds now show command files
3322
      Currently only supported for WIN32 and WINCE builds.
3323
 
3324
      The use of 'OPTIONS=args' will cause the linker command file to be dumped
3325
      to the output stream.
3326
 
3327
      This facility will be retrofitted to other platform targets in the future.
3328
 
3329
    * Windows Shell
3330
      The shell provided with JATS for use under Windows has been modified so
3331
      that the COMSPEC and PATH variables are correctly formatted with '\'
3332
 
3333
      Addresses issues when invoking Windows tools and programs from within JATS.
3334
 
3335
    * H8S toolset
3336
      Ensure the the EnvVar CYGWIN is not set.
3337
 
3338
      If 'binmode' is set then the gcc compiler used by the H8S toolset cannot
3339
      handle macros that use line continuation.
3340
 
3341
Internal changes
3342
    * WinCe builds
3343
      Changed name of internal file 'toolset/vcwce' to better represent the
3344
      content of the file.
3345
 
3346
      Many internal changes to better support VS2005 and EVC
3347
 
3348
      Macros to encode and decode paths with embedded spaces.
3349
      Currently only used in WIN32 and WINCE toolsets.
3350
 
3351
------------------------------------------------------------------------
301 dpurdie 3352
Version:  2.79.6000.cr                               Released: 18-Sep-09
3353
------------------------------------------------------------------------
3354
Minor changes:
3355
    * PackageFile directive with spaces in names.
3356
      Corrected problem.
3357
 
3358
------------------------------------------------------------------------
299 dpurdie 3359
Version:  2.79.5000.cr                               Released: 14-Sep-09
3360
------------------------------------------------------------------------
3361
Major changes:
3362
 
3363
Minor changes:
3364
    * DPACKAGE file created on multiple machines [DEVI-054973]
3365
      DPACKAGE files are now machine specific.
3366
      Changes are transparent to users.
3367
 
3368
    * Creating static libraries without any object files is treated
3369
      as an error. The Microtec tools sets will create a 'pop-up' if
3370
      this occurs.
3371
 
3372
    * The LinkSandbox directive is not allowed when GBE_ABT is set.
3373
      This directive is highly discouraged in development: Use a jats 'sandbox'
3374
      Moreover it is not reproducible and thus not supported within the
3375
      automated build framework.
3376
 
3377
    * jats sandbox command
3378
      Added support to delete the sandbox metadata. This undoes the
3379
      'create' command.
3380
 
3381
    * jats command aliases. Added
3382
        jats extractfiles to be jats release -extractfiles
3383
        jats extract      to be jats release -extract
3384
 
3385
------------------------------------------------------------------------
297 dpurdie 3386
Version:  2.79.4000.cr                               Released: 29-Jul-09
3387
------------------------------------------------------------------------
3388
Major changes:
3389
    * Jats Command line and -java option
3390
      This version will place the specified java's 'bin' directory into
3391
      the PATH. Thus the commands:
3392
            jats -java=1.6 eprog java -version
3393
            jats -java=1.6 ant build
3394
      will work as expected
3395
 
3396
Minor changes:
3397
    * VS2008 Toolset
3398
      Picking up incorrect config details
3399
      May result in a warning message.
3400
 
3401
    * gen_cots utility
3402
      New option to allow use without ClearCase dependencies.
3403
      Its simply creates a buildable package image.
3404
 
3405
    * DELPHI7 toolset
3406
      Correct the definition of the Debug option '-$D+'
3407
      In debug mode, add $DELPHI/lib/debug to the search paths
3408
 
3409
------------------------------------------------------------------------
295 dpurdie 3410
Version:  2.79.3000.cr                               Released: 01-Jul-09
3411
------------------------------------------------------------------------
3412
Major changes:
3413
Minor changes:
3414
    * Escrow Utility
3415
      Add header to generated HTML describing the source of the data
3416
 
3417
    * IAR Compiler
3418
      Fixed test for loader file
3419
 
3420
    * GCC Toolset
3421
      Fixed DLL Version Number
3422
 
3423
    * DELPHI7 Toolset
3424
      Minor correction discovered during use.
3425
      Existing tools to create a .lib from .dll had serious path length issues
3426
      Extended the compiler search paths
3427
 
3428
    * Deployment utilities (old)
3429
      Correct SQL statement to work without any Schema assumptions
3430
 
3431
------------------------------------------------------------------------
293 dpurdie 3432
Version:  2.79.2000.cr                               Released: 11-Jun-09
3433
------------------------------------------------------------------------
3434
Major changes:
3435
Minor changes:
3436
    * Minor bug fix to address issues introduced in previous release
3437
      Affects SOLARIS and MOS builds
3438
 
3439
------------------------------------------------------------------------
291 dpurdie 3440
Version:  2.79.1000.cr                               Released: 10-Jun-09
3441
------------------------------------------------------------------------
3442
Major changes:
3443
Minor changes:
3444
    * Initial Support for Visual Studio 2008
3445
      New platforms: CSHARP2008 and VS2008
3446
 
3447
    * WIN32 Toolset
3448
      Corrected the -machine option passed to the Windows linker
3449
      Now passes -machine:X86 instead of -machine:IX86
3450
 
3451
------------------------------------------------------------------------
289 dpurdie 3452
Version:  2.79.0000.cr                               Released: 10-Jun-09
3453
------------------------------------------------------------------------
3454
Major changes:
3455
    * New Platform: DELPHI7
3456
      Support the creation of Units,Libraries, Packages and Programs using
3457
      Borlands Delphi Version 7.
3458
 
3459
      See Jats Reference Manual for complete details and Delphi specific options
3460
      to the Prog and SharedLib directives.
3461
 
3462
      This toolset has a number of limitations:
3463
        1) It can build either Debug or Production, but not both, in a single
3464
           makefile.pl. This is caused by the Delphi limitation that library
3465
           names cannot be changed.
3466
 
3467
        2) The generation of dependencies between the source and the generated
3468
           artifacts is very simplistic.
3469
 
3470
      Units are generated with the 'Lib' directive. The name of the Unit and the
3471
      name of the source are linked. The source should not be provided.
3472
        ie: Lib ('*', 'MyUnit' );
3473
      Will create a unit called MyUnit.dcu from the source file 'MyUnit.pas'
3474
 
3475
      Packages are generated with the SharedLib directive starting with a .dpk
3476
      file.
3477
        ie: SharedLib  ( '*', 'MyPackage' );
3478
      will create a package called MyPackage.bpl/dcp from the source file
3479
      MyPackage.dpk.
3480
 
3481
      Libraries are generated with the SharedLib directive starting with a .dpr
3482
      file.
3483
        ie: SharedLib  ( '*', 'MyDll' );
3484
      will create a package called MyDll.dll/lib from the source file
3485
      MyDll.dpr.
3486
 
3487
      Programs are generated with the Prog directive starting with a .dpr
3488
      file.
3489
        ie: Prog  ( '*', 'MyProg' );
3490
      will create a package called MyProg.exe from the source file
3491
      MyProg.dpr.
3492
 
3493
Minor changes:
3494
    * New EnvVar: DELPHI7
3495
      Required only if Borland Delphi 7 has not being installed in the
3496
      standard location or if the Windows Short Name is not
3497
      c:\PROGRA~1\Borland\Delphi7
3498
 
3499
    * BuildVersion directive
3500
      Added a 'Style' of 'Delphi' to allow the generation of version information
3501
      in a Delphi Unit.
3502
 
3503
      Modified the operation of the "C" style generation.
3504
      If the name of the file is provided via '--File', then the generated files
3505
      will be 'known' to JATS and can be consumed from any makefile. JATS will
3506
      'know' the location of the files.
3507
 
3508
    * Sanity test on the names of libraries and programs
3509
      Some characters are not allowed: ie: '/' as this is a mistake.
3510
 
3511
Internal Changes:
3512
    * ToolsetSHLD functions
3513
      Pass in the shared library version string as an argument
3514
      Means that the core of JATS can manage this information in a manner
3515
      that is decoupled from the toolsets.
3516
 
3517
    * Reworked the mechanism used to hold data about libraries, shared libraries
3518
      merged libraries and programs. Created a class to manipulate build targets
3519
      and to maintain information about the contents of the targets.
3520
 
3521
------------------------------------------------------------------------
287 dpurdie 3522
Version:  2.78.4000.cr                               Released: 30-Apr-09
3523
------------------------------------------------------------------------
3524
Major changes:
3525
    * Correctly generate dependencies for C++ only builds
3526
      Many tools sets ( gcc and others) would not generate makefile dependency
3527
      information for purely C++ builds.
3528
 
289 dpurdie 3529
    * Jats.bat and Jats.sh now provide a default Read Only username/password
3530
      for Release Manager and Deployment Manager.
287 dpurdie 3531
 
289 dpurdie 3532
      NOTE: Windows users will need to update their JATS.BAT file in order
3533
            to pick up changed passwords for Release Manager and Deployment
3534
            Manager
287 dpurdie 3535
 
3536
Minor changes:
3537
    * The jats option '-noexportvars' deletes selected JATS EnvVars from the
3538
      environment. This only affects the build daemons.
3539
 
3540
    * updatenodespec utility
3541
      Correct the SQL statements to work with ReadOnly access to the Deployment
3542
      Manager database.
3543
 
3544
------------------------------------------------------------------------
285 dpurdie 3545
Version:  2.78.3000.cr                               Released: 30-Mar-09
3546
------------------------------------------------------------------------
3547
Major changes:
3548
 
3549
Minor changes:
3550
    * Creation of DPACKAGE file [DEVI-054973]
3551
      Better support for packages that build on multiple platforms
3552
      Not completly fixed, but much better than before.
3553
 
3554
    * Escrow tool
3555
      Remove warning created during normal operation
3556
 
3557
    * Minor code cleanup as suggested by code analysis tools
3558
 
3559
------------------------------------------------------------------------
283 dpurdie 3560
Version:  2.78.2000.cr                               Released: 05-Mar-09
3561
------------------------------------------------------------------------
3562
Major changes:
3563
    * New Platform: H400
3564
      Supported by the KIELARMV3 toolset.
3565
      Refer to the Jats Reference Manual for toolset specific options
3566
 
3567
Minor changes:
3568
    * MergeLibrary directive
3569
      Allow a library that has been created in the same makefile.pl as the
3570
      directive to be located, without the need to 'install' it first.
3571
 
3572
 
3573
------------------------------------------------------------------------
281 dpurdie 3574
Version:  2.78.1000.cr                               Released: 26-Feb-09
3575
------------------------------------------------------------------------
3576
Major changes:
3577
 
3578
Minor changes:
3579
    * New command: jats make show
3580
      Will display the platfroms, alias definitions and the makefile paths
3581
      used in the build.
3582
 
3583
    * Escrow command
3584
      Now supports extraction based on a single package and version
3585
 
3586
    * Build File Rewrite Utility
3587
      Added a '-validate' option to allow the build daemons to validate the
3588
      build files against the Release Manager information.
3589
 
3590
      Improved error reporting to make it clear that the problem is a mis-match
3591
      between Release Manager and the package's build files.
3592
 
3593
------------------------------------------------------------------------
279 dpurdie 3594
Version:  2.78.0000.cr                               Released: 18-Feb-09
277 dpurdie 3595
------------------------------------------------------------------------
3596
Major changes:
279 dpurdie 3597
    * GBE_BUILDFILTER configuration has been simplified
277 dpurdie 3598
 
279 dpurdie 3599
      JATS will automatically filter out target platforms that cannot be built
3600
      on the users machine. ie: It will not try to build Solaris targets on a
3601
      Windows machine. Thus, under the new scheme a Windows GBE_BUILDFILTER need
281 dpurdie 3602
      not contain '!SOLARIS'
279 dpurdie 3603
 
3604
      This greatly simplifies the creation of GBE_BUILDFILTER as it does not
3605
      need to be configured to exclude targets that cannot by built.
3606
 
3607
      Existing GBE_BUILDFILTER definitions are backward compatible.
3608
 
3609
    * Jats utility : gen_cots
3610
      Requires the user to specify a target VOB with the -vob option
3611
        Ensures the user is aware of the target VOB
3612
 
3613
      Now creates temporary directory within the users TEMP directory.
3614
        Addresses problems where the user's CWD is within the package being
3615
        processed.
3616
 
3617
      Removed the '-delete' option
3618
        Always delete the temp work directory if it exists.    
3619
 
277 dpurdie 3620
Minor changes:
279 dpurdie 3621
    * Sandbox command
3622
      Added build, make, clean, clobber commands
3623
 
3624
      Sandbox packages may contain a file called 'stop', to exclude the
3625
      target from consideration in the build set.
3626
 
3627
    * MCR Toolset
3628
      This toolset only supports 16 compiler search paths. An descriptive error
3629
      has been added to detect and report on this error.
3630
 
3631
    * WIN32 and PHARLAP toolsets
3632
      The --Resource=xxx option specifies a comma separated list of files.
3633
      Spaces are now allowed either side of the comma.
3634
        ie: "--Resource=file1.h, File2.h"
3635
 
3636
    * Jats run_test command
3637
      Removed a non-fatal warning message that was being generated when the
3638
      tests we run on a Window machine.
3639
 
3640
    * descpkg file
3641
      Now contains HOSTNAME of the build machine
3642
      Not (yet) aggregated when packages are merged
3643
 
3644
   * built.<machine> tag files created by create_dpkg
3645
     Now contains build trace information
3646
        Date-Time, Machine, User, ABT config
3647
 
3648
   * jats abt command simplified usage
3649
     This command now appends the current directory as a library path to ANT if
3650
     it contains 'jar' files.
3651
 
3652
     Uses ANT 1.6 as the default version of ANT
3653
 
3654
     Both changes will simplify the use of this command within the escrow
3655
     environment. ie: 'jats abt -buildfile=build1.xml'
3656
 
3657
   * BuildVersion directive
3658
     Form:
3659
        BuildVersion ('--Style=C');
3660
     now works as expected.
3661
     Slightly better error detection on the directives arguments.
3662
 
3663
Internal Changes:
3664
 
3665
    * Error reporting mechanism
3666
      Improved the error reporting mechanism. Allowed a function to
3667
      create modify the error reporting parameters in such a manner that the
3668
      original values are restored at the end of a function.
3669
 
3670
 
3671
------------------------------------------------------------------------
3672
Version:  2.77.8000.cr                               Released: 18-Dec-08
3673
------------------------------------------------------------------------
3674
Major changes:
3675
 
3676
Minor changes:
277 dpurdie 3677
  * Jats Wrapper
3678
    Added -NoExportVars option to allow use of JATS to startup build daemons
3679
    without fixing the version of JATS that is used by the processes the daemon
3680
    then starts.
3681
 
3682
    Limit searches for local and sandbox archives to the '/home' directory
3683
    so that the Unix auto mounter does not report errors.
3684
 
3685
  * Jats makefiles. Platform Specifier
3686
    The Platform Specifier has been extended to support a '--MachType=name'
3687
    non-platform option.
3688
 
279 dpurdie 3689
    This may be used to limit Java builds to a 'win32' machine if required.
277 dpurdie 3690
 
3691
------------------------------------------------------------------------
275 dpurdie 3692
Version:  2.77.7000.cr                               Released: 17-Dec-08
3693
------------------------------------------------------------------------
3694
Major changes:
3695
 
3696
Minor changes:
3697
    * MugFile support
3698
      Added facilities to allow named files to be added the the Thx Fileset
3699
      Added options to facilitate the creation of sets of THX files
3700
      Refer to MASS-00099 for complete details.
3701
 
3702
    * Jats Utility: dstatus
3703
      Limit display width of the build machine named to 20 characters
3704
 
3705
    * Jats sandbox command (experimental)
3706
        A files called 'stop' within the root directory of the component
3707
        packages will prevent the utility from processing that subdirectory.
3708
 
3709
        Extended command sets to allow the command 'all', 'build' and 'make'
3710
        to be processed as commands to be invoked in all sandbox components
3711
 
3712
    * Jats Make: New EnvVars
3713
        GBE_MAKE_TYPE               - P or D
3714
        GBE_MAKE_TARGET             - Target platform
3715
        GBE_MAKE_CMD                - Current make target
3716
        GBE_MAKE_CFG                - Internal config
3717
 
3718
    * Jats generated scripts: set_<platform>.sh
3719
      The generated scripts preserve any spaces in the argument list passed
3720
      to the invoked application.
3721
 
3722
Internal Changes:
3723
    * JatsCopy Package
3724
      CopyFile operation can copy an array of files
3725
      CopyDir now supports MatchDirs
3726
 
3727
    * JatsMakeConfig Package
3728
      Added class to read in the parsed makefile.pl data for the current
3729
      build target.
3730
 
3731
    * Jmake - Jats Makefile Supervisor
3732
      Export GBE_MAKE_* EnvVars to directly export the current makefile
3733
      environment. 
3734
 
3735
 
3736
------------------------------------------------------------------------
273 dpurdie 3737
Version:  2.77.6000.cr                               Released: 11-Dec-08
3738
------------------------------------------------------------------------
3739
Major changes:
3740
 
3741
Minor changes:
3742
    * Jats command: sandbox
3743
      Support subcommands "clean" and "clobber"
3744
      These traverse the sandbox in the reverse direction so that the clean
3745
      up operations work correctly.
3746
 
3747
    * Makefile generation
3748
      Removed warning on the use of --OnlyProd and --OnlyDebug
3749
 
3750
    * JatsCopy Package
3751
      Minor enhancements to this internal package
3752
        CopyFile operation returns path to target file
3753
        CopyDir can, if asked, returns an array of files copied
3754
        Wildcard correctly supports the [0-9] construct
3755
 
3756
Internal Changes:
3757
    * Environment
3758
      Export EnvVar GBE_HOSTMACH
3759
      This is the same as GBE_MACHTYPE, but it is not modified by legacy
3760
      makefiles. Available for sanity testing.
3761
 
3762
    * Remove unused references to the File::Find package in Perl scripts
3763
 
3764
    * Jats building Jats now uses the JatsCopy package to perform the many
3765
      copy operations in the build.
3766
 
3767
 
3768
------------------------------------------------------------------------
271 dpurdie 3769
Version:  2.77.5000.cr                               Released: 24-Nov-08 
267 dpurdie 3770
------------------------------------------------------------------------
3771
Major changes:
3772
 
3773
Minor changes:
271 dpurdie 3774
    * Added LMOS_PPC_603E to the LMOS target
269 dpurdie 3775
 
271 dpurdie 3776
    * Jats Utility: dstatus
3777
      Improved handling of closed and archived releases
3778
      Displays include activity time information
269 dpurdie 3779
 
271 dpurdie 3780
Internal Changes
3781
    * jats.pl
3782
      Removed unused function
3783
 
3784
    * makeif.pl
3785
      Added significant documentation
3786
      Provided access to some of the functions via and API
3787
      Renamed to MakeIf.pm
3788
      Moved location to the LIB directory.
3789
 
3790
    * MakeEntry.pm
3791
      Added support for the use of in-memory files
3792
      Allows the output to be 'printed' to a memory variable rather then a file
3793
 
3794
    * ReadBuildConfig.pm
3795
      Added routines to access package information in a manner that is
3796
      independent of the underlying data.
3797
 
3798
    * makelib.pl2
3799
      Added mechanism to allow toolsets to register for notification
3800
      of specific source files present in the build.
3801
 
3802
      Improved readability of the generated makefiles.
3803
      Added informationas to the source of included files
3804
 
3805
      Added docuementation to previously undocumented functions
3806
 
3807
      Corrected usage of the MakeIf package.
3808
      Use it as a package.
3809
 
3810
    * Win32 binary tools
3811
      Added 7z.exe - command line utility to process various compressed
3812
      file formats. Can be used to perform tar-like operations underlying
3813
      windows.
3814
 
3815
    * JatsSvnCore.pm
3816
      Made use of a new binary utility ('stdmux') to multiplex stdout and
3817
      stderr into one data stream that can be handled by perl one allow
3818
      platforms.
3819
 
3820
 
269 dpurdie 3821
------------------------------------------------------------------------
271 dpurdie 3822
Version:  2.77.4000.cr                               Released: 11-Nov-08
269 dpurdie 3823
------------------------------------------------------------------------
3824
Major changes:
3825
 
3826
Minor changes:
271 dpurdie 3827
    Jats utility 'release' [DEVI-051370 ]
3828
    The utility will place a tag file in the root of the package
3829
    as specified by the '-path' option. This will be used by the build tool
3830
    tool re-locate the root of the package and thus allow the correct generation
3831
    of the ClearCase related metrics.
3832
 
3833
    Generation of Resource Files for WIN32 builds
3834
    Corrected version identifier
3835
 
3836
 
3837
------------------------------------------------------------------------
3838
Version:  2.77.3000.cr                               Released: 28-Oct-08
3839
------------------------------------------------------------------------
3840
Major changes:
3841
 
3842
Minor changes:
267 dpurdie 3843
    * Jats option '-locate' correctly locates ANT build files [DEVI-052423]
3844
 
3845
    * Allow Deployable packages to be built on some, but not all, of the
3846
      build machines and correctly package the descpkg file. [DEVI-052422]
3847
 
3848
    * JATS CompileOptions directive  [DEVI-052426]
3849
      New options:
3850
        no_define_source_file
3851
        define_source_file              (Default)
3852
 
3853
      The 'no_define_source_file' will suppress the compile definition __SOURCE__
3854
      Currently only implemented for WIN32 and WINCE toolsets.
3855
 
3856
      The __SOURCE__ definition renders pre-compiled headers useless.
3857
      This option has not be enabled by default to ensure backward
3858
      compatibility.
3859
 
3860
    * Jats directives: MakeProject
3861
      Now supports the following new options:
3862
            --InstallProgDebug=list
3863
            --InstallProgProd=list
3864
            --InstallProg=list
3865
 
3866
      These allows files that are created by the project builder to be
3867
      installed locally to be consumed by such packaging directives as
3868
      GenerateCab.
3869
 
3870
    * Jats directives: AddLDFlags and AddASFlags
3871
      Now supports the --Debug and --Prod options like the other AddFlags
3872
      directives.
3873
 
3874
    * Jats builder directive: BuildVersion
3875
      New options that can be used when generating a WinRC style version
3876
      information:
3877
            --Definitions                   - Create definitions only
3878
            --Comment=text
3879
            --Description=text
3880
            --Product=name
3881
 
3882
Internal Changes:
3883
    * These utility 'gen_winrc' now uses module used by the BuildVersion
3884
      directive to created the resource file.
3885
 
3886
      The BuildVersion.pm module has been modified to allows it to be used in
3887
      a standalone manner by gen_winrc.pl.
3888
 
3889
------------------------------------------------------------------------
265 dpurdie 3890
Version:  2.77.2000.cr                               Released: 26-Sep-08
261 dpurdie 3891
------------------------------------------------------------------------
3892
Major changes:
263 dpurdie 3893
 
3894
Minor changes:
265 dpurdie 3895
    * Jats utility jats_save_build.pl
3896
      Fix problem when used in new mode.
3897
      These label is now applied from the root of the VOB and not from
3898
      the location of the builder file.
3899
 
3900
------------------------------------------------------------------------
3901
Version:  2.77.1000.cr                               Released: 18-Sep-08
3902
------------------------------------------------------------------------
3903
Major changes:
3904
 
3905
Minor changes:
263 dpurdie 3906
    * New JATS Platform : PHARLAP [DEVI-051359]
3907
      Added support for PharLap 10.1
3908
      Requires that both PharLap 10.1 and Visual Studio 6 be installed
3909
      Full details in the JATS manual.
3910
 
3911
    * Windows utilities  [DEVI-051360]
3912
      Added rpccpp to assist in the creation of rcpgen based modules under
3913
      windows.
3914
 
3915
    * MOS68K and MOSCF toolsets
3916
      Made used of rpccpp. These platforms can now support the creation
3917
      of XDR based modules.
3918
 
3919
    * Jats GenerateFiles directive
3920
      New option '--PreDelete' will delete all generated files before
3921
      the generator process is run. This may be used in cases where the
3922
      generator process does not operate if the output files already exist,
3923
      such as the rpcgen utility.
3924
 
3925
    * Jats MakeAnt directive
3926
      Correct problem where unit_tests could not be run.
3927
      Automated unit_tests tests could be run.
3928
 
3929
    * Buildtool utility: jats_rewrite
3930
      Added -noconfig option to allow the creation of auto.xml files
3931
      in escrow.
3932
 
3933
    * create_dpkg utility
3934
      Merged files that exist in the target archive are now compared
3935
      against the local file. A difference is considered to be an error.
3936
 
3937
Internal Changes:
3938
    * Resolved issues with JatsEnv modules that make it difficult to include
3939
      the modules in other modules. This is now a package
3940
 
3941
    * JatsSystem Module
3942
      Resolved issues when 'shell' is used to invoke a 'system' command.
3943
      Now quote the command string being passed to the shell.
3944
 
3945
      Resolved issues with JatsCmd
3946
      Now takes an array of arguments.
3947
 
3948
      Added JatsTool to be more efficient where a known JATS tool is being
3949
      invoked. This is faster assist it does not invoked three unneeded
3950
      programs.
3951
 
3952
    * Renamed jats_cbuilder tool to jats_ccrelease.
3953
      Changes is not visible to the users, assist they go through the 'jats'
3954
      wrapper. Internally the changes is in preparation to alternate version
3955
      control systems.
3956
 
3957
 
3958
------------------------------------------------------------------------
3959
Version:  2.77.0000.cr                                Released: 1-Sep-08
3960
------------------------------------------------------------------------
3961
Major changes:
261 dpurdie 3962
    * Perl Version. Must be at least version 5.8.2
3963
      This is the first version that supports Windows 2003 server.
3964
 
3965
      After discovering that several operations are not fully function under
3966
      Perl 5.6.1 the minimum version of Active State Perl that is required has
3967
      been increased.
3968
 
3969
      A suitable windows installer can be found at:
3970
        \\auperaunx26\devl\releases\3rdParty-Products\ActivePerl\5.8.8.819\
3971
                                    ActivePerl-5.8.8.819-MSWin32-x86-267479.msi
3972
 
3973
    * Jats Build Targets
3974
      New target and toolset: VERIX
3975
 
3976
    * Jats utility: jats_save_build
3977
      Extended to allow all ClearCase specific operations to be removed
3978
      from the Build Daemons.
3979
 
3980
      This utility is only used by "Release Planner" and the "Build Daemons".
3981
 
3982
      Suggested new usage:
3983
        jats etool jats_save_build
3984
                        -pname=xxxx
3985
                        -pversion=yyyy
3986
                        -infofile=path_name
3987
                        -locatepkg=zzzz     (Optional)
3988
                        -infile=aaaa        (Optional)
3989
                        -outfile=bbbb       (Optional)
3990
                        -wiplabel=ccccc     (Optional)
3991
 
3992
Minor changes:
3993
    * JATS make: Merge Library Operation [DEVI-049475]
3994
      Fixed such that Library Merge operations don't delete other build
3995
      artifacts.
3996
 
3997
    * JATS make: New option expert=0|1
3998
      Runtime processing of 'expert' mode to allow dependencies between the
3999
      object files and the makefile to be ignored.
4000
 
4001
      Previous this operation could only be invoked at 'build' time. Now the
4002
      default state will be set at build time and it can be overridden at 'make'
4003
      time.
4004
 
4005
    * JATS utility: CCdiff
4006
      Corrected operation of the option "-new=dir=."
4007
 
4008
    * Nunit support in CSHARP
4009
      Improved support for different version of Nunit
4010
      Allow the DLLs that are required by nunit to be specified 
4011
      within the package.
4012
 
4013
    * Jats utility: dstatus
4014
      Suppresses archived releases.
4015
      Shows release state
4016
 
4017
    * Build file directive: BuildPkgArchive
4018
      Extended list of supported directories to include 'wsdl'.
4019
 
4020
Internal Changes:
4021
    * JATS make: Detection of makefile dependencies
4022
      Isolated the detection process to one point.
4023
      Previously was being done at two places
4024
        - Within jmake - jats makefile supervisor
4025
        - Within the generated makefile. This is still present but
4026
          is suppressed if jmake is used to invoke the makefile.
4027
 
4028
    * JATS make: Command line
4029
      Removed the use of the un used "VERBOSE=1" operation
4030
      Improved use of "options=args|allargs"
4031
 
4032
      It didn't work on all platforms.
4033
      Is better does with "options=args" or "options=allargs"
4034
 
4035
    * JATS command line
4036
      Improved operation of the -help,-man, -verbose and -debug options
4037
      to allow:
4038
        + Direct level specification (-verbose=3)
4039
        + Better use of Perl Option Parsing Utilities
4040
        + Consistent use of option parsing
4041
 
4042
    * JATS makefile generation
4043
      Simplifies creation of internal rules
4044
      Improved readability of the generation process
4045
      Improved readability of the generated makefile
4046
      Removed dead code
4047
      Improved the creation of Progs
4048
 
4049
    * JATS error reporting
4050
      Added a Fatal call to allow utilities to report infrastructure
4051
      problems.
4052
 
4053
      Corrected problem in the use of GBE_[tag]_VERBOSE and GBE_[tag]_DEBUG
4054
      environment variables where the 'tag' contains a space.
4055
 
4056
    * Assorted Perl files
4057
      Minor corrected after running Perl Syntax check over JATS files.
4058
 
4059
    * Made the use of IFLAGS uniform for all JATS toolsets
4060
      Removed the need, and use of IFLAGS3; simplifying the generated
4061
      makefiles
4062
 
4063
    * Corrected tagging  of files generated by the various toolsets
4064
      Many files where incorrectly tagged and were not being cleaned up.
4065
 
4066
    * FileUtils package.
4067
      Added functions to create and append text to small text files.
4068
      Provides consistent error messages and simplifies creation of small files.
4069
      Used functions within JATS.
4070
 
4071
 
4072
------------------------------------------------------------------------
259 dpurdie 4073
Version:  2.76.2000.cr                               Released: 23-Jul-08
257 dpurdie 4074
------------------------------------------------------------------------
259 dpurdie 4075
Minor changes:
4076
    * New Platform and Toolset : ACEX
4077
      Provides support for the Fairchild ACEx assebmler
4078
 
4079
------------------------------------------------------------------------
4080
Version:  2.76.1000.cr                               Released: 10-Jul-08
4081
------------------------------------------------------------------------
257 dpurdie 4082
Major changes:
4083
 
4084
    * Jats make: Package and Install directives [DEVI-049299]
4085
      Convert relative pathnames to absolute pathnames before passing
4086
      to copy command. This makes the most of Windows limited path length
4087
      as implemented by many Windows utilities.
4088
 
4089
Minor changes:
4090
    * JATS makefile generation: Provide case-corrected pathnames for
4091
      library and include files in dpkg_archive.
4092
 
4093
      Needed to support badly formed legacy packages when used with
4094
      some windows tools.
4095
 
259 dpurdie 4096
------------------------------------------------------------------------
255 dpurdie 4097
Version:  2.76.0000.cr                               Released: 24-Jun-08
4098
------------------------------------------------------------------------
4099
Major changes:
4100
    * Support for Microsoft Visual Studio 2005 [DEVI-049017]
4101
      The product must be installed in its default location.
4102
 
4103
      New platforms:
4104
        CSHARP2005
4105
         Uses C# Framework Version 2.0.50727
4106
         Support extends to allow:
4107
            1) Building of Csharp source using standard JATS
4108
            2) Build Visual Studio solutions
4109
         Can consume files from CSHARP and WIN32 components.
4110
 
4111
        VS2005
4112
         Support extends to allow:
4113
            1) Building of C and C++ source using standard JATS
4114
            2) Build Visual Studio solutions
4115
         Can consume files from VS2003 and WIN32 components.
4116
 
4117
      The existing WIN32 and CSHARP platforms can also utilize VS2005
4118
      through a version selector:
4119
        WIN32 Toolset   - "MS.NET2005"
4120
        CSHARP Toolset  - "MS.NET2005"
4121
 
4122
    * Version of Make for Win32 builds
4123
      The version of Make has been upgraded to 3.81 to provide access
4124
      to macros to simplify support for the MS VS2005.
4125
 
4126
    * CSHARP and WIN32 platforms
4127
      The LIB path uses to locate libraries and DLLs has been altered to:
4128
        - Contain absolute paths. Relative paths did not work under all
4129
          conditions when building projects and solutions.
4130
        - Contain valid paths. JATS generated paths that do not physically exist
4131
          will be removed from the search path. This removes warning messages
4132
          under VS2005.
4133
 
4134
Minor changes:
4135
    * New Jats utility: dstatus
4136
      Display Build Daemon Status. A text based utility.
4137
      Use 'jats dstatus -man' for full details.
4138
 
4139
    * PPC_603E Toolset
4140
      Changed the definition of HOST_CPU to be correct for the linux
4141
      architecture that uses the value - powerpc.
4142
 
4143
      Extended LinuxDrivers directive to allow for powerpc.
4144
 
4145
      Updated the MakeLinuxDriver directive to use EXTRA_CFLAGS as CFLAGS
4146
      has been removed. This change is backwardly compatible.
4147
 
4148
    * Modified all utilities to avoid a Perl-10 warning message [DEVI-049018]
4149
      Improved usage of the 'require' statement used to check for
4150
      a minimal value of perl.
4151
 
4152
      Removed excessive require statements.
4153
 
4154
    * JATS internal utilities - xmake
4155
      Source for Make 3.81 is now controlled
4156
      Include JATS specific files for
4157
        1) Windows
4158
        2) Linux
4159
 
4160
      JATS now includes binaries for make.
4161
      This will ensure that the version of make being used will be known for all
4162
      machines. Gnu make does not need to be installed for the various build
4163
      machines.
4164
 
4165
    * JATS internal utility sh.exe (windows)
4166
      Extended internal debugging via EnvVar SHDEBUGEXEC
4167
 
4168
    * JATS Environment
4169
      Allow Jats Environment variables that are used to specify a directory
4170
      to be set to either '-' or 'none'. The associated path will set to empty.
4171
 
4172
      This can be used to override defaults that may be inserted by the JATS
4173
      wrapper scripts.
4174
 
4175
    * JATS utility: sandbox (Experimental)
4176
      Correct problem with location of build files.
4177
      Spell check help and code.
4178
 
4179
------------------------------------------------------------------------
253 dpurdie 4180
Version:  2.75.3000.cr                               Released: 06-Jun-08
251 dpurdie 4181
------------------------------------------------------------------------
4182
Major changes:
4183
 
4184
Minor changes:
253 dpurdie 4185
    * Jats utility: release [DEVI-047291]
4186
      A race condition within clearcase will cause a view to fail during
4187
      creation. This is detected and the command will be retried a number
4188
      of times.
4189
 
4190
------------------------------------------------------------------------
4191
Version:  2.75.2000.cr                               Released: 27-May-08
4192
------------------------------------------------------------------------
4193
Major changes:
4194
 
4195
Minor changes:
251 dpurdie 4196
    * PPC_603E Toolset
4197
      Changed the definition of HOST_CPU to be non-numeric
4198
 
4199
    * GCC Toolset
4200
      Correct the operation of the assembler interface to 'gas' such that
4201
      options are passed correctly.
4202
 
4203
    * Jats utility: CCdiff [DEVI-048127] [DEVI-048439]
4204
      Sped up the label-label comparison.
4205
      Restored speed to that of observed before the label-view comparison
4206
      was added.
4207
 
4208
      Restored ability to perform a one-sided comparison. This is used when
4209
      reviewing a new package.
4210
 
4211
    * Makefile creation: BuildVersion directive
4212
      Better handling of the generated files such that they are
4213
      automatically included in the source file list.
4214
 
253 dpurdie 4215
    * Toolset updates
4216
      Thyron and gnu_mpt. From An Tran.
4217
 
251 dpurdie 4218
------------------------------------------------------------------------
249 dpurdie 4219
Version:  2.75.1000.cr                               Released: 14-May-08
229 dpurdie 4220
------------------------------------------------------------------------
4221
Major changes:
249 dpurdie 4222
 
4223
Minor changes:
4224
    * PackageFile directive [DEVI-048037][DEVI-047541]
4225
      Now supports the packaging of files with ( or ) in the name
4226
 
4227
------------------------------------------------------------------------
4228
Version:  2.75.0000.cr                               Released: 07-May-08
4229
------------------------------------------------------------------------
4230
Major changes:
247 dpurdie 4231
  * New toolset and platform
4232
    Added support for the PPC_603E platform.
4233
    This uses the powerpc-603e-linux-gnu compiler
4234
    The DEVLINUX and LMOS_DEVLINUX targets have been extended to include
4235
    this platform.
4236
 
4237
Minor changes:
4238
  * Jats utility: CCdiff
4239
    Extended operation to allow one side of the comparison to be a directory
4240
    within a static view. This allows comparison between a label and current
4241
    work.
4242
 
4243
  * Jats utility: release
4244
    Added checking of correct package name and version when files are
4245
    published to dpkg_archive.
4246
 
249 dpurdie 4247
  * Jats utility: jats_rewrite [DEVI-034837]
247 dpurdie 4248
    Extended operation to allow the special properties to be transferred from
4249
    Release Manager to the build tool to the target build. Currently only
4250
    supported for ANT builds.
4251
 
4252
    New 'known' ANT properties are:
4253
        releasemanager.releasename
4254
        releasemanager.projectname
4255
 
4256
    The configuration file, used by this utility, has been extended to support
4257
    tagged data item of the form
4258
 
4259
        releasemanager.releasename = value
4260
        releasemanager.projectname = value
4261
 
4262
  * Mug File Generation
4263
    Added --NoMugFiles option to suppress the creation of Mug Files
4264
    This allows THX files to be collected for possible deployment.
4265
 
4266
    When this option is enabled, the user does not need to specify the
4267
    Device ID, Name or Tier Number, nor are the external tools packages
4268
    required.
4269
 
4270
  * Makefile creation: BuildVersion directive
4271
    Modified the operation of the BuildVersion directive such that the
4272
    location of the files that are generated will be known to the Jats
4273
    makefiles. In this manner the user doesn't not need to know the location of
4274
    the files in order to use them.
4275
 
4276
    The file will need to be declared with a 'Src' directive, but JATS will
4277
    locate the file.
4278
 
4279
    This options does not occur for the 'C' version files. This is intentional
4280
    to ensure backward compatibility.
4281
 
4282
    The operation does occur for version files of Style:
4283
        * CSharp
4284
        * Properties
4285
        * WinRC
4286
 
4287
  * JATS directive: CompileOptions
4288
    Correct operation of options that make use of assigned values.
4289
    The case of the value is now preserved.
4290
    Value is correctly assigned.
4291
 
4292
------------------------------------------------------------------------
4293
Version:  2.74.0000.cr                               Released: 29-Apr-08
4294
------------------------------------------------------------------------
4295
Major changes:
245 dpurdie 4296
  * M16C toolset. Used by the MPR platform to build MCRFirmware [DEVI-047555]
4297
    Corrected the version number embedded in the generated THX file.
4298
 
4299
    Major and minor numbers greater than 9 were incorrectly represented
4300
    Added a test to ensure that the major and minor numbers are in the range
4301
    of 0 to 99 inclusive.
4302
 
4303
  * Auto-build when multiple build.pl files are labelled [DEVI-047461]
4304
    Modified JATS to allow support for the automated building of packages that
4305
    contain multiple, labeled, build files.
4306
 
4307
    Added a '-locatepkg=pkg' option to the Jats wrapper script. This allows the
4308
    user to specify the package to be selected from those that can be found.
4309
    This will be integrated into the build tool.
4310
 
4311
    Modified the operation of the 'jats release' command to use the
4312
    infrastructure provided by the above feature. Testing a release uses the
4313
    additional information to ensure that the created package name and version are
4314
    correct.
4315
 
4316
    Modified the operation of the (experimental) 'jats sandbox command to use
4317
    the infrastructure provided by the above feature.
4318
 
4319
Minor changes:
4320
  * Solaris Toolset [DEVI-047398]
4321
    The toolset no longer requires that the user have the compiler and the
247 dpurdie 4322
    'ar' utility in their path. It will be controlled by the toolset.
245 dpurdie 4323
 
4324
    This should improve build reproducibility.
4325
    This will simplify new user setup.
4326
 
4327
  * All Unix Toolsets
4328
    Corrected the operation of the 'options=showenv' so that it works
4329
    on unix systems
4330
 
4331
  * JATS release utility  [DEVI-047356]
4332
    Fixed problem where utility would issue a 'Broken Pipe' message
4333
    on some Solaris Machines.
4334
 
4335
  * JATS -version=<version>
4336
    Fixed operation on machines that do not have a GBE_DPKG_CACHE such that
4337
    JATS does not attempt to cache the alternate version.
4338
 
4339
------------------------------------------------------------------------
4340
Version:  2.73.4000.cr                               Released: 10-Apr-08
4341
------------------------------------------------------------------------
4342
Major changes:
243 dpurdie 4343
    * New platform: WCEPSION_500_emu [DEVI-047234]
245 dpurdie 4344
      Creates binaries for the WCEPSION_500 emulator
243 dpurdie 4345
      Added this platform to the default 'WINCE' alias.
4346
 
4347
Minor changes:
4348
    * JATS escrow utility [DEVI-047232]
4349
      Handle package names that have spaces and brackets
4350
 
4351
    * JATS release utility [DEVI-047232]
4352
      Handle view names that have spaces and brackets
4353
 
4354
    * Removed detection of unknown platforms
4355
      Does not work with LMOS
4356
 
4357
    * Readme.txt file
4358
      Added a brief description on the core_devl directory structure.
4359
 
4360
    * Misc Cleanup
4361
      Removed version-1 test that is not applicable to the current jats
4362
      Move PostInstall script into the BUILD directory.
4363
 
4364
------------------------------------------------------------------------
4365
Version:  2.73.3000.cr                               Released: 07-Apr-08
4366
------------------------------------------------------------------------
4367
Major changes:
241 dpurdie 4368
  * MOS68K Toolset (Not MOS68KRM)
4369
    Force compiler option -nOj
4370
    The default compiler option (-Oj) has been seen to cause problems with some
4371
    code. Problem reported/analysed by rparker and thunter.
237 dpurdie 4372
 
241 dpurdie 4373
  * MOS68K Toolset (Not MOS68KRM)
4374
    Correct problem in disabling Global Optimization that was introduced in
4375
    version 2.73.1000
4376
 
237 dpurdie 4377
Minor changes:
241 dpurdie 4378
  * JATS makefiles
4379
    Correct problem where a Production/Debug only build would create OBJ
4380
    directories for both production and debug, and not clean them up.
4381
 
4382
  * JATS builds
4383
    Allow ANT builds to be run in verbose mode to facilitate debugging
4384
    The command "make all options=args" will run the ANT builds in 'verbose'
4385
    mode.
4386
 
4387
  * JATS makefiles
4388
    Extended the 'selector' used in all makefile directives - as the first
4389
    argument. Added two non-platform related options:
4390
        --Project=xxxx      True if the package suffix matches
4391
        --Defined=yyy       True if yyy is declared with a SetValue or
4392
                            SetList directive.
4393
 
4394
    ie: AddSrcDir ('--Project=sls' , 'sls' );
4395
        AddSrcDir ('!--Project=sls', 'default');
4396
 
4397
  * JATS makefiles. MakeProject directive
4398
    New packaging options to package up programs to be used as JATS plug-ins
4399
        --PackageTool=xxxx
4400
        --PackageToolProd=xxx
4401
        --PackageToolDebug=xxx
4402
 
4403
  * JATS buildfile processing
4404
    Generate a warning for build platforms that are unknown to JATS
4405
    These may be the result of a user typo or an incompatible version
4406
    of JATS.
4407
 
4408
  * JATS save_build utility
4409
    Correctly handle autobuild branches that contain multiple checkouts, one of
4410
    which may be reserved.
4411
 
4412
  * JATS gen_cots utility
4413
    Correctly labels directories up to the VOB root.
4414
    Displays the correct 'Source Path' in the Release Manager Information.
4415
    Ignores the 'administration_view' as this is read-only
4416
 
4417
  * JATS sandbox (experimental)
4418
    Ensure the AutoBuildTool does not use any sandbox
4419
 
4420
  * JATS release (cbuilder) utility
4421
    Handle paths that have a trailing path separators.
4422
 
4423
  * JATS Makefile generation. Packaging directives
4424
    Packaging directives that use the --Dir option have been modified
4425
    such that the direction cannot use a a relative path.
4426
 
4427
    * Escrow tool
4428
      Creates a simple HTML file that details all the packages with a short
4429
      description.
4430
 
4431
------------------------------------------------------------------------
4432
Version: 2.73.2000.cr                                Released: 06-Mar-08
4433
------------------------------------------------------------------------
4434
Major changes:
4435
 
4436
Minor changes:
239 dpurdie 4437
    * Corrected operation of GBE_PLATFORM, when building a GENERIC package.
4438
      A GENERIC package can now be built independently of the value
4439
      of GBE_PLATFORM.
4440
 
4441
    * MOS Toolset
4442
      If only building for a production target, then don't generate an error
4443
      if there is no debug data and code addresses specified.
4444
 
4445
      Use to build platform independent MOS Releases. Cannot have debug, but
4446
      can have production (PIC) components.
4447
 
4448
    * Utility command: jats abt
4449
      Parse and use -buildfile=xxx option
4450
 
4451
    * Utility command: jats extract -extractfiles
4452
      The extractfiles option will now duplicate empty directories
4453
 
4454
    * Building ANT projects under JATS
4455
      Ensure that the PATH is correctly setup so that ANT can locate
4456
      utilities within the JAVA directory - for both Solaris and Windows.
4457
      Previously only worked on Windows
4458
 
4459
------------------------------------------------------------------------
4460
Version: 2.73.1000.cr                                Released: 21-Feb-08
4461
------------------------------------------------------------------------
4462
Major changes:
4463
 
4464
Minor changes:
237 dpurdie 4465
    * Jats Label Utility
4466
      Correct use of '-norecurse' operation.
4467
 
4468
    * Jats command line under Unix
4469
      Corrected problem when command line quoted arguments with a space are
241 dpurdie 4470
      passed in. ie: -xxx="aaa bbb ccc"
237 dpurdie 4471
 
4472
    * Escrow tool
4473
      Added totals to all the tables created in the HTML report
4474
 
4475
    * Platform MOS68KRM
4476
      Rome builds. Modified compiler options to match the existing build system
4477
 
4478
------------------------------------------------------------------------
239 dpurdie 4479
Version: 2.73.0000.cr                                Released: 20-Feb-08
237 dpurdie 4480
------------------------------------------------------------------------
4481
Major changes:
235 dpurdie 4482
    * New Toolset: BORLAND
4483
      The toolset uses the Borland C++ Builder 6 to build Borland Project
4484
      files via the MakeProject directive.
231 dpurdie 4485
 
235 dpurdie 4486
      In this release there is no support for native compilation and linking.
4487
 
4488
      Details are provided in MASS-00166 JATS Reference Manual
4489
 
231 dpurdie 4490
Minor changes:
235 dpurdie 4491
    * Extract/Release utility.
4492
      Handle Source Path option with spaces by creating a config spec
4493
      that can handle spaces
4494
 
4495
    * MOS Compiler
4496
      The TMP directory used by the assembler will be created before the
4497
      assembler is invoked. This will ensure that the directory exists.
4498
 
4499
    * Utility: create_dpkg
4500
      Uses the first 'descpkg' file found. Allows packages that have embedded
4501
      descpkg files to be copied.
4502
 
4503
    * AVR_IAR Toolset
4504
      Added support for AT90SC144144CT - by David Payne.
4505
 
4506
    * JATS ANT command
4507
      Better selection of the ant build file
4508
 
4509
    * Build directive: BuildVersion
4510
      Extended the WinRc version file to allow the name of an icon to be
4511
      embedded in the .RC file.
4512
 
4513
------------------------------------------------------------------------
4514
Version: 2.72.2000.cr                                Released: 06-Feb-08
4515
------------------------------------------------------------------------
4516
Major changes:
4517
 
4518
Minor changes:
233 dpurdie 4519
    * Building JATS. Installer will set a+x in dpkg_archive
4520
 
4521
    * JATS rewrite. Remove the need  for the 'name=' attribute in the
4522
      <project> field.
4523
 
4524
    * CCdiff utility
4525
      Now ignores blank lines when generating a file difference report.
4526
 
4527
    * Escrow utility
4528
      Quote 'path' in the generated extraction commands
4529
      Allow escrow to be based on a single Release Manager package
4530
 
4531
    * Minor Perl-10 tweaks  
4532
 
4533
------------------------------------------------------------------------
4534
Version: 2.72.2000.cr                                Released: 24-Jan-08
4535
------------------------------------------------------------------------
4536
Major changes:
4537
 
4538
Minor changes:
231 dpurdie 4539
    * Jats Tool: CCbc2 [DEVI-044908]
4540
      Locates BeyondCompare through the Windows Registry. This allows
4541
      BeyondCompare to be installed in places other then the default location.
4542
 
4543
    * Jats test runtime helper scripts set_PLATFORM.bat
4544
      Windows. Batch file modified so that it doesn't exit the shell.
4545
 
4546
    * Jats wrapper
4547
      If JATS attempts to cache itself and an error is reported by the caching
4548
      utility, then Jats would fail without reporting an error message.
4549
 
4550
------------------------------------------------------------------------
4551
Version: 2.72.00000.cr                                Released: 11-Jan-08
4552
------------------------------------------------------------------------
4553
Major changes:
229 dpurdie 4554
    * Jats Release Mechanism
4555
      Jats can now release itself. This is not the same a building all of its
4556
      internal components, but it does mean that a new version of JATS can be
4557
      released using the 'standard' mechanism.
4558
 
4559
      Jats releases will be tracked in Release Manager.
4560
 
4561
      A side effect of this is that the labelling scheme will change to align
4562
      itself with Release Manager. ie: <package_name>_<package_version>.
4563
 
4564
    * Running Jats
4565
      Running Jats from within a ClearCase view is being deprecated.
4566
      Jats should be run from a package present in dpkg_archive.
4567
      This may affect some windows developers.
4568
 
4569
      This release of JATS can be run from ClearCase, but generates a warning.
4570
      Future versions will generate an error.
4571
 
4572
      Refer to MASS-00164 Installing and Using JATS.
4573
 
4574
Minor changes:
4575
    * Perl Version Check
4576
      Jats will generate a warning if the version of Perl in use is newer
4577
      than the version used in test. Newer versions are not always backward
4578
      compatible. Currently JATS has been extensively tested with 5.8.8.
4579
 
4580
    * Build Directive: BuildVersion
4581
      This directive has been extended to allow the creation of a 'properties'
4582
      file. This file may be used to pass version information into a an ANT
4583
      build.
4584
 
4585
    * Jats Internals
4586
      Minor fix to interwork with Perl version 5.10.
4587
      Perl 5.10 has not been extensively tested - yet.
4588
 
4589
    * Jats Tool: CCbc2
4590
      Added utility to use BeyondCompare (BC2) to compare files in two
4591
      packages defined as ClearCase labels. The utility creates two dynamic views
4592
      and starts BeyondCompare. The views are destroyed at the end of the
4593
      process.
4594
 
4595
      Requires BeyondCompare to be installed in its default location.
4596
      Only works under Windows.
4597
 
4598
      Use jats CCbc2 -help (or -man) for further details.
4599
 
4600
    * Jats test runtime helper scripts set_PLATFORM.sh
4601
      Marked as executable, so that users can run them directly
4602
 
4603
    * Jats test runtime helper scripts set_PLATFORM.bat
4604
      Uses SETLOCAL / ENDLOCAL to prevent environment variables being exported
4605
      into the parent space. This mimics the behaviour of Unix.
4606
 
4607
    * Jats eprog
4608
      Consistent cross-platform handling of programs found in the current
4609
      directory.
4610
 
4611
    * jats tool jats_metrics
4612
      A new utility that will be used by the Automated Build System to collect
4613
      build metrics.
4614
 
4615
------------------------------------------------------------------------
227 dpurdie 4616
Version: 2.71.6.cr                                Released: 18-Dec-07
4617
------------------------------------------------------------------------
4618
Major changes:
4619
 
4620
Minor changes:
4621
    * Jats Tool: create_dpkg
4622
      Added options to allow the utility to sanity test the package name and
4623
      version of the package being created. This is intended to be used by the
4624
      automated build system. New options are:
4625
        -pname=Package_Name
4626
        -pversion=Package_Version
4627
 
4628
      Added option to allow the source package form to be tested, without
4629
      transferring the package. New options are:
4630
        -test
4631
 
4632
    * Jats Tool: CCdiff
4633
      -output=filename now works. Previously only -out=filename worked.
4634
      -vob=name does not generate internal message under unix
4635
 
4636
    * JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
4637
      a space separated or a comma separated list.
4638
 
4639
    * Solaris Toolset
4640
      Disable the use of purify, purecov and quantify when building shared
4641
      libraries. Shared libraries are not supported by these tools. Executable
4642
      programs are still supported.
4643
 
4644
------------------------------------------------------------------------
4645
Version: 2.71.5.cr                                Released: 07-Dec-07
4646
------------------------------------------------------------------------
4647
Major changes:
4648
 
4649
Minor changes:
4650
    * WINCE toolsets
4651
      Added a run-time test for the presence of the required toolset
4652
      This will report an error if the required WINCE toolset has not been
4653
      installed. This is better than obscure message generated by the compilers
4654
      when header files cannot be found.
4655
 
4656
    * GenerateFiles directive
4657
      If the generating tool can only be found in the users path, don't make
4658
      it a prequisite under Windows. There are problems with spaces in pathnames
4659
      that are difficult to solve.
4660
 
4661
    * MakePerlModule directive
4662
      Extended the directive syntax to allow command line options to be passed
4663
      to the the module builder.
4664
 
4665
    * Jats Tool: label
4666
      Add the ability to label specific sub-directories (-dirs=name[,name]+)
4667
      Allow the -up option to be used in conjunction with the  -files=xxx and
4668
      -dirs=xxx options.
4669
 
4670
    * Jats Tool: release
4671
      Corrected a problem when multiple ant builds where located within the
4672
      build view. Now all ants builds will be perform.
4673
 
4674
      Expanded the operation of the '-build=name' option such that it can be
4675
      used to limit ANT builds by specifying the name of the depends.xml file.
4676
 
4677
    * Jats Tool: CCdiff
4678
      Added utility to provide difference reports in a format suitable to be
4679
      uploaded to CodeStriker.
4680
 
4681
      Use jats CCdiff -help (or -man) for further details.
4682
 
4683
 
4684
------------------------------------------------------------------------
4685
Version: 2.71.4.cr                                Released: 30-Nov-07
4686
------------------------------------------------------------------------
4687
Major changes:
4688
    * New Platform : MOS68KRM
4689
      Building MOS for the 68K processor for Rome
4690
      Requires the Microtec 4.5R compiler
4691
      Similar to MOS68K, but has different optimization and definitions
4692
 
4693
Minor changes:
4694
    * label utility
4695
      Better handling of filenames with embedded spaces.
4696
 
4697
    * make package and install operations
4698
      Improved the error detection and reported that may occur during a file
4699
      transfer.
4700
 
4701
    * make clean up
4702
      Improved the cleanup of generated files.
4703
 
4704
    * Jats Tool: jats_transform_file
4705
      Tool that can be used within makefiles and test harnesses to perform
4706
      minor file transformations such as:
4707
        Copy, with optional rename
4708
        Force Dos or Unix style line endings
4709
        Perform simple TAG replacement
4710
 
4711
      Use 'jats jats_transform_file -help' for details
4712
 
4713
    * jats release utility
4714
      Added the -extractfiles option to extract files without leaving a view
4715
      in place.
4716
 
4717
    * escrow utility
4718
      Added -extract option to assist in creating images of all files in
4719
      the escrow, with a log file to summarize success/failure of the extraction.
4720
 
4721
------------------------------------------------------------------------
4722
Version: 2.71.3.cr                                Released: 16-Nov-07
4723
------------------------------------------------------------------------
4724
Major changes:
4725
 
4726
Minor changes:
4727
    * Makefile generation
4728
      Corrected a problem in the detection of a generated target
4729
      Some JAVA builds were not correctly detecting the need to run the
4730
      generate phase early.
4731
 
4732
------------------------------------------------------------------------
4733
Version: 2.71.2.cr                                Released: 09-Nov-07
4734
------------------------------------------------------------------------
4735
Major changes:
4736
 
4737
Minor changes:
4738
    * GBE_PLATFORM operation
4739
      Restored operation of GBE_PLATFORM. This feature is not encouraged.
4740
 
4741
    * Makefile generation
4742
      Added a sanity check to generate a warning if a file is packaged, or
4743
      installed, from more than one makefile.pl
4744
 
4745
    * Utilities gen_msproject, gen_dirlist and gen_metrics
4746
      Modified to use generic interface to the makefile data
4747
 
4748
    * AutoBuilder support tool 'save_build'
4749
      Check for users having placed locks on the build file and the autobuild
4750
      branch. The locks will be removed.
4751
 
4752
    * jats_rewrite utility
4753
      Better handling of DOS line ending under Unix
4754
 
4755
    * jats escrow utility
4756
      Can now create a simple escrow build, and information, on a Release.
4757
      Still handles an escrow based on an SBOM.
4758
 
4759
      Can be used to create an HTML report on unbuildable packages and
4760
      inconsistent packages.
4761
 
4762
    * jats make help
4763
      Corrected the list of target platforms to only show those that are
4764
      available within the current build.
4765
 
4766
    * jats makefiles
4767
      Modified the behaviour of jats when multiple instances of the
4768
      MakefileGenerate() directive are found.
4769
 
4770
      If the MakefileGenerate() directive is found in the 'common' makefile.
4771
      pl, then it will be ignored.
4772
 
4773
    * gcc toolset
4774
      SharedLibries.
4775
        The --Def=name option supports two types of def file
4776
        The 'old' form is used if the name of the Def file ends in .def
4777
 
4778
        The 'old' form is created by the existing versions of mod_if.pl
4779
        The 'new' form is created by tne new versions (daf_tools 25.1.5000.cr)
4780
        of mod_if - if the name of the file does not end in .def.
4781
 
4782
      SharedLibraries and Prog (Experimental)
4783
        New options:
4784
            --MultiScan
4785
            --NoMultiScan ( default)
4786
            MultiScan will scan the libraries until no more undefined references
4787
            can be satisfied. This may simplify linking of complex programs.
4788
 
4789
 
4790
------------------------------------------------------------------------
4791
Version: 2.71.1.cr                                Released: 16-Oct-07
4792
------------------------------------------------------------------------
4793
Major changes:
4794
 
4795
Minor changes:
4796
    PackageLib directive
4797
    The construct "PackageLib( '*', @SHLIBS, @LIBS );" now works as expected.
4798
    Packaging multiple libraries and shared libraries works as expected.
4799
    Packaging multiple shared libraries works as expected.
4800
 
4801
    MakefileGenerate directive
4802
    This directive should only be called once. JATS will now generate a warning,
4803
    and not produce an erroneous, if the directive is invoked more than once.
4804
 
4805
    Multiple Parent detection
4806
    A makefile.pl that is invoked from more than one other makefile.pl, or the
4807
    build.pl, is counted as having multiple parents. This condition is
4808
    normally treated as an error. When run by the Auto Built Tool, this
4809
    condition will be treated as a warning.
4810
 
4811
    Solaris Toolset
4812
    Added option '--WithMisalign' to the SharedLib directive.
4813
    When used in conjunction with the 'misalign' CompleOption this option will
4814
    cause a machine specific object file (misalign.o) to be included in the
4815
    link.
4816
 
4817
    Programs that are created with 'misalign' will automatically include the
4818
    misalign.o object file. The fact that shared libraries do not may be an
4819
    indication that this is a bad thing to do.
4820
 
4821
    Make and generation of subdirectories
4822
    Fixed an issue which caused created directories to have a bad timestamp.
4823
    This could result in multiple attempts to generate the source dependency
4824
    file.
4825
 
4826
------------------------------------------------------------------------
4827
Version: 2.71.0.cr                                Released: 10-Oct-07
4828
------------------------------------------------------------------------
4829
Major changes:
4830
    Makefile generation and make recursion
4831
    Extensive changes to the makefiles that are generated by JATS and method by
4832
    which JATS recuses through subdirectories during a build.
4833
 
4834
    Summary of changes:
4835
        - Removed the use of 'make' to perform recursion over subdirectories
4836
          and platforms. This has been replaced by a JATS program  that performs
4837
          the same task - only a great deal faster and with a greater scope for
4838
          flexibility.
4839
 
4840
          The user interface remains identical: jats make ....
4841
 
4842
        - Replaced the generated 'Makefile' with 'Makefile.gbe'. This is a text
4843
          file that provides sufficient information to allow JATS to locate the
4844
          interface directory and associated build information.
4845
 
4846
        - Significant speed up in determining the need to rebuild a makefile.
4847
          On a large package this has been reduced from 30+ seconds to less
4848
          than one second.
4849
 
4850
        - Significant speed up of large recursive builds through intelligent
4851
          building of the 'make_init' target. This is only processed once for
4852
          each platform type. Previously it was processed in each and every
4853
          makefile. This make target is used, internally, to perform sanity
4854
          testing of the compiler environment and to display the name of the
4855
          toolset. It is an expensive operation.
4856
 
4857
        - Intelligent speed up of large recursive through better mechanism
4858
          for creating required directories. These are now created on the fly,
4859
          rather than via a slow recursive pass though all makefiles.
4860
 
4861
        - Better makefile rebuilding
4862
          Makefiles can be rebuilt on the fly. The previous system was prone to
4863
          detecting that makefiles needs to be re-built, but then not re-
4864
          building them.
4865
 
4866
        - Detection of build file changes
4867
          The make process will detect that the build file has been modified
4868
          and that the component has not been rebuilt. This is a warning. It
4869
          does not prevent the 'make' operation.
4870
 
4871
        - Quieter make output
4872
          The 'Nothing to be done' message has been disabled.
4873
 
4874
 
4875
Minor changes:
4876
    MakeAnt Directive
4877
    Allows ANT_HOME to be a path with spaces. ie: c:\Program Files\apache-ant-1.6.5
4878
 
4879
    JATS command "debug" and "prod"
4880
    These now handle make arguments and options correctly. Thus the command:
4881
        jats prod WIN32 OPTIONS=args
4882
    Will correctly do a production build for WIN32 with command execution
4883
    display. Before, the system would attempt to process prod_OPTIONS=args.
4884
 
4885
    CSHARP toolset
4886
    Correctly detect missing compiler directories
4887
 
4888
------------------------------------------------------------------------
4889
Version: 2.70.2.cr                                Released: 27-Sep-07
4890
------------------------------------------------------------------------
4891
Major changes:
4892
 
4893
Minor changes:
4894
    Java target. Resolve problem of multiple project builds when multiple files
4895
    are generated.
4896
 
4897
    MakeAnt
4898
    If the Ant build fails JATS will terminate.
4899
    Previously JATS would continue until another error forced its termination.
4900
    This is done through a better startup of ANT using the
4901
    org.apache.tools.ant.launch.Launcher directly.
4902
 
4903
    MCR platform
4904
    Create '.mod' files from the generated THX files.
4905
    This is a MOS binary and can be download to the MCR devices.
4906
 
4907
------------------------------------------------------------------------
4908
Version: 2.70.1.cr                                Released: 20-Sep-07
4909
------------------------------------------------------------------------
4910
Major changes:
4911
 
4912
Minor changes:
4913
    MakeAnt directive extended
4914
    New option: --PackageBase
4915
        This will pass the path to all packages specified with LinkPkgArchive
4916
        directives to the build.xml file. Without the option the path will
4917
        address a 'jar' directory within the package.
4918
 
4919
    New passed parameter: PACKAGEDIR
4920
        This is the path to the output package that is being created by JATS
4921
        Allows the ant build script to place artifacts directly into the
4922
        package image being created.
4923
 
4924
------------------------------------------------------------------------
4925
Version: 2.70.0.cr                                Released: 13-Sep-07
4926
------------------------------------------------------------------------
4927
Major changes:
4928
    * Linux compiler
4929
      Changed the linux compiler used to build Embedded Linux platforms
4930
            DEVLINUX
4931
                LINUX_EMU
4932
                LINUX_ETX
4933
                ARM9TDMI
4934
 
4935
            LMOS
4936
                LMOS_LINUX_EMU
4937
                LMOS_LINUX_ETX
4938
                LMOS_ARM9TDMI
4939
 
4940
 
4941
    This is a non-backwardly compatibly release.
4942
 
4943
    Do not migrate to this version of JATS if you are building against
4944
    existing packages, until the underlying packages have been rebuilt.
4945
 
4946
    Packages created with the previous version of the compiler should not be
4947
    mixed with packages created with the version in this release.
4948
    Packages will be rebuilt with the new compiler as soon as possible.
4949
 
4950
    The new compiler will need to be installed on users VM's
4951
    The compiler package is dpkg_archive/linux_gnu_tools/1.1.0000.cots
4952
    The binary is:crosstool-gcc-4.1.1-glibc-2.5.tar.bz2
4953
    This should be extacted, as root, into / with the (one line) command
4954
         tar -xjf /net/auperaunx26/export/devl/dpkg_archive/linux_gnu_tools/1.1.0000.cots/
4955
                    crosstool-gcc-4.1.1-glibc-2.5.tar.bz2 -C/
4956
 
4957
Minor changes:
4958
    * Skipped 2.69 due to nature of major change
4959
 
4960
 
4961
------------------------------------------------------------------------
4962
Version: JATS_2.68.3                                Released: 28-Aug-07
4963
------------------------------------------------------------------------
4964
Major changes:
4965
 
4966
Minor changes:
4967
    * WIN32 CompileOptions to control use of precompiled headers
4968
      Added a WIN32 specific compiler option to control the pre compiled
4969
      headers.
4970
 
4971
        CompileOptions ('WIN32', 'PreCompileHdrs' );        (default)
4972
        CompileOptions ('WIN32', 'NoPreCompileHdrs' );
4973
 
4974
 
4975
------------------------------------------------------------------------
4976
Version: JATS_2.68.2                                Released: 28-Aug-07
4977
------------------------------------------------------------------------
4978
Major changes:
4979
 
4980
Minor changes:
4981
    * Reverted changes made in JATS_2.68.1 to the library search path
4982
      Although the search order is broken, we will need to live with it.
4983
 
4984
      Addressed the search order of /usr/lib under Solaris by adding a new
4985
      AddLibDir option (--System) to add system paths. These will be searched
4986
      last.
4987
 
4988
      For the record, the search order for header files and libraries is:
4989
 
4990
        1) As specified with AddIncDir/AddLibDir in the local makefile.pl
4991
           or within any such directive with the --Local option
4992
 
4993
        2) Within the components 'local' directories. These are populated with
4994
           InstallHdr and InstallLib directives.
4995
 
4996
        3) Within the 'interface' directory as populated by BuildPkgArchive
4997
 
4998
        4) As specified with AddIncDir/AddLibDir in the 'global' makefile.pl
4999
           or within any such directive with the --Global option
5000
 
5001
        5) Within packages specified by a LinkPkgArchive directive
5002
 
5003
 
5004
        6) As specified with AddIncDir/AddLibDir in any makefile.pl
5005
           with the --System option
5006
 
5007
    * LMOS target platform
5008
      Includes LINUX_ETX
5009
 
5010
------------------------------------------------------------------------
5011
Version: JATS_2.68.1                                Released: 24-Aug-07
5012
------------------------------------------------------------------------
5013
Major changes:
5014
 
5015
Minor changes:
5016
    * Solaris Toolset
5017
      Corrected library search order, such that /usr/lib is search after the
5018
      dependent packages.
5019
 
5020
    * RunTest operation
5021
      Added the current directory '.' to the PATH used when the test is run.
5022
 
5023
    * Csharp toolkit
5024
      .dtd files are treated as resource files too
5025
 
5026
------------------------------------------------------------------------
5027
Version: JATS_2.68.0                                Released: 20-Aug-07
5028
------------------------------------------------------------------------
5029
Major changes:
5030
    * Trap use of uncontrolled versions of 'ant' and the Java Compiler (javac)
5031
 
5032
      It was discovered that a few old makefile.pl's where invoking ant and
5033
      javac directly in order to build small Java components. This was
5034
      normally being done in the guise of the WIN32 target. These packages
5035
      were making assumptions about the version of Java on the users search
5036
      path.
5037
 
5038
      JATS can invoke ANT and build Java based components using the MakeAnt
5039
      directive and the JAVA platform. This method is controlled and
5040
      reproducible.
5041
 
5042
      This release provides changes such that these packages will not build.
5043
      This is better than building incorrectly.
5044
 
5045
      There are several aspects to the change
5046
        1) JATS provides binaries (ant and javac) with an error message. If
5047
           the user invoked ant/javac in a manner that involves searching the
5048
           PATH then these will be used and report an error.
5049
 
5050
       2) A special command (jats abt) can be used to start up the Auto Build
5051
          Tool in a manner that does not alter the PATH seen by the utilities.
5052
          Moreover it does not alter the JAVA_HOME seen by the build. This is
5053
          controlled separately.
5054
 
5055
Minor changes:
5056
    * Sanitize the PATH environment variable
5057
        Ensure the JATS bin directory is the first directory searched
5058
        Remove duplicates
5059
        Place non-existent components at the end of the PATH
5060
 
5061
------------------------------------------------------------------------
5062
Version: JATS_2.67.1                                Released: 17-Aug-07
5063
------------------------------------------------------------------------
5064
Major changes:
5065
 
5066
Minor changes:
5067
    * Makefile sanity test
5068
      Added a test to ensure that makefiles created on a machine of one type are
5069
      not then run on a machine of a different type.
5070
 
5071
      This will prevent files created on solaris-sparc being used on a solaris-
5072
      x86 machine.
5073
 
5074
    * Correct bug in RunTest
5075
      RunTest now extends the PATH to include the local bin directory
5076
 
5077
------------------------------------------------------------------------
5078
Version: JATS_2.67.0                                Released: 13-Aug-07
5079
------------------------------------------------------------------------
5080
Major changes:
5081
    * RunTest directive
5082
      Added support for running tests within the NUNIT test framework for the
5083
      CSHARP target. In the process a generalized mechanism for accessing
5084
      toolset specific test frameworks has been added.
5085
 
5086
      Changes to the directive to support a FrameWork.
5087
        The use of a test FrameWork is signaled with the option
5088
        --FrameWork=<name> If this is present then the raw name of the program
5089
        under test will be passed to the framework. program.
5090
 
5091
        If a FrameWork is in use, then JATS will invoke the specified framework
5092
        builder within the current toolset.
5093
 
5094
      When a framework is in place JATS will pass arguments of the form:
5095
        '--Tag=Text' to the FrameWork. Other options are processed as normal.
5096
 
5097
      With in the Nunit FrameWork the program under test will be a DLL Nunit
5098
      will only operate on a DLL. The DLL must have been created by the makefile
5099
      containing the RunTest directive.
5100
 
5101
      The Nunit Framework supports the following options:
5102
        --Uses=<Name>[,SubOption]+
5103
 
5104
        This option specifies other DLLs that are used by the TestDLL. They will
5105
        be copied in to the test directory, and may be sourced from an external
5106
        package or the components 'local' lib directory.
5107
 
5108
        SubOptions available to The --Uses directive are:
5109
            --NonJats       This is not a JATS built library. It will not have a
5110
                            P or D suffix.
5111
            --Jats          (Default) This is a JATS built library. JATS will
5112
                            select the correct library type for this build.
5113
 
5114
Minor changes:
5115
    * New Cache cleanup mechanism
5116
      When a package is consumed from the 'cache' a flag is updated within
5117
      the cache. The cache aging routines use this file in preference to
5118
      the descpkg file, thus it will prevent the aging of packages that are
5119
      frequently used. The aging policy can be made more aggressive.
5120
 
5121
    * Save Build Utility
5122
      This utility is used by the Auto Build System to save the 'build.pl' file
5123
      used in a ripple build.
5124
 
5125
      The utility has been enhanced to detect  a reserved checkout of the
5126
      build.pl. The checkout will be changed to unreserved - if possible.
5127
 
5128
    * Release Utility
5129
      The 'jats release' command will now unlock any labels that it locked
5130
      when an error is encountered.
5131
 
5132
      This simplifies the 'release' process as the developers label will be
5133
      unlocked if a build error occurs.
5134
 
5135
    * Jats caching local copy of itself
5136
      Fixed a bug which resulted in an "Use of individualized value" message
5137
      being displayed a large number of times during the file transfer process.
5138
 
5139
    * Minor extension to allow plug-in directives to perform a processing step
5140
      before the makefiles are created.
5141
 
5142
    * TestProg directive
5143
      TestProg's are now built in exactly the same manner as Progs
5144
 
5145
    * Correct problem introduced in 2.66.1 with packaging of files with
5146
      a 'space' or '$' in the file name.
5147
 
5148
------------------------------------------------------------------------
5149
Version: JATS_2.66.1                                Released: 20-Jul-07
5150
------------------------------------------------------------------------
5151
Major changes:
5152
    * New build target
5153
            LINUX_ETX           - Support for Linux on an ETX board
5154
            LMOS_LINUX_ETX      - Support for LMOS on the LINUX_ETX target
5155
 
5156
      These targets have also been added to the following pseudo targets.
5157
            DEVLINUX
5158
            LMOS_DEVLINUX
5159
 
5160
    * Internal utility dpkg_cache [Windows]
5161
      Modified to remove use of system utilities to perform the the file
5162
      transfer, after having problems the 'cp.exe' provided by JATS.
5163
 
5164
Minor changes:
5165
    * Added utility class to provide directory searching
5166
      To be used in JATS and JATS support tools
5167
 
5168
    * tweaks to the C# toolset
5169
      Correct problem with filename that start with "n" as in .\not_nice.cs
5170
 
5171
      Create resource files with Fully Qualified Names derived from the .resx
5172
      and .cs files.
5173
 
5174
      Handle Strong Key Names and creates wrappers to provide do the right
5175
      thing.
5176
 
5177
    * Microtec ColdFire compiler
5178
      Further attempts to get the compiler to place all of its temp files in a
5179
      local directory. The compiler uses a large number of EnVars to control
5180
      were it places temp files.
5181
 
5182
      Underlying problem is random compiler failures on big builds. Suspected
5183
      interaction with other builds.
5184
 
5185
    * Release utility command
5186
      Added a -tag=name option to allow the Auto Build Tools to create
5187
      multiple instances of a static view. The tag is used to provide a unique
5188
      component in the clearcase tag name.
5189
 
5190
------------------------------------------------------------------------
5191
Version: JATS_2.66.0                                Released: 27-Jun-07
5192
------------------------------------------------------------------------
5193
Major changes:
5194
  * Support for building CSHARP code
5195
    Natively build C# within JATS using the Microsoft command line programs
5196
 
5197
    Supports the handling of .resx files
5198
 
5199
    Supports the creation of windows programs, console programs and shared
5200
    libraries
5201
 
5202
Minor changes:
5203
  * Unit Tests
5204
    Allow test scripts to be PERL - with a .pl extension
5205
    These will be correctly initiated under WIndows and Unix
5206
 
5207
    Correct warning messsage that is generated if a "CopyIn" file is also listed
5208
    as a Script.
5209
 
5210
 
5211
------------------------------------------------------------------------
5212
Version: JATS_2.65.3                                Released: 11-Jun-07
5213
------------------------------------------------------------------------
5214
Major changes:
5215
 
5216
Minor changes:
5217
  * WINCE Support
5218
    Added WCEPA962_500 support. The WINCE target now includes this target.
5219
    Complete list of WINCE targets is:
5220
        WCEIT3000
5221
        WCEPA961
5222
        WCEPA962
5223
        WCEPA962_500
5224
        WCEPCM7220
5225
        WCEPSION_500
5226
        WCEPSPC_arm
5227
        WCEPSPC_emu
5228
        WCEX86A420
5229
        WCEX86A500
5230
        WCEX86A500_SOM4455
5231
 
5232
 
5233
------------------------------------------------------------------------
5234
Version: JATS_2.65.2                                Released: 06-Jun-07
5235
------------------------------------------------------------------------
5236
Major changes:
5237
 
5238
Minor changes:
5239
  * WINCE Support
5240
    Added WCEPSION_500 support. The WINCE target now includes this target.
5241
 
5242
  * Removed the following targets
5243
        TP5600
5244
        TP5600_ARM9TDMI
5245
        TP5600_EMU
5246
        LMOS_TP5600_ARM9TDMI
5247
        LMOS_TP5600_EMU
5248
 
5249
  * Deployment
5250
    Simplify access to build information during deployment
5251
 
5252
  * build.pl
5253
    Better error check on a packages version number.
5254
 
5255
    The --forcebuildpkg has been extended to copy files on a Unix system, rather
5256
    than to use symlinks. This simplifies remote builds.
5257
 
5258
  * Tool: gen_msprojects
5259
    Has been extended to create either a Debug build (default), or a Production
5260
    build.
5261
 
5262
        Eg: jats etool gen_msprojects -prod
5263
 
5264
  * Tool: escrow
5265
     New features
5266
     Given an rtag_id, report determine packages that are in the 'release' but
5267
     are not in the SBOM.
5268
 
5269
     Prune "patch" package versions.
5270
 
5271
     Specify packages to be ignored.
5272
 
5273
 
5274
------------------------------------------------------------------------
5275
Version: JATS_2.65.1                                Released: 30-May-07
5276
------------------------------------------------------------------------
5277
Major changes:
5278
  * Provided a mechanism by which JATS makefile.pl directives can be extended
5279
    through modules provided by external packages. This will be used to reduce
5280
    the dependancy on JATS of various packaging processes.
5281
 
5282
  * GenerateFiles
5283
    Added the options:
5284
        --UnknownPreq           - Will force the recipe to be run every time
5285
                                  the generated files are required. May be used
5286
                                  when the dependancies are too complex to
5287
                                  describe. ie: Entire directory tree.
5288
 
5289
        --AutoGenerate          - Will not force the recipe to be run during the
5290
                                  'generate' phase, unless the recipe generates
5291
                                  source files. Allows recipes to be run very
5292
                                  late. ie: when the dependent files are actually
5293
                                  required.
5294
 
5295
 
5296
Minor changes:
5297
  * GenerateFile directive
5298
    Added --Var(BuildRoot)
5299
 
5300
  * GCC Toolset
5301
    Creating Shared Libaries with a 'Def' file. The library is now dependent
5302
    on the Def file, such that changes to the Def file will cause the library to
5303
    be rebuilt.
5304
 
5305
  * MakeAnt and MakeProject directives
5306
    Preserve the order in which projects are built.
5307
 
5308
------------------------------------------------------------------------
5309
Version: JATS_2.65.0                                Released: 16-May-07
5310
------------------------------------------------------------------------
5311
Major changes:
5312
 *  Access to Release Manager and Deployment Manager databases
5313
    The database location, user and password have been made configurable via
5314
    environment variables.
5315
 
5316
    Reason: The Release Manager and Deployment Manager databases are being
5317
            moved.
5318
 
5319
    This will affect users that:
5320
        1) Use tools that access RM or DM
5321
           Some tools that build deployable packages
5322
 
5323
        2) Use the ABT system
5324
           The buildadm user, and the ABT scripts will be modified to provide
5325
           the required configuration
5326
 
5327
    If you need to use tools that access RM or DM, outside of the ABT scripts on
5328
    the build machine then you will need to add the following environment
5329
    definitions to your .profile_bash, or jats.bat.
5330
    Windows
5331
        set GBE_RM_LOCATION=jdbc:oracle:thin:@auperaora03:1521:RELEASEM
5909 dpurdie 5332
        set GBE_RM_USERNAME=RM_READONLY
5333
        set GBE_RM_PASSWORD=RM_READONLY
5710 dpurdie 5334
        set GBE_RM_URL=http://bms:8002/ManagerSuite/Release_Manager
227 dpurdie 5335
        set GBE_DM_LOCATION=%GBE_DM_LOCATION%
5909 dpurdie 5336
        set GBE_DM_USERNAME=DM_READONLY
5337
        set GBE_DM_PASSWORD=DM_READONLY
5710 dpurdie 5338
        set GBE_DM_URL=http://bms:8002/ManagerSuite/Deployment_Manager
227 dpurdie 5339
    Note: GBE_RM_LOCATION will change in the near future.
5340
 
5341
 
5342
  * New build platforms
5343
        ARM9TDMI            - To replace TP5600_ARM9TDMI
5344
        LINUX_EMU           - To replace TP5600_EMU
5345
 
5346
        LMOS_ARM9TDMI       - To replace LMOS_TP5600_ARM9TDMI
5347
        LMOS_LINUX_EMU      - To replace LMOS_TP5600_EMU
5348
 
5349
        DEVLINUX            - To replace TP5600
5350
        LMOS_DEVLINUX       - To replace LMOS_TP5600
5351
        LMOS                - New platform that expands to known LMOS targets:
5352
                              LMOS_ARM9TDMI, LMOS_LINUX_EMU, LMOS_WIN32
5353
 
5354
    Many of these targets are designed to replace the badly named platforms
5355
    of TP5600_ARM9TDMI and TP5600_EMU. These will be removed in a future
5356
    release.
5357
 
5358
    The GBE_BUILDFILTER for linux boxes may need to be changed to
5359
         LINUX_I386 ARM9TDMI LINUX_EMU LMOS_ARM9TDMI LMOS_LINUX_EMU
5360
 
5361
    The TP5600* targets should be removed to make it obvious that these packages
5362
    need to be converted.
5363
 
5364
  * Building Linux Device Drivers
5365
    The hard-coded path to the Kernel Headers has been removed.
5366
    Linux Drivers must be built with a suitable package to provide
5367
    the kernel headers. This allows multiple versions of the linux kernel to be
5368
    used for different targets platforms.
5369
 
5370
  * Sandbox support
5371
    Embryonic support for building multiple packages in a common sandbox
5372
    Will remain undocumented until fully implemented.
5373
 
5374
    New command: jats sandbox ...
5375
 
5376
Minor changes:
5377
 
5378
 
5379
------------------------------------------------------------------------
5380
Version: JATS_2.64.1                                Released: 03-May-07
5381
------------------------------------------------------------------------
5382
Major changes:
5383
  * MakeAnt directive
5384
    Added options to allow the and project to unit tests.
5385
 
5386
    New options
5387
        --AutoTest=<target>            # Run as Automated unit test
5388
        --UnitTest=<target>            # Run as Unit test
5389
 
5390
    This will invoke the ant build file, with the specified target, during the
5391
    run_unit_tests phase.
5392
 
5393
  * Sandbox support
5394
    Embryonic support for building multiple packages in a common sandbox
5395
    Will remain undocumented until fully implemented
5396
 
5397
Minor changes:
5398
  * jats build
5399
    Use platform configuration information to prune platforms from the list of
5400
    platforms that will be 'built'.
5401
 
5402
    This simplies the construction of a GBE_BUILDFILTER
5403
 
5404
    This information is not available for all supported platforms, but is
5405
    available for psuedo platforms that transform into machine specific
5406
    platforms. These include SOLARIS, LINUX, TP5600 and LMOS_TP5600
5407
 
5408
  * AVR_IAR Toolset
5409
    Clean up 9 files that may be created by the USB license dongle.
5410
 
5411
  * JATS.BAT
5412
    Example file now provides a default GBE_DPKG definition that assumes that
5413
    the "V" drive is mapped to \\auperaunx26\devl. This allows access to both
5414
    the dpkg_acrhive and the deploy_archive with the one mapping.
5415
 
5416
  * jats label
5417
    Correct problem when locking a label in a specified VOB
5418
 
5419
------------------------------------------------------------------------
5420
Version: JATS_2.64.0                                Released: 16-Apr-07
5421
------------------------------------------------------------------------
5422
Major changes:
5423
  * New build platform:
5424
        LMOS_TP5600
5425
        LMOS_TP5600_ARM9TDMI
5426
        LMOS_TP5600_EMU
5427
 
5428
    LMOS_TP5600 is a tag that will be expanded to the entire family of LMOS_TP5600
5429
    supported targets. A common alias of LMOS_T5600 will be created to
5430
    describe the group of platforms.
5431
 
5432
    LMOS_TP5600_ARM9TDMI and LMOS_TP5600_EMU
5433
    These are LMOS based targets. The 'lmos' package must be used in order to
5434
    build these targets.
5435
 
5436
    The LMOS_TP5600_ARM9TDMI can use components from the TP5600_ARM9TDMI,
5437
    where no LMOS_TP5600_ARM9TDMI components are provided.
5438
 
5439
    The LMOS_TP5600_EMU can use components from the TP5600_EMU,
5440
    where no LMOS_TP5600_EMU components are provided.
5441
 
5442
  * New build platform: WINCE
5443
    This is a tag that will be expanded to all the known WINCE targets.
5444
    Use of this platform will simplify the creation of components for
5445
    consumption on all WINCE machines.
5446
 
5447
    The current list of WINCE targets is:
5448
            WCEIT3000
5449
            WCEPA961
5450
            WCEPA962
5451
            WCEPCM7220
5452
            WCEPSION_420
5453
            WCEPSPC_arm
5454
            WCEPSPC_emu
5455
            WCEX86A420
5456
            WCEX86A500
5457
            WCEX86A500_SOM4455
5458
 
5459
    The WINCE targets actually built will be affected by GBE_BUILDFILTER.
5460
 
5461
 *  JATS makefile.pl
5462
    The package descriptor file, 'descpkg', will be packaged in all makefiles
5463
    that contain packaging directives.
5464
 
5465
    There is now no need to explicitly package the 'descpkg' file, except in
5466
    very unusual configurations.
5467
 
5468
Minor changes:
5469
  * Directive: PackageFile
5470
    Generate a warning if the source file name does not confirm to good naming
5471
    conventions. The filename must not start with a '-' and must not contain
5472
    an '='.
5473
 
5474
    Normally the result of an error in the directive. ie: "-Subdir=etc", instead
5475
    of "--Subdir=etc".
5476
 
5477
  * JATS Internal utility: cmdfile
5478
    Updated Linux and Solaris targets with a version of the cmdfile that
5479
    provides a better error message for libraries that cannot be found.
5480
 
5481
    This version will display the library search path with one item per line,
5482
    rather than all items on one, very long, line.
5483
 
5484
------------------------------------------------------------------------
5485
Version: JATS_2.63.0                                Released: 5-Apr-07
5486
------------------------------------------------------------------------
5487
Major changes:
5488
 
5489
  * JATS release command
5490
    Modified the configuration spec generated when a branching rule is
5491
    specified. The change will ensure that directories are not branched.
5492
 
5493
    Rules are:
5494
        Modify a file:      File will branch
5495
        Adding a file:      Containing directory will not branch
5496
                            File will be placed on a branch
5497
        Add a directory:    Containing directory will not branch
5498
                            New directory will branch
5499
 
5500
Minor changes:
5501
  * JATS release command
5502
    Added -noprefex option to allow the creation of a view directory without the
5503
    user name being prefixed to it. This is useful in creating an escrow view.
5504
 
5505
  * JATS label command
5506
    Detect and report parent directories that are checkedout when a label
5507
    is applied. Previously these had gone unreported.
5508
 
5509
  * JATS make
5510
    Undo previous change to preserve symbolic links while Packaging and
5511
    Installing files. A problem was encountered when a file from a package
5512
    was re-packaged.
5513
 
5514
  * JATS escrow
5515
    Added a tool to generate information for creating an escrow drop.
5516
    Use jats escrow -help for details
5517
 
5518
  * makefile.pl directive: MakeAnt
5519
    This directive will create parameters to specify the location of external java
5520
    packages that have been referenced via a LinkPkgArchive directive.
5521
 
5522
    This allows the build.xml to contruct a CLASSPATH to access JAR files in
5523
    packages, without the overhead of copying the entire package into the
5524
    interface directory.
5525
 
5526
  * build.pl directive: BuildPkgArchive
5527
    Modified the processing of 'jar' directories.
5528
    Directories of the form 'jar.<target>' will be transferred into the 'jar'
5529
    directory as seen by the package.
5530
 
5531
    Intended use: Deployment of oraclient for Solaris 10
5532
 
5533
  * JAVA 6
5534
    JATS now supports all versions of Java through the use of JAVA_HOME_X_Y
5535
    environment variables. Where X andY specify the version of JAVA.
5536
 
5537
    The jats.bat and jats.sh example files only provide indication of 1.4, 1.5
5538
    and 1.6 support, but all versions are now supported.
5539
 
5540
    The "jats vars -v" command will display all JAVA_HOME environment variables
5541
 
5542
  * Jats command: vars
5543
    Extended to show a "*" for EnvVars that do not address a valid directory
5544
    These indicate potential problems.
5545
 
5546
------------------------------------------------------------------------
5547
Version: JATS_2.62.4                                Released: 20-Mar-07
5548
------------------------------------------------------------------------
5549
Major changes:
5550
  * JATS create_dpkg + packageing shared libraries (Unix)
5551
    When a shared library is created a simple symbolic link to the versioned
5552
    libarry is also created.
5553
 
5554
    Previous versions of JATS would replace the symbolic link with a physical
5555
    copy of the file. The effect of this is that when the shared libaries is
5556
    'Installed', 'Packaged' and transferred into dpkg_archive there are two
5557
    files, instead of one file and one link to the file (in the same directory)
5558
    The Solaris shared libraries can be quite large, due to the debug
5559
    information contained within the file.
5560
 
5561
    This version of JATS will preserve symbolic links when 'Installing',
5562
    'Packaging' and transferring to dpkg_archive.
5563
 
5564
    The advantage of this will be significant reduction in disk space used
5565
    within the build environment and dpkg_archive.
5566
 
5567
  * Building Perl Modules
5568
    Modified the process to prevent the module builder attempting to modify the
5569
    documentation on the build machine.
5570
 
5571
    Integrated the 'jats clean' operation.
5572
 
5573
Minor changes:
5574
  * jats create_dpkg
5575
    Added an option to create a built.generic file
5576
    This is only used by the Automated Built Tools.
5577
 
5578
------------------------------------------------------------------------
5579
Version: JATS_2.62.3                                Released: 28-Feb-07
5580
------------------------------------------------------------------------
5581
Major changes:
5582
  * JATS JAVA build target
5583
    The default behaviour of the JAVA build target has changed such that the
5584
    default version of JAVA used will be 1.4.
5585
 
5586
    Previous behaviour was to use whichever version was specified by the EnvVar
5587
    JAVA_HOME. This was not controlled, thus the build was not controlled.
5588
    Problems occur when using the new AutoBuildTool as it uses Java 1.5 and this
5589
    is then picked up as the default version.
5590
 
5591
    If a version, other than 1.4, is required then specify it within the
5592
    build.pl file.
5593
 
5594
Minor changes:
5595
  * jats release
5596
    Ensure that the 'cleartool' command can be found in the users PATH
5597
    Issue an error if it cannot be found.
5598
    This error indicates bad DevEnv setup
5599
 
5600
    Added facility to create a view based on a config_spec, instead of a label.
5601
    Such a view cannot be used to create a release. It is intended to simplify
5602
    the creation of simple static views. The name of view is, by default,
5603
    based on the name of the config spec. Use the -view=name option to change
5604
    the name of the view.
5605
 
5606
  * GenerateFiles directive
5607
    Added new --Vars() to allow packaging of JATS plugin tools.
5608
 
5609
  * MOS Toolset
5610
    When using MOS fast intermodule calls the optimizer will preload commonly
5611
    used memory addresses into a register BEFORE the GDP has been correctly set
5612
    up. Use the following option to suppress this optimization
5613
 
5614
    Added: CompileOptions ('*', 'NoGlobalOptimization' );
5615
 
5616
 
5617
------------------------------------------------------------------------
5618
Version: JATS_2.62.2                                Released: 15-Feb-07
5619
------------------------------------------------------------------------
5620
Major changes:
5621
 
5622
Minor changes:
5623
  * JATS environment
5624
    Ensure that the true path of the Perl executable is present in the PATH
5625
    environment variable. This allows build tool access to various perl utilities
5626
    that are located in the Perl bin directory.
5627
 
5628
    Resolves issues in locating utilities such as pod2html
5629
 
5630
  * Use of GENERIC platforms
5631
    Report an error if a GENERIC platform is mixed with any other platform
5632
    specifier. GENERIC is used for packages that build on all machines because
5633
    they do not use a compiler or linker. They simply contains files that need
5634
    to be packaged.
5635
 
5636
  * Generated makefiles
5637
    Solaris and Linux: Ensure that LD_LIBRARY_PATH is exported if it is used.
5638
 
5639
  * Generating MOS THX files
5640
    Added option --BinaryImage to the SharedLib directive used to create MOS THX
5641
    files. This option will create a binary image (.bin) instead of a .thx file.
5642
    This is being used in the creation of BR Applets.
5643
 
5644
        SharedLib   ( 'MOS', "xxx", @OBJS, "--Rel=xxx.rel", "--BinaryImage" );
5645
 
5646
  * JATS release
5647
    Correct the operation of the -path option under Unix
5648
 
5649
  * JATS extract
5650
    New JATS command. This is the same as 'jats release -extract'
5651
 
5652
  * JATS Toolset
5653
    Added support for the WinCe PSION (WCEPSION_420)
5654
    This is a armv4i device using 4.20 of the WCE SDK    
5655
 
5656
 
5657
------------------------------------------------------------------------
5658
Version: JATS_2.62.1                                Released: 18-Jan-07
5659
------------------------------------------------------------------------
5660
Major changes:
5661
 
5662
Minor changes:
5663
  * jats label
5664
    Added a -vob=name option
5665
    This allwos the label utility to create, lock, unlock, rename and delete
5666
    labels without the user actually being located within the VOB. This option
5667
    cannot be used in conjunction with operations that place labels on files.
5668
    It can only be used for operations that manipulate the label.
5669
 
5670
    Added a -user=name option
5671
    This extends the operation of the -mine operation to change ownership of the
5672
    label to the named user.
5673
 
5674
  * jats release
5675
    Displays the path to the view and the build file in a user friendly manner
5676
    Under Windows it uses \, unless running under cygwin.
5677
 
5678
  * JATS build.pl
5679
    BuildProduct supports the --Uses=xxxx construct on a per-target basis.
5680
    ie:
5681
        BuildProduct ('TP5', 'LMOS_TP5600_EMU', 'LMOS_TP5600_ARM9TDMI,--Uses=TP5600_ARM9TDMI');
5682
 
5683
 
5684
------------------------------------------------------------------------
5685
Version: JATS_2.62.0                                Released: 22-Dec-06
5686
------------------------------------------------------------------------
5687
Major changes:
5688
  * GenerateFiles and RunTest directives
5689
    These directives have been extended to allow a large number of makefile
5690
    values to be added to the command lines,without resorting to knowledge of
5691
    the makefile internals. ie:
5692
        --Var(BuildName)
5693
    will be expanded to (hen building MyPackage)
5694
        -BuildName=MyPackage
5695
 
5696
    The complete list of Variables is provided in the JATS manual.
5697
 
5698
  * GenerateFiles
5699
    Added a --Clean option to allow tools to be invoked in the 'clean' phase
5700
    This allows external scripts to cleanup.
5701
 
5702
  * BuildPlatforms
5703
    Restored operation of the --Uses option
5704
 
5705
Minor changes:
5706
  * GCC Toolset
5707
    Exports path to compiler. Used by scripts to build packages
5708
 
5709
Internal changes:
5710
  * GenerateFiles
5711
    Maintains the arguments in an array for simpler processing.
5712
 
5713
    --Shell is now processed by the 'make' shell rather then invoking an
5714
    external shell. It will be the same shell, just easier to setup.
5715
 
5716
 
5717
------------------------------------------------------------------------
5718
Version: JATS_2.61.3                                Released: 14-Dec-06
5719
------------------------------------------------------------------------
5720
Major changes:
5721
  * Caching JATS
5722
    Added a mechanism whereby JATS can cache a copy of itself on the users local
5723
    drive. This is applicable to windows.
5724
 
5725
    This mechanism will allow a user to address JATS via the soft-links in
5726
    dpkg_archive and pick up the current version of JATS without the penalty of
5727
    then using JATS across a slow(network) link.
5728
 
5729
    The EnvVar GBE_CACHE_JATS controls the operation of this feature.
5730
    Set GBE_CACHE_JATS to one to enable the operation, but it will only be
5731
    effective if JATS is being run from GBE_DPKG in the first place.
5732
 
5733
    Use: Build Machines and Windows Users
5734
 
5735
Minor changes:
5736
  * Build directive: BuildAlias with --Target option
5737
    Corrected a problem when the target name is a expanded platform name (ie:
5738
    TP5600) that prevent correct expansion.
5739
 
5740
  * jats build
5741
    If the user has not configured a cache, then do not attempt to cache
5742
    packages. This will remove an annoying warning message for each package
5743
    processed by the build.
5744
 
5745
  * jats build
5746
    Modified the error messages generated when JATS fails to create the
5747
    makefiles. The previous system would report failures while creating
5748
    makefiles and, at the end of the process, it would generate a large error
5749
    message to indicate the failure. This large message diverted the users
5750
    from reading the other error messages resulting in confusion.
5751
 
5752
  * PackageFile, PackageLib, PackageProg and PackageHdr
5753
    Detect and report as an error use of the --Dir=<Path> option where the
5754
    Path is not specified.
5755
 
5756
    Most instances of this error will be where the option has been mis-used in
5757
    conjunction with a package.pl file, or during transition from using a
5758
    package.pl file. That change is detects errors where the user has specified
5759
        --Dir=$Pinc
5760
    but $Pinc is not defined.
5761
 
5762
  * Purify and Purecov under Windows
5763
    Changes to correct the operation of Rational's tools when used on the
5764
    Windows platform.
5765
 
5766
        - OPTIONS=purecov
5767
            Forces the link operations to generate the relocation table required
5768
            by 'purecov.
5769
 
5770
            Does not attempt to use purecov in the compiler tool chain
5771
            This is required under Solaris, but not Windows
5772
 
5773
        - OPTIONS=purify
5774
            Does not attempt to use purecov in the compiler tool chain
5775
            This is required under Solaris, but not Windows.
5776
            Under WIndows this option does nothing.
5777
 
5778
 
5779
------------------------------------------------------------------------
5780
Version: JATS_2.61.2                                Released: 27-Nov-06
5781
------------------------------------------------------------------------
5782
Major changes:
5783
  * makefile.pl directive Platform
5784
    This directive has been expanded to allow for the negation operation
5785
    Example:
5786
        Platform ('!MOSCF');
5787
            Process makefile for all targets other than MOSCF
5788
            This is the same as Platform ('*', '!MOSCF');
5789
 
5790
    Excluded platform will be processed after included platforms have
5791
    been determined.
5792
 
5793
Minor changes:
5794
  * Added the ScanList directive.
5795
    This directive allows a list of files within an external package to be
5796
    located at build-time.
5797
 
5798
  * Unix based systems
5799
    If the EnvVar LD_LIBRARY_PATH was undefined, then a warning would be
5800
    generated by make under some conditions. The warning has been removed.
5801
 
5802
  * MakeLinuxDriver
5803
    Added a --Define=text option to allow "defines" to be passed to the
5804
    driver being built.
5805
 
5806
 
5807
------------------------------------------------------------------------
5808
Version: JATS_2.61.1                                Released: 20-Nov-06
5809
------------------------------------------------------------------------
5810
Major changes:
5811
 
5812
 
5813
Minor changes:
5814
  * jats_rewrite tool
5815
    Handle the BuildPreviousVersion() directive.
5816
    This directive is only used within deployment scripts.
5817
 
5818
  * Internal package: RmPkgInfo
5819
    Extract modified date when extracting package information
5820
 
5821
    Added the function getDependenciesHash() to provide a hash of all the
5822
    dependancy information within a package.
5823
 
5824
    Added NO_WARN option to the classes 'new' method to supress warning
5825
    messages.
5826
 
5827
------------------------------------------------------------------------
5828
Version: JATS_2.61.0                                Released: 13-Nov-06
5829
------------------------------------------------------------------------
5830
Major changes:
5831
  * makefile.pl directives
5832
    Added directive: MakePerlModule to build and package CPAN style Perl Modules.
5833
 
5834
    Added directive: MakeLinuxDriver to build and Linux Device Driver.
5835
 
5836
    GenerateFiles.
5837
        Added option: --NoGenerate to indicate that the directive does
5838
                      not generate any tangible results. The command will
5839
                      be run on every invocation.
5840
 
5841
 
5842
Minor changes:
5843
  * Added the jats version command
5844
    Will only print out the current version of JATS
5845
 
5846
  * GCC Toolset (Used to build Linux)
5847
  Added options to allow the generation of statically linked programs.
5848
  There are two mechanism:
5849
 
5850
  Globally within the makefile.pl, or if applied in the common makefile.pl
5851
  the option can apply to all programs being built.
5852
 
5853
  CompileOptions ( 'platform', 'StaticProgs' );     - Generate static programs
5854
  CompileOptions ( 'platform', 'No_StaticProgs' );  - Default
5855
 
5856
  Within the Prog directive, the following options will override the global
5857
  default.
5858
    --Static    - Create a statically linked program
5859
    --Shared    - Create a dynamically linked program
5860
 
5861
------------------------------------------------------------------------
5862
Version: JATS_2.60.0                                Released: 03-Nov-06
5863
------------------------------------------------------------------------
5864
Major changes:
5865
  * SunWorks Toolset
5866
    Better determination of the location of the SunWorks compiler and library
5867
    Does not use an environment variable to locate compiler libraries
5868
    It is based on machine type.
5869
    Uses the absolute path to the compiler  and does not use the user's PATH
5870
 
5871
    Corrects a problem on the Solaris10 installs.
5872
 
5873
Minor changes:
5874
  * Perl DBI interface
5875
    Removed the message showing database connection
5876
 
5877
  * JATS internal library
5878
    Better handling of badly formed version numbers
5879
 
5880
------------------------------------------------------------------------
5881
Version: JATS_2.59.0                                Released: 30-Oct-06
5882
------------------------------------------------------------------------
5883
Major changes:
5884
  * GCC Toolset
5885
    Altered the mechanism used to determine cross compilation
5886
    Extended the cross compilers that can be handled by the toolset
5887
    Removed the use of `uname`.
5888
 
5889
  * Added platforms
5890
    TP5600                  ( Expands to TP5600_ARM9TDMI and TP5600_EMU )
5891
    TP5600_ARM9TDMI
5892
    TP5600_EMU
5893
 
5894
Minor changes:
5895
  * descpkg file reader
5896
    Allow handcrafted JAVA based packages that use tabs instead of spaces as a
5897
    field separator.
5898
 
5899
  * JATS eprog command
5900
    Can now start java programs encapsulated within JAR files
5901
 
5902
  * Microtec Coldfire compiler
5903
    Force the compiler to create temp files within the interface directory.
5904
    This is an attempt to solve a infrequent problem seen when multiple builds
5905
    are being performed. The 68k compiler already had a similar fix to address a
5906
    similar, but more pronounced, issue.
5907
 
5908
  * Atmel toolset (DEVI-031788)
5909
    New Products: AT90SC7272C and AT90SC3232CS
5910
        The AT90SC3232CS is identical to the existing AT3232
5911
        The AT90SC7272C replaces the (as yet unused) AT72722
5912
 
5913
    Note: Products of AT3232 and AT90SC3232CS cannot be mixed.
5914
          AT3232 is provided for backward compatibility.
5915
 
5916
------------------------------------------------------------------------
5917
Version: JATS_2.58.0                                Released: 16-Oct-06
5918
------------------------------------------------------------------------
5919
Major changes:  Directive: RunTests
5920
  * The --CopyIn option will always copy in the specified files
5921
 
5922
  * GCC Toolset (Shared Library Generation)
5923
    Added option --Def=file_name to the shared library definitions
5924
 
5925
    When compiling Shared Library objects the -fPIC flag has been added.
5926
 
5927
 
5928
Minor changes:
5929
  * JATS wrapper script
5930
    Added a sanity test to ensure that the JATS machine specific BIN directories
5931
    have been setup. When JATS is installed the PostInstall script must be run
5932
    to setup links to system programs.
5933
 
5934
------------------------------------------------------------------------
5935
Version: JATS_2.57.1                                Released: 15-Sep-06
5936
------------------------------------------------------------------------
5937
Major changes:
5938
 
5939
Minor changes:
5940
  * AT3232 toolset
5941
    Added a --Type=PayLoadType field to the Prog directive for this target
5942
    when creating .sxml files
5943
 
5944
  * Test Tool
5945
    Added: jats_lib_scan.pl
5946
    Use jats jats_lib_scan -man for detailed help
5947
 
5948
 
5949
------------------------------------------------------------------------
5950
Version: JATS_2.57.0                                Released: 12-Sep-06
5951
------------------------------------------------------------------------
5952
Major changes:
5953
  * SOLARIS toolset: CompileOptions
5954
    Added CompileOptions
5955
        misalign            - Only allowed on sparc platforms
5956
        no_misalign         - Default
5957
 
5958
        multithread         - Default
5959
        no_multithread      - Disable multithread compilation and linking
5960
 
5961
  * SOLARIS toolset: CompileOptions
5962
    Implemented the common CompileOptions
5963
 
5964
        prod_no_optimise
5965
        prod_no_debuginfo
5966
        prod_optimise
5967
        prod_debuginfo
5968
 
5969
        debug_no_optimise
5970
        debug_no_debuginfo
5971
        debug_optimise
5972
        debug_debuginfo
5973
 
5974
  * SOLARIS target: New Aliases
5975
    Provided new ALIAS based in the underlying architecture
5976
    Theses are:
5977
        SOLARIS_SPARC
5978
        SOLARIS_AMD
5979
    These may be used to limit operations to only flavor of SOLARIS. eg: The
5980
    utility 'rtc_patch_area' is only usable on sparc machines.
5981
 
5982
Minor changes:
5983
  * AT3232 toolset
5984
    Create .sxml files in conjunction with .s19 files
5985
 
5986
  * Jats build
5987
    Altered the programs help mechanism to use perl POD.
5988
    Extended the builtin help text.
5989
 
5990
------------------------------------------------------------------------
5991
Version: JATS_2.56.3                                Released: 04-Sep-06
5992
------------------------------------------------------------------------
5993
Major changes:
5994
 
5995
Minor changes:
5996
  * Utility InstallPkg as used by BuildPkgArchive()
5997
    Better dection of directories that have been processed to reduce warning
5998
    messages
5999
 
6000
  * PackageFile and PackageProg directives
6001
    The --Machine and --Tool options have been modified to allow the JATS tools
6002
    to be created in a directory that is related to GBE_MACHTYPE on which the
6003
    tool is created, rather then the target platform type.
6004
 
6005
------------------------------------------------------------------------
6006
Version: JATS_2.56.2                                Released: 28-Aug-06 
6007
------------------------------------------------------------------------
6008
Major changes:
6009
 
6010
Minor changes:
6011
  * WIN32 and WINCE toolsets
6012
    SharedLib operation. Added an option to allow the creation of a 'stub'
6013
    library without creating the body of the library:
6014
        eg: SharedLib ( 'WIN', 'MyStub' , '--Def=windef.def','--MutualDll','--Stubonly' );
6015
 
6016
 
6017
  * MOS toolsets
6018
    SharedLib operation. Added an option to allow the creation of a 'stub'
6019
    library without creating the body of the library:
6020
        eg: SharedLib ( 'MOS', 'MyStub' , '--Rel=lib.rel' , '--Implib=lib_stub','--Stubonly' );
6021
 
6022
  * JATS BIN directories
6023
    Added the program 'gmake' as a soft link.
6024
    gmake is required by some COTS packages that are being built from source
6025
    using autoconf.
6026
 
6027
  * Generate directive
6028
    The shared library search path is extended to allow the tools to locate
6029
    all shared libraies (.dll/.so) in packages and the local area.
6030
 
6031
    Simplifies the use of Xerces during the build process.
6032
 
6033
 
6034
------------------------------------------------------------------------
6035
Version: JATS_2.56.1                                Released: 23-Aug-06
6036
------------------------------------------------------------------------
6037
Major changes:
6038
  * Support for SOLARIS10_X86 and SOLARIS10_X64
6039
    Initial release.
6040
 
6041
Minor changes:
6042
 
6043
 
6044
------------------------------------------------------------------------
6045
Version: JATS_2.56.0                                Released: 18-Aug-06
6046
------------------------------------------------------------------------
6047
Major changes:
6048
  * Support for SOLARIS10_sparc32 and SOLARIS10_sparc64
6049
    Initial release.
6050
 
6051
  * Packaging directives
6052
    Added option --OsCommon to allow files and header files to be packed into
6053
    a directory known to all platforms being built for a common OS.
6054
 
6055
    Currently this is only supported to target platforms based on
6056
        SOLARIS
6057
        WIN32
6058
 
6059
  * Removal of support for badly formed packages
6060
    As of this release libraries that exist in the <packagename>/lib directory
6061
    will not be available to JATS. These libraries are in the incorrect
6062
    directory. They MUST be in a directory that indicates the intended purpose
6063
    of the library. A .so library cannot be used on all machines ( linux,
6064
    solaris-sparc, solaris-amd ... ).
6065
 
6066
  * Build Platform target name expansion facility
6067
    The build targets of SOLARIS and LINUX are seen as expandable names. They
6068
    will be expanded to suitable targets - depending on the host machine .
6069
 
6070
 
6071
Minor changes:
6072
  * Utility: JATS LABEL
6073
    Ensure that the 'cleartool' utility can be found in the users path.
6074
    Generate a suitable error message if it cannot be found.
6075
 
6076
  * Utility: JATS RELEASE
6077
    Added a -root=dirname to allow the user to place the created view at a given
6078
    location
6079
 
6080
    Added GBE_VIEWBASE to provide a globally configured mechanism for
6081
    controlling the view location. Performs the same job as -root=xxxx
6082
 
6083
  * Utility genrc
6084
    Added the company name to the copyright string
6085
 
6086
  * Utility: jats_save_build
6087
    Added option: -new
6088
    This option forces the saved file only a new branch.
6089
    The option can be used to save a build.pl file onto a new project-specific
6090
    branch. Useful when branching an entire release.
6091
 
6092
  * Utility: jats_rewrite
6093
    Added options to allow project suffixes to be replaced.
6094
    Use: Convert a .syd project to a .bej project.
6095
 
6096
 * Deprecated features: package.pl and tree.dir
6097
   These two build features are being deprecated. They are not suitable for
6098
   migration to other SOLARIS based platforms.
6099
 
6100
   The Package directives provide sufficient power to replace the package.pl
6101
   features - in a uniform manner.
6102
 
6103
 
6104
Internal Changes:
6105
  * Major rework of the JATS BuildPlatform, BuildAlias an BuildProducts
6106
    directives, together with the mechanism used to describe the platform builds.
6107
 
6108
    Introduced a CFG/<PLATFORM>.CFG file to provide:
6109
        1) Platform information available at build time
6110
        2) Dynamic platform names
6111
 
6112
  * Major rework of the 'SOLARIS' platform
6113
    The SOLARIS platform will generate one or more targets, depending on the
6114
    machine on which the platform is invoked.
6115
 
6116
    Consolidated a number of SOLARIS specific kludges and converted them into
6117
    configurable items. These kludges are really on applicable to the
6118
    SOLARIS8_SPARC32 platform. New SOLARIS builds will be well formed.
6119
 
6120
  * BuildPkgArchive operation
6121
    Formalized a number of kludges in operation of the SOLARIS8 under sparc32
6122
    platform. These are configured early in the build process and are no longer
6123
    needed.
6124
 
6125
    A side effect of this work is that files from external packages may be
6126
    located in 'SOLARIS', 'SOLARIS_sparc' or 'sparc' directories. The change
6127
    should be transparent as the consumer tools should be able to handle
6128
    files from all of these.
6129
 
6130
------------------------------------------------------------------------
6131
Version: JATS_2.55.1                                Released: 17-Aug-06
6132
------------------------------------------------------------------------
6133
Major changes:
6134
 
6135
Minor changes:
6136
  * WinCE toolset
6137
    Added support for the adv_som_4455_wlan
6138
 
6139
------------------------------------------------------------------------
6140
Version: JATS_2.55.0                                Released: 3-Aug-06
6141
------------------------------------------------------------------------
6142
Major changes:
6143
  * Jats wrapper: Specify version of JATS to be used
6144
    Added a -version=xxxx option to force JATS to use a specific version of
6145
    JATS. The same operation can be achieved by setting GBE_JATS_VERSION.
6146
 
6147
    The required version MUST be found in one of the known archives.
6148
 
6149
    JATS will attempt to cache the version of JATS to assist in speeding up
6150
    the operations.
6151
 
6152
    The version option MUST be the first option.
6153
 
6154
    The version option MUST be followed by a '--' option.
6155
    This prevents JATS parsing other options and recursion issues.
6156
 
6157
    Example:    jats -version=2.54.3.cr -- build
6158
 
6159
  * Migrated the "jats install" functionality out of the jats wrapper script
6160
    and into the create_dpkg utility. This is transparent to the user.
6161
 
6162
  * Utility: create_dpkg
6163
    Added a '-quiet' option to allow use within scripts
6164
    Extended the built-in help
6165
    Added useful error messages
6166
    Migrate code to a common error reporting mechanism
6167
 
6168
  * WinCE toolset
6169
    Added support for the WCEPA962 target.
6170
 
6171
  * M16 toolset as used in building MCRFirmware
6172
    Added a --MotOnly option to the Prog directives. MOT files 
6173
    are used in the creation of bootstraps.
6174
 
6175
Minor changes:
6176
  * JATS wrapper script
6177
    Added a -ABT=xxx option to allow the Auto Build Tool to be invoked from
6178
    the command line.
6179
 
6180
  * Utility: jats_rewrite
6181
    Modified so that it will display changes. These will then be present in the
6182
    ABT log so that a developer can see which packages have been rippled.    
6183
 
6184
Internal Changes:
6185
  * Common Error Reporting
6186
    Will use environment variables to control DEBUG and VERBOSE levels
6187
    for individual users. A module reporting with a name of XXXX will use EnvVars
6188
    of GBE_XXXX_VERBOSE and GBE_XXXX_DEBUG to control the debug and VERBOSE
6189
    level.
6190
 
6191
    Force flushing after a "Question" is asked to ensure that the prompt is
6192
    displayed.
6193
 
6194
    Enable autoflush for both STDOUT and STDERR.
6195
 
6196
  * Added JatsSystem module
6197
    Common code for accessing system commands        
6198
------------------------------------------------------------------------
6199
Version: JATS_2.54.3                                Released: 17-Jul-06
6200
------------------------------------------------------------------------
6201
Major changes:
6202
 
6203
Minor changes:
6204
  * BR Compiler toolset
6205
    Add the include file search path to the link command line. Allows
6206
    .def files to include other files.
6207
 
6208
  * IAR toolset
6209
    Added AT7272 support
6210
 
6211
  * Tool: jats_manifest
6212
    Added links to a suitable md5sum program on target platforms
6213
 
6214
------------------------------------------------------------------------
6215
Version: JATS_2.54.2                                Released: 12-Jul-06
6216
------------------------------------------------------------------------
6217
Major changes:
6218
 
6219
Minor changes:
6220
  * BR Compiler toolset
6221
    Corrected a problem in flagging that the non-version-1 compiler was in
6222
    use.
6223
 
6224
 
6225
------------------------------------------------------------------------
6226
Version: JATS_2.54.1                                Released: 29-Jun-06
6227
------------------------------------------------------------------------
6228
Major changes:
6229
 
6230
Minor changes:
6231
  * Mictotec toolset
6232
    Assembler files. Define DEBUG in debug builds and NDEBUG in production
6233
    builds.
6234
 
6235
  * JATS Core
6236
    Added GBE_ABT. This is used by the Auto Build Tool to indicate that an
6237
    auto build is in progress. It may be used by various tools to modify their
6238
    behaviour.
6239
 
6240
------------------------------------------------------------------------
6241
Version: JATS_2.54.0                                Released: 22-Jun-06
6242
------------------------------------------------------------------------
6243
Major changes:
6244
  * Removal of non-core deployment functionality from JATS.
6245
    Deployment package will be affected.
6246
 
6247
    The build.pl file of deployment package will need to import deployment
6248
    support with a BuildPkgArchive directive. ie:
6249
 
6250
        BuildPkgArchive ( 'deployfiles', '1.0.0.cr' );
6251
 
6252
    This version of deployfiles contains the same functionality as that provided
6253
    by the previous version of JATS. Version 2 of this package will be the start
6254
    of a deployment system that will provide support for building InstallShield
6255
    packages.
6256
 
6257
 * Deployment support utilities must be run under JATS
6258
   The environment required for the deployment support utilities is complex
6259
   and is provided by the JATS wrapper script.
6260
 
6261
   This is a change in usage. Instead of running the program 'updatenodespec'
6262
   the user will need to run 'jats updatenodespec'
6263
 
6264
Minor changes:
6265
  * SubDir directive
6266
    Added a sanity test to detect the case when a 'SubDir' directive specifies
6267
    a directory from two different makefiles.
6268
 
6269
  * Tools: Dependancy generator mkdepend
6270
    If an include file was referenced by a symbolic name, then the generated
6271
    dependancy information would be wrong for all but the first occurrence
6272
    of the file usage.
6273
 
6274
  * New utility: jats_manifest
6275
    Used by the build system to generate and validate source files.
6276
    Beta Release: Windows only at the moment
6277
 
6278
  * Unit tests under SOLARIS_sparc
6279
    The LD_LIBRARY_PATH has been modified to correctly pick up libraries
6280
    generated within the build and have been installed locally.
6281
 
6282
  * Default behaviour of JATS the wrapper script
6283
    This has been changed. Previous unknown commands were passed to make.
6284
    In this release unknown comamnds will be treated a 'etool' commands and 
6285
    will execute a JATS extended command.
6286
 
6287
 
6288
Internal Changes:
6289
  * Code refactor
6290
    Created JatsEnv to encapsulate functionality that was multiply defined.
6291
 
6292
  * Deployment utilities
6293
    The Perl module Ignorelist.pm and the .ccignore file
6294
    Changed the mechanism by which this module locates a .ccignore file.
6295
    The .ccignore file has been moved to the same directory as the module and
6296
    the module can locate the file.
6297
 
6298
    Previously the module required an environment variable in order to locate
6299
    the file, which was in a fixed location anyway.
6300
 
6301
  * JATS core
6302
    Removed the use of the environment variable PERLINC.
6303
 
6304
    Better parsing of descpkg files.
6305
 
6306
  * JATS core debugging: JatsError.pm
6307
    Allow control over the debug and verbose messages of specific programs
6308
    through the use of environment variables.
6309
 
6310
    A program reporting errors as "name" can be controlled via environment
6311
    variables GBE_name_VERBOSE and GBE_name_DEBUG.
6312
 
6313
  * BuildPkgArchive operation
6314
    Modified the subdirectories transferred with this directive to include:
6315
        deployfiles     - as used by the deployment system
6316
        tools/scripts   - as used by perl based extensions
6317
 
6318
  * Make environment
6319
    Extended the PERL5LIB path seen by perl programs executed under make to
6320
    include 'tools/script' directories that contain Perl Modules.
6321
 
6322
 
6323
------------------------------------------------------------------------
6324
Version: JATS_2.53.2                                Released: 13-Jun-06
6325
------------------------------------------------------------------------
6326
Major changes:
6327
  * Deployment. GetMassInstId.rul (From George Christidis)
6328
    Added support for SILENT_MODE
6329
 
6330
 
6331
------------------------------------------------------------------------
6332
Version: JATS_2.53.1                                Released: Not release
6333
------------------------------------------------------------------------
6334
 
6335
Not Released.
6336
This label waas used as a place keeper. This version was not used as a basis
6337
for JATS_2.53.2. Its much closer to JATS_2.54.0.
6338
 
6339
 
6340
------------------------------------------------------------------------
6341
Version: JATS_2.53.0                                Released: 11-Apr-06
6342
------------------------------------------------------------------------
6343
Major changes:
6344
  * Deployment Scripts: Release Manager Database Access
6345
    The mechanism for communicating with the Release Manager Database has been
6346
    radically replaced.
6347
 
6348
    A test tool has been added to prove connectivity to Release Manager.
6349
    Usage:
6350
        jats etool test_rmconnection
6351
 
6352
    The pervious scripts used DBI::ODBC to communicate with the Oracle
6353
    Database that contains Release Manager. There were a number of problems with
6354
    this solution:
6355
         - Required the installation of two Perl Modules
6356
         - Required the installation of an Oracle client
6357
         - Required the use of an ODBC bridge machine when used on Solaris
6358
         - Support for Perl within Oracle appears to be on the decline
6359
 
6360
    The solutions uses a Java application and Java's jdbc. The oracle:thin
6361
    client is used as this does not require any installation or configuration in
6362
    order to work.
6363
 
6364
    JATS overrides Perl's DBI package with a package of the same name, but
6365
    reduced functionality.
6366
 
6367
 
6368
Minor changes:
6369
  * makefile.pl directive: SetValue
6370
    Added a '--' option to disable and enable parsing of options.
6371
    This allows a value with leading '--' to be set.
6372
 
6373
  * makefile.pl directive: SetList
6374
    Added this directive to formalise the creation and processing of lists
6375
    within the makefiles.
6376
        Options:
6377
            --NoWarn                    Disable name clash warnings
6378
            --Project=xxxx[,xxxx]+      Add to list in selected projects
6379
            --Unique                    Add only if not already present
6380
            --Clear                     Clear list, before adding new items
6381
            --Append                    Append items to list (default)
6382
            --                          Disable/Enable option parsing
6383
        Useage:
6384
 
6385
    SetList ('*', 'LibList', 'lib1', 'lib2', '--Project=syd');
6386
    SharedLib ('*', 'MyDLL', @OBJS, @LibList );
6387
 
6388
  * Makefile.pl directive: RunTest
6389
    Corrected the option of the --CopyIn=file option where the specified file
6390
    is not in the current directory.
6391
 
6392
  * Jats Command: ant'
6393
    This command has been extended to make use of the -buildfile=xxxx option
6394
    to allow multiple buildfiles to be differentiated.
6395
 
6396
    eg: jats -buildfile=MyPackage ant
6397
 
6398
  * TOOLSET: DAFBR Compiler support
6399
    Modified the toolset to support an optimisation feature of the next
6400
    generation of the daf_br_compiler. These will be enabled if the major version
6401
    of the package containing the compiler is greater the "1". ie: 2.0.0.cr
6402
 
6403
  * Interface helper files: set_XXXX.bat/.sh
6404
    Added provision to process user command arguments.
6405
    Thus
6406
 
6407
        set_WIN32.bat prog
6408
 
6409
    will set the WIN32 environment and run the command: prog
6410
 
6411
 
6412
------------------------------------------------------------------------
6413
Version: JATS_2.52.2                                Released: 30-Mar-06
6414
------------------------------------------------------------------------
6415
Major changes:
6416
 
6417
Minor changes:
6418
  * Addressed issue with BUILDNAME, an internal variable.
6419
    Due to the use of these 'raw' values in user build.pl's they need to be
6420
    maintained. Previously the values may or may not have had a project
6421
    extension. It was bad. Now:
6422
        $(BUILDNAME) contains two or three space seperated fields - always
6423
 
6424
  * m16c Toolset - MCRFirmware
6425
    Force the generation of .thx and payload files when the .bin files are
6426
    created. Previously this only occured in the packaging phase.
6427
 
6428
Internal changes:
6429
  * JATS toolsets
6430
    Added a feature to allow a toolset to flag additional files that get created
6431
    as a part of a "Prog". This allows a "Prog" definition to generate a
6432
    number of files, some which may be packaged.
6433
 
6434
    Previously such files where only generated during the packaging phase. Now
6435
    they will be generated during the make_prog phase - with the other programs.
6436
 
6437
------------------------------------------------------------------------
6438
Version: JATS_2.52.1                                Released: 29-Mar-06
6439
------------------------------------------------------------------------
6440
Major changes:
6441
  * Jats command: etool
6442
    Extended to allow execution of deployment tools. This allows the deployment
6443
    tools to use the JATS core perl modules.
6444
 
6445
  * Address issues with the use of BUILDVER and ScmBuildVer
6446
    Due to the use of these 'raw' values in user makefile.pl's they need to be
6447
    maintained. Previously the values may or may not have had a projectt
6448
    extension. It was bad. Now:
6449
        $(BUILDVERSION) contains the project extension - always
6450
        $ScmBuildVersion does not contain a project extension - always
6451
 
6452
Minor changes:
6453
 
6454
 
6455
------------------------------------------------------------------------
6456
Version: JATS_2.52.0                                Released: 27-Mar-06
6457
------------------------------------------------------------------------
6458
Major changes:
6459
  * JATS environment variables
6460
    Added GBE_DPKG_STORE
6461
        Optionally addresses a dpkg_archive store. This is intended to allow
6462
        read only access to a remote repository. The GBE_DPKG_STORE will be
6463
        searched after GBE_DPKG. It will be searched last. JATS, be default,
6464
        will not publish packages in this repository.
6465
 
6466
        Uses: Seed repository for a complete build
6467
              Remote repository
6468
 
6469
    Added GBE_DPLY
6470
        Optionally addresses a Deployment Archive. This is only used in the
6471
        placement of deployment packages. This value may be project specific.
6472
 
6473
  * MOS_MRI toolset
6474
    Changes the mechanism used to link against the compiler RTL.
6475
    Previously the RTL was included multiple times in the link order. This
6476
    created problem with daf_dsi as the function 'time()' was being satisfied by
6477
    the RTL before being satisfied by the user libraries.
6478
 
6479
    The compiler RTL is now treated as a library of last resort. It will be
6480
    processed once and it will be processed last.
6481
 
6482
 
6483
Minor changes:
6484
  * JATS utility: build
6485
  * JATS utility: cache_dpkg
6486
    Extended the package search algorithm to locate a package within
6487
    GBE_DPKG_STORE. This archive will be searched last.
6488
 
6489
  * JATS utility: gen_cots
6490
    Ensure label is not locked
6491
    Add option to allow user to specify source directory other than a package
6492
    that already exists in dpkg_archive.
6493
 
6494
  * JATS directive: PackageFile
6495
    Now supports --Prod and --Debug options to limit the packaging process
6496
    to a specific type of build.
6497
 
6498
  * JATS directive: GenerateFiles and RunTests
6499
    Added a --PackageInfo() replacement tag to allow package version information
6500
    to be extracted and passed to generator programs.
6501
        ie: --PackageInfo(sysbasetypes,syd,--fullversion)
6502
 
6503
    Extended the --PackageBase() replacement tag to work with packages such as
6504
    sysbasetypes, where there is a .cr and a .syd type.
6505
        ie: --PackageBase(sysbasetypes,syd)
6506
 
6507
  * JATS utility: release
6508
    Under windows, ensure that the directory C:\Clearcase exists. There have
6509
    been installations of Clearcase where this is directory does not exist.
6510
 
6511
  * JATS utility: label
6512
    Added option: "-comment=Text" to allow a comment to be added to a label,
6513
    when it is being created.
6514
 
6515
Internal Changes
6516
  * JATS utility: create_dpkg
6517
    Refactored code to use JATS DescPkg class.
6518
 
6519
    Added options to allow packaging to the various archives. This is of no use
6520
    to the normal developer, but will be used within the complete build system.
6521
 
6522
  * Factored out the parsing of the BuildName directive
6523
    This process was being done in 3 locations - and there were getting
6524
    different results.
6525
 
6526
  * ToolsetRequire directive
6527
    This has been extended to allow JATS to locate Toolset extensions within
6528
    packages. They should be placed within the tool/scripts directory
6529
 
6530
------------------------------------------------------------------------
6531
Version: JATS_2.51.0                                Released: 15-Mar-06
6532
------------------------------------------------------------------------
6533
Major changes:
6534
 
6535
  * MCR toolset
6536
    Generate CD payload files in conjunction with the .BIN files
6537
 
6538
------------------------------------------------------------------------
6539
Version: JATS_2.50.0                                Released: 15-Feb-06
6540
------------------------------------------------------------------------
6541
Major changes:
6542
  * WIN32 utilities
6543
    Replaced a number of the Windows utilities ( cp, rm, mv ...)
6544
    with versions from the GNUWin32 project.
6545
 
6546
    The 'cp' previously used could not recursively copy large directories
6547
    under Windows Server 2003, when both the source and destination are on the
6548
    same drive. ( dpkg_cache of ace ).
6549
 
6550
Minor changes:
6551
  * BuildVersion
6552
    The definition of VERSION_BUILD within the generated version-defs.h file
6553
    will have leading zeros removed, thus allowing it to be used within a 'C'
6554
    program without the number being interpreted as an octal constant.
6555
 
6556
    The string form (VERSION_BUILD_STR) will retain the zeros.
6557
 
6558
  * Unix Builds
6559
    Corrected several issues encountered when specifying the name of a static
6560
    library or a shared library.
6561
 
6562
    JATS will prepend 'lib' to the user specified library name. Problems occurred
6563
    when the user specified a library name that started with 'lib'. Now, on Unix
6564
    systems, JATS will only prepend 'lib' if the library name does not already
6565
    start with 'lib'.
6566
 
6567
  * BuildPkgArchive
6568
    Since 2.45.0 JATS will only transfer files for the BuildPkgArchive, if
6569
    they have not already been transferred. Added a test for the source
6570
    package being updated and then forceing the copy to be repeated.
6571
 
6572
------------------------------------------------------------------------
6573
Version: JATS_2.49.0                                Released: 10-Feb-06
6574
------------------------------------------------------------------------
6575
Major changes:
6576
  * MOS_MRI toolset
6577
    Corrected a problem with the dependencies between a .REL file and the target
6578
    THX file. If the .REL files was modified the output THX file did not get
6579
    regenerated. This was only a problem in cases where the .REL file was
6580
    being manually maintained.
6581
 
6582
 
6583
Minor changes:
6584
  * MakeAnt directive
6585
    Introduced a check to ensure that this directive is only used with a toolset
6586
    that can handle an 'ant' build file. Currently only the JAVA toolset
6587
    supports ANT builds.
6588
 
6589
  * BuildPkgArchive directive
6590
    Correct problem in the caching of BuildPkgArchive packages in the case where
6591
    there is no GBE_DPKG_LOCAL on the machine.
6592
 
6593
  * Label utility
6594
    Added a 'files=filename,filename' option to allow only specified
6595
    files to be labeled.
6596
 
6597
  * Build. Parsing descpkg files
6598
    Corrected problem in which Java Manifest files were not parsed correctly
6599
    on Solaris.
6600
 
6601
  * Generated makefiles
6602
    Fix a bug with the CompilerOptions that allowed a '0' definition to be set to
6603
    nothing.
6604
 
6605
  * MOS Toolset
6606
    Added 'CompileOptions' of CcSupervisor.
6607
    This will set a MOS internal definition suitable for building specialised
6608
    modules.
6609
 
6610
  * Utility: gen_cots
6611
    This utility will create a JATS buildable package froma dpkg_archive entry
6612
    and then check it in under clearcase.
6613
 
6614
    JATS etool gen_cots -man will provide only help.
6615
 
6616
  * Utilty cache_dpkg
6617
    Detect and repair incomplete copy operations.
6618
 
6619
------------------------------------------------------------------------
6620
Version: JATS_2.48.0                                Released: 24-Jan-06
6621
------------------------------------------------------------------------
6622
Major changes:
6623
  None
6624
 
6625
Minor changes:
6626
  * DEVI addressed
6627
    DEVI-022055 JATS builds DLLs with wrong copyright symbol in version resource
5710 dpurdie 6628
    DEVI-022054 JATS puts "VIX Group test" in Product Name of Windows resource
227 dpurdie 6629
 
6630
  * Utility: release (cbuild)
6631
    Added an option to create a view configured to work with a branching
6632
    rule. A single branch can be named with the -branch option. eg:
6633
 
6634
        jats release -extract 'label' -branch SITS_LEGACY_BRANCH
6635
 
6636
    will create a view based on the named label, but suitable for creating
6637
    a patch for Sydney Legacy work.
6638
 
6639
  * RunTest directive
6640
    The 'PATH' that the test uses is extended to allow access to programs that have
6641
    been installed with a InstallProg directive. This allows a test script to
6642
    test a program that is generated elsewhere within the package.
6643
 
6644
  * PackageFile, Option --DirTree
6645
    Support for filenames that contain a "$" or a ' ' within the
6646
    --DirTree option. Implemented to allow entire JAVA class trees to be
6647
    packaged under JATS
6648
 
6649
    Note: In general the use of a $ and space within a filename is not
6650
          supported within JATS.
6651
 
6652
  * Jats utility wrapper
6653
    Added an eprog option. The allows any program to be run within the
6654
    sanitized environment provided by JATS.
6655
 
6656
    The specified program may be in the current directory or the user's
6657
    PATH. If the program is a perl script then it will be run with the
6658
    JATS perl interpreter, otherwise it will be processed by the system.
6659
 
6660
    Eg: jats eprog myscript arg1 arg2
6661
    Eg: jats ant
6662
 
6663
  * Jats utility wrapper
6664
    Added an 'ant' command. ( "jats ant" )
6665
 
5710 dpurdie 6666
    This will run an VIX ANT build by scanning the current directory for a file
227 dpurdie 6667
    called <ProjectName>depends.xml and then looking the a file called
6668
    <ProjectName>.xml. Jats will then create 'auto.xml' based on the
6669
    <ProjectName>depends.xml file and use ant to invoke the
6670
    <ProjectName>.xml file.
6671
 
5710 dpurdie 6672
    If the VIX build files cannot be found then ant is simply run and it will
227 dpurdie 6673
    expect a build.pl file.
6674
 
6675
  * Jats utility wrapper
6676
    Force the environment variable PERL5INC to be unset.
6677
 
6678
  * Jats utility: create_dpkg
6679
    Simplify handling of ANT based projects. Look for the package within
6680
    the build/pkg subdirectory, in the JANTS style.
6681
 
6682
  * Utility: gen_winrc (DEVI-022054)
6683
    Added a "'-product=text'" option to allow the product name to be specified.
6684
 
6685
  * Build files
6686
    Handle the java generated descpkg files. These are a Manifest format with
5710 dpurdie 6687
    VIX extensions.
227 dpurdie 6688
 
6689
------------------------------------------------------------------------
6690
Version: JATS_2.47.0                                Released: 20-Dec-05
6691
------------------------------------------------------------------------
6692
Major changes:
6693
  * BuildVersion directive in build.pl
6694
    Correct a problem in the generation of version.c
6695
    The function GetModuleInfo() would return a string with a trailing
6696
    space when the 'array' mode was selected.
6697
 
6698
    This may cause module validation to fail.
6699
 
6700
Minor changes:
6701
  * None
6702
 
6703
------------------------------------------------------------------------
6704
Version: JATS_2.46.0                                Released: 08-Dec-05
6705
------------------------------------------------------------------------
6706
Major changes:
6707
  * BuildProduct and BuildPlatforms directives
6708
    Added option --Uses=NAME
6709
    ie:
6710
        BuildProduct    ( 'OBFTP,--Uses=TP5',    'MOSCF' );
6711
 
6712
    This will create a OBFTP_MOSCF platform that will 'use' TP5
6713
    headers and libraries if none are specifically provided for the
6714
    OBFTP. It is the users responsibily to ensure that the two build
6715
    environments are compatible.
6716
 
6717
 
6718
Minor changes:
6719
  * BuildName option
6720
    Modifications to allow the creation of COTS packages with buildnames
5710 dpurdie 6721
    that do not confirm to the VIX naming scheme (--RelaxedVersion).
227 dpurdie 6722
 
6723
  * jats.bat
6724
    Ensure that GBE_BIN is not defined
6725
    It will be set by the jats.pl to a fully qualified path.
6726
 
6727
------------------------------------------------------------------------
6728
Version: JATS_2.45.0                                Released: 29-Nov-05
6729
------------------------------------------------------------------------
6730
Major changes:
6731
  * BuildPkgArchive directive
6732
    The operation of the BuildPkgArchive directive has been modified
6733
    so that a package will only be installed once. This significantly
6734
    speeds up multiple 'build' operations.
6735
 
6736
    If the package is being extracted from the 'local archive', then
6737
    this mechanism is suppressed as packages in the local archive are
6738
    considered as under development and are subject to change.
6739
 
6740
    If package cache is being refreshed, then the package will be
6741
    installed a second time. Thus it is possible to force the package to
6742
    be transferred into the 'interface' directory.
6743
 
6744
    A BuildTags directory is used to track packages that have been
6745
    transferred.
6746
 
6747
  * Internal changes to factor common code into a group of packages.
6748
    See notes below.
6749
 
6750
  * WIN32 toolset
6751
    Allow the Microsoft preprocessor directive #import to operate
6752
    correctly.
6753
 
6754
    Export the complete library search path into the build environment
6755
    for all Microsoft command, not just the linker and library commands.
6756
 
6757
  * BuildVersion
6758
    Modifications to allow the generation of version files for C#
6759
    The mechanism has been extended to allow version information for
6760
    other langauges as needed.
6761
 
6762
 
6763
Minor changes:
6764
  * Utility: gen_winrc.pl
6765
    Will extracted build number from the patch number, if present.
6766
    This information will be available to be placed into the generation
6767
    version strings.
6768
 
6769
  * GenerateFiles directive
6770
    Fixed a problem detecting programs that were not in the local
6771
    package or an imported package.
6772
 
6773
  * Toolsets: MOS_MRI
6774
    Generate an error if required tools are not found.
6775
    Previously this condition would generate a warning.
6776
 
6777
  * BuildPkgArchive and LinkPkgArchive directives
6778
    Ensure that packages are only included once. The previous check
6779
    was half-hearted and could allow multiple packages of the same
6780
    version to be included. This could result in badly formed
6781
    makefiles and strange error messages.
6782
 
6783
Internal Changes
6784
  * Started to factor out internal packages and place them into a common
6785
    directory. This will allow common error handling thoughout the suite
6786
    of utilities.
6787
 
6788
    Modified all utilities to utilize the common error reporting
6789
    functions.
6790
 
6791
------------------------------------------------------------------------
6792
Version: JATS_2.44.0                                Released: 18-Nov-05
6793
------------------------------------------------------------------------
6794
Major changes:
6795
  * Generated makefiles
6796
    Modified the windows shell to remove the use of the EXTENDED_LINE
6797
    cache. This did not work. Modified the extend.lst file to ensure
6798
    that sed did not process its arguments.
6799
 
6800
    This has been done to address a problem seen within test scripts
6801
    within unit tests that use wildcard expansion. The windows shell was
6802
    incorrectly processing:
6803
        sed '-es~.*WIN32~~'
6804
    The '.*' construct was being seen as a wildcard and the shell was
6805
    then putting the argument into a command file - it was totally
6806
    confused.
6807
 
6808
    NOTE: Attempted to remove use of EXTENDED_LINE, but this caused a
6809
    breakage with the DOS based gcc compiler( ie:H8S and others).
6810
    The construct
6811
        -D__SOURCE__=\"name\"
6812
    was corrupted somewhere. If the command is put in a command file,
6813
    then it works.
6814
 
6815
  * MakeAnt directive
6816
    Added option: --GeneratedFile=PathOfFile
6817
 
6818
    This option has the following effects
6819
        1) Marks the file a source file. It is then known to JATS and
6820
           can be used installed and manipulated.
6821
 
6822
        2) Schedules the processing of the ANT build to be done
6823
           early - in the generated files phase.
6824
 
6825
    Intended use. The creation of packages with a JNI. The Java
6826
    component needs to generate a header file early.
6827
 
6828
 
6829
Minor changes:
6830
  * JATS post-installation script
6831
    Flag deployment tools and libraries as executable.
6832
 
6833
  * Detection of extension type is case insensitive for non-unix
6834
    systems. Thus *.h and *.H files will considered header files in
6835
    windows.
6836
 
6837
  * Build.pl rewrite tool
6838
    Handle all variants of BuildName
6839
 
6840
  * Jats wrapper script
6841
    Generate an error if the JATS configuration variables are not usable
6842
        1) Contain spaces
6843
        2) Start with a // - Remote drives must be mapped
6844
 
6845
  * Toolset
6846
    Added a 'LINUX' platform.
6847
 
6848
  * JAVA toolset
6849
    Ensure the that build file passed via MakeAnt contains the following
6850
    directive:
6851
 
6852
        includeAntRuntime="off"'
6853
 
6854
    This MUST be used to ensure that ANT's classpath is not passed to
6855
    the java compiler thus ensuring that the compiler does not use ANT's
6856
    version of any JAR files that have not been specified by the user.
6857
 
6858
  * GCC Toolset
6859
    Use -Map name to create map files as needed for GCC under Debian
6860
 
6861
  * Makefile generation
6862
    When packages are used by name to resolve package location JATS
6863
    has been modified to use the package name specified by the user.
6864
    Previously JATS would use the package name found within the
6865
    descpkg file. In cases where the descpkg file was badly formed the
6866
    package could not be used.
6867
 
6868
  * Unit Tests
6869
    The following environment variables are set:
6870
 
6871
        GBE_TYPE    - The type of build. Debug or production. This
6872
                      will be set to either a 'P' or 'D'
6873
 
6874
        GBE_HOST    - The host machine we are running on.
6875
                      This will be set to 'WIN' or Unix'
6876
 
6877
    These variable should assist in the production of test scripts.
6878
 
6879
  * New makefile.pl directive: SetValue
6880
 
6881
 
6882
------------------------------------------------------------------------
6883
Version: JATS_2.43.0                                Released: 01-Nov-05
6884
------------------------------------------------------------------------
6885
Major changes:
6886
  * New Platform : "MCR" using the Mitsubishi m16c compiler.
6887
 
6888
    Special features of this toolset.
6889
    1) A .THX source file will be converted to an obtect file
6890
       This allows processing of fonts within a THX file to be
6891
       incorporated within the target image.
6892
 
6893
    2) Prog directive extensions:
6894
       --Set=Name=Value
6895
                The 'Name' is set to 'Value' at link time.
6896
                This allows the location of program segments to be set
6897
 
6898
       --Ref=name
6899
                The name of a Release file. If provided, it will be used
6900
                to provide information that will be placed within the
6901
                THX header. The version number will be ignored. It
6902
                will be taken from the build version number.
6903
 
6904
Minor changes:
6905
  * MOS Toolset
6906
    Create the VisionClick files when the THX file is created.
6907
    Previously the files were created when the THX was installed or
6908
    packaged.
6909
 
6910
  * Src directive
6911
    No generates a warning if no source files are located within the
6912
    directive. This is normally the result of a missing platform
6913
    specifier.
6914
 
6915
  * WIN32 runtime support
6916
    Added the following 'Unix' style utilities to assist in testing.
6917
        1) od       - dump files in octal and other formats
6918
        2) cmp      - compare two files byte by byte
6919
 
6920
Internal:
6921
    Added an extension to allow the target toolset to handle the "Prog"
6922
    dependancy generation if required. This allow complex program
6923
    generation mechanisms to be handled by the toolset.
6924
 
6925
------------------------------------------------------------------------
6926
Version: JATS_2.42.0                                Released: 19-Oct-05
6927
------------------------------------------------------------------------
6928
Major changes:
6929
    * BuildAlias directive
6930
      Added options.
6931
        --Define        - Does not create implicit platforms
6932
        --Target        - Redeclares the alais as the list of all
6933
                          platforms that are based on a given target or
6934
                          targets.
6935
      Eg:
6936
        BuildAlias      ( 'LMOS,--Target', 'LMOS_WIN32', 'LMOS_linux_armv4' );
6937
        BuildProduct    ( 'GAK',    'LMOS', 'MOS68K', 'MOSCF' );
6938
        BuildProduct    ( 'PCP',    'LMOS', 'MOS68K' );
6939
 
6940
      Will export an alias of LMOS that can be used within makefile.pl's
6941
      that will be the list of all platforms that have a target of
6942
      'LMOS_WIN32' or 'LMOS_linux_armv4'.
6943
 
6944
      Note the dual use of LMOS within the example. This is intentional.
6945
      The LMOS alias is used within the BuildProduct to simplify the
6946
      specification of all the LMOS targets.
6947
 
6948
 
6949
Minor changes:
6950
  * Label utility
6951
    Will generate a warning message if it labels more than one
6952
    build.pl file
6953
 
6954
  * Package directives. PackageFile.
6955
    Corrected a problem with wildcard expansion in which a --FilterIn
6956
    needed to be specified in order for the --FilterOut to operate.
6957
    Now all files in the tree are considered 'in' unless modified by the
6958
    --FilterIn option.
6959
 
6960
  * jats release (cbuilder) utility
6961
    Correct use of the -prodOnly and -debugOnly flags.
6962
    The full name was not accepted; -debug and -prod was.
6963
 
6964
  * Location of descpkg file
6965
    All makefile.pl's now know where the package descpkg file was
6966
    created. This simplifies the process og packaging this file as it
6967
    can be done within any makefile.pl.
6968
 
6969
------------------------------------------------------------------------
6970
Version: JATS_2.41.0                                Released: 27-Sep-05
6971
------------------------------------------------------------------------
6972
Major changes:
6973
  * RunTest directive
6974
    Extended the options and operation of RunTest
6975
    Additional options
6976
      --CopyIn=file
6977
        This will copy the specified file into the BIN directory before
6978
        the test is run. The file will be marked as executable. This
6979
        allows scripts and configuration files to be transferred into
6980
        the test area.
6981
 
6982
    Additional operations
6983
    The arguments passed to the script/program allow a number of
6984
    transformations, similar to GenerateFiles. Transforms
6985
      --File(xxxx[,flags])          - xxxx is a known file
6986
      --Local(xxxx[,flags])         - xxxx is a file that has been Installed
6987
      --PackageBase(xxxx[,flags])   - xxxx is a Package
6988
    Allows flags:
6989
      --dir         - directory part of the pathname
6990
      --file        - file part of the pathname
6991
      --abspath     - as an absolute path
6992
      --absdrive    - as an absolute path with drive letter (Windows)
6993
 
6994
    Files and directories are prerequisites of the test. Their
6995
    existence is tested.
6996
 
6997
  * Packaging Directives
6998
    Added a --Derived option to support the packaging of derived targets
6999
    such as LMOS.
7000
 
7001
        PackageHdr ('*', 'file1.h', '--Derived=LMOS');
7002
 
7003
    Will place file1.h into .../include/LMOS_WIN32
7004
 
7005
        PackageHdr ('*', 'file1.h', '--Derived=LMOS,sys');
7006
 
7007
    Will place file1.h into .../include/LMOS_WIN32/sys
7008
 
7009
  * JAVA 1.4 and 1.5
7010
    Added support to the JATS JAVA platform to allow the user to specify
7011
    the version of Java to be used to build a package.
7012
 
7013
        BuildPlatforms  ( 'JAVA,--Version=1.5' );
7014
 
7015
    The default will use the default machine version of JAVA.
7016
    This may not be sutable for all packages.
7017
 
7018
    Non-default versions of JAVA require that an environment variable be
7019
    set to the root of the JDK directory. These are:
7020
 
7021
      JAVA_HOME_1_4
7022
      JAVA_HOME_1_5
7023
 
7024
Minor changes:
7025
  * Script directive
7026
    Scripts may be copied into the BIN directory for use by a test.
7027
    These scripts are now always marked as executable.
7028
 
7029
  * JATS environment
7030
    Ensure that all programs run under JATS in Windows have an uppercase
7031
    COMSPEC envvar. Windows appears to define a mixed case one. Fixed in
7032
    the JATS wrapper script.
7033
 
7034
  * Label utility
7035
    Added -[no]checkout to control the labeling of checked out files.
7036
    There are three modes of operation:
7037
        1) -nocheckout      Checked out files are not labeled
7038
        2) -checkout        Only checked out files are labeled
7039
        3) Neither          All files are labeled.
7040
 
7041
 
7042
------------------------------------------------------------------------
7043
Version: JATS_2.40.0                                Released: 15-Sep-05
7044
------------------------------------------------------------------------
7045
Major changes:
7046
 
7047
Minor changes:
7048
  * label utility
7049
    Added -smartlabel option to unlock and lock the label - if it was locked.
7050
    This options retains the locked state of a label.
7051
 
7052
  * AVR_IAR toolset
7053
    Extended the 'Prog' directive to allow a Program Loader to be
7054
    added to a program as it is created. The option is:
7055
      --ProgLoader=name
7056
 
7057
  * Package directives. PackageFile
7058
    Added support for packaging of directory trees.
7059
    Options to do this are:
7060
        --TreeDir=name
7061
        --FilterOut=regexp
7062
        --FilterIn=regexp
7063
        --StripDir
7064
 
7065
    Only a single directory can be specified.
7066
    Multiple filters are allowed.
7067
    The directories must be within the current directory. It is not
7068
    possible to search outside the subdirectory tree below the makefile.
7069
 
7070
    The filters allow elements within the directory to be selected.
7071
    The filters are regular expressions. Examples:
7072
 
7073
      '--FilterIn=\.h$'         - Select all files ending with .h
7074
      '--FilterOut=MyHeader.h'  - Except this one
7075
 
7076
    The --StripDir option will remove the TreeDir directory from the
7077
    files. This allows the top level directory to be stripped off.
7078
 
7079
 
7080
------------------------------------------------------------------------
7081
Version: JATS_2.39.0                                Released: 14-Sep-05
7082
------------------------------------------------------------------------
7083
Major changes:
7084
    * Make commands
7085
      Consolidated the parsing of the OPTIONS arguments.
7086
 
7087
      The filter and nofilter options are globally applied to all tools
7088
      sets. ie: jats make debug OPTIONS=nofilter
7089
 
7090
    * Label utility
7091
      Generate a warning when attempting to label a symbolic link.
7092
      Links are very hard to maintain in a reproducible manner.
7093
 
7094
Minor changes:
7095
    * Toolsets
7096
      Replaced the use of c:\WINDOWS and c:\Program Files with suitable
7097
      variables and overrides.
7098
 
7099
      The make_init target is always run.
7100
      This facility had been lost. The target was being used to provide
7101
      compiler sanity testing, but had was not being reliably run.
7102
 
7103
    * Deployment
7104
      Suppress testing of compiler existence when used in conjunction
7105
      with deployment operations.
7106
 
7107
    * Release utility
7108
      Add options to build only the debug or the production versions.
7109
      The default is to build both. Note: User option may be further
7110
      restricted by options within the build.
7111
 
7112
    * PackageLib, InstallLib and MergeLib directives in makefile.pl
7113
      The use of @LIBS and @MLIBS in unix systems was causing a
7114
      problem as these variables already had a 'lib' prepended to the
7115
      list of libraries. These directives would add another 'lib' to the
7116
      list of libraries under unix causing a mismatch.
7117
 
7118
      Corrected by stripping liblib from the names within these
7119
      directives.
7120
 
7121
    * MakeProject directive
7122
      If the project build fails the log file was not being displayed
7123
      because 'make' stops when a command fails.
7124
 
7125
      The MakeProject operations have been modified to ensure that the
7126
      log file is always displayed. The exit code of the build command
7127
      is preserved.
7128
 
7129
    * Auto build utility jats-rewrite.pl
7130
      Modified to support the rewrite of Java 'using' and 'project'
7131
      statements.
7132
 
7133
    * Mugfile generation
7134
      Added a --ThxDir=xxxx option to allow the THX and load files to
7135
      be placed in the target package.
7136
 
7137
 
7138
------------------------------------------------------------------------
7139
Version: JATS_2.38.0                                Released: 01-Sep-05
7140
------------------------------------------------------------------------
7141
Major changes:
7142
    * BuildVersion directive
7143
      The 'defs' mode has been extended to create a file with a build
7144
      number as well as a patch number.
7145
 
7146
      The patch number is decoded into a patch number and a build
7147
      number.
7148
 
7149
Minor changes:
7150
    * AddFlags directives
7151
      Added a --NoWarn option that will suppress the warning of
7152
      duplicate flags being added.
7153
 
7154
    * GBE_CORE environment variable (Windows)
7155
      Ensure that GBE_CORE has a driver letter. This allows use of JATS
7156
      loaded into the same dynamic view as the user code.
7157
 
7158
    * Mug File Generation
7159
      Added support to allow load files to include other load files.
7160
 
7161
   * 'cbuild' or 'release' command
7162
     Added a -latestroot=xxxx option. This is a work around for the
7163
     problem where the root level directory in the VOB has not been
7164
     labeled. After using this switch add the label to the root
7165
     directory.
7166
 
7167
     The need to use this this switch indicates that the view is NOT
7168
     reproducible.
7169
 
7170
------------------------------------------------------------------------
7171
Version: JATS_2.37.0                                Released: 22-Aug-05
7172
------------------------------------------------------------------------
7173
Major changes:
7174
    * jats.bat and jats.sh
7175
      Changes to include GBE_DPKG and GBE_DPKG_CACHE.
7176
      Most importantly GBE_DPKG must be a single directory. It is no
7177
      longer a list of directories.
7178
 
7179
      Removal of the setup of Microsoft Visual Studio 6. This is now
7180
      done within the toolset.
7181
 
7182
      *** Update your jats.bat to follow the format in this release
7183
 
7184
    * JATS environment variables
7185
      Redefined variable
7186
        GBE_DPKG        - Now the MASTER dpkg_archive
7187
                          Previously was a list that included the
7188
                          dpkg_archive cache.
7189
 
7190
      New variable
7191
        GBE_DPKG_CACHE  - Optional directory for a local cache of
7192
                          the main dpkg_archive.
7193
 
7194
 
7195
Minor changes:
7196
    * Utility: gen_packagelist
7197
      Enhanced (thanks Ross) to allow PATH information for various
7198
      target platforms to be extracted.
7199
 
7200
      Better support for Product families. This is only an issue
7201
      for WIN32 derived families due to the generation of a list of
7202
      libraries. The list now observes Product hierarchy.
7203
 
7204
    * Utility: release (cbuilder)
7205
      Added -noruntests option too suppress the running of unit tests
7206
      Units tests will still be run by default.
7207
 
7208
      Tighten the config specification used to build the sandbox. It has
7209
      no LATEST rules. All directories and files MUST be labeled.
7210
 
7211
    * Utility: jats_rewrite
7212
      Support ANT based XML files
7213
 
7214
    * Utility: create_dpkg
7215
      Support ANT flavor Manifest dependancy files and pkg directory
7216
      structure.
7217
 
7218
    * makefile.pl's
7219
      GenerateFiles directive. Added a --Prog specifier to allow tools
7220
      to be generated within the same script. Example:
7221
 
7222
            Prog('*', 'Myprog', @OBJS );
7223
            GenerateFiles ('*', "--Prog=MyProg",
7224
                                '--Prereq(infile)',
7225
                                '--GeneratedCommon(outfile)' );
7226
 
7227
      RunTest directive. Added a --Auto option to flags tests that can
7228
      be run within the Build Systems Auto Build environment. These
7229
      tests will be run with the 'run_unit_tests' target. All tests will
7230
      be run with the 'run_tests' targets. Only tests that confirm to
5710 dpurdie 7231
      the VIX "Unit Test Automation" guidelines should be marked as
227 dpurdie 7232
      -- Auto.
7233
 
7234
    * Added a new make target: run_unit_tests
7235
      This will be used by the build tool to run non-interactive
7236
      unit tests within an automated framework.
7237
 
7238
    * Make run_test and run_unit_test operation
7239
      The search path for DLL's or Shared Libraries is extended to
7240
      include all Shared Libraries in the build package list as well
7241
      as the local and interface directory. This allows tests to
7242
      locate required Shared Libraries at runtime.
7243
 
7244
    * WIN32 targets built using Visual Studio 6
7245
      The path to the compiler is setup within JATS. It is no longer
7246
      imported from the users environment as the environment is
7247
      indeterminate when multiple versions of Visual Studio are
7248
      installed on the machine.
7249
 
7250
    * WINCE Targets
7251
      The name of the SDK is case sensitive.
7252
      The POCKET PC 2003 was incorrect
7253
 
7254
 
7255
 
7256
------------------------------------------------------------------------
7257
Version: JATS_2.36.0                                Released: 03-Aug-05
7258
------------------------------------------------------------------------
7259
Major changes:
7260
    * WIN32 platforms
7261
      When building Microsoft project files the PATH environment
7262
      variable is extended to include the DLL path of imported packages
7263
      and installed packages.
7264
 
7265
    * Building DLL or EXE with the --NoPDB option will disable the
7266
      generation of debug information so that the  linker does not
7267
      create CV style debug information in the target.
7268
 
7269
    * UNIX Platforms (SOLARIS and LINUX)
7270
      Modification to allow BuildProduct and BuildPkgArchive to
7271
      interwork. Previously BuildPkgArchive packages were placed into
7272
      the 'interface/lib/SOLARIS' subdirectory and this was not being
7273
      searched when looking for libraries.
7274
 
7275
Minor changes:
7276
    * GenerateFiles directive
7277
      New sub-options to filename generation commands
7278
        --abspath       - provide the named file with an absolute path
7279
        --absdrive      - provide the named file with an absolute path
7280
                          and drive letter
7281
 
7282
    * Src directive
7283
      Modified the --FromPackage' option to allow searching of the root
7284
      directory of a package.
7285
 
7286
            Src('*', 'etc/data.ini', '--FromPackage' );
7287
 
7288
      Also prevent warnings on duplicate files if the package is
7289
      imported with a BuildPkgArchive directive. The file was being
7290
      found in the package and the interface directory.
7291
 
7292
    * jats_rewrite utility
7293
      Process depend.xml files for auto builder
7294
 
7295
 
7296
------------------------------------------------------------------------
7297
Version: JATS_2.35.0                                Released: 28-Jul-05
7298
------------------------------------------------------------------------
7299
Major changes:
7300
    * SunWorks production builds
7301
      Corrected the flag used to select the level of compiler
7302
      optimisation. The current flag generates an error of:
7303
            cc: Warning: option -2 passed to ld
7304
      The flag has been changed from -O2 to -xO2 inline with the
7305
      compiler documentation.
7306
 
7307
    * MOS Toolset
7308
      Implement a workaround for a bug in VisionClick's convert program
7309
      in which the tool would not generate a valid .bdx file.
7310
 
7311
      The solution was to create the .bdx and .ab file in two steps.
7312
 
7313
Minor changes:
7314
    * Correct the case of 4 toolset files. The files were created under
7315
      windows, which has a habit of capitalizing filenames.
7316
      This should not affect current users.
7317
 
7318
    * Mugfile generation
7319
      Extended the --Package option to allow subdirectories to be
7320
      specified.
7321
        "--Package=MyPackage,--Subdir=thx/moscf,thx"  
7322
 
7323
------------------------------------------------------------------------
7324
Version: JATS_2.34.0                                Released: 22-Jul-05 
7325
------------------------------------------------------------------------
7326
Major changes:
7327
    MOS Toolset
7328
    Modified the optimizations options used to generate 'Production'
7329
    code. A problem with -Ob optimization has been identified.
7330
 
7331
Minor changes:
7332
    * Jats wrapper script
7333
      Windows: Ensure that cmd.exe is in the users PATH. Without cmd.exe
7334
      scripts will not work properly as the PERL 'system' command assumes
7335
      that cmd.exe is in the users PATH.
7336
 
7337
    * LinkPkgArchive and BuildPkgArchive
7338
      Processing soft links. Generate a warnings if a package soft
7339
      link and a real package are found in the same directory. The link
7340
      may be suspect.
7341
 
7342
    * GenerateFiles directive
7343
      Added a --PackageBase(xxx) argument that will be replaced with
7344
      the pathname to the specified package.  
7345
 
7346
------------------------------------------------------------------------
7347
Version: JATS_2.33.0                                Released: 18-Jul-05
7348
------------------------------------------------------------------------
7349
Major changes:
7350
    * Added a JAVA platform to better support the processing of ANT
7351
      build.xml files.
7352
 
7353
Minor changes:
7354
    * WIN32 toolset.
7355
      Delete V7 specific temp files when compiling with V7 compiler
7356
 
7357
    * MakeAnt
7358
      Pass an absolute path to the 'interface' directory to allow the
7359
      build.xml file to be a directory other than the current directory
7360
 
7361
      Allow the ANT_HOME path to contain spaces: c:\Program Files\Ant
7362
 
7363
    * gen_winrc - A utility to generate Windows RC files with version
7364
      information. Allow 3 or 4 fields in the version number. If only
7365
      3 fields are provided, then the fourth field is set to 0.
7366
 
7367
    * MakeAnt directive
7368
      Now supports --Debug and --Prod options to limit the building of
7369
      ANT files. The MakeAnt directive is only going to work in
7370
      conjunction with the JAVA target
7371
 
7372
      Recommended usage:
7373
      MakeAnt('JAVA',"build.xml","--Jar=java.build/test.jar",'--Prod');
7374
 
7375
Internal Changes
7376
      The MakeAnt directive is now treated like a MakeProject directive.
7377
 
7378
 
7379
------------------------------------------------------------------------
7380
Version: JATS_2.32.0                                Released: 13-Jul-05
7381
------------------------------------------------------------------------
7382
Major changes:
7383
    * Initial release of WINCE and WIN32 V7 based project builds
7384
      The DSW, VCW and SLN files can be built via JATS and selected
7385
      files packaged into the release.
7386
 
7387
      Refer to the 'MakeProject' directive in
7388
            MASS-00166 JATS Reference Manual
7389
            http://auperaws396/mass/Wiki.jsp?
7390
                                page=UsingJATSToBuildMicrosoftProjects
7391
 
7392
    * Added support for Visual Studio 2003.
7393
      The recommended platform is:
7394
        BuildProduct    ( 'VS2003', 'WIN32,--Version=MS.NET2003' );
7395
 
7396
    * Initial release of support for building Ant files.
7397
      JATS can build small Java sub-components using Ant. This is not
7398
      a replacement for JANTS it is intended for mixed C++ and Java
7399
      components.
7400
 
7401
      Refer to the 'MakeAnt' directive in
7402
            MASS-00166 JATS Reference Manual
7403
            http://auperaws396/mass/Wiki.jsp?
7404
                                page=UsingJATSToBuildSmallJavaComponents
7405
 
7406
Minor changes:
7407
    * Support for Windows DLLs
7408
      When building a WIN32 target the file interface/set_WIN32.bat is
7409
      created. This file extends the Windows PATH to allow DLLs used
7410
      by the package to be accessed.
7411
 
7412
      The file may be "called" from a wrapper batch file to start the
7413
      application or visual studio.
7414
 
7415
    * The descpkg file created by JATS contains a JATS version number
7416
      and the JATS Core path.
7417
 
7418
    * AddIncDir, AddSrcDir and AddLibDir directives
7419
      Now generate an error if there is only one argument to the
7420
      directive or if no directories where specified.
7421
 
7422
    * MOS Toolset
7423
      Add support for the TPT device
7424
      Correct error message for unsupported devices.
7425
 
7426
    * Correct problem with in creating absolute path names to allow
7427
      DOS driver letters to be handled correctly.
7428
 
7429
    * Added --ExcludeLib(xxx,yyy) processing to allow specified
7430
      libraries to be excluded from a list of libraries processed by
7431
      when creating libraries, shared libraries and programs.
7432
 
7433
      Used in conjunction with --Using(aaaa) to correct errors.
7434
 
7435
Internal Changes
7436
    * JATS release process validates the JATS version number contained
7437
      in jats.pl
7438
 
7439
------------------------------------------------------------------------
7440
Version: JATS_2.31.0                                Released: 28-Jun-05
7441
------------------------------------------------------------------------
7442
Major changes:
7443
    * JATS wrapper script
7444
      Allow multiple alternative build files: auto.pl and build_test.pl
7445
 
7446
    * Initial support for the building of WINCE based projects
7447
 
7448
    * Formal release of the toosl to generate Mug Files
7449
 
7450
Minor changes:
7451
    * Deployment support
7452
      Allow a --PatchNum to be specified in the BuildName
7453
      This is then used to invoke a deploypatch.pl file
7454
 
7455
    * 'build'
7456
      Added --ForceBuildPkg switch to the 'jats build' command to
7457
      force LinkPkgArchive directives to be interpreted as
7458
      BuildPkgArchive. This option is useful for the creation of
7459
      sandboxes for use within IDEs as the package files are placed
7460
      in a known directory structure within the sandbox.
7461
 
7462
    * WINCE and WIN32 Toolset
7463
      Options for Program and Shared Library construction
7464
            --Entry=xxxx            - Alternate entry point
7465
            --NoAddLibs             - Do not add default libraries to
7466
                                      the link phase.
7467
 
7468
    * BuildPkgArchive
7469
      Handle symlink directories at the top level of the package tree
7470
      Previously these were ignored.
7471
      Minor code cleanup
7472
 
7473
    * "cbuild" or "release" utility
7474
      Add a "-path=xxxx" option to provide sanity testing of the Release
7475
      Manager "Source Path" field.
7476
 
7477
    * SOLARIS targets
7478
      Modified the TARGET name generated with building a Product Family
7479
      based on SOLARIS. It is treated in the same manner as a Platform
7480
      of SOLARIS and creates a targets of SOLARIS_sparc
7481
 
7482
    * MugFile generation
7483
      Allows a 'load.cmd' file to be used to list the THX files to be
7484
      included in the final package.
7485
 
7486
    * Corrected a problem with the processing of platform selection
7487
      arguments used within all directives within a makefile.pl.
7488
      Multiple platforms should be specified as:
7489
            Src( 'PLAT1,PLAT2,PLAT3', .... );
7490
      with only a comma between the platforms: No whitespace
7491
      If whitespace did exist then the makefile.pl would not do what
7492
      was expected - and it would not warn the user. The simplest
7493
      solution was to allow whitespace either side of the comma.        
7494
 
7495
    * GenerateFiles directive within makefile.pl
7496
      Allow 3 different bracket styles for the arguments to allow for
7497
      embedded  brackets. Now allow
7498
            --Option=(some_text)
7499
            --Option=[some_text]
7500
            --Option={some_text}
7501
 
7502
Internal Changes
7503
    * Derive the names of the package and install directories from a
7504
      single data structure rather then being hardcoded throughout the
7505
      code.
7506
 
7507
------------------------------------------------------------------------
7508
Version: JATS_2.30.0                                Released: 01-Jun-05
7509
------------------------------------------------------------------------
7510
Major changes:
7511
    * JATS wrapper script
7512
      Changed the command line parsing. Now use GetOpts.
7513
 
7514
      Modified "all" command It no longer performs an "install"
7515
      The "install" process is not needed. the build places a shortcut
7516
      to the package into the local_dpkg_archive. This can be used by
7517
      other components.
7518
 
7519
      Removed "bmake" command. The "all" command is the now that same.
7520
 
7521
    * JATS
7522
      Created a class to write JATS configuration files.
7523
      Changes to the code to use this new class.
7524
 
7525
    * Build operations
7526
      Perform one level of package version checking. Generate warnings
7527
      if required packages are built against different versions of
7528
      packages.
7529
 
7530
    * Make operations
7531
      Added a new target - "deploy". This interfaces to the deployment
7532
      scripts. This is still a work interfaces progress.
7533
 
7534
Minor changes:
7535
    * Added environment variables to assist in the running of the
7536
      deployment builds.
7537
        PERL5LIB        - Extended based on GBE_CORE
7538
        DEPLOYLIB_DIR   - Calculate based on GBE_CORE
7539
 
7540
      Extended the "jats vars" display
7541
 
7542
    * build.pl
7543
        Corrected BuildAlias() operation. Defined options are correctly
7544
        processed. Allows
7545
            BuildAlias('WIN', 'WIN32,--OnlyProduction');
7546
        to define a platform called WIN32 that only builds for
7547
        production.
7548
 
7549
    * MOS toolset
7550
      Added a '--Acon' options to SharedLib to allow the creation of
7551
      Acon modules. These required special linking.
7552
 
7553
    * create_dpkg utility
7554
      Adds a files to the published package to indicate which type of
7555
      machine the package was published from. This will be used in a
7556
      multi-machine build environment to assist in determining the
7557
      progress of the build.
7558
 
7559
    * New utility - jats_save_build.pl
7560
      This is specific to the auto build system. It will be used to
7561
      capture the modified build files back into the version control
7562
      system.
7563
 
7564
------------------------------------------------------------------------
7565
Version: JATS_2.29.0                                Released: 25-May-05
7566
------------------------------------------------------------------------
7567
Major changes:
7568
    * WIN32 and WINCE toolsets
7569
      Modified the way that PDB files are created.
7570
      The files are now created using absolute pathnames when compiling
7571
      The name of the PDB files embedded in created DLLs is now correct.
7572
      The PDB files created when compiling objects for DLLs are now not
7573
      named after the DLLs - this was causing the linker toolsets crash.
7574
 
7575
    * WCEX86A500 target
7576
      Corrected problem creating DLLs.
7577
 
7578
    * MOS Toolsets
7579
      Modified the mechanism by which absolute filenames are passed to
7580
      the compiler.
7581
 
7582
    * RunTest directive
7583
      This directive will ensure that the named test is either a script
7584
      or a TestProg. If the test to be run is a TestProg then a
7585
      suitable suffix will be added to the named test.
7586
 
7587
Minor changes:
7588
    * JATS BUILD
7589
      Generate an error if the setting of GBE_BUILDFILTER or
7590
      GBE_PLATFORM prevents any targets being made at all. This should
7591
      highlight bad settings.
7592
 
7593
    * Publish the JATS toolsets extension pathnames to simplify the
7594
      access to extensions.
7595
 
7596
------------------------------------------------------------------------
7597
Version: JATS_2.28.0                                Released: 18-May-05
7598
------------------------------------------------------------------------
7599
Major changes:
7600
    * WIN32 and WINCE toolsets
7601
      Enable dependancy file generation of C++ files
7602
 
7603
    * label utility ( SOLARIS )
7604
      Fix bug with the escaping of '(' and ')' in cleartool commands
7605
      under unix.
7606
 
7607
Minor changes:
7608
    * label utility
7609
      Added options to:
7610
        o Delete a label
7611
        o Prevent recursion while labeling
7612
        o Control labeling of files missing from a static view
7613
 
7614
    * WIN32 and WINCE toolsets
7615
      Correct problem with the packaging of PDB files. Packaging of the
7616
      PDB files can be controlled with the -Extras= options to the
7617
      Package directives.
7618
 
7619
    * Added GBE_UNIX to the JATS_2 controlled environment. Set by
7620
      jats.pl to be used by utilities to determine the underlying
7621
      system.
7622
 
7623
------------------------------------------------------------------------
7624
Version: JATS_2.27.0                                Released: 10-May-05
7625
------------------------------------------------------------------------
7626
Major changes:
7627
    * MOS Toolset
7628
      The generation of multiple THX's in the one makefile.pl now works
7629
      There was a subtle "closure" problem in the toolset.
7630
 
7631
    * WIN32 Toolset
7632
      Added CompileOption of AddLibs (default) and NoAddLibs
7633
      toolset suppress the addition of thread libraries toolset the link
7634
      list.
7635
 
7636
    * Put a version number in the "interface" information toolset
7637
      allow JATS to generate an error when the "interface" changes.
7638
 
7639
      This version is manually maintained and prone to error.
7640
 
7641
    * GenerateFiles directive one Unix systems was incorrectly
7642
      invoking "sh.exe" instead of "sh"
7643
 
7644
 
7645
Minor changes:
7646
    * SOLARIS_SPARC platform (GCC toolset)
7647
      The process of creating a Shared Libraries creates a soft link
7648
      to the the "GBEBIN" directory. This directory was not listed as
7649
      a prerequisite and was not being created. This problem has been
7650
      corrected.
7651
 
7652
    * JATS will detect an "auto.pl" file and use it as an alternate
7653
      build.pl file. Previously this file was named build.use.pl.
7654
 
7655
    * Correct problem when .PDB files are installed from a merged
7656
      library created from libraries that have been 'installed'
7657
      JATS would create a circular dependancy.
7658
 
7659
------------------------------------------------------------------------
7660
Version: JATS_2.26.0                                Released: 03-May-05
7661
------------------------------------------------------------------------
7662
Major changes:
7663
    * WIN32 Toolset
7664
      Correct a problem linking in required / correct libraries for
7665
      use with multithreaded modes.
7666
 
7667
    * Complete the support for Global build options of --OnlyDebug and
7668
      --OnlyProd.
7669
 
7670
      These options can now be provided in the "Platform" directive
7671
      within the makefile.pl.
7672
 
7673
Minor changes:
7674
    * Platform directive within makefile.pl
7675
      These use of the "*" platform specifier has been modified such
7676
      that options provided within the directive will be added to all
7677
      platforms.
7678
 
7679
      eg:   Platform ('*', '--OnlyProduction' );
7680
 
7681
------------------------------------------------------------------------
7682
Version: JATS_2.25.0                                Released: 29-Apr-05
7683
------------------------------------------------------------------------
7684
Major changes:
7685
    * Correct problem in handling the SOLARIS_SPARC platform.
7686
      The SOLARIS platform is a bit of a kludge for backward
7687
      compatibility. JATS was not differentiating between SOLARIS and
7688
      SOLARIS_SPARC correctly.
7689
 
7690
    * Preliminary Support
7691
      Global build options of --OnlyDebug and --OnlyProd, which are
7692
      mutually exclusive. These may between specified in the build.pl
7693
      file as build arguments in any of the three standard mechanism.
7694
 
7695
        BuildPlatforms ( 'SOLARIS', '--OnlyDebug' );
7696
        BuildProduct   ( 'GAK', 'MOS68K,--OnlyProduction' );
7697
        BuildArgument  ( 'WIN', '--OnlyProduction' );
7698
 
7699
      These options limit processing to either Production or Debug
7700
      building. The default build will build both.
7701
 
7702
Minor changes:
7703
    * Extended the search path that JATS will use attempting to locate
7704
      a build.pl file. JATS will now look in ., build and build/jats
7705
      directories in the current directory and 3 directories up.
7706
 
7707
    * WCEX86A420 toolset
7708
      Added suitable libflags entry. Prevents the warning:
7709
        warning: undefined variable `WCE_LIBFLAGS'
7710
 
7711
 
7712
------------------------------------------------------------------------
7713
Version: JATS_2.24.0                                Released: 21-Apr-05
7714
------------------------------------------------------------------------
7715
Major changes:
7716
    * PackageLib and PackageProg directives now have a --Extra=xxx[,xxx]
7717
      option. Where xxx can be one or more of: none stub map lint debug
7718
      or all.
7719
 
7720
      This option may be used to limit the files that are packaged with
7721
      the library or program.
7722
 
7723
      Eg: PackageLib ('MOS', 'MyThx', '--Extra=none' );
7724
 
7725
      Will only package the .thx file. It will not package the stub
7726
      library or any debug files.
7727
 
7728
    * GenerateFiles
7729
      All processed arguments now support two options.
7730
 
7731
          ie: --Prerequisite(xxxx,--dir)
7732
              directory in which the prereq file is found
7733
 
7734
          ie: --Prerequisite(xxxx,--file)
7735
              The filename of the prereq file
7736
 
7737
    * LinkPkgArchive and BuildPkgArchive will cause the build to fail if
7738
      the required package is not available. A "--package" option, to
7739
      the build command, will prevent this behaviour.
7740
 
7741
 
7742
Minor changes:
7743
    * create_dpkg utility
7744
      Touch descpkg files when packages are merged. This will allow
7745
      utilities that use the timestamp of this file to determine that
7746
      the package has been altered.
7747
 
7748
------------------------------------------------------------------------
7749
Version: JATS_2.23.0                                Released: 14-Apr-05
7750
------------------------------------------------------------------------
7751
Major changes:
7752
    * New toolset: WCEX86A420
7753
      This is a WINCE target
7754
      This uses the ADVANTEC_X86_CE42 SDK
7755
 
7756
    * New toolset
7757
      mpt for the mpt500 platfomr
7758
 
7759
    * Modified toolset
7760
      THYRON - updates from An An Tran
7761
 
7762
    * Modified toolset
7763
      MRI68K. Now supports the Microtec 5.1 68k compiler
7764
 
7765
Minor changes:
7766
    * "cbuild" or "release" command now has a -merge option to allow
7767
      builds from different machines to be merged into dpkg_archive.
7768
 
7769
      The default operation is to replace the package indpkg_archive.
7770
 
7771
    * Simplify the use of GBE_BUILDFILTER
7772
      GBE_BUILDFILTER should be used to limit the creation of makefiles
7773
      to those that are supported by the underlying hardware.
7774
 
7775
      The change allows the construct
7776
        GBE_BUILDFILTER=SOLARIS --TARGET=SOLARIS
7777
      to be replaced by the simpler
7778
        GBE_BUILDFILTER=SOLARIS
7779
 
7780
      The default operation is to allow or disallow all TARGETS of the
7781
      specified name.    
7782
 
7783
 
7784
------------------------------------------------------------------------
7785
Version: JATS_2.22.0                                Released: 13-Apr-05
7786
------------------------------------------------------------------------
7787
Major changes:
7788
    * Dependancy generator
7789
      Extend the number of header files that can be included
7790
      to allow for 4096 included files.
7791
 
7792
------------------------------------------------------------------------
7793
Version: JATS_2.21.0                                Released: 12-Apr-05
7794
------------------------------------------------------------------------
7795
Major changes:
7796
    * Dependancy generator
7797
      Extend the number of header files that can be included
7798
 
7799
------------------------------------------------------------------------
7800
Version: JATS_2.20.0                                Released: 12-Apr-05
7801
------------------------------------------------------------------------
7802
Major changes:
7803
    * The "package.pl" file.
7804
      Setting $Pbase to "." is now supported and will result in the
7805
      package name being taken from the build name
7806
 
7807
      It is an error to set Pbase to a value other than "." or the
7808
      package Build Name.
7809
 
7810
Minor changes:
7811
    * create_dpkg utility
7812
      The -m ( merge) option will not replace a file if it already exists
7813
 
7814
------------------------------------------------------------------------
7815
Version: JATS_2.19.0                                Released: 08-Apr-05
7816
------------------------------------------------------------------------
7817
Major changes:
7818
 
7819
Minor changes:
7820
    * Dependancy generator
7821
      Correct two common situations
7822
        1) // Style comments. The following line was ignored
7823
        2) Allow preprocessor directives to be indents. This is not
7824
           ansi, but is often done.
7825
 
7826
    * GCC toolset
7827
      Corrected operation of the C++ compiler. The object file was not
7828
      being created in the correct place.
7829
 
7830
    * jats "label"
7831
      The -auto -clone options allow a label to be created if its not
7832
      present. Previously this would label all files in the VOB.
7833
 
7834
 
7835
------------------------------------------------------------------------
7836
Version: JATS_2.18.0                                Released: 06-Apr-05
7837
------------------------------------------------------------------------
7838
Major changes:
7839
 
7840
Minor changes:
7841
    * BuildPkgArchive. The transfer of the "pkg" subdirectory has been
7842
      modified. Directories of the form pkg/pkg.$(GBE_MACHTYPE) will
7843
      be transferred to the "pkg" directory.
7844
 
7845
      If there are no directores of the form "pkg.xxxxx" then the entire
7846
      pkg directory will be transferred.
7847
 
7848
    * Transfer to dpkg_acrhive
7849
      Corrected a problem in which a file with the same name as the
7850
      package was not being transferred.
7851
 
7852
------------------------------------------------------------------------
7853
Version: JATS_2.17.0                                Released: 06-Apr-05
7854
------------------------------------------------------------------------
7855
Major changes:
7856
    * Support for solaris_i386
7857
      The JATS toolset has been modified to provide the required
7858
      binaries for this target.
7859
 
7860
      The platform SOLARIS_I386 has been created to build on this target
7861
      with the GCC compiler.
7862
 
7863
      The JATS startup shell has been modified to allow specfic values
7864
      to be imported from the environment. Under Unix such values may
7865
      need to be specified in the /etc/profile file.
7866
 
7867
Minor changes:
7868
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
7869
      will now generate a warning if a "local" directory has not been specified
7870
      with a "BuildInterface" directive in the build.pl file.
7871
 
7872
    * cbuild ( release) utility
7873
      Fxied a problem locating VOBs under Solaris
7874
 
7875
------------------------------------------------------------------------
7876
Version: JATS_2.16.0                                Released: 04-Apr-05
7877
------------------------------------------------------------------------
7878
Major changes:
7879
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
7880
      will generate an error if a "local" directory has not been specified
7881
      with a "BuildInterface" directive in the build.pl file.
7882
 
7883
      The "local" directory should be specified to JATS so that it can
7884
      remove the directory tree with the "clobber" command.
7885
 
7886
    * jats_rewrite.pl utility
7887
      Allow BuildName and LinkPkgArchive directives to contains comments
7888
      with either " or ' characters.
7889
 
7890
    * BuildSubDir - in build.pl
7891
      It is now an error if the specified subdirectory does not exist
7892
      and  does not contain the file "makefile.pl".
7893
 
7894
    * SubDir - in makefile.pl
7895
      It is now an error if the specified subdirectory does not exist
7896
      and  does not contain the file "makefile.pl".
7897
 
7898
    * Jats wrapper
7899
      Added a "-locate" option to force JATS to locate the build.pl file
7900
      and then change to the containing directory before execution
7901
      further commands.
7902
 
7903
Minor changes:
7904
    * WinCe and Win32 toolsets
7905
      Corrected a problem in the generation of .dep files used in the
7906
      creation of Shared Libraries. There was a miss-match between the
7907
      name of the .dep file and its content.
7908
 
7909
------------------------------------------------------------------------
7910
Version: JATS_2.15.0                                Released: 22-Mar-05
7911
------------------------------------------------------------------------
7912
Major changes:
7913
    * WIN32 and WinCE Toolset. New CompileOptions
7914
        NoPDB   - Disable the generation of PDBs
7915
        PDB     - Enable the generation of PDBs (default).
7916
 
7917
      These options operation affect all components within the
7918
      makefile.pl. If the directive is used within the common makefile.pl
7919
      then they will affect all components within the build.
7920
 
7921
      Note: It is not possible to create a merged library in which some
7922
            of the component libraries have PDB's and some do not.
7923
 
7924
Minor changes:
7925
 
7926
------------------------------------------------------------------------
7927
Version: JATS_2.14.0                                Released: 18-Mar-05
7928
------------------------------------------------------------------------
7929
Major changes:
7930
    * The MergeLibrary directive, under WIN32 and WinCe, will publish the
7931
      PDB files associated with the library files being merged.
7932
 
7933
Minor changes:
7934
    * gen_winrc tool can add an icon to a program.
7935
      The utility supports -icon=filename.ico
7936
 
7937
    * The JATS wrapper script command "prod" to build and package the
7938
      production parts. This is similar to the "dev" command.
7939
 
7940
------------------------------------------------------------------------
7941
Version: JATS_2.13.0                                Released: 18-Mar-05
7942
------------------------------------------------------------------------
7943
Major changes:
7944
    * Modified the order in which the makefiles passes operate. Merged
7945
      the make_shlib and the install_shlib into one phase. The
7946
      implication of this is that Shared Libraries that are created can
7947
      "installed" so that other shared libraries can link against them.
7948
      The order in which the makefile.pl's are processed is important as
7949
      this is the order in which the libraries will be created and
7950
      installed.
7951
 
7952
      This solution does not handle mutual shared libraries: two shared
7953
      libraries that depend on each other.
7954
 
7955
      This is an issue only in Solaris and Linux systems that do not
7956
      generate separate stub libraries to link against.
7957
 
7958
Minor changes:
7959
    * WIN32 and WinCE Toolsets
7960
      Building up resources. The RC compiler can now locate resource files
7961
      in the "local" and "interface" directory.
7962
 
7963
    * The version.c, version.h and descpkg files will be created in the
7964
      first directory named with a BuildDir directive, unless a
7965
      "src" directory is encountered. This mimics the operation
7966
      of the older JATS, without the need for a "src" directory.
7967
 
7968
------------------------------------------------------------------------
7969
Version: JATS_2.12.0                                Released: 18-Mar-05
7970
------------------------------------------------------------------------
7971
Major changes:
7972
 
7973
Minor changes:
7974
    * Added a --Depend=xxx[,yyy]+ option to the Src directive
7975
      Not needed for C and C++ files, but may be used in conjunction
7976
      with assembler files to indicate that the file includes another
7977
      file.
7978
 
7979
    * Fixed problem with the local_dpkg_archive consistency test when
7980
      a soft link is used to redirect to the package.
7981
 
7982
    * Win32 and WinCE toolsets
7983
      Added a compiler option to enable Run Time Type Information.
7984
            CompileOptions ('WIN32', 'RTTI' );
7985
 
7986
      Add an option to Shared Library creation to allow the generation of
7987
      a Resource Only DLL. Option is "--ResourceOnly"
7988
 
7989
      Add an option to allow Resources to be built into Static Libraries
7990
      in the same manner at Shared Libraries.
7991
 
7992
    * WinCE toolsets
7993
      Mutual DLL support corrected. Library path is used to resolve
7994
      compiler specific libraries.
7995
 
7996
    * SOLARIS toolset
7997
      Prevent the compiler displaying its command line. This is in line
7998
      with the other tools sets. The commands can be seen with
7999
      OPTIONS=args and this may be set in the users environment.
8000
 
8001
      Modified the cleanup process to delete the links to shared
8002
      libraries. Only files, and not links to files, where being
8003
      cleaned up.
8004
 
8005
    * Microtec tools set (MOS)
8006
      Dependancy generation can display commands with OPTIONS=args
8007
 
8008
    * jats_rewriter.pl
8009
      Allow BuildName and LinkPkgArchive directives to contains arguments
8010
      with either " or ' characters.
8011
 
8012
 
8013
------------------------------------------------------------------------
8014
Version: JATS_2.11.0                                Released: 15-Mar-05
8015
------------------------------------------------------------------------
8016
Major changes:
8017
    * BuildPkgArchive operation
8018
      The entire "include" directory is copied into the interface area
8019
      The installer was trying to be too smart and only copy platform
8020
      specific files,but was missing out many needed subdirectories
8021
 
8022
      Reduce the warnings generated. These were an artifact of the process
8023
      of picking up all the strange variations of the directory structures.
8024
 
8025
    * Cleaned up the handling of object files that were generated by the
8026
      user.
8027
 
8028
    * MOS Microtec Toolset
8029
      Always present an absolute filename to the compiler
8030
      Display a shortened filename to allow the user to track progress
8031
 
8032
      This will remove error messages about the path being too long
8033
      for the   -Gf option.
8034
 
8035
Minor changes:
8036
    * SOLARIS Toolset
8037
      Remove duplicate -KPIC flags on the command line
8038
 
8039
    * Win32 and WinCE Toolset
8040
      Source files are either compiled by the C compiler as C files or
8041
      the C++ compiler as C++ files. The option to allow the compiler to
8042
      figure out what sort of file it is has been removed.
8043
 
8044
------------------------------------------------------------------------
8045
Version: JATS_2.10.0                                Released: 11-Mar-05
8046
------------------------------------------------------------------------
8047
Major changes:
8048
    * Extended BuildName to accept the form
8049
            BuildName ('package_name', 'nn.nn.nn.xxx' );
8050
 
8051
    * MOS68K and MOSCF toolset.
8052
      Extended the --board option to allow the user to define code and
8053
      data addresses for the board.
8054
 
8055
            BuildProduct( 'TP5', 'MOSCF','--board=01234H,05678H' );
8056
 
8057
      Will set the code,data address for the debugable image
8058
 
8059
    * Extended the PackageXxxxx options
8060
      1) Allow --Platform=xxx,yyy
8061
         Where xxx is a directory prefix and yyy is suffix to the
8062
         "platform" name.  Only useful within the context of the
8063
         PackageFile
8064
 
8065
      2) The operation of --Platform=xxx when used by the PackageFile
8066
         directive now treats the xxx directory as a prefix to the
8067
         platform name. Other Package directives still treat it as a
8068
         suffix. In practice this is the logical use.
8069
 
8070
    * Allow InstallLib and PackageLib to install a file that has been
8071
      discovered with a "Src" directive. This allows generated files
8072
      to be installed and packaged.
8073
 
8074
Minor changes:
8075
 
8076
    * cache_dpkg utility
8077
      If a package is found in the local_dpkg_archive then the cache
8078
      entry will be deleted and the master archive will not be accessed.
8079
 
8080
    * label utility
8081
      New option -auto to create and label
8082
 
8083
    * Build WIN32 and WinCe Mutual DLLs with all the object files
8084
      This allows the generated import library to contain C++ names
8085
 
8086
    * The BuildDirTree directive now supports an empty first argument
8087
      This allows a NULL tree.dir file, while still creating the root
8088
      directory. ie:
8089
 
8090
            BuildDirTree    ( '', 'pkg' );
8091
 
8092
    * Fixed DEVIM 00019520
8093
      The problem was that /bin/pwd could return a different path to
8094
      the Cwd:getpwd() function. Solution: Use one mechanism throughout.
8095
 
8096
 
8097
------------------------------------------------------------------------
8098
Version: JATS_2.9.0                                 Released: 28-Feb-05
8099
------------------------------------------------------------------------
8100
Major changes:
8101
    * First release for Back Office and Front Office use.
8102
 
8103
    * Added the jats tool  jats_rewrite.pl to rewrite build.pl files.
8104
      To be used by the nightly build process.
8105
 
8106
    * Work around a problem in the Microtec 68K compiler.
8107
      The compiler uses temp files. If the temp file name that the
8108
      compiler uses already exists, then the compiler will not delete
8109
      the file. Instead it appends information to the existing file.
8110
 
8111
      The workaround is to create the temp files within the build's
8112
      interface directory and to remove all temp files before each
8113
      compilation.
8114
 
8115
      This bug does not affect the Mictotec CF compiler.
8116
 
8117
Minor changes:
8118
    * The "jats clobber" command will remove version definition file, if
8119
      one is being produced.
8120
 
8121
    * Using JATS within a Visual Studio project. The "rebuild all"
8122
      option now translates to the JATS unbuild command to do a better
8123
      job of cleaning the workspace.
8124
 
8125
    * Added GetPackageRoot() directive to support the packaging of MOS
8126
 
8127
    * Generate error message for misuse of the SubDir directive
8128
 
8129
    * Modified BuildName to allow an '-' in the name.
8130
      This provides backward compatibility with existing packages.
8131
 
8132
------------------------------------------------------------------------
8133
Version: JATS_2.8.0                                 Released: 17-Feb-05
8134
------------------------------------------------------------------------
8135
Major changes:
8136
    * Added some new WINCE based targets. These require WINCE SDKs to be
8137
      installed in order for the compilers to work.
8138
 
8139
    * New PLATFORMS are WCEIT3000, WCEPA961 and WCEPCM7220
8140
 
8141
    * All invocations of xmake specify the name of the makefile
8142
      This allow GNUMakefiles and the Jats makefiles to exist in the
8143
      same directory
8144
 
8145
    * Overcome a limitation of the Microtec compiler in which the flag
8146
      _DEBUG is defined enev in production builds - contrary to the
8147
      documenattion.
8148
 
8149
Minor changes:
8150
    * Process of descpkg files allows for both Unix and DOS line endings
8151
      Under Unix JATS would report that the package names don't match
8152
 
8153
    * Corrected a problem with BuildPkgArchive in which file names with
8154
      spaces could not be soft linked. Only affects Unix systems.
8155
 
8156
    * Added a -rename to the "jats label" utility.
8157
      Ensure that the user specified label exists in the VOB
8158
 
8159
    * Correct problem with "make clean" that resulted in a verbose display
8160
      when the verbose option had not been selected
8161
 
8162
    * Correct a problem with "make unbuild". Changes in the build files
8163
      would prevent the execution of the command. This command should
8164
      be exempt from this test.
8165
 
8166
    * Correct a problem with "make clean" in the WIN32 and WINCE
8167
      platforms where the .exp files were not deleted.
8168
 
8169
    * The "JATS clobber" command now invokes "make clobber" and "build
8170
      clobber". The result is as clean a clean as it can be.
8171
 
8172
      Note: Jats "clean" does not remove a lot of files. These can be
8173
      removed with "unbuild" and "unpackage". This is what "clobber"
8174
      does.
8175
 
8176
    * The operation of "build clobber" has been cleaned up. It will
8177
      not try to invoke make if the makefiles have already been removed.
8178
 
8179
 
8180
------------------------------------------------------------------------
8181
Version: JATS_2.7.0                                 Released: 09-Feb-05
8182
------------------------------------------------------------------------
8183
Major changes:
8184
    * First release with support for the DAFBR compiler
8185
 
8186
    * Extended MergeLibrary. Added per-file options of:
8187
        --Interface         - Pull lib from Interface directory
8188
        --Local             - Pull lib from Local directory (default)
8189
        --SubDir=pathname   - Pull lib from a subdirectory
8190
                              Note: xxxx,pathname still works
8191
 
8192
    * Added "jats label" to provide a number of useful labeling
8193
      operations.
8194
 
8195
    * Added extensive help to JATS. JATS -man.
8196
 
8197
    * Added this manual ChangeLog file
8198
 
8199
Minor changes
8200
    * Added an 'ebin' command to jats to allow the JATS binary tools to
8201
      be run in a controlled environment from the command line.
8202
 
8203
    * Prune the list of library paths passed through to the various
8204
      toolsets. If a directory does not have any files in it then the
8205
      directory is not added to the library path.
8206
 
8207
      Thus if a library is located in xxxx/lib/WIN32 then JATS will
8208
      not add the xxxx/lib to the path.
8209
 
8210
    * cbuilder will now look in all VOBs for the user specified label.
8211
      The program has a list of "known" labels which it will search
8212
      first in an attempt to speed up the process.
8213
 
8214
    * The AddFlags directive will issue a warning if the flags does not
8215
      begin with a -D or a -U. The user should not be using compiler
8216
      specific flags.
8217
 
8218
    * The use of linker flags will issue a warning.
8219
 
8220
    * Process the common makefile.pl after the toolset has been
8221
      determined. This allows the toolset to extend the CompileOptions
8222
      such they are available to the common makefile.pl.
8223
 
8224
    * Added the WIN32 CompileOptions "jats_v1" to force JATS to specify
8225
      a number of compile time definitions used by earlier versions of
8226
      JATS.
8227
 
8228
    * Fixed bug in the --Debug option to the PackageProg directives that
8229
      caused both the production and debug versions to be packaged.
8230
 
8231
    * The gen_msproject utility now creates simpler names for the MS
8232
      projects that it creates. The name no longer contains the full
8233
      pathname, thus making them shorter and readable.
8234
 
8235
    * The ShowDlls utility now handles absolute and relative paths to
8236
      the initial DLL or EXE.
8237
 
8238
    * Correct problem in which the use of Generate/Rule directives may
8239
      fail since prerequisite subdirectories were not being created
8240
      since the "generate" phase was not being run.
8241
 
8242
      Added messages to prompt the user to remove Generate, Generated
8243
      and Rule directives. Use the GenerateFiles directive
8244
 
8245
    * JATS.BAT file will exclude LINUX builds by default.
8246
 
8247
    * The make NODEPEND=1 processing now does not recurse at all.
8248
      Previously each subdirectory was visited - only to do nothing.
8249
 
8250
    * Correct a problem in creating stub libraries for MOS targets if
8251
      the stub library object was not listed with the SharedLib's
8252
      objects.
8253
 
8254
    * Correct a problem with the MS Studio support. The invoked make
8255
      command is XXX_all_debug. There was a problem with this command in
8256
      that it did not do any dependancy checking and would not always
8257
      build defendants.