Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
6073 dpurdie 1
------------------------------------------------------------------------
7322 dpurdie 2
Version:  3.18.7000.cr                              Released: 
7320 dpurdie 3
------------------------------------------------------------------------
7322 dpurdie 4
Minor changes:
5
    * Subversion support
6
      The command 'jats svn branch someName' will now create the 'branches'
7
      subdirectory within the Subversion repository if it does not already
8
      exist.
7320 dpurdie 9
 
7322 dpurdie 10
------------------------------------------------------------------------
11
Version:  3.18.6000.cr                              Released: 13-Aug-18
12
------------------------------------------------------------------------
7320 dpurdie 13
Minor changes:
7322 dpurdie 14
    * Unit Test support
15
      Fixed breakage introduced in 3.18.5000.cr 
16
 
17
------------------------------------------------------------------------
18
Version:  3.18.5000.cr                              Released: 07-Aug-18
19
------------------------------------------------------------------------
20
Minor changes:
21
 
22
    * Unit Test support
23
      Added support for 'googletest', via --UtfFormat=gtest
24
 
25
    * Platform: HAMMERHEAD
26
      Correctly marked as having debian packaging support under linux_x64. 
27
 
28
------------------------------------------------------------------------
29
Version:  3.18.4000.cr                              Released: 23-Jul-18
30
------------------------------------------------------------------------
31
Minor changes:
32
 
33
    * JAVA Builds
34
      Fix java version test used when ANT is provided as a dependency.
35
 
36
------------------------------------------------------------------------
37
Version:  3.18.3000.cr                              Released: 23-Jul-18
38
------------------------------------------------------------------------
39
Minor changes:
40
 
41
    * Unit Test support
42
      Added GBE_UTFTEST to Java and Android tools 
43
 
44
------------------------------------------------------------------------
45
Version:  3.18.2000.cr                              Released: 20-Jul-18
46
------------------------------------------------------------------------
47
Minor changes:
48
 
49
    * Unit Test support
50
      Fix UtfFilter_junit.pm so that it will run on all supported architectures
51
 
52
------------------------------------------------------------------------
53
Version:  3.18.1000.cr                              Released: 19-Jul-18
54
------------------------------------------------------------------------
55
Minor changes:
56
    * build command
57
      Added -localcache option to cache packages within the interface
58
      directory. A simple single package caching mechanism.
59
 
60
    * Makefile generation.
61
      Fixed issue where makefile definitions could be created out of order.
62
 
63
    * Unit Test support
64
      Added UTF post processing for junit files as produced by Karma
65
      and possibly other tools.
66
 
67
      Added GBE_UTFTEST. Used by junit processing to support multiple 
68
      test runs in the same build.
69
 
70
------------------------------------------------------------------------
71
Version:  3.18.0000.cr                              Released: 04-Jul-18 
72
------------------------------------------------------------------------
73
Minor changes:
74
    * Build File
75
      Added warnings to build directives that should be removed as they
76
      do nothing and are just noise.
77
 
78
    * Subversion utilities
79
      Extended to handle svn client 1.10 when running against a 1.10 server
80
 
81
    * Utilities: jats_rewrite and jats_upddep now support a '-zero' option
82
      This option will rewrite the build file with version numbers that
83
      are 0.0.0.0000.
84
 
85
------------------------------------------------------------------------
86
Version:  3.17.9000.cr                              Released: 15-May-18
87
------------------------------------------------------------------------
88
Minor changes:
89
    * Restored error in the detection of jats-internal tools within packages 
90
      to allow for badly formed legacy packages.
91
 
92
    * Fix WINCE Entry point calculation
93
 
94
------------------------------------------------------------------------
95
Version:  3.17.8000.cr                              Released: 09-May-18
96
------------------------------------------------------------------------
97
Minor changes:
98
    * Makefile generation
99
      Correct the PATH generated in the set_<PLATFORM>.sh files
100
 
101
------------------------------------------------------------------------
102
Version:  3.17.7000.cr                              Released: 08-May-18
103
------------------------------------------------------------------------
104
Minor changes:
105
    * Available makefile variables
106
      Added $ScmBuildBaseVersion - Contains the version number, without 
107
      the project suffix, patch and build number. Useful in COTS 
108
      packages to provide the non-JATS portion of the 
109
      packages version number.
110
 
111
------------------------------------------------------------------------
112
Version:  3.17.6000.cr                              Released: 08-May-18
113
------------------------------------------------------------------------
114
Internal:
115
    * Extended the detection of jats-internal tools within packages
116
      to allow for toolsets that require a directory structure to be 
117
      maintained (ie: cmake)
118
 
119
------------------------------------------------------------------------
120
Version:  3.17.5000.cr                              Released: 30-Apr-18
121
------------------------------------------------------------------------
122
Minor changes:
123
    * Makefile generation
124
      GenerateFiles - Added --Tool(name) argument
125
      RunTests      - Added --Tool(name) argument
126
 
127
Internal:
128
    * Debug and Verbose functions
129
      Revert to processing array items as one per line if a '++' is 
130
      encountered.
131
 
132
------------------------------------------------------------------------
133
Version:  3.17.4000.cr                              Released: 18-Apr-18 
134
------------------------------------------------------------------------
135
 
136
Minor changes:
137
    * Makefile generation
138
        [JATS-434] - GenerateFiles directive incorrect when 
139
                     prerequisite cannot be found
140
 
141
------------------------------------------------------------------------
142
Version:  3.17.3000.cr                              Released: 18-Apr-18 
143
------------------------------------------------------------------------
144
 
145
Minor changes:
146
    * ANDROID NDK Build Support
147
      Added new platforms: ANDROIDARMV7
148
      This is a part of the ANDROIDNDK alias
149
 
150
------------------------------------------------------------------------
151
Version:  3.17.2000.cr                              Released: 17-Apr-18 
152
------------------------------------------------------------------------
153
 
154
Minor changes:
155
    * WINCE toolchains. Shared Library generation.
156
      The use of --ResourceOnly and -Entry=xxxx are mutually exclusive
157
 
158
    * ANDROID NDK Build Support
159
      Added new platforms: ANDROIDARM64, ANDOROIDMIPS64 and ANDROIDX86_X64
160
      These are a part of the ANDROIDNDK alias
161
 
162
------------------------------------------------------------------------
163
Version:  3.17.1000.cr                              Released: 10-Apr-18
164
------------------------------------------------------------------------
165
 
166
Minor changes:
167
    * VS2015_X64. Added flags to allow the NSIS packager to generate
168
      an installer tagged as X64 instead of WIN32, but default.
169
 
170
    * GenerateFiles directive.
171
      Will display the RecipeTag, if provided, as a hint in backets when 
172
      building the package.
173
 
174
    * Makefile generation
175
      Fixed issues with $(BUILDVERNUM) embedded in rules
176
 
177
Internal:
178
    * Added FileUtils::CatPaths will silently ignore 'undef' arguents
179
      This will simplify creation of optional elements.
180
 
181
------------------------------------------------------------------------
182
Version:  3.17.0000.cr                              Released: 06-Apr-18 
183
------------------------------------------------------------------------
184
 
185
Minor changes:
186
    * GenerateFiles directive.
187
        Added option --RecipeTag=name
188
        Remove 'undef' arguments for the call parameters
189
Internal:
190
    * Added FileUtils::ValidatePath
191
        Centralise the testing of a user-provided path to ensure that
192
        it is within the package being built and is sane.
193
 
194
------------------------------------------------------------------------
195
Version:  3.16.9000.cr                              Released: 04-Apr-18
196
------------------------------------------------------------------------
197
 
198
Minor changes:
199
    * Correct buildfilter calculation on build machines
200
 
201
------------------------------------------------------------------------
202
Version:  3.16.8000.cr                              Released: 27-Mar-18
203
------------------------------------------------------------------------
204
 
205
Minor changes:
206
    * New Directives:
207
        PackageDir  - Packages an entire directory tree
208
            Can be used to package generated components - unlike 
209
            PackageFile with the --DirTree option, which will only package
210
            files present when the makefile is generated.
211
 
212
        InstallDir  - Installs an entire directory tree
213
 
214
    * Makefile directive - RunTest
215
        Added --Dir=(path) option to allow paths to tests to be massaged
216
        as required.
217
 
218
    * Build Alias for LMOS based platforms
219
      Corrected the generation of internal alias for LMOS based platforms
220
      In particular PKG_DEB.
221
 
222
Internal:
223
    * Makefile generation. 
224
        Sped up directory searching over large number of items. 
225
        UniquePush is slow for large items.
226
 
227
    * Add helper routine to assist in creation of plugins
228
        AddToSrc() - Like Src, but will only process one file if not already known
229
 
230
    * Src directive. Add --IgnoreDup option. Suppress warnings on duplicate adds
231
 
232
    * Extended 'jats_runtime' to support PackageDir
233
 
234
------------------------------------------------------------------------
235
Version:  3.16.7000.cr                              Released: 15-Feb-18
236
------------------------------------------------------------------------
237
 
238
Minor changes:
239
    * Directive: MakeProject and the ANDROID platform
240
      Enhanced to allow the the population of the build environment
241
      to work in production or debug Only modes - as well as the normal
242
      production and debug mode.
243
 
244
    * Subversion interface
245
      Detect newer credentials error messages and provide suitable prompt
246
 
247
Internal:
248
    * Removed some files that are now a part of the Release Note 
249
      generation package.
250
 
251
------------------------------------------------------------------------
252
Version:  3.16.6000.cr                              Released: 18-Jan-18
253
------------------------------------------------------------------------
254
 
255
Minor changes:
256
    * Fixed build target LMOS_LINUX_I386
257
      It is meaningless, but is needed for historical builds
258
 
259
    * Toolset: GCC
260
      Correctly tagged the 'dbg' files such that will not be packaged
261
      when packages with the option of '--Extras=none'
262
 
263
    * Makefile generation. DPACKAGE processing
264
      Generated sorted entries so that the file is the same on all machines
265
 
266
------------------------------------------------------------------------
267
Version:  3.16.5000.cr                              Released: 15-Jan-18
268
------------------------------------------------------------------------
269
 
270
Minor changes:
271
    * WINCE Platform tweaks
272
      Prog directive: Added --Stack=0x10000,0x1000
273
      SharedLib directive: Set default entry point to _DllMainCRTStartup
274
 
275
    * Platform: WCE6ARMV4I
276
      Removed from the WINCE alias
277
      Added to the WINCE6 alias
278
 
279
------------------------------------------------------------------------
280
Version:  3.16.4000.cr                              Released: 10-Jan-18
281
------------------------------------------------------------------------
282
 
283
Minor changes:
284
    * New Platform: WCE6ARMV4I
285
      A generic Windows Embedded 6.0 platform
286
      Used under VS2008
287
 
288
    * MakeAnt directive. New option: --AllPackages.
289
      This will cause JATS to pass to the ANT build definitions to all
290
      the dependent packages, not just those specified with a 
291
      LinkPkgArchive.
292
 
293
    * Utility: create_dpkg
294
      Added compatibility for noBuild with Ant Builds
295
 
296
------------------------------------------------------------------------
297
Version:  3.16.3000.cr                              Released: 2-Jan-2018 
298
------------------------------------------------------------------------
299
 
300
Minor changes:
301
    * Utility: jats_generate_deployable
302
        Removed
303
 
304
    * Utility: create_dpkg
305
        Will warn on symlinks with absolute path references
306
        Will warn on symlinks that escape the package
307
        Will warn on broken symlinks
308
        Will not transfer bad links
309
 
310
    * MOS68K and MOSCF Toolsets
311
        Added support to build MOS with JATS
312
        Added Compiler directive: BuildMosOs
313
        Auto detect correct glob.lib file to be used
314
 
315
------------------------------------------------------------------------
316
Version:  3.16.2000.cr                              Released: 20-Nov-17 
317
------------------------------------------------------------------------
318
 
319
Minor changes:
320
    * Reinstated TOOLS\jats_generate_deployable.pl
321
 
322
    * Subversion Repository location
323
      The correct paths to the various SubVersion repositories is:
324
        GBE_SVN_URL_AUPERASVN01: https://auawsasvn001.vix.local/svn
325
        GBE_SVN_URL_FRBESASVN01: http://frbesasvn01.frbesa.erggroup.com/svn
326
      Windows users may need to update there jats.bat file.
327
      These are Fully Qualified Domain Names.    
328
 
329
------------------------------------------------------------------------
330
Version:  3.16.1000.cr                              Released: 17-Nov-17
331
------------------------------------------------------------------------
332
 
333
Minor changes:
7320 dpurdie 334
    * Makefile creating
335
      Fixed issue locating tools in packages and the failure to extend
7322 dpurdie 336
      PERLs search path to locate some extensions - ie in the utf package.
7320 dpurdie 337
 
338
    * BuildArgument directive
339
      Delay processing the arguments so that aliases may work as expected.
340
 
7322 dpurdie 341
   * jUnit Test Prost Process
342
     Support the <skipped /> tag correctly
343
 
7320 dpurdie 344
------------------------------------------------------------------------
345
Version:  3.16.0000.cr                              Released: 02-Nov-17
346
------------------------------------------------------------------------
347
 
348
Minor changes:
349
    * Fix issue with empty GBE_BUILDFILTER and user defined GBE_PLATFORM
350
 
351
    * Deprecated use of SOLARIS under Solaris8
352
      Must use SOLARIS8_SPARC32
353
 
354
    * Sandbox
355
      Detect, report and ignore nested sandboxes
356
      Added --OnlyLevel=n option to facilitate escrow builds.
357
 
358
    * Escrow Builds
359
      Added GBE_DPKG_ESCROW to greatly simplify the process of escrow
360
      building by allowing an escrow to be performed within a jats
361
      sandbox. Unfortunately the sandbox does not support the old 
362
      JANTS style packages that many older projects use.
363
 
364
    * RHEL7, UBUNTU14 and UBUNTU16 builds
365
      Use '-std=gnu++11' for building c++ files.
366
 
367
    * Makefile generation
368
      Fix issues with the '--FromPackage' option when working against the secured
369
      dpkg_archive.
370
 
371
    * Extraction from subversion
372
      Relaxed the check for a 'tags' subdirectory with a package.
373
 
374
    * Directive: InstallHdr and PackageHdr
375
      Added --Strip=nn option to strip the first 'n' elements from the path.
376
 
377
Internal:
378
    * Major rework of the build target processing
379
      Simplified the creation of platform morphs
380
      Better detection of platforms not covered in the build
381
      Extended some displays form 79 character to 100.
382
 
383
------------------------------------------------------------------------
384
Version:  3.15.1000.cr                              Released: 19-Oct-17
385
------------------------------------------------------------------------
386
 
387
Minor changes:
388
    * Utility: jats_generate_deployable
389
      Tweaks to support non-standard debian packages provided by Oracle.
390
 
391
------------------------------------------------------------------------
392
Version:  3.15.0000.cr                              Released: 02-Oct-17
393
------------------------------------------------------------------------
394
 
395
Minor changes:
396
    * Platforms GENRIC_<MACHTYPE>
397
      Corrected generation of makefiles - 2nd attempt
398
 
399
    * Utility: jats_generate_deployable
400
      Added RHEL7 support
401
 
402
------------------------------------------------------------------------
7310 dpurdie 403
Version:  3.14.9000.cr                              Released: 27-Sep-17
404
------------------------------------------------------------------------
405
 
406
Minor changes:
407
    * Platforms GENRIC_<MACHTYPE>
408
      Corrected generation of makefiles.
409
 
410
------------------------------------------------------------------------
411
Version:  3.14.8000.cr                              Released: 26-Sep-17
412
------------------------------------------------------------------------
413
 
414
Minor changes:
415
    * Makefile generation: 
416
        [JATS-425] WCEPSPC_emu not seen as a part of the WINCE alias
417
        Affects all platforms with lowercase characters in the platform 
418
        name.
419
 
420
------------------------------------------------------------------------
7307 dpurdie 421
Version:  3.14.7000.cr                              Released: 15-Sep-17 
7304 dpurdie 422
------------------------------------------------------------------------
423
 
424
Minor changes:
7307 dpurdie 425
    * Utility: sandbox
426
      Fixed issues with the 'buildfilter' command. The data is stored in the 
427
      sandbox_dpkg_archive subdirectory.
428
 
429
      Added options to:
430
         - Display path to build file
431
         - Handle packages with multiple builders
432
 
433
    * Templates
434
      Fixed some poor examples
435
 
436
    * New platform: SK100 (Experimental)
437
      Added an alias for the SK family of platforms.
438
      Includes special handling of Linker Scripts
439
 
440
    * Utility: jats_generate_deployable
441
      Added option to generate symlinks to packages instead of transferring
442
      the body of the package. 
443
 
444
Internal changes:
445
    * Error directive support message prefix to simplify error processing.
446
 
447
------------------------------------------------------------------------
448
Version:  3.14.6000.cr                              Released: 04-Sep-17
449
------------------------------------------------------------------------
450
 
451
Minor changes:
452
    * Utility: jats_generate_deployable
453
      Support for RPM cots packages.
454
 
455
    * Utility: sandbox
456
      Add command: scandepth - to display/set the default scan depth for build files
457
 
458
      Added options to the 'info' command:
459
        -[no]dependencies   - Display external dependencies (default)
460
        -[no]buildorder     - Display build order (default)
461
 
462
------------------------------------------------------------------------
463
Version:  3.14.5000.cr                              Released:16-Aug-17 
464
------------------------------------------------------------------------
465
 
466
Minor changes:
467
    * Utility: jats_generate_deployable
468
      Added support to allow the inclusion of the uigen-pulse package
469
      Changes to the 'alas' name generation process
470
 
7304 dpurdie 471
    * Build Directives: BuildPlatforms and BuildProducts
472
        The --Uses=XXX and --Alias=XXX options support a comma and a colon 
473
        separated list. The colon seperated list will aviod parsing 
474
        confusion.
475
 
476
        The following all have the same effect:
477
            BuildPlatforms ('P1', '--Uses=P2:P3' );
478
            BuildPlatforms ('P1', '--Uses=P2,P3' );
479
            BuildPlatforms ('P1,--Uses=P2:P3' );
480
            BuildPlatforms ('P1','--Uses=P2', '--Uses=P3' );
481
 
482
       The folling will not:
483
            BuildPlatforms ('P1,--Uses=P2,P3' );
484
 
485
    * Utility: sandbox
486
      Add 'testlinks' command to test, and optionally delete, the package
487
      symlinks.
488
 
489
------------------------------------------------------------------------
490
Version:  3.14.4000.cr                              Released: 07-Aug-17 
491
------------------------------------------------------------------------
492
 
493
Minor changes:
494
    * Utility: jat_svnrelease [JATS-424]
495
      Handle obscure condition where the tag has been created directly from
496
      a merge and the merge involved the deletion of files from the fileset.
497
 
498
    * Buildfiles.
499
      Restored VS2005 to the MSWIN32 alias
500
 
501
------------------------------------------------------------------------
502
Version:  3.14.3000.cr                              Released: 02-Aug-17 
503
------------------------------------------------------------------------
504
 
505
Minor changes:
506
    * Utility: jats_generate_deployable
507
      Can create .bomGen file from scratch
508
      Improved reporting of files add, removed and updated
509
 
510
    * Makefile generation
511
      Correctly export 'PACKAGE_ARCH' as a global
512
 
513
------------------------------------------------------------------------
7300 dpurdie 514
Version:  3.14.2000.cr                              Released: 04-Jul-17 
6142 dpurdie 515
------------------------------------------------------------------------
516
 
517
Minor changes:
7300 dpurdie 518
    * Platform: RHEL7_INSTRUMENT
519
      Marked as a NATIVE build.
520
 
521
    * Platforms: LMOS_*
522
      Inherit system aliases from base platform configuration.
523
 
524
------------------------------------------------------------------------
525
Version:  3.14.1000.cr                              Released: 03-Jul-17 
526
------------------------------------------------------------------------
527
 
528
Minor changes:
529
    * Updated copyright notices in all files
530
 
531
    * jats_extract
532
      Will no longer create a 'local_dpkg_archive'
533
      The use of a 'local_dpkg_archive' is deprecated in favor of the jats 
534
      'sandbox', which does a much better job.
535
 
536
    * Utility: jats_generate_deployable
537
        Windows: Fixed compilation error
538
 
539
    * Platform: RHEL7_INSTRUMENT
540
      Added missing configuration file
541
 
542
------------------------------------------------------------------------
543
Version:  3.14.0000.cr                              Released: 23-Jun-17
544
------------------------------------------------------------------------
545
 
546
Minor changes:
547
    * JAVA Platform [JATS-420]
548
      The java builder can use an 'ant' provided by a suitable package
549
      ie: ant_1.9.2.0000.cots
550
 
551
------------------------------------------------------------------------
552
Version:  3.13.9000.cr                              Released: 22-Jun-17 
553
------------------------------------------------------------------------
554
 
555
Minor changes:
556
    * Corrected use of shell 'echo' command
557
        Always quote the string
558
        Issue was the unquoted use of a string that contained matching square brackets
559
            ie: echo [$<] Compiling..
560
        The [..] construct is a filename expanding construct.
561
 
562
     * Win32 and Win64 makefile generation
563
       Allow the 'cmdfile' commands to be shown in verbose mode.
564
 
565
     * Makefile generation
566
       Fixed issue with some build formats and a bug in cmdfile when no path item
567
       has a directory separator.
568
 
569
------------------------------------------------------------------------
570
Version:  3.13.8000.cr                              Released: 16-Jun-17  
571
------------------------------------------------------------------------
572
 
573
Minor changes:
574
    * Makefiles: New Directive: ExtendIncDir
575
        ExtendIncDir ('*', 'private' );
576
      Specialised use only. See MASS-00166
577
 
578
    * Utility: jats_svnrelease
579
      The 'extractFiles' option will display the files extracted when 
580
      running on a build machine.
581
 
582
    * Windows builds
583
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
584
      Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles
585
 
586
 
587
------------------------------------------------------------------------
588
Version:  3.13.7000.cr                              Released: 13-Jun-17 
589
------------------------------------------------------------------------
590
 
591
Minor changes:
592
    * Utility: jats
593
        Added option -script. Supresses internal warnings when capturing
594
        output within a scripting environment.
595
 
596
    * Utility: sandbox
597
      Allow the build.pl file to be upto 4 directories deep
598
        Slows down sandbox scanning
599
        Provides backward compatability with old projects
600
 
601
    * Makefile directive: MakePerl
602
        Added option to control the output format to better support multiple
603
        build machines.
604
 
605
    * Build File
606
      Fixed handling of aliases that broke the (not recommended) construct
6142 dpurdie 607
        BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );
608
 
7300 dpurdie 609
    * Windows builds
610
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
611
 
612
Experimental:
613
    * New platform: RHEL7_INSTRUMENT and RHEL7
614
        Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64
615
 
616
    * Makefiles. New aliases
617
        PKG_DEB, PKG_RPM and PKG_WIN
618
        Internal use only at the moment
619
 
6142 dpurdie 620
------------------------------------------------------------------------
6133 dpurdie 621
Version:  3.13.6000.cr                              Released: 04-May-17
6085 dpurdie 622
------------------------------------------------------------------------
623
 
624
Minor changes:
6133 dpurdie 625
    * Makefile directive: PackageFiles
626
      Added option: --PreserveSymlinks. 
627
        Used internally for preserving symlinks when building SDKs
628
 
629
    * Utility: jats_generate_deployable
630
      Ongoing improvements.
631
 
632
Internal:
633
    Class: JatsCopy::CopyDir
634
        Added options
635
            NoRecurse
636
            NoSubDirList
637
 
638
------------------------------------------------------------------------
639
Version:  3.13.5000.cr                              Released: 13-Apr-17
640
------------------------------------------------------------------------
641
 
642
Minor changes:
643
    * Makefiles: Enhanced platform specifier
644
      Allows mixed use of included and excluded platform names.
645
        ie: Src ('DEVLINUX,!UBUNUT12', .... )
646
 
647
    * New Utilities: jats_generate_deployable, jats_generate_bom
648
      Experimental utilities for generation of BOMS
649
 
650
------------------------------------------------------------------------
651
Version:  3.13.4000.cr                              Released: 31-Mar-17 
652
------------------------------------------------------------------------
653
 
654
Minor changes:
655
    * Build Files. BuildSrcArchive
656
      Exclude .svn sub directories.
657
 
658
    * Utility: jats_sandbox
659
      Improved behaviour of packages that do not build with the current
660
      build filters. They will be silently skipped and not create 
661
      build errors.
662
 
663
    * Build Files - New alias : INSTRUMENT
664
      This is an alias for active instrumented build targets
665
 
666
    * Build Files - New directive : BuildAliasDef
667
      Shorthand for
668
        BuildAlias ('xxx,--Define', ... );
669
      This is the preferred method for defining aliases
670
 
671
    * Build Files - BuildAlias directive
672
      The build alias has been extended to support the use of a '!' operator
673
      This allows one, or more platforms to be removed from a definition.
674
      Examples: 
675
        BuildAlias( 'A1,--Define', 'DEVLINUX,!ARM9TDMI');
676
        BuildAliasDef ('A1', 'DEVLINUX,!ARM9TDMI'); 
677
            All platforms covered by the DEVLINUX alias, except ARM9TDMI
678
 
679
        BuildAlias( 'A2,--Define', '!ARM9TDMI');
680
        BuildAliasDef( 'A2', '!ARM9TDMI');
681
            All active platforms, except the ARM9TDMI.
682
 
683
    * Platforms: GENERIC_XXX
684
      Improved operation of machType based generic platforms when used within the
685
      build system.
686
 
687
Experimental:
688
    * Support for Red Hat Enterprise Linux 7
689
      Compiler is supported via the new platform RHEL7
690
      Jats support is provided via a machine type of linux_x64.
7300 dpurdie 691
      This will change 
6133 dpurdie 692
 
693
------------------------------------------------------------------------
694
Version:  3.13.3000.cr                              Released: 13-Mar-17
695
------------------------------------------------------------------------
696
 
697
Minor changes:
698
    * Build Files. BuildSrcArchive
699
      Added a 'platform' argument. It is only used on build machines to
700
      prevent the archive being build on multiple machines.
701
 
702
------------------------------------------------------------------------
703
Version:  3.13.1000.cr                              Released: 01-Mar-17 
704
------------------------------------------------------------------------
705
 
706
Minor changes:
707
    * Directive: MakePerlModule
708
      Fixed build issues associated with building Perl Modules under VS2012.
709
      Minor differences in the operation of nmake.
710
 
711
    * Build Files
712
      Handle build.pl files with out a BuildInterface directive
713
      Will force an interface directory called 'interface'
714
 
715
      Modified parsing of the BuildName to handle some instances of
716
      incorrect use of the '--RelaxedVersion' option.
717
 
718
      Note: This option is to be deprecated. Do not use it.
719
            Jats will handle '.cots' packages correctly by itself.
720
 
721
   * New Platforms: GENERIC_XXX
722
     A collection of platforms (Alias of GENERICS) that provide an architecture 
723
     specific  build target. The name of the target is created by joining the
724
     keyword GENERIC_ with the Jats Machine Type. 
725
        ie: GENERIC_WIN32, GENERIC_LINUX_I386, GENERIC_LINUX_X64
726
 
727
     These targets cannot be mixed with non-generic targets (on the same machine), nor the GENERIC
728
     build target. It is possible to mix GENERIC_WIN32 with UBUNTU16 as they appear on
729
     different architectures.
730
 
731
     The targets function is in a similar manner to the GENERIC build target, but
732
     are directed to one or more machines.
733
 
734
     Intended uses:
735
        Windows: Creating installers. 
736
                 The NSIS builder does not require a compiler toolchain.
737
 
738
       All: Specialized packaging.
739
 
740
    * Makefiles
741
      New option in the platform specifier. --Alias=alias1[:alias2]*
742
      Allows the directive to be true if the current build has the specified alias.
743
      Eg:
744
        PackageFile ('--Alias=TOOLSET',DEVLINUX', ...)
745
      Will package the file(s) if the current build is for a platform that is
746
      a part of the TOOLSET alias AND is also member of the DEVLINUX alias.
747
      It could also have been written as:
748
        PackageFile ('--Alias=TOOLSET',--Alias=DEVLINUX', ...)
749
      but NOT as:
750
        PackageFile ('--Alias=TOOLSET:DEVLINUX', ...)
751
        PackageFile ('TOOLSET,DEVLINUX', ...)
752
            as these will be true if current platform is a TOOLSET or DEVLINUX
753
 
754
    * Utility: sandbox
755
      Subcommand info 
756
        - Added option to test fingerprints
757
        - Display status in a column for easy reading
758
 
759
------------------------------------------------------------------------
760
Version:  3.13.0000.cr                              Released: 20-Feb-17
761
------------------------------------------------------------------------
762
 
763
Minor changes:
764
    * New build.pl directive BuilToolset.
765
      This directive will enable the generation of the TOOLSET alias.
766
      Provides a sanity test to ensure that tools can be built.
767
      Includes options to limit use to specific architectures
768
 
769
    * Support for building many of the platforms on a linux_x64 based machine
770
      Previously many of the compiler were limited to the Ubuntu12 machines.
771
      These can now be built on an Ubuntu16 based machine.
772
 
773
    * GenerateFiles directive
774
      Added --Var(Toolset) and --Var(Native).
775
 
776
    * Utility: sandbox
777
      Added a 'fingerprint' command to manipulate packages fingerprints.
778
 
779
      Sped up the location of build files. The results are cached and 
780
      recalulated if the user adds or removes packages from the sandbox.
781
 
782
Internal changes:
783
    * Centralizing build platform information.
784
 
785
------------------------------------------------------------------------
786
Version:  3.12.9000.cr                              Released: 10-Feb-17 
787
------------------------------------------------------------------------
788
 
789
Minor changes:
790
    * Build File. BuildExclude directive
791
      Added special platform of 'INSTRUMENT'. This will exclude 
792
      all Instrumented builds.
793
 
794
    * 64 Bit Linux Build Machines
795
      Allowed Java to be built on such machine - if it is installed.
796
 
797
    * Build Alias - TOOLSET
798
      Changed the manor in which the alias is calculated.
799
      On a build machine it will use the BUILDFILTER to determine which 
800
      machine may build the toolset.
801
 
802
      On a developers machine it will use the first suitable available 
803
      platform.
804
 
805
------------------------------------------------------------------------
806
Version:  3.12.8000.cr                              Released: 07-Feb-17
807
------------------------------------------------------------------------
808
 
809
Minor changes:
810
    * Utility: sandbox
811
      Changed method of accessing SHA1 routines to allow compatibility
812
      with older versions of Perl.
813
 
814
------------------------------------------------------------------------
815
Version:  3.12.7000.cr                              Released: 07-Feb-17
816
------------------------------------------------------------------------
817
 
818
Minor changes:
819
    * Build Processing
820
      Removed processing of CVS change log and associated command line options
821
      It is not used.
822
 
823
      Tweaks to the calculation of the TOOLSET alias to allow it to work when
824
      the build system is split across multiple machines.
825
 
826
    * Utility: escrow
827
      Added -skim option
828
 
829
    * Utility: sandbox
830
      Many improvements:
831
        Can be invoked in a subdirectory and will only build packages required
832
        by the package that contains the current subdirectory.
833
 
834
        Package build order is alphabetic, within each build level.
835
 
836
        Added '-keepgoing' option to several commands to allow processing even
837
        if an error is detected.
838
 
839
        Generate a package fingerprint and use it to determine if a package
840
        needs to be rebuilt at all.
841
 
842
        Added 'skip' and 'unskip' commands to allow a package to be marked to be
843
        skipped during the build.
844
 
845
        The 'info' subcommand indicates which packages have been built.
846
 
847
------------------------------------------------------------------------
848
Version:  3.12.6000.cr                              Released: 06-Feb-17
849
------------------------------------------------------------------------
850
 
851
Minor changes:
852
    * New build Alias - TOOLSET
853
      TOOLSET is, at most, one platform in the current build, which build 
854
      artifacts that can be expected to run on the build machine.
855
 
856
      The TOOLSET alias has been created to simplify the support
857
      for building and packaging of JATS-internal utilities.
858
 
859
------------------------------------------------------------------------
860
Version:  3.12.5000.cr                              Released: 30-Jan-17
861
------------------------------------------------------------------------
862
 
863
Minor changes:
864
    * JATS Wrapper
865
      Changes to the package location library to allow JATS to locate
866
      build files in very deep directory trees. Windows path limits
867
      were causing some issues.
868
 
869
------------------------------------------------------------------------
870
Version:  3.12.4000.cr                              Released: 25-Jan-17
871
------------------------------------------------------------------------
872
 
873
Minor changes:
874
    * VS2015, VS2015_X64 and CSHARP2015 builds
875
      Minor tweaks to the configuration and detection of the installed compiler
876
 
877
------------------------------------------------------------------------
878
Version:  3.12.3000.cr                              Released: 24-Jan-17
879
------------------------------------------------------------------------
880
 
881
Minor changes:
882
    * New JATS Platforms: VS2015, VS2015_X64 and CSHARP2015
883
 
884
Internal:
885
    * Support to extract build aliases from the build metadata.
886
 
887
------------------------------------------------------------------------
888
Version:  3.12.2000.cr                              Released: 11-Jan-17
889
------------------------------------------------------------------------
890
 
891
Minor changes:
892
    * JATS Build
893
      Removed warning about duplicate function definition
894
 
895
------------------------------------------------------------------------
896
Version:  3.12.1000.cr                              Released: 10-Jan-17
897
------------------------------------------------------------------------
898
 
899
Minor changes:
900
    * New Platforms: UBUNTU16 and UBUNTU16_INSTRUMENT
901
      Uses gcc 5.4.0
902
      For packages to be deployed under Ubuntu16 LTS
903
 
6085 dpurdie 904
    * Utility: vcsdiff
905
      Added option to allow users to extend the 'diff' command line
906
      Requires knowledge of the underliying diff utility being used
907
      on the particular platform.
908
 
909
------------------------------------------------------------------------
6079 dpurdie 910
Version:  3.12.0000.cr                              Released: 16-Nov-16
911
------------------------------------------------------------------------
912
 
913
Minor changes:
914
    * Build Alias
915
      Removed 'LINUX_I386' from the 'LINUX' alias
916
      LINUX_I386 should only be used to build JATS tools.
917
 
918
------------------------------------------------------------------------
6073 dpurdie 919
Version:  3.11.9000.cr                              Released: 11-Nov-16
920
------------------------------------------------------------------------
6065 dpurdie 921
 
6073 dpurdie 922
Minor changes:
923
    * Packaging directives
924
      Corrected escaping of ${GBE_TYPE} as well as the preferred $(GBE_TYPE)
925
      as seen in some Java-centric packages.
926
 
927
    * BuildPkgArchive directive
928
      [JATS-411] Detect when the the users build filter has been modified
929
      pick up new build artifacts.
930
 
4362 dpurdie 931
------------------------------------------------------------------------
6065 dpurdie 932
Version:  3.11.8000.cr                              Released: 08-Nov-16 
933
------------------------------------------------------------------------
934
 
935
Minor changes:
936
    * jats.bat and related example config files
937
      Added GBE_SVN_URL_AUPERASVN02 to support the new Repo Server
938
 
939
    * MergeLibrary directive
940
      Corrected escaping of $(OBJDIR).
941
 
942
------------------------------------------------------------------------
5999 dpurdie 943
Version:  3.11.7000.cr                              Released: 23-Sep-16
944
------------------------------------------------------------------------
945
 
946
Minor changes:
947
    * Makefile Package and Install directives
948
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
949
                             in the name
950
      Prevent colon escaping on Windows machines as it doesn't work and
951
      interferes with sme valid file names.
952
 
953
------------------------------------------------------------------------
5995 dpurdie 954
Version:  3.11.6000.cr                              Released: 23-Sep-16
955
------------------------------------------------------------------------
956
 
957
Minor changes:
5999 dpurdie 958
    * [JATS-406] Dependency generation fails when building linux_drivers_viper
5995 dpurdie 959
      Fixed an issue in JATS' mkdepend utility. Detect attempts to divide 
960
      and mod by zero and generate an error and not a program fault.
961
 
962
------------------------------------------------------------------------
963
Version:  3.11.5000.cr                              Released: 22-Sep-16
964
------------------------------------------------------------------------
965
 
966
Minor changes:
967
    * Makefile Package and Install directives
968
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
969
                             in the name
970
      Centralized handling of filename escaping.
971
 
972
      Note: The 'colon' character is not supported under Windows. This is a
973
      limitation of Windows, not JATS. The use of a colon in a file name is
974
      strongly discouraged. Such files can only be manipulated under Unix.
975
 
976
    * Make operations uninstall, unpackage and clobber
977
      Improved the deletion of files such that only files that exist will 
978
      be logged as deleted.
979
 
980
------------------------------------------------------------------------
5987 dpurdie 981
Version:  3.11.4000.cr                              Released: 21-Sep-16
982
------------------------------------------------------------------------
983
 
984
Minor changes:
985
    * RunTest directive. Windows Only
986
      [JATS-404] RunTest under Windows does not handle paths correctly
987
 
988
------------------------------------------------------------------------
5970 dpurdie 989
Version:  3.11.3000.cr                              Released: 29-Aug-16
990
------------------------------------------------------------------------
991
 
992
Minor changes:
993
    * Platform: VS2010 and VS2012
994
      [JATS-176] Generate Visual Studio Property Sheet to simplify use within JATS
995
      Add build directive 'BuildPropertyPages' - See MASS-00166
996
 
997
------------------------------------------------------------------------
5941 dpurdie 998
Version:  3.11.2000.cr                              Released: 04-Aug-16
999
------------------------------------------------------------------------
1000
 
1001
Minor changes:
1002
    * Utility: timeout - All supported Unix platforms
1003
      Addressed [JATS-396] - timeout utility can hang - Unix 
1004
 
1005
------------------------------------------------------------------------
5935 dpurdie 1006
Version:  3.11.1000.cr                              Released: 03-Aug-16
1007
------------------------------------------------------------------------
1008
 
1009
Minor changes:
1010
    * Utility: timeout (linux)
1011
      Addressed [JATS-396] - timeout utility can hang - linux
1012
 
1013
------------------------------------------------------------------------
5910 dpurdie 1014
Version:  3.11.0000.cr                              Released: 27-Jul-16
5909 dpurdie 1015
------------------------------------------------------------------------
1016
 
1017
Minor changes:
1018
    * Configuration
1019
      Changed templates and scripts to reflect the new location of the
1020
      Release Manager database. Correct configuration is:
5914 dpurdie 1021
        GBE_RM_LOCATION=jdbc:oracle:thin:@auawsards001.vix.local:1521:RELEASEM
5909 dpurdie 1022
 
1023
    * Release Manager Database interface
1024
      Improved performance of tools that access the Release Manager database.
1025
 
1026
    * Utility: test_rmconnection
5914 dpurdie 1027
      Added options to allow separate testing of the Database and the Webserver.
5909 dpurdie 1028
 
1029
------------------------------------------------------------------------
5885 dpurdie 1030
Version:  3.10.14000.cr                              Released: 12-Jul-16
5882 dpurdie 1031
------------------------------------------------------------------------
1032
 
1033
Minor changes:
1034
    * Jats Build
1035
      [JATS-266] jats install and package - does not preserve symbolic links
5885 dpurdie 1036
      Shared libraries, under Unix, are created with one or two symlinks to 
5882 dpurdie 1037
      the library: link and soname.
1038
      When the shared library is Installed or Packaged the symlink was not 
1039
      preserved resulting in a much larger package that really required.
1040
 
1041
      Shared library symlinks are marked and are now copied so as to 
1042
      preserve the symlink.
1043
 
5884 dpurdie 1044
    * Jats make - Instrumented builds
1045
      [JATS-350] GCOV creates files in uncontrolled locations within the build system
1046
      The files generated by gcov are now contained within the package
5882 dpurdie 1047
 
5884 dpurdie 1048
      [JATS-395] GCOV does not work for all build topologies
1049
      Improved the extraction of gcov information to allow for all 
1050
      build topologies.
1051
 
1052
      Reduced the output when running the code coverage tools
5885 dpurdie 1053
      The can be re-enabled by adding an 'options=args' to the make 
5884 dpurdie 1054
      command.
1055
 
1056
      Simplified the processing of the coverage data.
1057
 
1058
 
5882 dpurdie 1059
------------------------------------------------------------------------
5878 dpurdie 1060
Version:  3.10.13000.cr                              Released: 08-Jul-16
5872 dpurdie 1061
------------------------------------------------------------------------
1062
 
1063
Minor changes:
1064
    * Jats Installation
1065
      Improved post install script to hook into build system automated 
1066
      deployment.
1067
 
5878 dpurdie 1068
    * Build Generation
1069
      [JATS-374] Units tests can't run if soname libraries are not present
1070
        Generate sonames to the shared libraries present in dependent packages
1071
        Extend the library search path to include this sonames.
1072
 
1073
    * Makefile directive GenerateFiles
1074
      Corrected error introduced in 3.10.12000.cr 
1075
 
5872 dpurdie 1076
------------------------------------------------------------------------
5868 dpurdie 1077
Version:  3.10.12000.cr                              Released: 07-Jul-16
5859 dpurdie 1078
------------------------------------------------------------------------
1079
 
1080
Minor changes:
1081
    * Improved use of cppcheck - Static code analysis (Adrien Oliva)
1082
        Enable all possible check
1083
        Force analysis of all pre-processor branch
1084
        Remove false positive
1085
            Missing include, unused function and unmatched suppression
1086
        Configure cppcheck to ignore files provided by the compiler
5867 dpurdie 1087
            We do not want to analyze compiler
5859 dpurdie 1088
        Fix variable name
1089
 
5862 dpurdie 1090
    * GCC Toolchain
1091
      Improved header file dependency generation through correct calculation
1092
      of the compiler header file search paths.
5859 dpurdie 1093
 
5862 dpurdie 1094
    * IAR Toolchain
1095
      Corrected the generation of the Program Loader
5859 dpurdie 1096
 
5862 dpurdie 1097
    * Internal Utility: cache_dpkg
1098
      Improved handling (under windows) of files with the same name but
1099
      different case. Generate a clear warning message.
1100
 
5868 dpurdie 1101
    * Makefile directive GenerateFiles [JATS-178]
1102
      Attempting to generate a file that is also marked as a source file is
5867 dpurdie 1103
      now an error.
1104
 
5859 dpurdie 1105
------------------------------------------------------------------------
5868 dpurdie 1106
Version:  3.10.11000.cr                              Released: 01-Jul-16
5848 dpurdie 1107
------------------------------------------------------------------------
1108
 
1109
Minor changes:
5859 dpurdie 1110
    * Jats internal utility 'timeout'
1111
      Improved stability under Server 2013
1112
      Reinstated use of 'timeout' in unit tests running under Windows.
5848 dpurdie 1113
 
5859 dpurdie 1114
    * Utility: jats -buildfiter=xxx
1115
      Corrected the operation of the -buildfilter=xxx option when used 
1116
      within a sandbox.
5848 dpurdie 1117
 
1118
------------------------------------------------------------------------
5868 dpurdie 1119
Version:  3.10.10000.cr                              Released: 28-Jun-16 
5818 dpurdie 1120
------------------------------------------------------------------------
1121
 
1122
Minor changes:
5859 dpurdie 1123
    * Platform: CORTEXM3_ARM
1124
      Corrected the generation of the Program Loader
5830 dpurdie 1125
 
5859 dpurdie 1126
    * UBUNUTU12C11_INSTRUMENT and UBUNUTU12_INSTRUMENT platforms
1127
      lcov includes branch coverage
1128
 
1129
    * All _INSTRUMENT targets
1130
      Limit coverage to file within the package
1131
      Now excludes all external libraries
5818 dpurdie 1132
 
5859 dpurdie 1133
      The 'make clean' operation will remove intermediate files generated 
1134
      by the coverage.
5818 dpurdie 1135
 
1136
    * Unit Tests
5859 dpurdie 1137
      'make clean' now removes temp 'rc' file generated while running the test
5818 dpurdie 1138
 
5859 dpurdie 1139
    * Internal Utility: cache_dpkg
1140
      [JATS-388] Package caching does not support multiple instances updating 
1141
      the same version
5818 dpurdie 1142
 
5859 dpurdie 1143
    * Internal Utility: cache_dpkg
1144
      assemble_dpkg - purge stale package fragments from the package fragment 
1145
      assembly area.
5828 dpurdie 1146
 
5859 dpurdie 1147
    * Sandbox
1148
      [JATS-389] Sandbox does not support packages that use deployment
1149
      directives.
5819 dpurdie 1150
 
5818 dpurdie 1151
------------------------------------------------------------------------
5796 dpurdie 1152
Version:  3.10.9000.cr                               Released: 14-Jun-16 
5792 dpurdie 1153
------------------------------------------------------------------------
1154
 
1155
Minor changes:
5859 dpurdie 1156
    * [JATS-372] Long pathnames kill metrics gathering
1157
      See Jira issue for full details
5792 dpurdie 1158
 
5859 dpurdie 1159
    * [JATS-373] UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
1160
      Specify the dynamic linker used to load programs generated by this compiler
5796 dpurdie 1161
 
5859 dpurdie 1162
        NOTE: Programs generated for this platform require the installation of the
1163
              vix-ubuntu12-c11-glibc installer from the 'linux-glibc' package.
5796 dpurdie 1164
 
5792 dpurdie 1165
------------------------------------------------------------------------
5783 dpurdie 1166
Version:  3.10.8000.cr                               Released: 02-Jun-16
1167
------------------------------------------------------------------------
1168
 
1169
Minor changes:
5859 dpurdie 1170
    * Platform: CORTEXM3_ARM
1171
      Added assembler flags
5783 dpurdie 1172
 
5859 dpurdie 1173
    * Utility cache_dpkg
1174
      Seperate wait-for-replication and copy-to-cache
5783 dpurdie 1175
 
5859 dpurdie 1176
    * Build Directive - BuildName
1177
      Added a 3 argument form
1178
        BuildName ('pkgName', 'Version', 'Suffix' );
1179
      Improved error reporting.
5783 dpurdie 1180
 
1181
------------------------------------------------------------------------
5761 dpurdie 1182
Version:  3.10.7000.cr                               Released: 19-May-16 
5757 dpurdie 1183
------------------------------------------------------------------------
1184
 
1185
Minor changes:
5859 dpurdie 1186
    * Platform: CORTEXM3_ARM
1187
      Changed to use Embedded Workbench 7.4
5757 dpurdie 1188
 
5859 dpurdie 1189
      Added --CrcRange=... option to the CORTEXM3_ARM Prog directive
1190
      Used to specify the range to fill and CRC.
5757 dpurdie 1191
 
1192
------------------------------------------------------------------------
5744 dpurdie 1193
Version:  3.10.6000.cr                               Released: 13-May-16
5743 dpurdie 1194
------------------------------------------------------------------------
1195
 
1196
Minor changes:
5859 dpurdie 1197
    * Utility cache_dpkg
1198
      When used by the build system, the contents of the 'lcov' directory
1199
      will not be cached.
5743 dpurdie 1200
 
5859 dpurdie 1201
      Add facility to allow build system to wait for package replication
1202
      to occur. Only active when a replica store is configured.
5744 dpurdie 1203
 
5859 dpurdie 1204
    * UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
1205
      Added 'rpath' elements to generated executables to ensure that
1206
      the all glibc components required by the runtime can be located.
5744 dpurdie 1207
 
5743 dpurdie 1208
------------------------------------------------------------------------
5736 dpurdie 1209
Version:  3.10.5000.cr                               Released: 06-May-16
1210
------------------------------------------------------------------------
1211
 
1212
Minor changes:
5859 dpurdie 1213
    * C11 Support under GCC
1214
      Use '-std=gnu++11' for building c++ files (Not -std=c++11) 
1215
      Note: Use of the compiler definition 'linux' is non-standard
1216
            __linux__ is the standard definition.
5736 dpurdie 1217
 
1218
------------------------------------------------------------------------
5732 dpurdie 1219
Version:  3.10.4000.cr                               Released: 09-May-16
5731 dpurdie 1220
------------------------------------------------------------------------
1221
 
1222
Minor changes:
5859 dpurdie 1223
    * Code coverage Support under GCC
1224
      Ensure that the correct gcov utility is used. Gcov is a part of the compiler
1225
      toolset. Affects UBUNUTU12C11_INSTRUMENT.
5731 dpurdie 1226
 
5859 dpurdie 1227
    * Platform: CORTEXM3_ARM
1228
      Continuing tweaks.
5731 dpurdie 1229
 
1230
------------------------------------------------------------------------
5726 dpurdie 1231
Version:  3.10.3000.cr                               Released: 06-May-16
1232
------------------------------------------------------------------------
1233
 
1234
Minor changes:
5859 dpurdie 1235
    * C11 Support under GCC
1236
      Added '-std=c++11' for building c++ files
5726 dpurdie 1237
 
1238
------------------------------------------------------------------------
5717 dpurdie 1239
Version:  3.10.2000.cr                               Released: 04-May-16 
5708 dpurdie 1240
------------------------------------------------------------------------
1241
 
1242
Minor changes:
5859 dpurdie 1243
    * Removed use of 'timeout' on unit tests in a Windows environment 
1244
      pending several Windows issues. Total 'make' time is still being enforced.
5708 dpurdie 1245
 
5859 dpurdie 1246
    * New platforms
1247
      COBRA2 - Similar to COBRA, but using a C11 compliant version of GCC
1248
      VIPER2 - Similar to PPC_603E, but using a C11 compliant version of GCC
1249
      UBUNUTU12C11 - Similar to UBUNTU12. Uses the same version of GCC as COBRA2 and VIPER2
1250
      UBUNUTU12C11_INSTRUMENT - Instrumented builds of UBUNUTU12C11
1251
      DEVLINUX includes all of these new platforms.
5708 dpurdie 1252
 
5859 dpurdie 1253
    * New Utility: 
1254
        checkRelease - Locate package-Version required by a Release/SBOM/Package
1255
        that are not in dpkg_archive.
5708 dpurdie 1256
 
1257
Internal:
5859 dpurdie 1258
    * Removed runtime warning from buildlib.pl
5708 dpurdie 1259
 
5859 dpurdie 1260
    * Updated VIX Copyright notices
5710 dpurdie 1261
 
5708 dpurdie 1262
------------------------------------------------------------------------
5700 dpurdie 1263
Version:  3.10.1000.cr                               Released: 19-Apr-16
5695 dpurdie 1264
------------------------------------------------------------------------
1265
 
5700 dpurdie 1266
Minor changes:
5859 dpurdie 1267
    * Jats internal utility 'timeout'
1268
      Fixed compatibility issue under Windows-7
5700 dpurdie 1269
 
1270
------------------------------------------------------------------------
1271
Version:  3.10.0000.cr                               Released: 15-Apr-16
1272
------------------------------------------------------------------------
1273
 
5695 dpurdie 1274
Major changes:
5859 dpurdie 1275
    * Jats make
1276
        All make commands are now time limited to a maximum of 3 hours.
1277
        This default can be altered with the -maxtime option.
1278
        The global default can be set with the EnvVar GBE_MAXMAKE.
5695 dpurdie 1279
 
5859 dpurdie 1280
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 1281
 
5859 dpurdie 1282
    * RunTest directive
1283
        Runtime of automated unit tests is limited to (default) 30 minutes
1284
        The RunTest directive has a --MaxTime parameter to alter the default
1285
        time.
5695 dpurdie 1286
 
5859 dpurdie 1287
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 1288
 
5859 dpurdie 1289
    * Build Platform Aliases: DEVLINUX and LMOS_DEVLINUX
1290
        Removed LINUX_EMU from DEVLINUX
1291
        Removed LMOS_LINUX_EMU from LMOS_DEVLINUX
5695 dpurdie 1292
 
5859 dpurdie 1293
        There is no target environment for LINUX_EMU to run on.
1294
        building for this target is pointless.
5695 dpurdie 1295
 
1296
------------------------------------------------------------------------
5680 dpurdie 1297
Version:  3.9.0000.cr                               Released: 11-Apr-16
5679 dpurdie 1298
------------------------------------------------------------------------
1299
 
5680 dpurdie 1300
Major changes:
5859 dpurdie 1301
    * New buildfile directive: BuildExclude
1302
      Allows spcific targets to be excluded from the build. Intended to be 
1303
      used in conjunction with Platform aliases such as DEVLINUX. ie:
1304
        BuildPlatforms('DEVLINUX');
1305
        BuildExclude('ARM9TDMI', 'LINUX_EMU');      # Targets specfically not supported
5679 dpurdie 1306
 
5680 dpurdie 1307
Minor changes:
5859 dpurdie 1308
    * New Platform: CORTEXM3_ARM
1309
      Used by the next generation of Security Module
1310
 
5679 dpurdie 1311
------------------------------------------------------------------------
5673 dpurdie 1312
Version:  3.8.7000.cr                               Released: 04-Apr-16 
5637 dpurdie 1313
------------------------------------------------------------------------
1314
 
1315
Minor changes:
5859 dpurdie 1316
    * Visual Studio 2012 support
1317
      Added support for update 5. Now allowes either update 4 or update 5.
1318
      Note: Update-4 is the documented (required) version.
5637 dpurdie 1319
 
5859 dpurdie 1320
    * Internal tool for windows : which.exe
1321
      Updated the internal utility 'which' provided under windows for shell
1322
      compatability. It was found to not work with Server 2003.
5645 dpurdie 1323
 
5859 dpurdie 1324
    * Makefile directive: MakeLinuxDriver
1325
      Added support for Module Versioning bewteen modules in the same build.
5672 dpurdie 1326
 
5637 dpurdie 1327
------------------------------------------------------------------------
5619 dpurdie 1328
Version:  3.8.6000.cr                               Released: 15-Mar-16
1329
------------------------------------------------------------------------
1330
 
1331
Minor changes:
5859 dpurdie 1332
    * SK20 Toolchain
1333
      Version 4.1.0 of the SK20 toolchain has beencompletely replaced
1334
      with a new version. 4.1.1. The SK20V1 target uses the new compiler.
5619 dpurdie 1335
 
5859 dpurdie 1336
      Version 4.1.0 was not used to generate released software. It is
1337
      no longer needed. The new compiler-version is available in the
1338
      arm-unknown-linux-gnueabi-sk20 package.
5619 dpurdie 1339
 
1340
------------------------------------------------------------------------
5582 dpurdie 1341
Version:  3.8.5000.cr                               Released: 25-Feb-16
1342
------------------------------------------------------------------------
1343
 
1344
Minor changes:
1345
    * System Utility - assemble_dpkg
5859 dpurdie 1346
      Allow for both unix and windows generated .tar.gz files
1347
      The windows files do not have './' prepended
5582 dpurdie 1348
 
1349
------------------------------------------------------------------------
5578 dpurdie 1350
Version:  3.8.4000.cr                               Released: 24-Feb-16
1351
------------------------------------------------------------------------
1352
 
1353
Minor changes:
1354
    * System Utility - assemble_dpkg
5859 dpurdie 1355
      Windows and Unix create tar-zip files via different mechanisms
1356
      Note: bsdtar has issues with large archives under Server2003
5578 dpurdie 1357
 
5859 dpurdie 1358
    * Windows utilities. Update the 7zip binaries to latest version
5578 dpurdie 1359
 
1360
------------------------------------------------------------------------
5568 dpurdie 1361
Version:  3.8.3000.cr                               Released: 18-Feb-16
1362
------------------------------------------------------------------------
1363
 
1364
Minor changes:
5859 dpurdie 1365
    * Packaging directives
1366
      Improved the cleanup of badly specified --Dir options
5568 dpurdie 1367
 
1368
    * System Utility - assemble_dpkg
5859 dpurdie 1369
      Extended to allow deletion of bad and test builds
5568 dpurdie 1370
 
1371
   * Java Build Support
1372
     Only in the build system, set JATS_HOME to the package repostory replica
5859 dpurdie 1373
     if one is available.
5568 dpurdie 1374
 
1375
------------------------------------------------------------------------
5551 dpurdie 1376
Version:  3.8.2000.cr                               Released: 12-Feb-16
5485 dpurdie 1377
------------------------------------------------------------------------
1378
 
1379
Minor changes:
5859 dpurdie 1380
    * Jats documentation generation. 
1381
      Fixed [JATS-227] Pod2Html has a bug with nested items blocks
5542 dpurdie 1382
 
5859 dpurdie 1383
    * System Utility - create_dpkg
1384
      Added support for flagging non-builds. This will be used by a
1385
      future release of the build system.
5551 dpurdie 1386
 
5542 dpurdie 1387
------------------------------------------------------------------------
1388
Version:  3.8.1000.cr                               Released: 03-Feb-16 
1389
------------------------------------------------------------------------
1390
 
1391
Minor changes:
5859 dpurdie 1392
    * New target: SK20V41
1393
      This is the SK20 Platform, With version 4.1.0.0, except that is
1394
      a part of the DEVLINUX alias.
5527 dpurdie 1395
 
5859 dpurdie 1396
    * Windows utilities. Added 'bsdtar', called 'tar'
1397
      This utility handles a subset of gnu-tar operations on windows, but 
1398
      it does support .gz and .bz2 files.
5485 dpurdie 1399
 
5859 dpurdie 1400
    * Jats essential binaries
1401
      Added symlinks within jats to ensure that gtar can be located on
1402
      machines in which a gnu-tar is not native to the machine.
5527 dpurdie 1403
 
1404
    * System Utility - assemble_dpkg
5859 dpurdie 1405
      Used by the build system to assemble a package from package fragments.
5527 dpurdie 1406
 
5859 dpurdie 1407
    * System Utility - create_dpkg
1408
      Added support to create package fragments. This will be used by a
1409
      future release of the build system.
5527 dpurdie 1410
 
5485 dpurdie 1411
------------------------------------------------------------------------
5448 dpurdie 1412
Version:  3.8.0000.cr                               Released: 04-Jan-16 
1413
------------------------------------------------------------------------
1414
 
1415
Minor changes:
5859 dpurdie 1416
    * ANDROID Platform
1417
      Flag the AndroidStudioBuilder that the project does have unit
1418
      tests so that they can be built before the tests are run.
5448 dpurdie 1419
 
1420
------------------------------------------------------------------------
5434 dpurdie 1421
Version:  3.7.11000.cr                               Released: 17-Dec-15
1422
------------------------------------------------------------------------
1423
 
1424
Minor changes:
5859 dpurdie 1425
    * SK20 Platform, With version 4.1.0.0
1426
      Correct the value of HOST_CPU provided to utilities such as 
1427
      ShellBuild. The 4.1.0.0 compiler is diffeent to the Version 1.
5434 dpurdie 1428
 
1429
------------------------------------------------------------------------
5429 dpurdie 1430
Version:  3.7.10000.cr                               Released: 14-Dec-15 
1431
------------------------------------------------------------------------
1432
 
1433
Minor changes:
5859 dpurdie 1434
    * Build File [JATS-146]
1435
      Fix for use in build system
5429 dpurdie 1436
 
1437
------------------------------------------------------------------------
5415 dpurdie 1438
Version:  3.7.9000.cr                               Released: 11-Dec-15 
5411 dpurdie 1439
------------------------------------------------------------------------
1440
 
1441
Minor changes:
5859 dpurdie 1442
    * Build File [JATS-146]
1443
      Improved reporting of 'alias' conflicts.
1444
      Conflicts now generate an error, not a warning.
1445
      Within the Build and Escrow system conflicts will generate a warning
1446
      to maintain backward compatability.
5411 dpurdie 1447
 
5859 dpurdie 1448
    * ANDROID AndroidStudio
1449
      Added support run automated unit tests
5411 dpurdie 1450
 
1451
------------------------------------------------------------------------
5387 dpurdie 1452
Version:  3.7.8000.cr                               Released: 30-Nov-15
1453
------------------------------------------------------------------------
1454
 
1455
Minor changes:
1456
    * Unit Testing
5859 dpurdie 1457
      Fixed the name of the Unique Test Identifier passed to the filter - UTFUID
5387 dpurdie 1458
 
5859 dpurdie 1459
      Auto detect the presence of test results generated by 'UTF' and invoke
1460
      the UTF filter, if found. This allows the use of the new 'UTF' without
1461
      reworking all UTF consumers.
5387 dpurdie 1462
 
1463
------------------------------------------------------------------------
5378 dpurdie 1464
Version:  3.7.7000.cr                               Released: 26-Nov-15
1465
------------------------------------------------------------------------
1466
 
1467
Minor changes:
1468
    * GCC Toolchain
1469
      Fixed shell script error message introduced in 3.7.6000.cr 
1470
 
1471
------------------------------------------------------------------------
5330 dpurdie 1472
Version:  3.7.6000.cr                               Released: 05-Nov-15
1473
------------------------------------------------------------------------
1474
 
1475
Minor changes:
1476
    * Utility: create_dpkg
1477
      Only perform package level locking when invoked from a build daemon
1478
      Still performs version level locking
1479
 
1480
    * Support for new version of the compiler for the SK20 platform
1481
      New version is selected via: 
1482
          BuildPlatforms('SK20,--Version=4.1.0.0');
1483
      Requires the compiler provided in the arm-unknown-linux-gnueabi-sk20
1484
      package to be locally installed.
1485
 
1486
------------------------------------------------------------------------
5315 dpurdie 1487
Version:  3.7.5000.cr                               Released: 12-Oct-15
5262 dpurdie 1488
------------------------------------------------------------------------
1489
 
1490
Minor changes:
1491
    * Build.pl. BuildAlias directive
1492
      Correctly report the detection of multiple aliases in the one specification.
1493
 
5264 dpurdie 1494
    * Utilities: vcsdiff
1495
      Open registry with read-only access
1496
 
5284 dpurdie 1497
    * Build Metrics
1498
      Updated the version of the 'cloc' tool used by JATS to generate metrics.
1499
 
5262 dpurdie 1500
------------------------------------------------------------------------
5254 dpurdie 1501
Version:  3.7.4000.cr                               Released: 14-Sep-15
1502
------------------------------------------------------------------------
1503
 
1504
Minor changes:
1505
    * Toolset: UBUNTU14_INSTRUMENT
1506
      The UBUNTU14_INSTRUMENT toolchain can consume headers and libraries 
5259 dpurdie 1507
      built for UBUNTU14
5254 dpurdie 1508
 
1509
------------------------------------------------------------------------
5241 dpurdie 1510
Version:  3.7.3000.cr                               Released: 31-Aug-15
5206 dpurdie 1511
------------------------------------------------------------------------
1512
 
1513
Minor changes:
1514
    * Subversion Support
1515
      Detected authentication failure messages provided by new versions of subversion
1516
 
5240 dpurdie 1517
    * Utilities: vcsdiff
1518
      Improved support for BeyondCompare 4 (BC4).
1519
      Check more locations for the program.
1520
 
5206 dpurdie 1521
------------------------------------------------------------------------
5138 dpurdie 1522
Version:  3.7.2000.cr                               Released: 30-Jun-15 
1523
------------------------------------------------------------------------
1524
 
1525
Minor changes:
1526
    * Platform: HAMMERHEAD
1527
      Removed some compiler flags from the c++ builds.
1528
      The removed flags are not applicable to c++ and generate warnings about the
1529
      misuse of the flags.
1530
 
1531
------------------------------------------------------------------------
5129 dpurdie 1532
Version:  3.7.1000.cr                               Released: 30-Jun-15 
5115 dpurdie 1533
------------------------------------------------------------------------
1534
 
1535
Minor changes:
1536
    * BuildProduct directive
1537
      The use of the --Alias=xxx suboption has been exetnded.
1538
        BuildProduct   ( PROD,--Alias=A1', 'PLATFORM1,--Alias=A2', 'PLATFORM1,--Alias=A3' );
1539
      Will result in A1 being an alias for PROD_PLATFORM1 and PROD_PLATFORM2
1540
                     A2 being an alias for PROD_PLATFORM1
1541
                     A3 being an alias for PROD_PLATFORM2
1542
 
1543
    * GCC Toolset. New CompileOptions
1544
      'pic'     - Generate Position Independent Code (PIC) for static libraries
1545
      'nopic'   - Do not generated PIC for static libraries
1546
 
1547
      Currently the default is to not generate PIC on static libraries, except for
1548
      the UBUNTU14 target.
1549
 
1550
      Note: PIC will always be generated for shared libraries
1551
 
1552
------------------------------------------------------------------------
5109 dpurdie 1553
Version:  3.7.0000.cr                               Released: 18-Jun-15 
5100 dpurdie 1554
------------------------------------------------------------------------
1555
 
5109 dpurdie 1556
Major changes:
1557
    * Build File processing - duplicate platforms
1558
      Attempting to build duplicate platforms has been elevated from a warning
1559
      to an error. The warning was always ignored and created bad side effects.
1560
 
1561
      The build daemons and the escrow process will allow duplicates for backward
1562
      compatibility and reproducibility, but new software should have the 
1563
      duplicates corrected.
1564
 
1565
    * Build File processing - Reodering of build information and warnings
1566
      Warnings and Messages generated before the 'Build Configuration' are now
1567
      being stored and displayed after the 'Build Configuration'.
1568
 
1569
      This is intended to bring to the users attention warning that appear at the
1570
      start of the build process but are at the top of the screen. Warnings will be
1571
      displayed at the end of the build process.
1572
 
5100 dpurdie 1573
Minor changes:
1574
    * Utilities: vcsdiff
1575
      Added support for BeyondCompare 4 (BC4)
1576
 
1577
    * Utilities: CCdiff and CCBc2
1578
      Removed. Replaced by vcsdiff
1579
 
5104 dpurdie 1580
    * Utility: gen_cots
1581
      User must specify the source of the package image.
1582
 
5109 dpurdie 1583
    * Package Cache Control
1584
      A new environment variable(GBE_DPKG_CACHE_CTL) allows the GBE_DPKG_CACHE
1585
      to be automatically populated. See 'jats man EnvVars' for details.
1586
      Use 'jats cache_dpkg' to manage the cache.
1587
 
5100 dpurdie 1588
------------------------------------------------------------------------
5074 dpurdie 1589
Version:  3.6.7000.cr                               Released: 19-May-15
5073 dpurdie 1590
------------------------------------------------------------------------
1591
 
1592
Minor changes:
1593
    * Added several make targets:
1594
      jats make hdrs        - makes and installs headers
1595
      jats make libs        - make and installs static libs
1596
      jats make slibs       - make and install shared libs
1597
      jats make progs       - make and install programs
1598
 
5074 dpurdie 1599
    * Subversion comments
1600
      Extended the text in the default Subversion comments created by Jats
1601
      to include the tag/branch being created. Does not affect user provided
1602
      comments.
1603
 
5073 dpurdie 1604
------------------------------------------------------------------------
5036 dpurdie 1605
Version:  3.6.6000.cr                               Released: 08-Apr-15 
5035 dpurdie 1606
------------------------------------------------------------------------
1607
 
1608
Minor changes:
1609
    * Unit Testing
1610
      Create a simple unit test results file for Unit Tests that do 
1611
      not support full results reporting.
1612
 
1613
------------------------------------------------------------------------
5004 dpurdie 1614
Version:  3.6.5000.cr                               Released: 24-Mar-15
1615
------------------------------------------------------------------------
1616
 
1617
Minor changes:
1618
    * Platform : VS2012_X64
1619
      Searches WIN64 for OSCOMMON header files.
1620
 
1621
    * Unit Testing
1622
      Export EnvVar GBE_UTFFILE.
1623
 
1624
      The automated and non-automated unit tests are now run in the order
1625
      in which they are defined in the makefile.pl.
1626
 
1627
    * Build System Utility
1628
      Use file locking on the build marker file to force it to be flushed 
1629
      out to the file server.
1630
 
1631
------------------------------------------------------------------------
4969 dpurdie 1632
Version:  3.6.4000.cr                               Released: 12-Mar-15 
1633
------------------------------------------------------------------------
1634
 
1635
Minor changes:
1636
    * Pseudo Platform: LINUX
1637
      Corrected the operation of the LINUX alias. It is an alias for
1638
      all Back Office Linux targets.
1639
 
1640
    * Utility: create_dpkg
1641
      Use file locking to address contention while merging package instances
1642
      into dpkg_archive.
1643
 
1644
------------------------------------------------------------------------
4950 dpurdie 1645
Version:  3.6.3000.cr                               Released: 06-Mar-15
1646
------------------------------------------------------------------------
1647
 
1648
Minor changes:
1649
    * New Platform: HAMMERHEAD
1650
      Builds under linux using the AVR32_GNU toolchain
1651
 
1652
------------------------------------------------------------------------
4928 dpurdie 1653
Version:  3.6.2000.cr                               Released: 03-Mar-15
1654
------------------------------------------------------------------------
1655
 
1656
Minor changes:
1657
    * ANDROID target
1658
      Can be build on either Windows and Linux. This does not mean that
1659
      all Android packages will build on both, rather that the some Android 
1660
      builders can build under Windows and some under Linux.
1661
 
1662
    * UBUNTU14 target
1663
      Always generates (PIC) Position Independent Code.
4931 dpurdie 1664
      Addresses issues in the creation of shared libraries from static
4928 dpurdie 1665
      libraries.
1666
 
1667
    * Directive CompileOptions
1668
      New options: 'warnings_as_errors' and 'no_warnings_as_errors'
4929 dpurdie 1669
      Will convert compiler warnings into errors on supported toolsets.
4928 dpurdie 1670
      Currently support by all Windows compilers and those that use 
1671
      the GCC toolset.
1672
 
1673
Internal:
1674
    * System function will remove 'undef' parameters
1675
 
1676
------------------------------------------------------------------------
4903 dpurdie 1677
Version:  3.6.1000.cr                               Released: 17-Feb-15 
4898 dpurdie 1678
------------------------------------------------------------------------
1679
Major changes:
1680
 
4902 dpurdie 1681
    * Final release of the 64-bit support platforms
1682
      VS2012_X64, UBUNTU14 and UBUNTU14_INSTRUMENT 
1683
 
4898 dpurdie 1684
Minor changes:
1685
    * Build system. Rewriting of build files with new dependencies now
1686
      preserves the file-endings in the source file. ie: Unix and DOS
1687
      file formats will be preserved.
1688
 
4902 dpurdie 1689
    * Detect and prevent build of software on non-build machines
1690
      such as auperaunx01.
4898 dpurdie 1691
 
4902 dpurdie 1692
Internal:
4903 dpurdie 1693
    * Added platform configurable global options
4902 dpurdie 1694
 
4898 dpurdie 1695
------------------------------------------------------------------------
4889 dpurdie 1696
Version:  3.6.0000.cr                               Released: 12-Feb-15 
4778 dpurdie 1697
------------------------------------------------------------------------
4889 dpurdie 1698
Major changes:
4780 dpurdie 1699
    * JAVA Platform
4805 dpurdie 1700
      Post process UTF results with a ANT/JUNIT4 specific tool.
4889 dpurdie 1701
      Disabled by default
4780 dpurdie 1702
 
4889 dpurdie 1703
    * New platforms (still under development)
4814 dpurdie 1704
      VS2012_X64 - Build 64 bit Windows applications, using VS2012
1705
      MSWIN64    - An alias for all supported 64 bit windows compilers
1706
                   Currently VS2012_X64 is the only member
1707
      UBUNTU14   - Build 64 bit applications targeted at Ubuntu LTS 14.04
1708
                   This is not aimed at front office devices and thus
4903 dpurdie 1709
                   this target is not a part of DEVLINUX
4814 dpurdie 1710
                   It is a part of LINUX
4835 dpurdie 1711
      UBUNTU14_INSTRUMENT
1712
                 - Build instrumented 64 bit applications targeted 
1713
                   at testing under Ubuntu LTS 14.04
4814 dpurdie 1714
 
4778 dpurdie 1715
------------------------------------------------------------------------
4889 dpurdie 1716
Version:  3.5.10000.cr                               Released: 03-Feb-15
1717
------------------------------------------------------------------------
1718
Minor changes:
1719
    * GCC toolset: Handle different versions of lcov
1720
 
1721
    * Unit Testing. Run the collate test results target only once.
1722
 
1723
    * Jats build option: -[no]generic
1724
      To be used by the build system to verify correct usage of the 
1725
      GENERIC platform type.
1726
 
1727
Internal:
1728
    * Adding mechanism to post process Unit Test results.
1729
 
1730
------------------------------------------------------------------------
4728 dpurdie 1731
Version:  3.5.9000.cr                               Released: 04-Dec-14
1732
------------------------------------------------------------------------
1733
Minor changes:
1734
    * New build Alias - NATIVE
1735
      NATIVE is a set of platforms, in the current build, which build 
1736
      artifacts that can be expected to run on the build machine.
1737
 
1738
      The NATIVE alias has been created to simplify the support
1739
      for automated unit tests.
1740
 
4761 dpurdie 1741
    * New build platform - UBUNTU12_INSTRUMENT
4728 dpurdie 1742
      This build target is similar to UBUNTU12, except that it 
1743
      generates instrumented code with gcov. The platform's unit tests 
1744
      will create and maintain a set of lcov files.
1745
 
4805 dpurdie 1746
      Packages generated with this target SHOULD NOT be deployed 
1747
      to the field.
4728 dpurdie 1748
 
1749
------------------------------------------------------------------------
4688 dpurdie 1750
Version:  3.5.8000.cr                               Released: 21-Nov-14 
4652 dpurdie 1751
------------------------------------------------------------------------
1752
Minor changes:
1753
    * Build System Utility: create_dpkg
4688 dpurdie 1754
      When creating the file list for release notes, convert filenames 
1755
      to utf-8 for consistent handling.
4652 dpurdie 1756
 
1757
      Will add its own 'built' files to the package metadata file.
1758
 
1759
    * VS2012 Toolset
1760
      [JATS-308] Running jats from VS2012 Developer command prompt
1761
 
4688 dpurdie 1762
    * EnvVars
1763
      Added GBE_DPKG_REPLICA. This read-only package store is scanned 
1764
      before GBE_DPKG. It is intended to facilitate remote build 
1765
      servers that have a local package archive replica.
1766
 
1767
    * Autobuild support for Java Based Packages
1768
      Attempt to overcome shortcomings in ant-using in a remote build 
1769
      environment. Set GBE_DPKG to GBE_DPKG_REPLICA if doing an ABT enabled 
1770
      build and GBE_DPKG_REPLICA is defined.
1771
 
1772
    * Jats caching
1773
      Modified the cache mechanism such that if the required version is
1774
      found in the cache, then it will not be refreshed. This should speed
1775
      up jats startup.
1776
 
4652 dpurdie 1777
------------------------------------------------------------------------
4620 dpurdie 1778
Version:  3.5.7000.cr                               Released: 20-Oct-14
1779
------------------------------------------------------------------------
1780
Minor changes:
1781
    * SQL Interface to Release Manager Database
1782
      Addressed issues with Java 1.4 compatibility
1783
 
1784
------------------------------------------------------------------------
4613 dpurdie 1785
Version:  3.5.6000.cr                               Released: 16-Oct-14 
4549 dpurdie 1786
------------------------------------------------------------------------
1787
Minor changes:
1788
    * Jats Internal utility: create_dpkg
1789
      Interactive features have been removed
1790
      Generates XML file of files transferred to the package
1791
 
4551 dpurdie 1792
    * Jats Internals
1793
      Reworked the handling of the 'GENERIC' target
1794
 
4549 dpurdie 1795
------------------------------------------------------------------------
4538 dpurdie 1796
Version:  3.5.5000.cr                               Released: 24-Sep-14
1797
------------------------------------------------------------------------
1798
Minor changes:
1799
    * GCC Toolset: SharedLib creation - dependency file detection
1800
      Fixed a bug[JATS-304] in which the dependencies between header files
1801
      and source files was not being used, when building a SharedLib.
1802
 
1803
      The main effect of this is that if a developer modified a .h file
1804
      then JATS was not detecting which C files to recompile.      
1805
 
1806
    * Added a script called jats.unix.sh
1807
      On Unix, this is intended to be copied to /usr/local/bin as 'jats'
1808
      It will redirect the user to the correct instance of JATS
1809
 
1810
    * Jats Internal: Database access
1811
      Rebuilt the database access tools using Java 1.4
1812
      Java 1.4 is lowest common denominator on all of our machines
1813
 
1814
------------------------------------------------------------------------
4519 dpurdie 1815
Version:  3.5.4000.cr                               Released: 19-Sep-14
4488 dpurdie 1816
------------------------------------------------------------------------
1817
Minor changes:
4501 dpurdie 1818
    * Toolset Compiler: M16C for the MCR platform
4488 dpurdie 1819
      Added support to ensure that the program does not exceed allocated
1820
      flash space.
1821
 
4519 dpurdie 1822
    * Toolset: GCC [JATS-300]
5859 dpurdie 1823
      Added support for linking against shared libraries that have 
4519 dpurdie 1824
      dependencies on other shared libraries
1825
 
1826
 
4501 dpurdie 1827
    * Jats Make Directive - Script
1828
      Corrected its operation. The Scripts will be copied into the 'bin'
1829
      directory before the tests are run.
1830
 
4466 dpurdie 1831
    * Internal utilities: Database Access
1832
      Added support to access the ClearQuest database via sqlserver
1833
      Added test_cqconnection
1834
      Added EnvVars to support ClearQuest access
1835
      Updated the template jats.bat and jats.sh scripts
1836
 
4688 dpurdie 1837
    * Reverted automated build support for multi-level SVN branches.
4519 dpurdie 1838
      It created more issues than it fixed.
1839
 
4466 dpurdie 1840
------------------------------------------------------------------------
4461 dpurdie 1841
Version:  3.5.3000.cr                               Released: 19-Aug-14 
4447 dpurdie 1842
------------------------------------------------------------------------
1843
Minor changes:
1844
    * Automated Build Support. SVN branches in a subdirectory structure
1845
      Allow a SVN branch in a multi-level subdirectory to be labeled by
4538 dpurdie 1846
      the build tool. [Removed in 3.5.4000.cr]
4447 dpurdie 1847
 
4461 dpurdie 1848
      Such paths are not encouraged, nor supported by the body of JATS, but
1849
      for compatibility with some existing repositories is required.
4447 dpurdie 1850
 
4461 dpurdie 1851
    * Makefile builder
1852
      Removed two warnings detected by recent versions of Perl
1853
 
4447 dpurdie 1854
------------------------------------------------------------------------
4424 dpurdie 1855
Version:  3.5.2000.cr                               Released: 29-Jul-14
1856
------------------------------------------------------------------------
1857
Minor changes:
1858
    * Utility: create_dpkg
1859
      Does not copy broken symlinks into dpkg_archive
1860
      Will warn about broken symlinks
1861
      In test mode it will generate an error if broken symlinks are found
1862
 
1863
    * Jats Makefile creation
1864
      Corrected handling of source files with multiple '.' in their names.
1865
      There was a problem with such files in Prog and SharedLib directives
1866
 
1867
    * Utility: deploy_builder
1868
      Initial release of this internal utility.
1869
 
1870
------------------------------------------------------------------------
4391 dpurdie 1871
Version:  3.5.1000.cr                               Released: 07-Jul-14 
4382 dpurdie 1872
------------------------------------------------------------------------
1873
Minor changes:
1874
    * Visual Studio 2005 and above toolset
1875
      The programs .exe.manifest will be packaged along with the 
1876
      executable, but only if it exists.
1877
 
1878
------------------------------------------------------------------------
4362 dpurdie 1879
Version:  3.5.0000.cr                               Released: 24-Jun-14
1880
------------------------------------------------------------------------
1881
Minor changes:
1882
    * ANDROID Support
1883
      The 'populate' phase passes in all arguments from the MakeProject directive
1884
      This allows libs and jars to be named during the populate phase.
4345 dpurdie 1885
 
361 dpurdie 1886
------------------------------------------------------------------------
4345 dpurdie 1887
Version:  3.4.9000.cr                               Released: 19-Jun-14
1888
------------------------------------------------------------------------
1889
Minor changes:
1890
    * ANDROID Support
1891
      Populate the project during the build phase. This will place 
1892
      external JARs and Shared Libraries in the project to facilitate
1893
      development.
1894
 
1895
------------------------------------------------------------------------
4326 dpurdie 1896
Version:  3.4.8000.cr                               Released: 18-Jun-14
4324 dpurdie 1897
------------------------------------------------------------------------
1898
Minor changes:
1899
    * New Platform - ANDROID
1900
      Basic build support provided though the Makeproject directive
1901
      The Sdk and all other tools are provided via packages. These
1902
      include: androidBuilder, anddroidSdk and ant
1903
 
1904
------------------------------------------------------------------------
4309 dpurdie 1905
Version:  3.4.7000.cr                               Released: 11-Jun-2014
1906
------------------------------------------------------------------------
1907
Minor changes:
1908
    * GCC toolsets
1909
      Removed -Wid-clash-31 from the list of warnings enabled via 'options=wall'
1910
 
1911
    * New Platform Alias - MSWIN32
1912
      This alias will expand to (supported) targets that build Microsoft
1913
      Windows 32-bit targets. At this release these targets are:
1914
        WIN32   - Visual C 6         
1915
        VS2005  - Visual Studio 2005 (Not recommended)
1916
        VS2012  - Visual Studio 2012
1917
 
1918
------------------------------------------------------------------------
4287 dpurdie 1919
Version:  3.4.6000.cr                               Released: 26-May-14
1920
------------------------------------------------------------------------
1921
Minor changes:
1922
    * Subversion utilities
4309 dpurdie 1923
      Ignored messages about external links while examining the workspace.
4287 dpurdie 1924
      Only generated by some versions of SVN.
1925
      Note: SVN Externals are not supported - just ignored.
1926
 
1927
------------------------------------------------------------------------
4266 dpurdie 1928
Version:  3.4.5000.cr                               Released: 21-May-14
1929
------------------------------------------------------------------------
1930
Minor changes:
1931
    * PackageFile directive
1932
      Improved the --DirTree operation to allow it to work in packages
1933
      with an inverted buildfile structure.
1934
 
1935
------------------------------------------------------------------------
4261 dpurdie 1936
Version:  3.4.4000.cr                               Released: 21-May-14
1937
------------------------------------------------------------------------
1938
Minor changes:
1939
    * Makefile Directives MakeProject and MakeAnt
1940
      Ensure that each project creates a unique makefile target.
1941
      Previously, projects based on the same solution/project file would
1942
      only build the last project due to a name clash
1943
 
1944
------------------------------------------------------------------------
4257 dpurdie 1945
Version:  3.4.3000.cr                               Released: 16-May-14 
1946
------------------------------------------------------------------------
1947
Minor changes:
1948
    * PackageFile directive
1949
      Improved the --DirTree operation. The directive can package up any
1950
      directory within the package - as determined by the PackageBase.
1951
 
1952
------------------------------------------------------------------------
4248 dpurdie 1953
Version:  3.4.2000.cr                               Released: 14-May-14
4197 dpurdie 1954
------------------------------------------------------------------------
1955
Minor changes:
1956
    * Utility: jats sandbox. 
1957
      New subcommand called buildfilter, to display and modify the buildfilter
1958
      used within the sandbox.
1959
 
4247 dpurdie 1960
    * Utility: jats_metrics
1961
      Detect subversion based workspaces and do not attempt to invoke the
1962
      'cleartool' command to count the clearcase branches in the view.
1963
 
4197 dpurdie 1964
------------------------------------------------------------------------
4193 dpurdie 1965
Version:  3.4.1000.cr                               Released: 04-Apr-14
4192 dpurdie 1966
------------------------------------------------------------------------
1967
Minor changes:
1968
    * Preliminary support for VS2012 and CSHARP2012
1969
      This is a Beta.
1970
      Requires VS2012 professional update 4 to be installed
1971
 
1972
    * Utility: gen_cots
1973
      Fixed the package creation process
1974
 
1975
    * Utility: sandbox.
1976
      The -toPackage, -fromPackage, -justPackage and ignore package now support
1977
      a full package_version name, in addition to the simple package name and
1978
      the package name.project forms.
1979
 
1980
      Clarified the forms in the documentation.
1981
 
1982
------------------------------------------------------------------------
4179 dpurdie 1983
Version:  3.4.0000.cr                               Released: 26-Mar-14 
4135 dpurdie 1984
------------------------------------------------------------------------
1985
Minor changes:
4163 dpurdie 1986
    * PackageFile directive
1987
      Improved the --DirTree option's detection of paths outside the current
1988
      directory.
1989
 
4179 dpurdie 1990
    * Jats build log
1991
      Will display the name of the host machine when being run by the BuildTool
1992
      and the build daemons.
1993
 
1994
    * New JATS supported host machine type: linux_x86
1995
      This has been added to support auperaunx01 as a general developer machine
1996
      Currently there are no supported compilers for this machine. It is only
1997
      the JATS tool chain. It allows the processing of subversion related 
1998
      commands.
1999
 
4163 dpurdie 2000
------------------------------------------------------------------------
2001
Version:  3.3.5000.cr                               Released: 21-Feb-14 
2002
------------------------------------------------------------------------
2003
Minor changes:
4135 dpurdie 2004
    * Makefiles. Platform specifier
2005
      Corrected issue where the platform specifier consists entirely of 
2006
      non-platform arguments.
2007
 
2008
    * Jats.bat file example/template
2009
      Added JAVA 1.7 default location
2010
 
2011
------------------------------------------------------------------------
4119 dpurdie 2012
Version:  3.3.4000.cr                               Released: 22-Jan-14
4115 dpurdie 2013
------------------------------------------------------------------------
2014
Minor changes:
4119 dpurdie 2015
    * SK20 Toolset
2016
      Added standard HOST_* definitions to SK20 target
2017
 
2018
    * Subversion Support
2019
      Ignore error text of the form 'QDBusConnection:*' from the SVN error
2020
      stream. This may be generated by a dud released of Ubuntu KDE
2021
 
2022
------------------------------------------------------------------------
2023
Version:  3.3.3000.cr                               Released: 15-Jan-14
2024
------------------------------------------------------------------------
2025
Minor changes:
4115 dpurdie 2026
    * Re-release with missing SK20 support files.
2027
 
2028
------------------------------------------------------------------------
4110 dpurdie 2029
Version:  3.3.2000.cr                               Released: 13-Jan-14 
4109 dpurdie 2030
------------------------------------------------------------------------
2031
Major changes:
2032
    * New build target called SK20
2033
      This uses a gcc-based cross compiler and can be run on linux development
2034
      machines. The compiler and associated SDKs are provided by 'You Transactor'
2035
      Controlled in the VIX package named 'arm-iwmmxt-linux-gnueabi'. This package
2036
      addresses issues in the 'You Transactor' provided installer.
2037
 
2038
Minor changes:
2039
 
2040
------------------------------------------------------------------------
4097 dpurdie 2041
Version:  3.3.1000.cr                               Released: 13-Dec-13  
4075 dpurdie 2042
------------------------------------------------------------------------
2043
Major changes:
2044
 
2045
Minor changes:
2046
    * C# Toolset
2047
      Supported named dependencies when specifying a resx file to support
2048
      resx files that include other files.
2049
 
4097 dpurdie 2050
      Resx support. Extend search path for associated .cs file to include
2051
      the parent directory.
2052
 
4095 dpurdie 2053
    * Utility: update_release
2054
      Set umask to 0002 to assist in preserving group access to files and
2055
      folders created in the 'releases' area.
4075 dpurdie 2056
 
4095 dpurdie 2057
    * Utility: svn createPackage
2058
      Perform a validity check on any directory tree being imported. It 
2059
      must not contain any of the following reserved directory names:
2060
        .svn, .git, .hg, .cvs, tags, trunk or branches
4075 dpurdie 2061
 
4095 dpurdie 2062
    * GCC Based build targets
2063
      Extended CTAGS support to GCC based targets.
4097 dpurdie 2064
      'jats make ctags' will generate a ctags file for GCC based builds in
2065
      the same manner as it has for Windows based builds.
4095 dpurdie 2066
 
4075 dpurdie 2067
------------------------------------------------------------------------
4096 dpurdie 2068
Version:  3.3.0000.cr                               Released: 19-Sep-13
4034 dpurdie 2069
------------------------------------------------------------------------
2070
Major changes:
2071
    * GCC Toolchain - Android NDK support
2072
      Implemented SharedLibrary option - --NoVersionDll
2073
      Implemented CompilerOptions - 'NoVersionDll'
2074
 
4036 dpurdie 2075
      Improved the process that creates symbolic links between a Shared
4034 dpurdie 2076
      Libraries 'RealName' and its 'soname' and 'link name'
2077
 
2078
      Added support for a compiler to be provided through a package.
2079
      Specifically implemented to allow Android
2080
 
2081
Minor changes:
2082
    * BuildName directive
2083
      Force '--RelaxedVersion' on COTS packages that have exactly 3 arguments.
2084
 
2085
    * Sandbox utility
4036 dpurdie 2086
      Fixed use of a 'buildfilter' file in the sandbox directory.
4034 dpurdie 2087
 
2088
    * GCC Toolchain - General
4036 dpurdie 2089
      When building a shared library, all unresolved symbols will generate
4034 dpurdie 2090
      a warning.
2091
 
2092
------------------------------------------------------------------------
4003 dpurdie 2093
Version:  3.2.2000.cr                               Released: 27-Aug-13
2094
------------------------------------------------------------------------
2095
Major changes:
2096
 
2097
Minor changes:
2098
    * Automated Build System Support for machines that do not build the package
2099
      This version provides a transparent 'dummy' build under conditions where
2100
      a package does not build for the current machine. All the commands
2101
      used by the 'buildtool' will perform a dummy build. There are no build
2102
      artifacts, but the build will not fail.
2103
 
2104
      This mechanism improved the tracking of files created during the creation
2105
      of makefiles and uses this mechanism to deleted generated files.
2106
 
2107
------------------------------------------------------------------------
3987 dpurdie 2108
Version:  3.2.1000.cr                               Released: 16-Aug-2013
2109
------------------------------------------------------------------------
2110
Major changes:
2111
 
2112
Minor changes:
2113
    * Utility: update_release
2114
      Added options:
2115
        -addfilter=xxx[,yyy]*
2116
        -delfilter=xxx[,yyy]*
2117
      Allowed the -filter option to take a comma separated list of filters.
2118
      Allowed filters to contain a pathname element. ie: scripts/*.sh
2119
      Allow filters without wildcard characters to work correctly.
2120
      Report filter elements that are not used.
2121
 
2122
    * CSharp Toolset: Resx processing
2123
      Backward compatibility with badly formed packages.
2124
      Ignore 'Designer.cs' files that have zero length.
2125
 
2126
    * Build Target: UBUNTU12
2127
      Added missing LMOS aliases.
2128
 
2129
------------------------------------------------------------------------
3967 dpurdie 2130
Version:  3.2.0000.cr                               Released: 8-Aug-2013
2131
------------------------------------------------------------------------
2132
Major changes:
2133
    * New build target: UBUNTU12
2134
      This is intended to facilitate testing of emebedded devices. It is not
2135
      intended to build deployed software.
2136
 
2137
      UBUNTU12 is considered to be an embedded device and as such is included in
2138
      the DEVLINUX alias.
2139
 
2140
      UBUNTU12 is built on an Ubuntu LTS 12.04 platform using
2141
      gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3.
2142
 
2143
Minor changes:
2144
    * Jats wrapper script
2145
      The default version control system has been set to 'svn'. This means that
2146
      the jats commands 'label', 'release' and 'extract' will invoke the
2147
      Subversion instance of the command.
2148
 
2149
      This change will not be picked up by Windows users. They will need to
2150
      update their jats.bat file if they want this change.
2151
 
2152
    * Utility: jats vcsdiff
2153
      Added support for BeyondCompare3 under windows.
2154
 
2155
    * Utility: jats upddep
2156
      Corrected issue that prevented the results being written to the build.pl
2157
      file under windows.
2158
 
2159
    * CSharp Toolset: Resx processing
2160
      Improved the generation of the Resource names. Now supports
2161
      form names that do not match the enclosing resource.
2162
 
2163
      Supports Resources without a matching .cs file - as long as there
2164
      is a matching Designer.cs file.
2165
 
2166
    * GCC Toolchain
2167
      Added version testing of the compiler being invoked by the build.
2168
 
2169
------------------------------------------------------------------------
3859 dpurdie 2170
Version:  3.1.9000.cr                               Released: 21-Jun-13
2171
------------------------------------------------------------------------
2172
Major changes:
2173
    * Jira Issue: JATS-274: Long view name causes legacy package to
2174
                            fail to daemon build
2175
      Create shorter viewnames when extracting Subversion workspace
2176
 
3967 dpurdie 2177
    * Documentation
3859 dpurdie 2178
      Document the EnvVar ANT_HOME  
2179
 
2180
------------------------------------------------------------------------
3833 dpurdie 2181
Version:  3.1.8000.cr                               Released: 04-Jun-13
3832 dpurdie 2182
------------------------------------------------------------------------
2183
Major changes:
2184
    * New Platform: INTELLECT
2185
      Support for Intellect PAX.
2186
      This support does not extend to native building of PAX modules. It is
2187
      intended to 'wrap' the existing PAX Build system.
2188
 
2189
      The body of the Pax Building infrastructure is not within the JATS core
2190
      but is to be provided though a JATS plugin.
2191
 
2192
------------------------------------------------------------------------
3559 dpurdie 2193
Version:  3.1.7000.cr                               Released: 03-May-13
2194
------------------------------------------------------------------------
2195
Major changes:
3564 dpurdie 2196
    * New Platform: VSDEVRC
2197
      Uses an MSP430G2553 processor, a member of the Texas Instruments MSP430
2198
      family
3559 dpurdie 2199
 
2200
Minor changes:
2201
    * Utility: jats sandbox
2202
      Support sandbox specific build filter. A file called 'buildfilter' in
2203
      the root of the sandbox will be used to specify a sandbox-local
2204
      buildfilter. It will override any buildfilter provided on the command
2205
      line.
2206
 
2207
    * Jats Configuration
2208
      Replace auperaunx26 with auperaarc01 as the default package server.
2209
 
2210
    * Jats Utility: rewrite and upddep
2211
      Purify build files that have mixed line endings under both Windows
2212
      and Linux.
2213
 
2214
      Addresses an issue where build files with mixed line endings are not
2215
      correctly rippled.
2216
 
2217
------------------------------------------------------------------------
3347 dpurdie 2218
Version:  3.1.6000.cr                               Released: 05-Apr-13
2219
------------------------------------------------------------------------
2220
Major changes:
2221
 
2222
Minor changes:
2223
    * Jats Core
2224
      Corrected algorithm used to search for a matching package version.
2225
      This is used by the -build option of ccrelease and svnrelease and
2226
      the '-locatepkg' option of JATS.
2227
 
2228
    * Utility: svnsave_build
2229
      Used only by the build daemons.
2230
      Do not propagate the 'author' of the base package if the build is a ripple.
2231
 
2232
    * Utility: svnrelease and svnextract
2233
      The process of backtracking from a tag to a branch/trunk supports
2234
      branches that are more than a single subdirectory.
2235
 
2236
------------------------------------------------------------------------
3045 dpurdie 2237
Version:  3.1.5000.cr                               Released: 13-Feb-13 
2238
------------------------------------------------------------------------
2239
Major changes:
2240
 
2241
Minor changes:
2242
    * svnrelease utility
2243
      The use of the '-branch' option will not replace the build files with
2244
      those from the base tag, nor will it replace any files that were modified
2245
      between the tag and branch from which the tag was taken.
2246
 
2247
      The resultant workspace will be the HEAD of the named branch, although
2248
      the extraction process will highlight changes between the named branch and
2249
      the named tag.
2250
 
2251
    * svnrelease utility
2252
      Corrected a problem in backtracking from a tag to the development branch
2253
      with some releases of TortoiseSVN.
2254
 
2255
------------------------------------------------------------------------
2931 dpurdie 2256
Version:  3.1.4000.cr                               Released: 31-Jan-13
2257
------------------------------------------------------------------------
2258
Major changes:
2259
 
2260
Minor changes:
2261
    * CHSHARP Toolset
2262
      New CompileOption: NoVersionDLL
2263
        Suppress the creation of versioned DLL for all Shared Libraries
2264
        covered by the makefile.
2265
 
2266
      New SharedLib option: --NoVersionDll
2267
        Suppress the creation of versioned DLLs.
2268
        Unversioned DLLs will always be generated.
2269
 
2270
    * ALL Toolsets
2271
      Ensure that some EnvVars that confuse the GNU automake are not exported
2272
 
2273
    * Utility vcsdiff
2274
      Under Unix will perform a 'diff' of the two views.
2275
      Added '-diff' option to force a text mode diff under Windows, rather than
2276
      the default use of BeyondCompare.
2277
 
2278
------------------------------------------------------------------------
2764 dpurdie 2279
Version:  3.1.3000.cr                               Released: 04-Jan-13
2280
------------------------------------------------------------------------
2281
Major changes:
2282
 
2283
Minor changes:
2284
    * Subversion Extraction
2285
      Detect and report error condition where a tag references a parent
2286
      directory of the tag.
2287
 
2288
      Better handling of tagged versions that have been moved within the
2289
      repository.
2290
 
2291
    * Subversion Support
2292
      Detect authentication errors and issue user-friendly error messages
2293
      showing the user what to do.
2294
 
2295
    * Added Support for LMOS_COBRA
2296
      This does not imply that LMOS is fully supported on the COBRA, only that
2297
      we have build support for this target.
2298
 
2299
      Note: LMOS is not fully supported by VIX on the COBRA platform.
2300
            LMOS should not be used on the COBRA.
2301
 
2302
Internal:
2303
    * Jats Utility: JatsFileUtil usage
2304
      Better handling of files with nasty characters(%'&) in them.
2305
      Now use a modified Url encoding scheme to pass them into JatsFileUtil
2306
      JatsFileUtil Will perform Url decoding of all arguments
2307
 
2308
------------------------------------------------------------------------
2478 dpurdie 2309
Version:  3.1.2000.cr                               Released: 15-Nov-12
2310
------------------------------------------------------------------------
2311
Major changes:
2312
 
2313
Minor changes:
2314
    * Makefile Generation.
2315
      Fixed issue with packaging files with a single quote(') in the name
2316
 
2317
------------------------------------------------------------------------
2450 dpurdie 2318
Version:  3.1.1000.cr                               Released: 14-Nov-12
2319
------------------------------------------------------------------------
2320
Major changes:
2321
 
2322
Minor changes:
2323
    * Makefile generation
2324
      Warning generation of bad source paths does not generate an error
2325
      if the path test escapes the directopry tree. It will generate a
2326
      warning, which allows the build to progress as before - with lots
2327
      of warnings.
2328
 
2329
    * Makefile Generation
2330
      BuildSubDir and SubDir directives - cleanup paths.
2331
 
2332
    * Jats Utility: JatsFileUtil
2333
      Better handling of double '\' in pathnames under windows.
2334
 
2335
 
2336
------------------------------------------------------------------------
2439 dpurdie 2337
Version:  3.1.0000.cr                               Released: 08-Nov-12
2429 dpurdie 2338
------------------------------------------------------------------------
2339
Major changes:
2340
    * Make-time performance improvement of packaging
2341
      Improved the performance of the 'packaging' and 'installing' operations
2342
      by an order of magnitude under windows. Replaced the shell scripting of
2343
      these operations with a dedicated program.
2344
 
2345
      This change also addressed a long-time Windows issue with the packaging
2346
      of files into very long (>~250) paths as the utility supports the full
2347
      windows path scheme.
2348
 
2349
Minor changes:
2350
    * Command Changes: jats clobber
2351
      The 'jats clobber' command has been significantly sped up
2352
      The 'clobber' no longer unpackages and uninstalls files one by one
2353
      from the relevant directories. The entire directory is deleted.
2354
 
2355
      The original sequence can still be perform, if required, with the commands
2356
        jats make clobber
2357
      This operates as before.
2358
 
2359
    * Utility: escrow
2360
      Support to extract packages with a subdirectory structure that
2361
      breaks the JATS rule that the TTB directory names are reserved.
2362
      Some COTS packages break the rule.
2363
 
2364
    * Utility: svn : delete-branch
2365
      Modified the svn branch deletion operation.
2366
        With no arguments it will show the current branch.
2367
 
2368
    * Utility: svn : url
2369
      Improved the conversions supported. Now handles leading SVN::
2370
      and will decode tags of the form SVN::path::tag
2371
 
2372
    * Utility: svn : import
2373
      Added a '-nocommit' option to allow the results of the import to be
2374
      inspected before committing them to the Repository.
2375
 
2376
    * Subversion Support
2377
      Detect authentication errors and issue user-friendly error messages
2378
      showing the user what to do.
2379
 
2380
      The special label of TIMESTAMP now creates a tag with a .WIP
2381
      suffix. This allows the tag to be deleted in the VIX protected
2382
      repositories.
2383
 
2384
------------------------------------------------------------------------
2078 dpurdie 2385
Version:  3.0.5000.cr                               Released: 05-Oct-12
2386
------------------------------------------------------------------------
2387
 
2388
Minor changes:
2389
    * Jats build
2390
      Added a '-nopackages' option to allow the creation of version information
2391
      files under conditions where the external packages are not available, such
2392
      as within a JATS Sandbox.
2393
 
2394
      This option is intended to be used in conjunction with the 'interface'
2080 dpurdie 2395
      command, with a sandbox.
2078 dpurdie 2396
 
2397
      ie: jats sandbox cmd -keepgoing build interface -nopackages
2398
 
2399
------------------------------------------------------------------------
2054 dpurdie 2400
Version:  3.0.4000.cr                               Released: 27-Sep-12
2049 dpurdie 2401
------------------------------------------------------------------------
2402
 
2403
Minor changes:
2404
    * Utility: svn
2405
      Added two subcommands
2406
        branch - to create a branch within a workspace
2407
        switch - to switch a workspace to a branch, or tag.
2408
                 Can also display available branches.
2409
 
2054 dpurdie 2410
    * Utility: sandbox. Subcommand: cmd
2411
      Added '-keepgoing' option to allow the user to ignore errors
2040 dpurdie 2412
 
2413
    * Utility: rtag_extract
2414
        * Added -[no]log option to control the output
2415
        * Extended the examples in the documentation
2416
 
2417
    * Utility: svnrelease and svnextract
2418
      Modified the way that branches are created and used.
2419
      Modified two options:
2420
        -mkbranch=name. Will create a branch while extracting the package
2421
                        The named branch must not exist
2422
        -branch=name.   Will extract the head of the named branch - if it exists
2423
                        The named branch must exist
2424
      The two options are mutually exclusive.
2425
 
2426
------------------------------------------------------------------------
2017 dpurdie 2427
Version:  3.0.3000.cr                               Released: 24-Sep-12
2428
------------------------------------------------------------------------
2429
 
2430
Minor changes:
2431
    * Utility: rtag_extract
2432
      The following enhancements have been made to this utility
2433
        * Only allow extracting into a jats sandbox
2434
        * Create workspaces with a name that is the package name
2435
        * Skip extraction of a package if it already exists in the sandbox
2436
 
2437
------------------------------------------------------------------------
1456 dpurdie 2438
Version:  3.0.2000.cr                               Released: 21-Sep-12
2439
------------------------------------------------------------------------
2440
 
2441
Minor changes:
2017 dpurdie 2442
    * Utility: svnrelease and svnextract
1456 dpurdie 2443
      The name of the directory into which the package will be etracted
2444
      has been greatly simplified, under most cases.
2445
 
2446
------------------------------------------------------------------------
1447 dpurdie 2447
Version:  3.0.1000.cr                               Released: 18-Sep-12
2448
------------------------------------------------------------------------
2449
 
2450
Minor changes:
2451
    * Utility: svnrelease
2452
      Correctly handle build files that are not in the root directory
2453
      Missed in previous release.
2454
 
2455
------------------------------------------------------------------------
2456
Version:  3.0.0000.cr                               Released: 13-Sep-12
2457
------------------------------------------------------------------------
2458
 
2459
Major changes:
2460
    * Jats Version Number
2461
      Rolled to version 3 as the build number was confusingly high
2462
      Although the major version number has changed, JATS has not changed
2463
      significantly.
2464
 
2465
Minor changes:
2466
    * Makefile Generation
2467
      Packing of directories filters out .svn subdirectories
2468
 
2469
    * Utility: svnrelease
2470
      Correctly handle build files that are not in the root directory
2471
 
2472
------------------------------------------------------------------------
1403 dpurdie 2473
Version:  2.101.0000.cr                               Released: 11-Sep-12
2474
------------------------------------------------------------------------
2475
Major changes:
2476
    * Subversion support
2477
      Multiple changes to subversion support to simplify development with
2478
      SubVersion. Changes include:
2479
        - New VcsTag that has a path and a tag component
2480
        - Multiple extraction modes with checks to highlight unexpected
2481
          file changes between workspace and branch head.
2482
 
2483
Minor changes:
2484
    * Utility: New utility - rtag_extract
2485
      Tool to extract a set of packages based on a Release Manager Release.
2486
      Can limit the files extracted to one or more paths, or a list of packages.
2487
      Provides supervised extraction of the set of packages.
2488
      Use 'jats man rtag_extract' or online documentation.
2489
 
2490
    * Utility: svnsave_build
2491
      Failure to change the author of the build is not an error.
2492
      This allows for non-standard repositories being used during consolidation
2493
 
2494
    * Linux support utilities
2495
      Add a version of 'addr2line' that understands the ELF file format
2496
      which has debug information striped out into a separate file.
2497
      Used to support backtracing within unit tests.
2498
 
2499
------------------------------------------------------------------------
1329 dpurdie 2500
Version:  2.100.6000.cr                               Released: 30-Jul-12
2501
------------------------------------------------------------------------
2502
Major changes:
2503
    * Subversion Repository location
2504
      The correct paths to the various SubVersion repositories is:
7321 dpurdie 2505
        GBE_SVN_URL_AUPERASVN01: https://auawsasvn001.vix.local/svn
1329 dpurdie 2506
        GBE_SVN_URL_FRBESASVN01: http://frbesasvn01.frbesa.erggroup.com/svn
2507
      Windows users may need to update there jats.bat file.
2508
      These are Fully Qualified Domain Names.    
2509
 
2510
Minor changes:
2511
    * Jats startup warning introduced in 2.100.5000.cr
2512
      Now accepts both / and \ as path separators.
2513
 
2514
    * Utility: svnrelease
2515
      Modified the operation of the '-branch' to better mimic the ClearCase
2516
      operation of the same command. If the specified branch exists, then it
2517
      will be used, otherwise it will be created based on the specified tag.
2518
 
2519
    * Utility: svnsave_build
2520
      Modify the operation such that the 'author' of the saved build is set to
2521
      that of the user that created the version that that build is based upon.
2522
      This preserves the history of the build a lot better than tagging all
2523
      builds as being done by 'buildadm'.
2524
 
2525
    * Utility: ccdelete_view
2526
      Allow the user to specify ClearCase viewtags or a viewstore path.
2527
 
2528
    * Utility: sandbox
2529
      Added options to control the packages processed. The user can specify
2530
      a range of packages and exclude or include specific packages.
2531
 
2532
      Subcommand: populate
2533
      Added -exclude=name[,name]+ to allow specific packages to be excluded
2534
      Add -all option to force dependency testing of packages already in the
2535
      sandbox.
2536
 
2537
    * Subversion Support
2538
      With an automated build environment the use of a default Subversion
2539
      repository is not supported.
2540
 
2541
      Creating a workspace will display the files being extracted providing
2542
      a progress indication.
2543
 
2544
    * Jats Online Documentation
2545
      Migrated several items from the VIX Wiki to the FAQ section of the
2546
      online documentation.
2547
 
2548
    * Generated makefiles
2549
      Improved tracing of package archive source in comments
2550
 
2551
------------------------------------------------------------------------
401 dpurdie 2552
Version:  2.100.5000.cr                               Released: 28-May-12
399 dpurdie 2553
------------------------------------------------------------------------
2554
Major changes:
2555
 
2556
Minor changes:
2557
    * New Platform: WCENAUTIZX5
2558
     "Nautiz eTicket Pro" built under VS2005
2559
 
400 dpurdie 2560
    * Jats startup will warn Windows Users if jats.bat does not
2561
      link to the dynamically updated version of JATS. 
2562
 
399 dpurdie 2563
Internal:
2564
    * Corrected error handling in Release Manager Database connection
2565
      Worked on Windows, but not linux.
2566
 
2567
------------------------------------------------------------------------
387 dpurdie 2568
Version:  2.100.4000.cr                               Released: 30-Apr-12
2569
------------------------------------------------------------------------
2570
Major changes:
2571
 
2572
Minor changes:
2573
    * Jats makefile directive: MakeProject
2574
      Improved support for packaging files with spaces and other make-unfriendly
2575
      characters in their pathname.
2576
 
2577
------------------------------------------------------------------------
385 dpurdie 2578
Version:  2.100.3000.cr                               Released: 20-Apr-12
2579
------------------------------------------------------------------------
2580
Major changes:
2581
 
2582
Minor changes:
2583
    * Platform: VIXITP
2584
      Minor enhancements
2585
 
2586
    * JATS wrappers
2587
      Updated default paths to Subversion Servers
2588
 
2589
    * Subversion Support
399 dpurdie 2590
      Added svn delete-branch
385 dpurdie 2591
 
2592
------------------------------------------------------------------------
383 dpurdie 2593
Version:  2.100.2000.cr                               Released: 13-Apr-12
2594
------------------------------------------------------------------------
2595
Major changes:
2596
 
2597
Minor changes:
387 dpurdie 2598
    * GCC Toolmaking
383 dpurdie 2599
      Use JATS' internal dependency generator. This is much faster than the
2600
      use of the gcc as previously implemented.
2601
 
2602
    * New Platform: VIXITP
387 dpurdie 2603
      Specialized platform for the VIX 'ITP' product.
383 dpurdie 2604
 
2605
    * Subversion Support
2606
      Documented the use of 'TIMESTAMP' in svn commands
2607
      svnrelease. The -branch option supports the special name TIMESTAMP
2608
 
2609
 
2610
------------------------------------------------------------------------
381 dpurdie 2611
Version:  2.100.1000.cr                               Released: 28-Mar-12
2612
------------------------------------------------------------------------
2613
Major changes:
2614
 
2615
Minor changes:
2616
    * Jats makefile directive: MakeLinuxDriver
2617
      Added support for source files not in the same directory as the
2618
      makefile.
2619
 
2620
    * Jats makefile directives: SharedLib and Lib
2621
      Improved support for named source files with directory elements
2622
 
2623
------------------------------------------------------------------------
379 dpurdie 2624
Version:  2.100.0000.cr                               Released: 23-Mar-12
2625
------------------------------------------------------------------------
2626
Major changes:
2627
 
2628
    * WIN32 Target (Visual Studio 6)
2629
      This target will now consume headers/libraries from a VS6 directory.
2630
      This has been provided to allow the use of Dinkumware_STL to be limited
2631
      to this one compiler. Specifically we need to excluded the use of
2632
      Dinkumware from VS2010 builds.
2633
 
2634
    * C# Toolchain
2635
      Correctly detect missing .cs file in .resx /.cs file pair.
2636
 
2637
Minor changes:
2638
    * Jats wrapper script
2639
      New option: -logfile=name
2640
 
2641
    * Jats configuration
2642
      jats.bat example (Windows)
2643
      jats.sh example (Unix)
2644
      Redefined location of the Perth Subversion server AUPERASVN01
2645
 
2646
    * Escrow build on solaris_x86
2647
      Added workaround for strange issue on X86 based Solaris machines
2648
      The GBE_MACHTYPE EnvVar would disappear during the build process
2649
 
2650
    * Utility ccrelease
2651
      The -extractfiles option nolonger uses a dynamic view to perform the
2652
      extraction. It uses the same process as normal view creation.
2653
 
2654
    * Utility: svn
2655
      Improved package import processing.
2656
      Allow Date, Author and Log to be added to the imported package
2657
 
2658
    * Jats Utility: gen_cots
2659
      Added support for Subversion.
2660
      Subversion is supported on Windows and Unix.
2661
      ClearCase is supported on Windows.
2662
 
2663
    * Jats Utility: vcsdiff
2664
      New Utility. Will diff two versions of a package. Supports
2665
      mixed ClearCase and Subversion versions.
2666
      Under windows it can invoke BeyondCompare
2667
      Under Windows and Unix it can perform a MD5 check over both directories.
2668
 
2669
------------------------------------------------------------------------
377 dpurdie 2670
Version:  2.99.2000.cr                               Released: 3-Feb-12
2671
------------------------------------------------------------------------
2672
Major changes:
2673
 
2674
Minor changes:
2675
    * BuildVersion directive
2676
      Updated Company Name, Copyright and Trademark strings to 'Vix IP Pty Ltd'
2677
 
2678
    * GCC Toolset
2679
      Added support for filterering warning messages, via a warnings.gcc file
2680
 
2681
------------------------------------------------------------------------
375 dpurdie 2682
Version:  2.99.1000.cr                               Released: 13-Jan-12
2683
------------------------------------------------------------------------
2684
Major changes:
2685
 
2686
Minor changes:
2687
    * Command: jats clobber
2688
      When building packages that use deploylib - remove the 'build/deploy'
2689
      directory as a part of the clobber processing.
2690
 
2691
    * Jats wrapper. Environment Variable Cleanup (Windows Only)
2692
      Force ALL EnvVars stored in the environment and passed to programs
2693
      invoked by JATS to be converted to upper case.
2694
 
2695
      This solves problems associated with some programs that do not treat
2696
      Windows EnvVars as case insensitive.
2697
 
377 dpurdie 2698
      A useful side effect of this change is that VS2010 running on
2699
      64-bit Windows-7 will now locate the default installation of VS2010, as
2700
      will many other toolsets.
375 dpurdie 2701
 
2702
    * jats svnlabel
2703
      Report conflicting options: Label and Clone
2704
 
2705
      Correct the 'label' operation. The user is not allowed to provide
2706
      path. The user must provide a simple label. JATS will determine the
2707
      workspace and the correct branch/tag to place the label in.
2708
 
2709
    * Built Daemon support
2710
      jats_svn_savebuild will now delete a WIP if its in the /tags/ directory.
2711
      This allows WIPs to be tags or branches
2712
 
2713
------------------------------------------------------------------------
373 dpurdie 2714
Version:  2.99.0000.cr                               Released: 06-Jan-12
2715
------------------------------------------------------------------------
2716
Major changes:
2717
    * GCC Toolset
2718
      Modified the creation and maintenance of debug information.
2719
      New methodology is:
2720
        Debug information is created for both production and debug builds
2721
        Debug information is placed in a .dbg file, which is linked to the
2722
        executable, or shared library. The .dbg file is packaged in the manner
2723
        as the main binary.
2724
 
2725
      This methodology does not bloat the binary with debug information, while
2726
      retaining debug information. The binary transferred to an embedded
2727
      device does not contain debug information, yet the image used in the
2728
      debugger can still access the debug information. This is the best of
2729
      both worlds.
2730
 
2731
Minor changes:
2732
    * HTML Documentation
2733
      JatsWelcome.html - Extended references to BMS documentation.
2734
 
2735
Internal changes:
2736
    * Generated makefiles
2737
      Removed the make_usage target as it is inaccessible. It was replaced by
2738
      jmake's 'help' command a long time back.
2739
 
2740
------------------------------------------------------------------------
371 dpurdie 2741
Version:  2.98.4000.cr                               Released: 23-Dec-11
2742
------------------------------------------------------------------------
2743
Major changes:
2744
    * Jats Sandbox
2745
      Softlinks to packages within the sandbox are now relative to the root of
2746
      the sandbox. This allows packages in the sandbox to be created under one
2747
      machine architecture and consumed under another.
2748
 
2749
    * RIORDS Platform
2750
      Generate output files with the package version embedded in the name
2751
      This can be disabled with --NoVersion
2752
 
2753
      Package up the 'hex' file created when the .img file is processed.
2754
 
2755
 
2756
Minor changes:
2757
    * Processing makefile.pl
2758
      Better handling of some shared library arguments for undeclared files
2759
      Error detection of some arguments that start with white-space
2760
 
2761
------------------------------------------------------------------------
369 dpurdie 2762
Version:  2.98.3000.cr                               Released: 14-Dec-11
2763
------------------------------------------------------------------------
2764
Major changes:
2765
 
2766
Minor changes:
2767
    * New Platform and Toolchain
371 dpurdie 2768
      Platform is RIORDS. This uses the MSP430 toolchain.
369 dpurdie 2769
      Beta release of this toolchain
2770
 
2771
    * Jats Escrow. Escrow extraction
2772
      Force views created to be done in the same manner as the build daemon.
2773
      Under Clearcase, do not include the /main/0 rule.
2774
 
2775
    * Utility: ccrelease (jats release, jats extract)
2776
      Correct use of /main/0 on Unix platforms to match Windows behavior.
2777
      Only add /main/0 if the user has provided a path to a directory within
2778
      a vob.
2779
 
2780
    * Various changes to remove warnings when used with perl 5.14.
2781
      Note: Perl 5.14 is not recommended.
2782
            Perl 5.8.8 is recommended.
2783
 
2784
    * Windows utilities
2785
      Updated 7z to version 9.20.
2786
 
2787
    * Subversion Support
2788
      Support for 1.7 error messages
2789
      Extended the 'jats svn' utility. New subcommands:
2790
        paths - Display Subversion tag to URL conversions
2791
        tag   - Convert a path or URL to a Release Manager Tag
2792
        url   - Convert Release Manager tag to URL
2793
 
2794
    * COBRA Toolset
2795
      Suppress compiler warning on incompatible ABI
2796
 
2797
    * Create dpkg utility
2798
      Allows packaging from a sandbox, but only of package versions 99.99.99
2799
 
2800
Internal changes:
2801
    * Generated makefiles are now dependent on DPACKAGE files from dependant
2802
      packages, if present.
2803
 
2804
------------------------------------------------------------------------
367 dpurdie 2805
Version:  2.98.2000.cr                               Released: 15-Nov-11
2806
------------------------------------------------------------------------
2807
Major changes:
2808
 
2809
Minor changes:
2810
    * Jats Utility:
2811
      Added 'ccdelete_view'. This utility will delete a Clear Case view given a
2812
      viewtag, even if the view has been deleted from disk.
2813
 
2814
    * Jats startup
2815
      Jats will report an error if started in a directory that is inaccessible
2816
      to the user. An error will also be report if jats is directed to change to
2817
      in inaccessible directory.
2818
 
2819
    * Building an ANT project.
2820
      Jats will warn if a buildfile does not have an associated depends file.
2821
 
2822
    * TOOLSET: GCC
2823
      The 'options=args' now shows the operation of the dependency generation step.
2824
 
2825
    * TOOLSET: WINCE
2826
      Better detection of missing SDK components.  
2827
 
2828
    * Subversion support
2829
      Allow untrusted certificates in https connections.
2830
      VisualSvnServer provides self signed certificates
2831
 
2832
Internal:
2833
    * Makefile generation
2834
        Removed the use of the .rul file. Now generated in place.
2835
        Removed PLATFORM.mk dependencies. Work is done in jmake.
2836
 
2837
------------------------------------------------------------------------
365 dpurdie 2838
Version:  2.98.1000.cr                               Released: 15-Sep-11
2839
------------------------------------------------------------------------
2840
Major changes:
2841
 
2842
Minor changes:
2843
    * Utility: cclabel
2844
      Handle VCS tags of the form CC::path::label and extract the vob name and
2845
      the clearcase label.
2846
 
2847
    * Subversion support
2848
      Report errors when required utilities cannot be found
2849
      Delay reporting until utilities are required to allow the help system
2850
      to operate.
2851
 
2852
------------------------------------------------------------------------
363 dpurdie 2853
Version:  2.98.0000.cr                               Released: 09-Aug-11
2854
------------------------------------------------------------------------
2855
Major changes:
2856
    * New toolset: ARM251
2857
 
2858
    * New target platform: ARM_I5100
2859
      Uses the ARM251 toolset.
2860
 
2861
Minor changes:
2862
    * HTML Help
2863
      Correct display of subheadings in the Table of Contents under IE8
2864
 
2865
    * jats build -noforce
2866
      The 'quick' test to force a re-build now takes the value of
2867
      GBE_BUILDFILTER into account. If the value changes, then a rebuild will
2868
      be forced.
2869
 
2870
      This affect the 'jats all' and associated 'sandbox' commands.
2871
 
2872
    * Utility: ccrelease (jats release, jats extract)
2873
      Improved the ClearCase config spec used to create the view.
2874
 
2875
      If the command specifies a branching rule, then the view will not allow
2876
      directories above the package base to be branched. This will prevent
2877
      unintentional branching within the root of the VOB.
2878
 
2879
      If the command does not specify a branching rule, the view now allows
2880
      files and folders to be 'added' within the view, within the package. This
2881
      feature is suppressed when the tool is used by the AutoBuilder, or when
2882
      the load path contains only the name of the VOB.
2883
 
2884
    * Utility: svnrelease
2885
      Remove duplicate package-name words from the generated workspace name to
2886
      provide a cleaner workspace name.
2887
 
2888
      Allow the workspace to be deleted in 'release' mode by changing out of the
2889
      workspace directory before attempting the delete.
2890
 
2891
    * Utility: svn
2892
      Added 'test' to verify that the subversion CLI utility has been
2893
      installed and can be used.
2894
 
2895
    * Toolset: CSharp
2896
      Utilize features of cmdfile to simplify the generated makefile
2897
      Force the generated command file to have correct directory separation
2898
      character.
2899
 
2900
    * Toolset: SunWorks
2901
      Corrected usage of the -erroff directive
2902
      The later SunWorks compilers are more strict about its usage.
2903
      May affect 64 Solaris builds as the incorrect usage may have been
2904
      masking an error.
2905
 
2906
    * Toolset: Delphi7
2907
      Correct library building process that had been broken by previous
2908
      enhancement.
2909
 
2910
    * Toolset: dafbr
2911
      Internal option to simplify compiler testing
2912
 
2913
    * makefile.pl directive: GenerateFiles and RunTests
2914
      Corrected operation of the '--PackageInfo' expansion
2915
        - Return correct path to package
2916
        - If no info is selected, then assume '--path'
2917
 
2918
    * build.pl directive: BuildPlatforms
2919
      Added a '--Alias=Name[,Name]+' option. This allows the setting of
2920
      a platform alias, when the platform is defined.
2921
 
2922
    * build.pl directive: BuildVersion
2923
      Generate well formed VB6 definitions for packages that have dependent
2924
      packages.
2925
 
2926
    * make command: show
2927
      Improved the readability of the 'Alias Targets' list in the
2928
      'jats make show' command.
2929
 
2930
    * Utility: create_dpkg
2931
      When transferring files from a Windows file system to dpkg_archive
2932
      ensure that the execute permission is set for all users.
2933
 
2934
      Allows 'GENERIC' packages to package up executables that will be
2935
      executed on Unix machines.
2936
 
2937
------------------------------------------------------------------------
361 dpurdie 2938
Version:  2.97.0000.cr                               Released: 24-Jun-11 
2939
------------------------------------------------------------------------
2940
Major changes:
2941
    * HTML Help (Experimental)
2942
      Generated documentation for the various JATS utilities
2943
      It is based on the internal JATS documentation available on the command
2944
      line.
2945
 
2946
      Use http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html
2947
 
2948
Minor changes:
2949
    * PackageFile directive
2950
      Allow packaging of files with a comma in the name.
2951
      Used by some COTS packages.
2952
 
2953
    * Windows utilities used by jats
2954
      stdmux and rpccpp: provide production versions that do not use debug
2955
      libraries as these are not present for all users.
2956
 
2957
    * Jats utility: dstatus
2958
      Shows the user friendly host name rather then the internal machine name.
2959
      This change is in line with the changes to Release Manager
2960
 
2961
    * Utility: svnrelease
2962
      Better deletion of workspaces referenced with non-standard URLs
2963
      Corrected problem with -branch=name option
2964
 
2965
    * Utility: svnrelease and ccrelease
2966
      Better deletion of workingspace directory.
2967
      Attempt to correct for directory permission problems.
2968
 
2969
    * Updated definition of GBE_SVN_URL_FRBESASVN01 to use
2970
      the server by name, rather than IP address: 'frbesasvn01'
2971
 
2972
    * Added EnvVar GBE_VCS to control the default Version Control System
2973
      employed by the 'jats release' and 'jats extract' commands.
2974
 
2975
      Usable values are: 'cc' and 'svn'.
2976
      The default value is 'cc', providing backward compatability to existing
2977
      developers.
2978
 
2979
 
2980
------------------------------------------------------------------------
359 dpurdie 2981
Version:  2.96.4000.cr                               Released: 06-May-11
2982
------------------------------------------------------------------------
2983
Major changes:
2984
 
2985
Minor changes:
2986
    * WIN32 Toolset
2987
      Remove .exp and .lib files that may be created when building a program.
2988
      These files may be generated when using code to create a DLL is used
2989
      to create an EXE.
2990
 
2991
    * Utility: upddep
2992
      Handle packages with version strings like: 1.6.0,REV=2006.11.29.05.03
2993
      The '=' was causing issues.
2994
 
2995
    * Utility: sandbox
2996
      New sub command - populate. Beta Release of this command
2997
      This sub command can be used to populate a sandbox with a specific package
2998
      and (optionally) its dependents, that (optionally) are not available
2999
      in a package archive.
3000
 
3001
      Sub command: create
3002
      New option '-exact'. This will create a sandbox in which the package
3003
      version numbers are significant. This is useful when recreating a specific
3004
      package version.
3005
 
3006
      Command specific help
3007
      Each sub command now has its own help.
3008
      ie: 'jats sandbox populate -help' will provide help on the populate
3009
      command.
3010
 
3011
    * BuildVersion directive
3012
      Will create well formed Windows Resource files when the Packages Build
3013
      Number is greater than 7.
3014
 
3015
Internal:
3016
    * Removed jats_save_build.pl
3017
      No longer used by the build tool.
3018
 
361 dpurdie 3019
------------------------------------------------------------------------
357 dpurdie 3020
Version:  2.96.3000.cr                               Released: 14-Mar-11
3021
------------------------------------------------------------------------
3022
Major changes:
3023
 
3024
Minor changes:
3025
    * Minor tweaks for WCEIPA280 support
3026
 
3027
    * Build tool support: jats_vcssave_build
3028
      Deprecated unused options.
3029
 
361 dpurdie 3030
------------------------------------------------------------------------
355 dpurdie 3031
Version:  2.96.2000.cr                               Released: 10-Mar-11
3032
------------------------------------------------------------------------
3033
Major changes:
3034
 
3035
Minor changes:
3036
    * New WinCE platform: WCEIPA280
3037
      Uses VS2005 and the IPA280 SDK from Ingenico
3038
 
361 dpurdie 3039
------------------------------------------------------------------------
353 dpurdie 3040
Version:  2.96.1000.cr                               Released: 09-Mar-11
3041
------------------------------------------------------------------------
3042
Major changes:
3043
 
3044
Minor changes:
3045
    * EnvVars
3046
      Support for GBE_SVN_URL_xxx to support multiple SubVersion repositories
3047
      at multiple locations.
3048
 
3049
    * Build tool support: jats_vcssave_build
3050
      New option -isawip to allow deprecation of -wiplabel option in
3051
      a future release.
3052
 
361 dpurdie 3053
------------------------------------------------------------------------
351 dpurdie 3054
Version:  2.96.0000.cr                               Released: 01-Mar-11
3055
------------------------------------------------------------------------
3056
Major changes:
3057
    * CSHARP2010 target
3058
      Force all C# compilations to be targeted at a 32-bit platform.
3059
 
3060
Minor changes:
3061
    * jats escrow utility
3062
      Uses VcsTag and jats_vcsrelease to be version control system agnostic.
3063
 
361 dpurdie 3064
------------------------------------------------------------------------
349 dpurdie 3065
Version:  2.95.1000.cr                               Released: 14-Feb-11
3066
------------------------------------------------------------------------
3067
Patch changes:
3068
    * Built Tool Interface Changes
3069
        Rename jats_vcs_save_build.pl to jats_vcssave_build.pl
3070
        Rename jats_release.pl to  jats_vcsrelease.pl
3071
      to create a consistent naming convention for the buildtool
3072
      interface to Version Control System aware tools.    
3073
 
361 dpurdie 3074
------------------------------------------------------------------------
347 dpurdie 3075
Version:  2.95.0000.cr                               Released: 11-Jan-11
3076
------------------------------------------------------------------------
3077
Major changes:
3078
    * Initial (experimental) support for VS2010, both for C# and C/C++
3079
    Introduces two new platforms:
3080
        CSHARP2010 (.NET 4.0)
3081
        VS2010
3082
 
3083
Minor changes:
3084
    * jats_rewrite - used only by the build daemons
3085
      Better handling of 'cots' packages.
3086
 
3087
    * jats upddep utility
3088
      Add -keep option to retain the config data extracted from the
3089
      Release Manager data base for diagnistic use.
3090
 
3091
    * Added Linux profile scripts to build installers
3092
      Added TEMPLATES/INSTALL to the packaged version of JATS
3093
      Support for Linux under
3094
        RHEL4
3095
        Ubuntu 10.04
3096
 
3097
Internal:
3098
    * System(--Shell) escaping - improved.
3099
      Only escape spaces if there are multiple arguments.
3100
 
3101
------------------------------------------------------------------------
345 dpurdie 3102
Version:  2.94.0000.cr                               Released: 16-Dec-10
227 dpurdie 3103
------------------------------------------------------------------------
345 dpurdie 3104
Major changes:
3105
 
3106
Minor changes:
3107
    * New target platform - PHP
3108
      This target is only available on a Windows Platform. It is used to limit
3109
      the processing of PHP artifacts by the ZendGaurd.
3110
 
3111
    * Utility: cache_dpkg
3112
      Used internally to cache packages to a local archive.
3113
      When an error is encountered in the transfer the utility will now
347 dpurdie 3114
      correctly delete the package that it was transferring. Previously it
345 dpurdie 3115
      could leave a partially transferred package.
3116
 
3117
    * Utility: create_dpkg [DEVI-063950 ]
3118
      Creates build.<MachineName> marker files as well as built.<MachType>.
3119
      Partial work for DEVI-063950
3120
 
3121
    * makefile.pl directives
3122
      Corrects and extended the operation of the platform-specifier.
3123
      All non-platform options must be true, while the platform names are
3124
      treated as before - any of them may be true. See MASS-00166 for full
3125
      details.
3126
 
3127
Internal:
3128
    * System(--Shell) operations will escape spaces in the argument
3129
      Allows the use c:\Program Files\... in path elements.
3130
 
3131
------------------------------------------------------------------------
343 dpurdie 3132
Version:  2.93.0000.cr                               Released: 03-Dec-10
3133
------------------------------------------------------------------------
3134
Major changes:
3135
 
3136
Minor changes:
3137
    * Jats Sandbox operation
3138
      Don't remove .RUL files in sandbox testing of the build files
3139
 
3140
    * Jats MakeProject directive
3141
      Added --TargetDebug= and --TargetProd=  to allow the default target
3142
      of the project builds to be specified.
3143
 
3144
      Can be used in all targets that use a Visual Studio project or solution
3145
      to build a package.
3146
 
3147
    * MergeLibrary directive
3148
      New sub-option --InterfacePlain
3149
      This will allow the use of 3rd party libraries that do not have a P or D
3150
      suffix in the library name.
3151
 
3152
    * GenerateFiles directive
3153
      Use of --Var(ObjDir) will cause the Object directory to a prequisite
3154
      of the command. Similar for BinDir and LibDir.
3155
 
3156
    * BuildPlatform
3157
      New option: --NoToolSet
3158
      Supresses the check for the existance of the underlying toolset.
3159
      Ensures that the user does not attempt to use the underlying toolset.
3160
 
3161
      To be used in packages that generate installers, where there is
3162
      no compilation phase, but the package search mechanism may still
3163
      need toolset specific information.
3164
 
3165
      Normally used in conjunction with --OnlyProd.
3166
 
3167
      eg: BuildPlatforms ( 'WIN32,--OnlyProd,--NoToolSet' );
3168
 
3169
Internal:
3170
    * Jats EnvVars, ccrelease and svnrelease
3171
      Factored out the default value of GBE_VIEWBASE and associated
3172
      processing into jats.pl
3173
 
3174
      Expect GBE_VIEWBASE to be site specific. Defaults are suitable for
3175
      a ClearCase site.
3176
 
3177
------------------------------------------------------------------------
341 dpurdie 3178
Version:  2.92.0000.cr                               Released: 08-Nov-10
3179
------------------------------------------------------------------------
3180
Major changes:
3181
 
3182
Minor changes:
3183
    * DEVI-059977: 64-bit Solaris libraries try to link against 32-bit libs
3184
      The 64-bit Solaris build will no longer attempt to consume 32-bit
3185
      libraries or header files.
3186
 
3187
    * New tool update_release
3188
      Extracts current package version list from Deployment Manager SBom(s)
3189
      and copy resultant packages to release specific directory.
3190
 
3191
      Use 'jats man update_release' for full details
3192
 
3193
    * New tool ccmerge_build
3194
      Merge an autobuilt build.pl file back to the parent branch
3195
      and leave the resultant file checked out.
3196
 
3197
      Use 'jats man ccmerge_build' for full details
3198
 
3199
    * Jats Sandbox command
3200
      Improved operation of 'sandbox all' and packages that use
3201
      BuildPkgArchive.
3202
 
3203
    * GCC and SUNWORKS tools
3204
      Allow shlib dependency generation to be displayed in verbose mode
3205
 
3206
Internal:
3207
    * Work for subversion support
3208
 
3209
    * Build
3210
      Use Perl 'File' operations instead of system function to delete
3211
      directories. Is faster under Windows.
3212
 
3213
------------------------------------------------------------------------
339 dpurdie 3214
Version:  2.91.0000.cr                               Released: 15-Sep-10
3215
------------------------------------------------------------------------
3216
Major changes:
3217
    * SharedLib directives for Solaris and GCC targets
3218
      Added support to control the 'soname' embedded within the shared
3219
      library. Refer the MASS-00166 for full details. Use with care.
3220
 
3221
------------------------------------------------------------------------
337 dpurdie 3222
Version:  2.90.0000.cr                               Released: 14-Sep-10
3223
------------------------------------------------------------------------
3224
Major changes:
3225
    * New platform - 'COBRA'.
3226
      Support for the ARM926EJS based hardware.
3227
      This is a Linux based target.
3228
      Requires a new compiler to be installed into build machines
3229
 
3230
Minor changes:
3231
    * Jats sandbox command
3232
      Basic support for the 'cache' command.
3233
      Allows external dependent packages to be cached for disconnected
3234
      development.
3235
 
3236
------------------------------------------------------------------------
335 dpurdie 3237
Version:  2.89.0000.cr                               Released: 13-Sep-10
3238
------------------------------------------------------------------------
3239
Major changes:
3240
    * [DEVI-062103]
3241
      Many (11) toolsets - all that generate linker dependency
3242
      files for creating shared libraries or programs.
3243
        Solaris, Gcc, WIN32, Wince, MOS, Verix, Keil, AVR_IAR,
3244
        CSHARP, MCR, Pharlap.
3245
 
3246
      Better, simpler, and in some cases correct, generation
3247
      of dependency files used in linking. Also generate separate
3248
      files for Production and Debug builds.
3249
 
3250
Minor changes:
3251
    * Jats sandbox command
3252
      The 'info' subcommand will highlight external packages that cannot be
3253
      found in any of the the package archives.
3254
 
3255
    * Jats release -extract
3256
      The ClearCase view that is created will have a comment tag added that
3257
      describes:
3258
        - the directory in which the user created the view
3259
        - the date of creation
3260
 
3261
    * PackageFile directive
3262
      Now supports --NoRecurse and --Recurse in conjunction with --DirTree
3263
 
3264
Internal:
3265
    * PackageFile, PackageHdr and InstallHdr directives
3266
      Removed --Abs option - its not supported
3267
      Fixed --Full option.
3268
 
3269
------------------------------------------------------------------------
3270
Version:  2.88.0000.cr                               Released: 26-Jul-10
3271
------------------------------------------------------------------------
3272
Major changes:
3273
 
3274
Minor changes:
3275
    * Dependency Generation Tool - mkdepend
3276
      Correct a problem encountered when the name of an included file
3277
      matches the name of a subdirectory within the include search path
3278
      resulting in multiple builds.
3279
 
3280
    * SOLARIS and LINUX toolsets
3281
      Corrected problem in dependency tracking of shared libraries
3282
      Dependency between shared librares was not being used at all.
3283
 
3284
      Only affected Solaris and Linux builds
3285
 
3286
      Still an issue that affect all platforms that build shared libaries.
3287
      Dependency tracking does not work correctly for both debug and
3288
      production builds. It will work for the first one done.
3289
 
3290
------------------------------------------------------------------------
331 dpurdie 3291
Version:  2.87.0000.cr                               Released: 13-Jul-10
3292
------------------------------------------------------------------------
3293
Major changes:
3294
 
3295
Minor changes:
3296
    * Jats label command
3297
      New option '-entireview' to be used by the build daemon
3298
      Not recommended for general use.
3299
      Will locate the root of the current view and label all files and
3300
      directories within the current view.
3301
 
3302
      Removed the double check of labeled files introduced in
3303
      version 2.80.3000.cr as the problem has been found and corrected
3304
      elsewhere.
3305
 
3306
    * Jats save_build
3307
      Use a better set of options of 'cleartool find' to speed up
3308
      the determination of a branch.
3309
 
3310
      Use the -entireview option of the jats label utility to speed
3311
      up labeling by the build daemons.
3312
 
3313
    * Jats build
3314
      Better handling of sandboxed packages.
3315
        Indicates that the dependency is from a sandbox
3316
        No overwrite warnings when reinstalling a package
3317
 
3318
    * Borland6 toolset
3319
      Changed the default value of where Borland6 is installed
3320
      to match the documented install location of:
3321
        c:\BCB6\CBuilder6
3322
 
3323
    * Jats build
3324
      Added -noforce option to only generate build files if they
3325
      are out of date. It will only recreate makefiles if needed.
3326
      This is a very quick operation.
3327
 
3328
      The default operation is '-force'. This will populate the
3329
      interface directory and generate makefiles.
3330
 
3331
    * Jats all [Experimental. Feed back welcome]
3332
      Uses the '-noforce' form of the build command such that build
3333
      files are only recreated if need be.
3334
 
3335
      The 'all' command will do what is needed in order to rebuild
3336
      the package. It will do a build, if need be, and then
3337
      make the package.
3338
 
3339
    * Jats sandbox
3340
      The 'all' command will perform a '-noforce' build followed by a make.
3341
 
3342
      The 'build' command will perform a build followed by a make. This will
3343
      be a complete build of all component packages.
3344
 
3345
      The 'jats sandbox all' command can be used to rebuild all
3346
      components in an efficient manner. If the build files have changed,
3347
      then the makefiles will be regenerated, other wise only the make phase
3348
      is performed.
3349
 
3350
Internal:
3351
    * build.pl
3352
      Cleanup the start-up processing of build.pl and buildlib.pl            
3353
 
3354
 
3355
------------------------------------------------------------------------
329 dpurdie 3356
Version:  2.86.2000.cr                               Released: 21-May-10
3357
------------------------------------------------------------------------
3358
Major changes:
3359
 
3360
Minor changes:
3361
    * RunTest directive
3362
      Corrected problems with the --Var(xxxx) option when used in conjunction
3363
      with the --abspath option.
3364
 
3365
    * Jats label command
3366
      Removed redundant 'cleartool describe' operations to speed up the process.
3367
 
3368
------------------------------------------------------------------------
327 dpurdie 3369
Version:  2.86.1000.cr                               Released: 11-May-10
3370
------------------------------------------------------------------------
3371
Major changes:
3372
    * New compiler support
3373
      Support for the Keil Arm V4.03a compiler
3374
      This is enabled via:
3375
        build.pl: BuildPlatforms ( 'H400,--Version=4.03a' );
3376
 
3377
Minor changes:
3378
 
3379
Internal changes:
3380
 
3381
------------------------------------------------------------------------
325 dpurdie 3382
Version:  2.86.0000.cr                               Released: 30-Apr-10
3383
------------------------------------------------------------------------
3384
Major changes:
3385
 
3386
Minor changes:
3387
    * jats label command - Renaming a label
3388
      Address issue when renaming a label when the current ClearCase view is
3389
      based on the label. All operation after the rename must specify the VOB
3390
      name as ClearCase may no longer be able to determine the VOB.
3391
 
3392
    * Better handling of .lnk files used within sandboxes and local package
3393
      archives. Now strip all trailing white space correctly
3394
 
3395
    * Jats Sandbox stop files
3396
      Added 'stop.<GBE_MACHTYPE>' stop files to better support multi
3397
      platform builds.
3398
 
3399
    * Makefile rebuild test correctly locates interface directory in
3400
      cases where the source directory is above the build file in the
3401
      directory tree.
3402
 
3403
    * New command: jats man
3404
      Produces full help on a specified item.
3405
 
3406
Internal changes:
3407
    * jats upddep
3408
      Delete temp .cfg file created during the process.
3409
 
3410
    * Jats makefiles: Platform directive
3411
      Initial release of ++Machtype, ++Project and ++Defined
3412
      Not yet in use.
3413
 
3414
------------------------------------------------------------------------
323 dpurdie 3415
Version:  2.85.0000.cr                               Released: 17-Mar-10
3416
------------------------------------------------------------------------
3417
Major changes:
3418
    * New Utility: upddep - Update Dependencies
3419
      This utility will update the dependencies in a build.pl file to be
3420
      consistent with those of a given Release Manager Release. This simplifies
3421
      the operation of maintain build files during development.
3422
 
3423
      It will create an 'auto.pl' file, which JATS uses in preference to a
3424
      build.pl file. DO NOT check this file in.
3425
 
3426
      See:  'jats upddep -help'         - For brief help
3427
            'jats upddep -man'          - For full manual
3428
 
3429
      Examples:
3430
            jats upddep -show
3431
            jats upddep -show=vtk
3432
            jats upddep -rtag=6684
3433
 
3434
    * MicroTec Compiler toolset
3435
      When creating a ShardLibrary (THX) report missing libraries before
3436
      compiling the objects that go into the THX.
3437
 
3438
      This ensures that the error messages the describe the missing library
3439
      can be seen and are not masked by the building of the objects.
3440
 
3441
Minor changes:
3442
 
3443
Internal changes:
3444
    * Utility: jats_rewrite
3445
      Modifications to interwork with the upddep utility.
3446
 
3447
------------------------------------------------------------------------
321 dpurdie 3448
Version:  2.84.0000.cr                               Released: 16-Feb-10
3449
------------------------------------------------------------------------
3450
Major changes:
3451
    * Makefile directive helper function: If
3452
      Used within another directive to enable or disable arguments passed to the
3453
      outer directive. The first argument is a 'platform' specifier - as in
3454
      all Jats Make directives. If making for the specified platform, then the
3455
      remainder of the arguments are inserted into the directives argument
3456
      stream.
3457
 
3458
      Example:
3459
 
3460
      SharedLib ( '*', 'mySharedLib', @OBJS
3461
                     , If ('WIN32',   '-llibrary1', '-llibrary2' )
3462
                     , If ('SOLARIS', '-llibrary3' )
3463
                     );
3464
Minor changes:
3465
    * Makefile directive: InstallLibs
3466
      Correctly installs, as libraries, files that are specified with a 'Src'
3467
      directive. This is consistent with the operation of the PackageLibs
3468
      directive.
3469
 
3470
    * GCC Toolkit
3471
      Changes to the shared library dependency processing to bring it inline
3472
      with other toolers. Will terminate after determining that some
3473
      libraries cannot be found. This will ensure that the error message is at
3474
      the point of termination.
3475
 
3476
    * Jats save_build utility
3477
      Corrected problem in unreserving a reserved checkout of a build.pl file
3478
      under windows.
3479
 
3480
    * Jats sandbox
3481
      ClearCase views created with in the sandbox are created with a tag that
3482
      is named after the sandbox. This allows multiple instances of a view
3483
      in different sandboxes.
3484
 
3485
    * Jats release
3486
      Display cleartool error messages when view creation fails.    
3487
 
3488
------------------------------------------------------------------------
319 dpurdie 3489
Version:  2.83.1000.cr                               Released: 04-Feb-10
3490
------------------------------------------------------------------------
3491
Major changes:
3492
 
3493
Minor changes:
3494
    * jats options
321 dpurdie 3495
      Added -locatedir=name
3496
      Will scan from CWD to the root of the file system looking for the named
319 dpurdie 3497
      directory.
3498
 
3499
    * jats label utility
3500
      Improved handling of the -file and -dir options
3501
      These options will now label the directory elements within the paths
3502
      specified by these options, when used in conjunction with the -up option.
3503
      This simplified the process of labeling complex directory structures.
3504
 
3505
      Added -admin, to allow creation of global labels
3506
 
3507
------------------------------------------------------------------------
317 dpurdie 3508
Version:  2.83.0000.cr                               Released: 20-Jan-10
315 dpurdie 3509
------------------------------------------------------------------------
3510
Major changes:
317 dpurdie 3511
 
3512
Minor changes:
3513
    * WinCe Toolsets
3514
      New CompileOptions operations:
321 dpurdie 3515
        Exceptions              - Enable exception handling
317 dpurdie 3516
        noExceptions            - Disable
3517
      Default is to retain backward compatibility. It is mixed.
3518
      Example:
3519
        CompileOptions ('*', 'Exceptions' );
3520
 
3521
    * Solaris targets
3522
      Full support for a target called SOLARIS8_SPARC32
3523
      It is identical to SOLARIS in a 'sparc' build machine, but it is only
3524
      available on a 'sparc' build machine. Can be used to limit builds to one
3525
      machine type.
3526
 
3527
------------------------------------------------------------------------
3528
Version:  2.82.0000.cr                               Released: 18-Jan-10
3529
------------------------------------------------------------------------
3530
Major changes:
315 dpurdie 3531
    * New Build Platform: VB6
3532
      Jats has been enhanced to support the building of VB6 .vbg and .vbp
3533
      project files.
3534
 
3535
    * Build Directive BuildVersion.
3536
      This has been extended to allow the creation of Version Information in a
3537
      form that can be consumed by Visual Basic using '--Style=VB'
3538
 
3539
Minor changes:
3540
    * Added more internal documentation
3541
      Use jats help to see available documentation
3542
 
3543
    * Jats label -info command [DEVI-059929]
3544
      Fixed problem that prevent this command running on Unix systems.
3545
 
3546
    * Jats save_build utility
3547
      Corrected problem in unreserving a reserved checkout of a build.pl file
3548
      under windows.
3549
 
3550
    * Solaris 10, 64 Bit Sparc Builds
3551
      All compiles are done in a position independent manner (-KPIC)
3552
      This solved issues where static libraries are linked into shared
3553
      libraries.
3554
 
3555
    * Solaris builds
3556
      Program and Shared library dependency checking is now done before
3557
      the program/library objects are built. Thus errors associated with missing
3558
      dependencies occur before objects are built and the user can see the cause
3559
      of the build failure.
3560
 
3561
 
3562
Internal changes:
3563
    * Moved 'jats vars' functionality into a separate program
3564
      Moved associated documentation into the jats_vars tool
3565
 
3566
    * Moved some other internal documentation into InstallationNotes and
3567
      PkgArchive topics.
3568
 
3569
------------------------------------------------------------------------
313 dpurdie 3570
Version:  2.81.0000.cr                               Released: 12-Jan-10
3571
------------------------------------------------------------------------
3572
Major changes:
3573
    * Solaris Builds for 64 bit targets
3574
      Changes to fully support the SOLARIS10_X86 and SOLARIS10_SPARC64
3575
      targets. These are using a different version of the compiler than the
3576
      existing 32-bit builds.
3577
 
3578
      64-Bit Solaris10 builds are performed with Sun Studio 12.1
3579
      32-Bit Solaris10 builds are performed with Sun Studio 11
3580
 
3581
Minor changes:
3582
    * jats label -exclude=nnn
3583
      Corrected problem with the -exclude option introduced in 2.80.3000.cr
3584
 
3585
    * Package searching
3586
      The BuildpkgArchive and LinkPkgArchive directives will search
3587
      both dpkg_archive and deploy_archive paths for packages.
3588
 
3589
      Allows JATS to be used to process deployable packages.
3590
 
3591
    * jats help
3592
      Modified the operation of the 'jats help' command.
3593
      This command now provides a gateway to the jats help system.
3594
 
3595
      Information provided by the previous 'jats help' can be achieved
3596
      with one of:
3597
        jats -h
3598
        jats help jats
3599
 
3600
Internal:
3601
    * cmdfile utility
3602
      Added macros:
3603
        @(sep,x,text)               - Reformat text with specified file sep
3604
        @(env,VarName)              - Extract text from an EnvVar
3605
 
3606
      Corrected
3607
        @(vsep,ident)               - Set path seperator (: or ;)
3608
        @(vhost,ident)              - Modify @(vlib) operation
3609
 
3610
      Extended
3611
        @(vpath)                    - Added optional 'sep' argument.
3612
        @(vlib)                     - Added optional 'sep' argument.
3613
        @(vlint)                    - Added optional 'sep' argument.
3614
        @(vglob)                    - Added optional 'sep' argument.
3615
 
3616
------------------------------------------------------------------------
311 dpurdie 3617
Version:  2.80.4000.cr                               Released: 17-Dec-09
3618
------------------------------------------------------------------------
3619
Major changes:
3620
 
3621
Minor changes:
3622
 
3623
Internal changes
3624
    * Created a Pseudo package to describe the interface directory
3625
      This simplifies the various scanning algorithms within JATS
3626
      Useful side effects include:
3627
 
3628
        JATS plugins will be sourced from the interface directory if included
3629
        with a BuildPkgArchive. This will simplify debugging.
3630
 
3631
        [DEVI-059682] QtBase can be consumed via a BuildPkgArchive directive,
3632
        simplifying the process of packaging additional fonts.
3633
 
3634
        [DEVI-059685] Simplify implementation of --FromPackage options in other
3635
        tools, which obviates the need for QtBase to be consumed via a
3636
        BuildPkgArchive
3637
 
313 dpurdie 3638
    * Perl Modules
3639
      Included the most recent version of the Pod module within the JATS
3640
      release. This will:
3641
        * Ensure consistent cross platform behaviour
3642
        * Corrects issues within earlier releases of the Pod module - some
3643
          reported by ERG.
3644
        * Provide a basis for a better help system within JATS.
3645
 
311 dpurdie 3646
------------------------------------------------------------------------
309 dpurdie 3647
Version:  2.80.3000.cr                               Released: 01-Dec-09
3648
------------------------------------------------------------------------
3649
Major changes:
3650
 
3651
Minor changes:
3652
    * BuildTool utility: jats_save_build
3653
      Returns non-zero error code on labeling errors.
3654
      Deletes label on labeling errors.
3655
      Removed backward compatibility options as they are no longer used.
3656
 
3657
    * Jats label utility
3658
      Changes to assist in tracking down clearcase labeling errors
3659
 
3660
      Once labels have been applied a check is done to ensure that
3661
      the labels have been placed. The check is to attempt to find
3662
      new files and folders to label - there should be none.
3663
 
3664
    * Jats core
3665
      Improved the auto location of the base directory of the build to allow
3666
      for ant-based packages. Allows the jats 'create_dpkg' command to be
3667
      used to package ant based builds.
3668
 
3669
------------------------------------------------------------------------
307 dpurdie 3670
Version:  2.80.2000.cr                               Released: 12-Nov-09
305 dpurdie 3671
------------------------------------------------------------------------
3672
Major changes:
3673
 
3674
Minor changes:
307 dpurdie 3675
    * CSHARP toolset
3676
      Creation of unit tests was broken by 2.80.0000.cr
3677
      This is now fixed.
3678
 
309 dpurdie 3679
      The cmdfile utility creates paths with file path separators as discovered
307 dpurdie 3680
      in the PATH EnvVar. Now that PATH is nice it means that the use of cmdfile
309 dpurdie 3681
      to create shell scripts resulted in scripts with unsuitable separators.
307 dpurdie 3682
 
3683
    * WCEPSION_500_VS2005
3684
      Extended the list of nodefaultlibs to include secchk.lib and ccrtrtti.lib
3685
 
3686
------------------------------------------------------------------------
3687
Version:  2.80.1000.cr                               Released: 12-Nov-09
3688
------------------------------------------------------------------------
3689
Major changes:
3690
 
3691
Minor changes:
305 dpurdie 3692
    * Generating makefiles
3693
      Ensure that the 'BuildMake' directive is the last one in the build.pl file
307 dpurdie 3694
      Directives after this will not be processed correctly and now generate
305 dpurdie 3695
      an error.
3696
 
3697
    * WCEPSION_500_VS2005
307 dpurdie 3698
      Suppress use of -debug:cv when building libraries.
305 dpurdie 3699
 
3700
    * Build directive: BuildSrcArchive
307 dpurdie 3701
      Highly specialized directive.
305 dpurdie 3702
      Refer the JATS Manual.
3703
 
3704
------------------------------------------------------------------------
303 dpurdie 3705
Version:  2.80.0000.cr                               Released: 04-Nov-09
3706
------------------------------------------------------------------------
3707
Major changes:
3708
    * New target: WCEPSION_500_VS2005
3709
      A build of the Psion CE 5.0 under VS2005
3710
      This target has been added to the WINCE target.
3711
 
3712
      WCEPSION_500_VS2005 build cannot consume build artifacts from the
3713
      WCEPSION_500. The two are separate.
3714
 
3715
    * Support for building WinCE targets under VS2005
3716
      Currently only the WCEPSION_500_VS2005 is fully supported
3717
      Support includes
3718
        * Building of executables and DLLs via jats directives
3719
        * Building of components via VS2005 'solution' files
3720
 
3721
Minor changes:
3722
    * Build file processing
3723
      Better detection of bad platform names under Windows
3724
      Note: All platform names should be in uppercase.
3725
 
3726
    * MOS builds
3727
      If a 'product' name not known to JATS is used and a board base address
3728
      is specified then no warnings are generated indicating an unknown 'product'
3729
 
3730
    * MOS builds
3731
      New 'known' product: PICP
3732
      Identical to the TP5 in all but name.
3733
 
3734
    * GenerateFiles directive
3735
        Better handling of '\' when passing arguments to a command line
3736
        under windows.
3737
 
3738
        .
3739
 
3740
    * Verbose builds now show command files
3741
      Currently only supported for WIN32 and WINCE builds.
3742
 
3743
      The use of 'OPTIONS=args' will cause the linker command file to be dumped
3744
      to the output stream.
3745
 
3746
      This facility will be retrofitted to other platform targets in the future.
3747
 
3748
    * Windows Shell
3749
      The shell provided with JATS for use under Windows has been modified so
3750
      that the COMSPEC and PATH variables are correctly formatted with '\'
3751
 
3752
      Addresses issues when invoking Windows tools and programs from within JATS.
3753
 
3754
    * H8S toolset
3755
      Ensure the the EnvVar CYGWIN is not set.
3756
 
3757
      If 'binmode' is set then the gcc compiler used by the H8S toolset cannot
3758
      handle macros that use line continuation.
3759
 
3760
Internal changes
3761
    * WinCe builds
3762
      Changed name of internal file 'toolset/vcwce' to better represent the
3763
      content of the file.
3764
 
3765
      Many internal changes to better support VS2005 and EVC
3766
 
3767
      Macros to encode and decode paths with embedded spaces.
3768
      Currently only used in WIN32 and WINCE toolsets.
3769
 
3770
------------------------------------------------------------------------
301 dpurdie 3771
Version:  2.79.6000.cr                               Released: 18-Sep-09
3772
------------------------------------------------------------------------
3773
Minor changes:
3774
    * PackageFile directive with spaces in names.
3775
      Corrected problem.
3776
 
3777
------------------------------------------------------------------------
299 dpurdie 3778
Version:  2.79.5000.cr                               Released: 14-Sep-09
3779
------------------------------------------------------------------------
3780
Major changes:
3781
 
3782
Minor changes:
3783
    * DPACKAGE file created on multiple machines [DEVI-054973]
3784
      DPACKAGE files are now machine specific.
3785
      Changes are transparent to users.
3786
 
3787
    * Creating static libraries without any object files is treated
3788
      as an error. The Microtec tools sets will create a 'pop-up' if
3789
      this occurs.
3790
 
3791
    * The LinkSandbox directive is not allowed when GBE_ABT is set.
3792
      This directive is highly discouraged in development: Use a jats 'sandbox'
3793
      Moreover it is not reproducible and thus not supported within the
3794
      automated build framework.
3795
 
3796
    * jats sandbox command
3797
      Added support to delete the sandbox metadata. This undoes the
3798
      'create' command.
3799
 
3800
    * jats command aliases. Added
3801
        jats extractfiles to be jats release -extractfiles
3802
        jats extract      to be jats release -extract
3803
 
3804
------------------------------------------------------------------------
297 dpurdie 3805
Version:  2.79.4000.cr                               Released: 29-Jul-09
3806
------------------------------------------------------------------------
3807
Major changes:
3808
    * Jats Command line and -java option
3809
      This version will place the specified java's 'bin' directory into
3810
      the PATH. Thus the commands:
3811
            jats -java=1.6 eprog java -version
3812
            jats -java=1.6 ant build
3813
      will work as expected
3814
 
3815
Minor changes:
3816
    * VS2008 Toolset
3817
      Picking up incorrect config details
3818
      May result in a warning message.
3819
 
3820
    * gen_cots utility
3821
      New option to allow use without ClearCase dependencies.
3822
      Its simply creates a buildable package image.
3823
 
3824
    * DELPHI7 toolset
3825
      Correct the definition of the Debug option '-$D+'
3826
      In debug mode, add $DELPHI/lib/debug to the search paths
3827
 
3828
------------------------------------------------------------------------
295 dpurdie 3829
Version:  2.79.3000.cr                               Released: 01-Jul-09
3830
------------------------------------------------------------------------
3831
Major changes:
3832
Minor changes:
3833
    * Escrow Utility
3834
      Add header to generated HTML describing the source of the data
3835
 
3836
    * IAR Compiler
3837
      Fixed test for loader file
3838
 
3839
    * GCC Toolset
3840
      Fixed DLL Version Number
3841
 
3842
    * DELPHI7 Toolset
3843
      Minor correction discovered during use.
3844
      Existing tools to create a .lib from .dll had serious path length issues
3845
      Extended the compiler search paths
3846
 
3847
    * Deployment utilities (old)
3848
      Correct SQL statement to work without any Schema assumptions
3849
 
3850
------------------------------------------------------------------------
293 dpurdie 3851
Version:  2.79.2000.cr                               Released: 11-Jun-09
3852
------------------------------------------------------------------------
3853
Major changes:
3854
Minor changes:
3855
    * Minor bug fix to address issues introduced in previous release
3856
      Affects SOLARIS and MOS builds
3857
 
3858
------------------------------------------------------------------------
291 dpurdie 3859
Version:  2.79.1000.cr                               Released: 10-Jun-09
3860
------------------------------------------------------------------------
3861
Major changes:
3862
Minor changes:
3863
    * Initial Support for Visual Studio 2008
3864
      New platforms: CSHARP2008 and VS2008
3865
 
3866
    * WIN32 Toolset
3867
      Corrected the -machine option passed to the Windows linker
3868
      Now passes -machine:X86 instead of -machine:IX86
3869
 
3870
------------------------------------------------------------------------
289 dpurdie 3871
Version:  2.79.0000.cr                               Released: 10-Jun-09
3872
------------------------------------------------------------------------
3873
Major changes:
3874
    * New Platform: DELPHI7
3875
      Support the creation of Units,Libraries, Packages and Programs using
3876
      Borlands Delphi Version 7.
3877
 
3878
      See Jats Reference Manual for complete details and Delphi specific options
3879
      to the Prog and SharedLib directives.
3880
 
3881
      This toolset has a number of limitations:
3882
        1) It can build either Debug or Production, but not both, in a single
3883
           makefile.pl. This is caused by the Delphi limitation that library
3884
           names cannot be changed.
3885
 
3886
        2) The generation of dependencies between the source and the generated
3887
           artifacts is very simplistic.
3888
 
3889
      Units are generated with the 'Lib' directive. The name of the Unit and the
3890
      name of the source are linked. The source should not be provided.
3891
        ie: Lib ('*', 'MyUnit' );
3892
      Will create a unit called MyUnit.dcu from the source file 'MyUnit.pas'
3893
 
3894
      Packages are generated with the SharedLib directive starting with a .dpk
3895
      file.
3896
        ie: SharedLib  ( '*', 'MyPackage' );
3897
      will create a package called MyPackage.bpl/dcp from the source file
3898
      MyPackage.dpk.
3899
 
3900
      Libraries are generated with the SharedLib directive starting with a .dpr
3901
      file.
3902
        ie: SharedLib  ( '*', 'MyDll' );
3903
      will create a package called MyDll.dll/lib from the source file
3904
      MyDll.dpr.
3905
 
3906
      Programs are generated with the Prog directive starting with a .dpr
3907
      file.
3908
        ie: Prog  ( '*', 'MyProg' );
3909
      will create a package called MyProg.exe from the source file
3910
      MyProg.dpr.
3911
 
3912
Minor changes:
3913
    * New EnvVar: DELPHI7
3914
      Required only if Borland Delphi 7 has not being installed in the
3915
      standard location or if the Windows Short Name is not
3916
      c:\PROGRA~1\Borland\Delphi7
3917
 
3918
    * BuildVersion directive
3919
      Added a 'Style' of 'Delphi' to allow the generation of version information
3920
      in a Delphi Unit.
3921
 
3922
      Modified the operation of the "C" style generation.
3923
      If the name of the file is provided via '--File', then the generated files
3924
      will be 'known' to JATS and can be consumed from any makefile. JATS will
3925
      'know' the location of the files.
3926
 
3927
    * Sanity test on the names of libraries and programs
3928
      Some characters are not allowed: ie: '/' as this is a mistake.
3929
 
3930
Internal Changes:
3931
    * ToolsetSHLD functions
3932
      Pass in the shared library version string as an argument
3933
      Means that the core of JATS can manage this information in a manner
3934
      that is decoupled from the toolsets.
3935
 
3936
    * Reworked the mechanism used to hold data about libraries, shared libraries
3937
      merged libraries and programs. Created a class to manipulate build targets
3938
      and to maintain information about the contents of the targets.
3939
 
3940
------------------------------------------------------------------------
287 dpurdie 3941
Version:  2.78.4000.cr                               Released: 30-Apr-09
3942
------------------------------------------------------------------------
3943
Major changes:
3944
    * Correctly generate dependencies for C++ only builds
3945
      Many tools sets ( gcc and others) would not generate makefile dependency
3946
      information for purely C++ builds.
3947
 
289 dpurdie 3948
    * Jats.bat and Jats.sh now provide a default Read Only username/password
3949
      for Release Manager and Deployment Manager.
287 dpurdie 3950
 
289 dpurdie 3951
      NOTE: Windows users will need to update their JATS.BAT file in order
3952
            to pick up changed passwords for Release Manager and Deployment
3953
            Manager
287 dpurdie 3954
 
3955
Minor changes:
3956
    * The jats option '-noexportvars' deletes selected JATS EnvVars from the
3957
      environment. This only affects the build daemons.
3958
 
3959
    * updatenodespec utility
3960
      Correct the SQL statements to work with ReadOnly access to the Deployment
3961
      Manager database.
3962
 
3963
------------------------------------------------------------------------
285 dpurdie 3964
Version:  2.78.3000.cr                               Released: 30-Mar-09
3965
------------------------------------------------------------------------
3966
Major changes:
3967
 
3968
Minor changes:
3969
    * Creation of DPACKAGE file [DEVI-054973]
3970
      Better support for packages that build on multiple platforms
3971
      Not completly fixed, but much better than before.
3972
 
3973
    * Escrow tool
3974
      Remove warning created during normal operation
3975
 
3976
    * Minor code cleanup as suggested by code analysis tools
3977
 
3978
------------------------------------------------------------------------
283 dpurdie 3979
Version:  2.78.2000.cr                               Released: 05-Mar-09
3980
------------------------------------------------------------------------
3981
Major changes:
3982
    * New Platform: H400
3983
      Supported by the KIELARMV3 toolset.
3984
      Refer to the Jats Reference Manual for toolset specific options
3985
 
3986
Minor changes:
3987
    * MergeLibrary directive
3988
      Allow a library that has been created in the same makefile.pl as the
3989
      directive to be located, without the need to 'install' it first.
3990
 
3991
 
3992
------------------------------------------------------------------------
281 dpurdie 3993
Version:  2.78.1000.cr                               Released: 26-Feb-09
3994
------------------------------------------------------------------------
3995
Major changes:
3996
 
3997
Minor changes:
3998
    * New command: jats make show
3999
      Will display the platfroms, alias definitions and the makefile paths
4000
      used in the build.
4001
 
4002
    * Escrow command
4003
      Now supports extraction based on a single package and version
4004
 
4005
    * Build File Rewrite Utility
4006
      Added a '-validate' option to allow the build daemons to validate the
4007
      build files against the Release Manager information.
4008
 
4009
      Improved error reporting to make it clear that the problem is a mis-match
4010
      between Release Manager and the package's build files.
4011
 
4012
------------------------------------------------------------------------
279 dpurdie 4013
Version:  2.78.0000.cr                               Released: 18-Feb-09
277 dpurdie 4014
------------------------------------------------------------------------
4015
Major changes:
279 dpurdie 4016
    * GBE_BUILDFILTER configuration has been simplified
277 dpurdie 4017
 
279 dpurdie 4018
      JATS will automatically filter out target platforms that cannot be built
4019
      on the users machine. ie: It will not try to build Solaris targets on a
4020
      Windows machine. Thus, under the new scheme a Windows GBE_BUILDFILTER need
281 dpurdie 4021
      not contain '!SOLARIS'
279 dpurdie 4022
 
4023
      This greatly simplifies the creation of GBE_BUILDFILTER as it does not
4024
      need to be configured to exclude targets that cannot by built.
4025
 
4026
      Existing GBE_BUILDFILTER definitions are backward compatible.
4027
 
4028
    * Jats utility : gen_cots
4029
      Requires the user to specify a target VOB with the -vob option
4030
        Ensures the user is aware of the target VOB
4031
 
4032
      Now creates temporary directory within the users TEMP directory.
4033
        Addresses problems where the user's CWD is within the package being
4034
        processed.
4035
 
4036
      Removed the '-delete' option
4037
        Always delete the temp work directory if it exists.    
4038
 
277 dpurdie 4039
Minor changes:
279 dpurdie 4040
    * Sandbox command
4041
      Added build, make, clean, clobber commands
4042
 
4043
      Sandbox packages may contain a file called 'stop', to exclude the
4044
      target from consideration in the build set.
4045
 
4046
    * MCR Toolset
4047
      This toolset only supports 16 compiler search paths. An descriptive error
4048
      has been added to detect and report on this error.
4049
 
4050
    * WIN32 and PHARLAP toolsets
4051
      The --Resource=xxx option specifies a comma separated list of files.
4052
      Spaces are now allowed either side of the comma.
4053
        ie: "--Resource=file1.h, File2.h"
4054
 
4055
    * Jats run_test command
4056
      Removed a non-fatal warning message that was being generated when the
4057
      tests we run on a Window machine.
4058
 
4059
    * descpkg file
4060
      Now contains HOSTNAME of the build machine
4061
      Not (yet) aggregated when packages are merged
4062
 
4063
   * built.<machine> tag files created by create_dpkg
4064
     Now contains build trace information
4065
        Date-Time, Machine, User, ABT config
4066
 
4067
   * jats abt command simplified usage
4068
     This command now appends the current directory as a library path to ANT if
4069
     it contains 'jar' files.
4070
 
4071
     Uses ANT 1.6 as the default version of ANT
4072
 
4073
     Both changes will simplify the use of this command within the escrow
4074
     environment. ie: 'jats abt -buildfile=build1.xml'
4075
 
4076
   * BuildVersion directive
4077
     Form:
4078
        BuildVersion ('--Style=C');
4079
     now works as expected.
4080
     Slightly better error detection on the directives arguments.
4081
 
4082
Internal Changes:
4083
 
4084
    * Error reporting mechanism
4085
      Improved the error reporting mechanism. Allowed a function to
4086
      create modify the error reporting parameters in such a manner that the
4087
      original values are restored at the end of a function.
4088
 
4089
 
4090
------------------------------------------------------------------------
4091
Version:  2.77.8000.cr                               Released: 18-Dec-08
4092
------------------------------------------------------------------------
4093
Major changes:
4094
 
4095
Minor changes:
277 dpurdie 4096
  * Jats Wrapper
4097
    Added -NoExportVars option to allow use of JATS to startup build daemons
4098
    without fixing the version of JATS that is used by the processes the daemon
4099
    then starts.
4100
 
4101
    Limit searches for local and sandbox archives to the '/home' directory
4102
    so that the Unix auto mounter does not report errors.
4103
 
4104
  * Jats makefiles. Platform Specifier
4105
    The Platform Specifier has been extended to support a '--MachType=name'
4106
    non-platform option.
4107
 
279 dpurdie 4108
    This may be used to limit Java builds to a 'win32' machine if required.
277 dpurdie 4109
 
4110
------------------------------------------------------------------------
275 dpurdie 4111
Version:  2.77.7000.cr                               Released: 17-Dec-08
4112
------------------------------------------------------------------------
4113
Major changes:
4114
 
4115
Minor changes:
4116
    * MugFile support
4117
      Added facilities to allow named files to be added the the Thx Fileset
4118
      Added options to facilitate the creation of sets of THX files
4119
      Refer to MASS-00099 for complete details.
4120
 
4121
    * Jats Utility: dstatus
4122
      Limit display width of the build machine named to 20 characters
4123
 
4124
    * Jats sandbox command (experimental)
4125
        A files called 'stop' within the root directory of the component
4126
        packages will prevent the utility from processing that subdirectory.
4127
 
4128
        Extended command sets to allow the command 'all', 'build' and 'make'
4129
        to be processed as commands to be invoked in all sandbox components
4130
 
4131
    * Jats Make: New EnvVars
4132
        GBE_MAKE_TYPE               - P or D
4133
        GBE_MAKE_TARGET             - Target platform
4134
        GBE_MAKE_CMD                - Current make target
4135
        GBE_MAKE_CFG                - Internal config
4136
 
4137
    * Jats generated scripts: set_<platform>.sh
4138
      The generated scripts preserve any spaces in the argument list passed
4139
      to the invoked application.
4140
 
4141
Internal Changes:
4142
    * JatsCopy Package
4143
      CopyFile operation can copy an array of files
4144
      CopyDir now supports MatchDirs
4145
 
4146
    * JatsMakeConfig Package
4147
      Added class to read in the parsed makefile.pl data for the current
4148
      build target.
4149
 
4150
    * Jmake - Jats Makefile Supervisor
4151
      Export GBE_MAKE_* EnvVars to directly export the current makefile
4152
      environment. 
4153
 
4154
 
4155
------------------------------------------------------------------------
273 dpurdie 4156
Version:  2.77.6000.cr                               Released: 11-Dec-08
4157
------------------------------------------------------------------------
4158
Major changes:
4159
 
4160
Minor changes:
4161
    * Jats command: sandbox
4162
      Support subcommands "clean" and "clobber"
4163
      These traverse the sandbox in the reverse direction so that the clean
4164
      up operations work correctly.
4165
 
4166
    * Makefile generation
4167
      Removed warning on the use of --OnlyProd and --OnlyDebug
4168
 
4169
    * JatsCopy Package
4170
      Minor enhancements to this internal package
4171
        CopyFile operation returns path to target file
4172
        CopyDir can, if asked, returns an array of files copied
4173
        Wildcard correctly supports the [0-9] construct
4174
 
4175
Internal Changes:
4176
    * Environment
4177
      Export EnvVar GBE_HOSTMACH
4178
      This is the same as GBE_MACHTYPE, but it is not modified by legacy
4179
      makefiles. Available for sanity testing.
4180
 
4181
    * Remove unused references to the File::Find package in Perl scripts
4182
 
4183
    * Jats building Jats now uses the JatsCopy package to perform the many
4184
      copy operations in the build.
4185
 
4186
 
4187
------------------------------------------------------------------------
271 dpurdie 4188
Version:  2.77.5000.cr                               Released: 24-Nov-08 
267 dpurdie 4189
------------------------------------------------------------------------
4190
Major changes:
4191
 
4192
Minor changes:
271 dpurdie 4193
    * Added LMOS_PPC_603E to the LMOS target
269 dpurdie 4194
 
271 dpurdie 4195
    * Jats Utility: dstatus
4196
      Improved handling of closed and archived releases
4197
      Displays include activity time information
269 dpurdie 4198
 
271 dpurdie 4199
Internal Changes
4200
    * jats.pl
4201
      Removed unused function
4202
 
4203
    * makeif.pl
4204
      Added significant documentation
4205
      Provided access to some of the functions via and API
4206
      Renamed to MakeIf.pm
4207
      Moved location to the LIB directory.
4208
 
4209
    * MakeEntry.pm
4210
      Added support for the use of in-memory files
4211
      Allows the output to be 'printed' to a memory variable rather then a file
4212
 
4213
    * ReadBuildConfig.pm
4214
      Added routines to access package information in a manner that is
4215
      independent of the underlying data.
4216
 
4217
    * makelib.pl2
4218
      Added mechanism to allow toolsets to register for notification
4219
      of specific source files present in the build.
4220
 
4221
      Improved readability of the generated makefiles.
4222
      Added informationas to the source of included files
4223
 
4224
      Added docuementation to previously undocumented functions
4225
 
4226
      Corrected usage of the MakeIf package.
4227
      Use it as a package.
4228
 
4229
    * Win32 binary tools
4230
      Added 7z.exe - command line utility to process various compressed
4231
      file formats. Can be used to perform tar-like operations underlying
4232
      windows.
4233
 
4234
    * JatsSvnCore.pm
4235
      Made use of a new binary utility ('stdmux') to multiplex stdout and
4236
      stderr into one data stream that can be handled by perl one allow
4237
      platforms.
4238
 
4239
 
269 dpurdie 4240
------------------------------------------------------------------------
271 dpurdie 4241
Version:  2.77.4000.cr                               Released: 11-Nov-08
269 dpurdie 4242
------------------------------------------------------------------------
4243
Major changes:
4244
 
4245
Minor changes:
271 dpurdie 4246
    Jats utility 'release' [DEVI-051370 ]
4247
    The utility will place a tag file in the root of the package
4248
    as specified by the '-path' option. This will be used by the build tool
4249
    tool re-locate the root of the package and thus allow the correct generation
4250
    of the ClearCase related metrics.
4251
 
4252
    Generation of Resource Files for WIN32 builds
4253
    Corrected version identifier
4254
 
4255
 
4256
------------------------------------------------------------------------
4257
Version:  2.77.3000.cr                               Released: 28-Oct-08
4258
------------------------------------------------------------------------
4259
Major changes:
4260
 
4261
Minor changes:
267 dpurdie 4262
    * Jats option '-locate' correctly locates ANT build files [DEVI-052423]
4263
 
4264
    * Allow Deployable packages to be built on some, but not all, of the
4265
      build machines and correctly package the descpkg file. [DEVI-052422]
4266
 
4267
    * JATS CompileOptions directive  [DEVI-052426]
4268
      New options:
4269
        no_define_source_file
4270
        define_source_file              (Default)
4271
 
4272
      The 'no_define_source_file' will suppress the compile definition __SOURCE__
4273
      Currently only implemented for WIN32 and WINCE toolsets.
4274
 
4275
      The __SOURCE__ definition renders pre-compiled headers useless.
4276
      This option has not be enabled by default to ensure backward
4277
      compatibility.
4278
 
4279
    * Jats directives: MakeProject
4280
      Now supports the following new options:
4281
            --InstallProgDebug=list
4282
            --InstallProgProd=list
4283
            --InstallProg=list
4284
 
4285
      These allows files that are created by the project builder to be
4286
      installed locally to be consumed by such packaging directives as
4287
      GenerateCab.
4288
 
4289
    * Jats directives: AddLDFlags and AddASFlags
4290
      Now supports the --Debug and --Prod options like the other AddFlags
4291
      directives.
4292
 
4293
    * Jats builder directive: BuildVersion
4294
      New options that can be used when generating a WinRC style version
4295
      information:
4296
            --Definitions                   - Create definitions only
4297
            --Comment=text
4298
            --Description=text
4299
            --Product=name
4300
 
4301
Internal Changes:
4302
    * These utility 'gen_winrc' now uses module used by the BuildVersion
4303
      directive to created the resource file.
4304
 
4305
      The BuildVersion.pm module has been modified to allows it to be used in
4306
      a standalone manner by gen_winrc.pl.
4307
 
4308
------------------------------------------------------------------------
265 dpurdie 4309
Version:  2.77.2000.cr                               Released: 26-Sep-08
261 dpurdie 4310
------------------------------------------------------------------------
4311
Major changes:
263 dpurdie 4312
 
4313
Minor changes:
265 dpurdie 4314
    * Jats utility jats_save_build.pl
4315
      Fix problem when used in new mode.
4316
      These label is now applied from the root of the VOB and not from
4317
      the location of the builder file.
4318
 
4319
------------------------------------------------------------------------
4320
Version:  2.77.1000.cr                               Released: 18-Sep-08
4321
------------------------------------------------------------------------
4322
Major changes:
4323
 
4324
Minor changes:
263 dpurdie 4325
    * New JATS Platform : PHARLAP [DEVI-051359]
4326
      Added support for PharLap 10.1
4327
      Requires that both PharLap 10.1 and Visual Studio 6 be installed
4328
      Full details in the JATS manual.
4329
 
4330
    * Windows utilities  [DEVI-051360]
4331
      Added rpccpp to assist in the creation of rcpgen based modules under
4332
      windows.
4333
 
4334
    * MOS68K and MOSCF toolsets
4335
      Made used of rpccpp. These platforms can now support the creation
4336
      of XDR based modules.
4337
 
4338
    * Jats GenerateFiles directive
4339
      New option '--PreDelete' will delete all generated files before
4340
      the generator process is run. This may be used in cases where the
4341
      generator process does not operate if the output files already exist,
4342
      such as the rpcgen utility.
4343
 
4344
    * Jats MakeAnt directive
4345
      Correct problem where unit_tests could not be run.
4346
      Automated unit_tests tests could be run.
4347
 
4348
    * Buildtool utility: jats_rewrite
4349
      Added -noconfig option to allow the creation of auto.xml files
4350
      in escrow.
4351
 
4352
    * create_dpkg utility
4353
      Merged files that exist in the target archive are now compared
4354
      against the local file. A difference is considered to be an error.
4355
 
4356
Internal Changes:
4357
    * Resolved issues with JatsEnv modules that make it difficult to include
4358
      the modules in other modules. This is now a package
4359
 
4360
    * JatsSystem Module
4361
      Resolved issues when 'shell' is used to invoke a 'system' command.
4362
      Now quote the command string being passed to the shell.
4363
 
4364
      Resolved issues with JatsCmd
4365
      Now takes an array of arguments.
4366
 
4367
      Added JatsTool to be more efficient where a known JATS tool is being
4368
      invoked. This is faster assist it does not invoked three unneeded
4369
      programs.
4370
 
4371
    * Renamed jats_cbuilder tool to jats_ccrelease.
4372
      Changes is not visible to the users, assist they go through the 'jats'
4373
      wrapper. Internally the changes is in preparation to alternate version
4374
      control systems.
4375
 
4376
 
4377
------------------------------------------------------------------------
4378
Version:  2.77.0000.cr                                Released: 1-Sep-08
4379
------------------------------------------------------------------------
4380
Major changes:
261 dpurdie 4381
    * Perl Version. Must be at least version 5.8.2
4382
      This is the first version that supports Windows 2003 server.
4383
 
4384
      After discovering that several operations are not fully function under
4385
      Perl 5.6.1 the minimum version of Active State Perl that is required has
4386
      been increased.
4387
 
4388
      A suitable windows installer can be found at:
4389
        \\auperaunx26\devl\releases\3rdParty-Products\ActivePerl\5.8.8.819\
4390
                                    ActivePerl-5.8.8.819-MSWin32-x86-267479.msi
4391
 
4392
    * Jats Build Targets
4393
      New target and toolset: VERIX
4394
 
4395
    * Jats utility: jats_save_build
4396
      Extended to allow all ClearCase specific operations to be removed
4397
      from the Build Daemons.
4398
 
4399
      This utility is only used by "Release Planner" and the "Build Daemons".
4400
 
4401
      Suggested new usage:
4402
        jats etool jats_save_build
4403
                        -pname=xxxx
4404
                        -pversion=yyyy
4405
                        -infofile=path_name
4406
                        -locatepkg=zzzz     (Optional)
4407
                        -infile=aaaa        (Optional)
4408
                        -outfile=bbbb       (Optional)
4409
                        -wiplabel=ccccc     (Optional)
4410
 
4411
Minor changes:
4412
    * JATS make: Merge Library Operation [DEVI-049475]
4413
      Fixed such that Library Merge operations don't delete other build
4414
      artifacts.
4415
 
4416
    * JATS make: New option expert=0|1
4417
      Runtime processing of 'expert' mode to allow dependencies between the
4418
      object files and the makefile to be ignored.
4419
 
4420
      Previous this operation could only be invoked at 'build' time. Now the
4421
      default state will be set at build time and it can be overridden at 'make'
4422
      time.
4423
 
4424
    * JATS utility: CCdiff
4425
      Corrected operation of the option "-new=dir=."
4426
 
4427
    * Nunit support in CSHARP
4428
      Improved support for different version of Nunit
4429
      Allow the DLLs that are required by nunit to be specified 
4430
      within the package.
4431
 
4432
    * Jats utility: dstatus
4433
      Suppresses archived releases.
4434
      Shows release state
4435
 
4436
    * Build file directive: BuildPkgArchive
4437
      Extended list of supported directories to include 'wsdl'.
4438
 
4439
Internal Changes:
4440
    * JATS make: Detection of makefile dependencies
4441
      Isolated the detection process to one point.
4442
      Previously was being done at two places
4443
        - Within jmake - jats makefile supervisor
4444
        - Within the generated makefile. This is still present but
4445
          is suppressed if jmake is used to invoke the makefile.
4446
 
4447
    * JATS make: Command line
4448
      Removed the use of the un used "VERBOSE=1" operation
4449
      Improved use of "options=args|allargs"
4450
 
4451
      It didn't work on all platforms.
4452
      Is better does with "options=args" or "options=allargs"
4453
 
4454
    * JATS command line
4455
      Improved operation of the -help,-man, -verbose and -debug options
4456
      to allow:
4457
        + Direct level specification (-verbose=3)
4458
        + Better use of Perl Option Parsing Utilities
4459
        + Consistent use of option parsing
4460
 
4461
    * JATS makefile generation
4462
      Simplifies creation of internal rules
4463
      Improved readability of the generation process
4464
      Improved readability of the generated makefile
4465
      Removed dead code
4466
      Improved the creation of Progs
4467
 
4468
    * JATS error reporting
4469
      Added a Fatal call to allow utilities to report infrastructure
4470
      problems.
4471
 
4472
      Corrected problem in the use of GBE_[tag]_VERBOSE and GBE_[tag]_DEBUG
4473
      environment variables where the 'tag' contains a space.
4474
 
4475
    * Assorted Perl files
4476
      Minor corrected after running Perl Syntax check over JATS files.
4477
 
4478
    * Made the use of IFLAGS uniform for all JATS toolsets
4479
      Removed the need, and use of IFLAGS3; simplifying the generated
4480
      makefiles
4481
 
4482
    * Corrected tagging  of files generated by the various toolsets
4483
      Many files where incorrectly tagged and were not being cleaned up.
4484
 
4485
    * FileUtils package.
4486
      Added functions to create and append text to small text files.
4487
      Provides consistent error messages and simplifies creation of small files.
4488
      Used functions within JATS.
4489
 
4490
 
4491
------------------------------------------------------------------------
259 dpurdie 4492
Version:  2.76.2000.cr                               Released: 23-Jul-08
257 dpurdie 4493
------------------------------------------------------------------------
259 dpurdie 4494
Minor changes:
4495
    * New Platform and Toolset : ACEX
4496
      Provides support for the Fairchild ACEx assebmler
4497
 
4498
------------------------------------------------------------------------
4499
Version:  2.76.1000.cr                               Released: 10-Jul-08
4500
------------------------------------------------------------------------
257 dpurdie 4501
Major changes:
4502
 
4503
    * Jats make: Package and Install directives [DEVI-049299]
4504
      Convert relative pathnames to absolute pathnames before passing
4505
      to copy command. This makes the most of Windows limited path length
4506
      as implemented by many Windows utilities.
4507
 
4508
Minor changes:
4509
    * JATS makefile generation: Provide case-corrected pathnames for
4510
      library and include files in dpkg_archive.
4511
 
4512
      Needed to support badly formed legacy packages when used with
4513
      some windows tools.
4514
 
259 dpurdie 4515
------------------------------------------------------------------------
255 dpurdie 4516
Version:  2.76.0000.cr                               Released: 24-Jun-08
4517
------------------------------------------------------------------------
4518
Major changes:
4519
    * Support for Microsoft Visual Studio 2005 [DEVI-049017]
4520
      The product must be installed in its default location.
4521
 
4522
      New platforms:
4523
        CSHARP2005
4524
         Uses C# Framework Version 2.0.50727
4525
         Support extends to allow:
4526
            1) Building of Csharp source using standard JATS
4527
            2) Build Visual Studio solutions
4528
         Can consume files from CSHARP and WIN32 components.
4529
 
4530
        VS2005
4531
         Support extends to allow:
4532
            1) Building of C and C++ source using standard JATS
4533
            2) Build Visual Studio solutions
4534
         Can consume files from VS2003 and WIN32 components.
4535
 
4536
      The existing WIN32 and CSHARP platforms can also utilize VS2005
4537
      through a version selector:
4538
        WIN32 Toolset   - "MS.NET2005"
4539
        CSHARP Toolset  - "MS.NET2005"
4540
 
4541
    * Version of Make for Win32 builds
4542
      The version of Make has been upgraded to 3.81 to provide access
4543
      to macros to simplify support for the MS VS2005.
4544
 
4545
    * CSHARP and WIN32 platforms
4546
      The LIB path uses to locate libraries and DLLs has been altered to:
4547
        - Contain absolute paths. Relative paths did not work under all
4548
          conditions when building projects and solutions.
4549
        - Contain valid paths. JATS generated paths that do not physically exist
4550
          will be removed from the search path. This removes warning messages
4551
          under VS2005.
4552
 
4553
Minor changes:
4554
    * New Jats utility: dstatus
4555
      Display Build Daemon Status. A text based utility.
4556
      Use 'jats dstatus -man' for full details.
4557
 
4558
    * PPC_603E Toolset
4559
      Changed the definition of HOST_CPU to be correct for the linux
4560
      architecture that uses the value - powerpc.
4561
 
4562
      Extended LinuxDrivers directive to allow for powerpc.
4563
 
4564
      Updated the MakeLinuxDriver directive to use EXTRA_CFLAGS as CFLAGS
4565
      has been removed. This change is backwardly compatible.
4566
 
4567
    * Modified all utilities to avoid a Perl-10 warning message [DEVI-049018]
4568
      Improved usage of the 'require' statement used to check for
4569
      a minimal value of perl.
4570
 
4571
      Removed excessive require statements.
4572
 
4573
    * JATS internal utilities - xmake
4574
      Source for Make 3.81 is now controlled
4575
      Include JATS specific files for
4576
        1) Windows
4577
        2) Linux
4578
 
4579
      JATS now includes binaries for make.
4580
      This will ensure that the version of make being used will be known for all
4581
      machines. Gnu make does not need to be installed for the various build
4582
      machines.
4583
 
4584
    * JATS internal utility sh.exe (windows)
4585
      Extended internal debugging via EnvVar SHDEBUGEXEC
4586
 
4587
    * JATS Environment
4588
      Allow Jats Environment variables that are used to specify a directory
4589
      to be set to either '-' or 'none'. The associated path will set to empty.
4590
 
4591
      This can be used to override defaults that may be inserted by the JATS
4592
      wrapper scripts.
4593
 
4594
    * JATS utility: sandbox (Experimental)
4595
      Correct problem with location of build files.
4596
      Spell check help and code.
4597
 
4598
------------------------------------------------------------------------
253 dpurdie 4599
Version:  2.75.3000.cr                               Released: 06-Jun-08
251 dpurdie 4600
------------------------------------------------------------------------
4601
Major changes:
4602
 
4603
Minor changes:
253 dpurdie 4604
    * Jats utility: release [DEVI-047291]
4605
      A race condition within clearcase will cause a view to fail during
4606
      creation. This is detected and the command will be retried a number
4607
      of times.
4608
 
4609
------------------------------------------------------------------------
4610
Version:  2.75.2000.cr                               Released: 27-May-08
4611
------------------------------------------------------------------------
4612
Major changes:
4613
 
4614
Minor changes:
251 dpurdie 4615
    * PPC_603E Toolset
4616
      Changed the definition of HOST_CPU to be non-numeric
4617
 
4618
    * GCC Toolset
4619
      Correct the operation of the assembler interface to 'gas' such that
4620
      options are passed correctly.
4621
 
4622
    * Jats utility: CCdiff [DEVI-048127] [DEVI-048439]
4623
      Sped up the label-label comparison.
4624
      Restored speed to that of observed before the label-view comparison
4625
      was added.
4626
 
4627
      Restored ability to perform a one-sided comparison. This is used when
4628
      reviewing a new package.
4629
 
4630
    * Makefile creation: BuildVersion directive
4631
      Better handling of the generated files such that they are
4632
      automatically included in the source file list.
4633
 
253 dpurdie 4634
    * Toolset updates
4635
      Thyron and gnu_mpt. From An Tran.
4636
 
251 dpurdie 4637
------------------------------------------------------------------------
249 dpurdie 4638
Version:  2.75.1000.cr                               Released: 14-May-08
229 dpurdie 4639
------------------------------------------------------------------------
4640
Major changes:
249 dpurdie 4641
 
4642
Minor changes:
4643
    * PackageFile directive [DEVI-048037][DEVI-047541]
4644
      Now supports the packaging of files with ( or ) in the name
4645
 
4646
------------------------------------------------------------------------
4647
Version:  2.75.0000.cr                               Released: 07-May-08
4648
------------------------------------------------------------------------
4649
Major changes:
247 dpurdie 4650
  * New toolset and platform
4651
    Added support for the PPC_603E platform.
4652
    This uses the powerpc-603e-linux-gnu compiler
4653
    The DEVLINUX and LMOS_DEVLINUX targets have been extended to include
4654
    this platform.
4655
 
4656
Minor changes:
4657
  * Jats utility: CCdiff
4658
    Extended operation to allow one side of the comparison to be a directory
4659
    within a static view. This allows comparison between a label and current
4660
    work.
4661
 
4662
  * Jats utility: release
4663
    Added checking of correct package name and version when files are
4664
    published to dpkg_archive.
4665
 
249 dpurdie 4666
  * Jats utility: jats_rewrite [DEVI-034837]
247 dpurdie 4667
    Extended operation to allow the special properties to be transferred from
4668
    Release Manager to the build tool to the target build. Currently only
4669
    supported for ANT builds.
4670
 
4671
    New 'known' ANT properties are:
4672
        releasemanager.releasename
4673
        releasemanager.projectname
4674
 
4675
    The configuration file, used by this utility, has been extended to support
4676
    tagged data item of the form
4677
 
4678
        releasemanager.releasename = value
4679
        releasemanager.projectname = value
4680
 
4681
  * Mug File Generation
4682
    Added --NoMugFiles option to suppress the creation of Mug Files
4683
    This allows THX files to be collected for possible deployment.
4684
 
4685
    When this option is enabled, the user does not need to specify the
4686
    Device ID, Name or Tier Number, nor are the external tools packages
4687
    required.
4688
 
4689
  * Makefile creation: BuildVersion directive
4690
    Modified the operation of the BuildVersion directive such that the
4691
    location of the files that are generated will be known to the Jats
4692
    makefiles. In this manner the user doesn't not need to know the location of
4693
    the files in order to use them.
4694
 
4695
    The file will need to be declared with a 'Src' directive, but JATS will
4696
    locate the file.
4697
 
4698
    This options does not occur for the 'C' version files. This is intentional
4699
    to ensure backward compatibility.
4700
 
4701
    The operation does occur for version files of Style:
4702
        * CSharp
4703
        * Properties
4704
        * WinRC
4705
 
4706
  * JATS directive: CompileOptions
4707
    Correct operation of options that make use of assigned values.
4708
    The case of the value is now preserved.
4709
    Value is correctly assigned.
4710
 
4711
------------------------------------------------------------------------
4712
Version:  2.74.0000.cr                               Released: 29-Apr-08
4713
------------------------------------------------------------------------
4714
Major changes:
245 dpurdie 4715
  * M16C toolset. Used by the MPR platform to build MCRFirmware [DEVI-047555]
4716
    Corrected the version number embedded in the generated THX file.
4717
 
4718
    Major and minor numbers greater than 9 were incorrectly represented
4719
    Added a test to ensure that the major and minor numbers are in the range
4720
    of 0 to 99 inclusive.
4721
 
4722
  * Auto-build when multiple build.pl files are labelled [DEVI-047461]
4723
    Modified JATS to allow support for the automated building of packages that
4724
    contain multiple, labeled, build files.
4725
 
4726
    Added a '-locatepkg=pkg' option to the Jats wrapper script. This allows the
4727
    user to specify the package to be selected from those that can be found.
4728
    This will be integrated into the build tool.
4729
 
4730
    Modified the operation of the 'jats release' command to use the
4731
    infrastructure provided by the above feature. Testing a release uses the
4732
    additional information to ensure that the created package name and version are
4733
    correct.
4734
 
4735
    Modified the operation of the (experimental) 'jats sandbox command to use
4736
    the infrastructure provided by the above feature.
4737
 
4738
Minor changes:
4739
  * Solaris Toolset [DEVI-047398]
4740
    The toolset no longer requires that the user have the compiler and the
247 dpurdie 4741
    'ar' utility in their path. It will be controlled by the toolset.
245 dpurdie 4742
 
4743
    This should improve build reproducibility.
4744
    This will simplify new user setup.
4745
 
4746
  * All Unix Toolsets
4747
    Corrected the operation of the 'options=showenv' so that it works
4748
    on unix systems
4749
 
4750
  * JATS release utility  [DEVI-047356]
4751
    Fixed problem where utility would issue a 'Broken Pipe' message
4752
    on some Solaris Machines.
4753
 
4754
  * JATS -version=<version>
4755
    Fixed operation on machines that do not have a GBE_DPKG_CACHE such that
4756
    JATS does not attempt to cache the alternate version.
4757
 
4758
------------------------------------------------------------------------
4759
Version:  2.73.4000.cr                               Released: 10-Apr-08
4760
------------------------------------------------------------------------
4761
Major changes:
243 dpurdie 4762
    * New platform: WCEPSION_500_emu [DEVI-047234]
245 dpurdie 4763
      Creates binaries for the WCEPSION_500 emulator
243 dpurdie 4764
      Added this platform to the default 'WINCE' alias.
4765
 
4766
Minor changes:
4767
    * JATS escrow utility [DEVI-047232]
4768
      Handle package names that have spaces and brackets
4769
 
4770
    * JATS release utility [DEVI-047232]
4771
      Handle view names that have spaces and brackets
4772
 
4773
    * Removed detection of unknown platforms
4774
      Does not work with LMOS
4775
 
4776
    * Readme.txt file
4777
      Added a brief description on the core_devl directory structure.
4778
 
4779
    * Misc Cleanup
4780
      Removed version-1 test that is not applicable to the current jats
4781
      Move PostInstall script into the BUILD directory.
4782
 
4783
------------------------------------------------------------------------
4784
Version:  2.73.3000.cr                               Released: 07-Apr-08
4785
------------------------------------------------------------------------
4786
Major changes:
241 dpurdie 4787
  * MOS68K Toolset (Not MOS68KRM)
4788
    Force compiler option -nOj
4789
    The default compiler option (-Oj) has been seen to cause problems with some
4790
    code. Problem reported/analysed by rparker and thunter.
237 dpurdie 4791
 
241 dpurdie 4792
  * MOS68K Toolset (Not MOS68KRM)
4793
    Correct problem in disabling Global Optimization that was introduced in
4794
    version 2.73.1000
4795
 
237 dpurdie 4796
Minor changes:
241 dpurdie 4797
  * JATS makefiles
4798
    Correct problem where a Production/Debug only build would create OBJ
4799
    directories for both production and debug, and not clean them up.
4800
 
4801
  * JATS builds
4802
    Allow ANT builds to be run in verbose mode to facilitate debugging
4803
    The command "make all options=args" will run the ANT builds in 'verbose'
4804
    mode.
4805
 
4806
  * JATS makefiles
4807
    Extended the 'selector' used in all makefile directives - as the first
4808
    argument. Added two non-platform related options:
4809
        --Project=xxxx      True if the package suffix matches
4810
        --Defined=yyy       True if yyy is declared with a SetValue or
4811
                            SetList directive.
4812
 
4813
    ie: AddSrcDir ('--Project=sls' , 'sls' );
4814
        AddSrcDir ('!--Project=sls', 'default');
4815
 
4816
  * JATS makefiles. MakeProject directive
4817
    New packaging options to package up programs to be used as JATS plug-ins
4818
        --PackageTool=xxxx
4819
        --PackageToolProd=xxx
4820
        --PackageToolDebug=xxx
4821
 
4822
  * JATS buildfile processing
4823
    Generate a warning for build platforms that are unknown to JATS
4824
    These may be the result of a user typo or an incompatible version
4825
    of JATS.
4826
 
4827
  * JATS save_build utility
4828
    Correctly handle autobuild branches that contain multiple checkouts, one of
4829
    which may be reserved.
4830
 
4831
  * JATS gen_cots utility
4832
    Correctly labels directories up to the VOB root.
4833
    Displays the correct 'Source Path' in the Release Manager Information.
4834
    Ignores the 'administration_view' as this is read-only
4835
 
4836
  * JATS sandbox (experimental)
4837
    Ensure the AutoBuildTool does not use any sandbox
4838
 
4839
  * JATS release (cbuilder) utility
4840
    Handle paths that have a trailing path separators.
4841
 
4842
  * JATS Makefile generation. Packaging directives
4843
    Packaging directives that use the --Dir option have been modified
4844
    such that the direction cannot use a a relative path.
4845
 
4846
    * Escrow tool
4847
      Creates a simple HTML file that details all the packages with a short
4848
      description.
4849
 
4850
------------------------------------------------------------------------
4851
Version: 2.73.2000.cr                                Released: 06-Mar-08
4852
------------------------------------------------------------------------
4853
Major changes:
4854
 
4855
Minor changes:
239 dpurdie 4856
    * Corrected operation of GBE_PLATFORM, when building a GENERIC package.
4857
      A GENERIC package can now be built independently of the value
4858
      of GBE_PLATFORM.
4859
 
4860
    * MOS Toolset
4861
      If only building for a production target, then don't generate an error
4862
      if there is no debug data and code addresses specified.
4863
 
4864
      Use to build platform independent MOS Releases. Cannot have debug, but
4865
      can have production (PIC) components.
4866
 
4867
    * Utility command: jats abt
4868
      Parse and use -buildfile=xxx option
4869
 
4870
    * Utility command: jats extract -extractfiles
4871
      The extractfiles option will now duplicate empty directories
4872
 
4873
    * Building ANT projects under JATS
4874
      Ensure that the PATH is correctly setup so that ANT can locate
4875
      utilities within the JAVA directory - for both Solaris and Windows.
4876
      Previously only worked on Windows
4877
 
4878
------------------------------------------------------------------------
4879
Version: 2.73.1000.cr                                Released: 21-Feb-08
4880
------------------------------------------------------------------------
4881
Major changes:
4882
 
4883
Minor changes:
237 dpurdie 4884
    * Jats Label Utility
4885
      Correct use of '-norecurse' operation.
4886
 
4887
    * Jats command line under Unix
4888
      Corrected problem when command line quoted arguments with a space are
241 dpurdie 4889
      passed in. ie: -xxx="aaa bbb ccc"
237 dpurdie 4890
 
4891
    * Escrow tool
4892
      Added totals to all the tables created in the HTML report
4893
 
4894
    * Platform MOS68KRM
4895
      Rome builds. Modified compiler options to match the existing build system
4896
 
4897
------------------------------------------------------------------------
239 dpurdie 4898
Version: 2.73.0000.cr                                Released: 20-Feb-08
237 dpurdie 4899
------------------------------------------------------------------------
4900
Major changes:
235 dpurdie 4901
    * New Toolset: BORLAND
4902
      The toolset uses the Borland C++ Builder 6 to build Borland Project
4903
      files via the MakeProject directive.
231 dpurdie 4904
 
235 dpurdie 4905
      In this release there is no support for native compilation and linking.
4906
 
4907
      Details are provided in MASS-00166 JATS Reference Manual
4908
 
231 dpurdie 4909
Minor changes:
235 dpurdie 4910
    * Extract/Release utility.
4911
      Handle Source Path option with spaces by creating a config spec
4912
      that can handle spaces
4913
 
4914
    * MOS Compiler
4915
      The TMP directory used by the assembler will be created before the
4916
      assembler is invoked. This will ensure that the directory exists.
4917
 
4918
    * Utility: create_dpkg
4919
      Uses the first 'descpkg' file found. Allows packages that have embedded
4920
      descpkg files to be copied.
4921
 
4922
    * AVR_IAR Toolset
4923
      Added support for AT90SC144144CT - by David Payne.
4924
 
4925
    * JATS ANT command
4926
      Better selection of the ant build file
4927
 
4928
    * Build directive: BuildVersion
4929
      Extended the WinRc version file to allow the name of an icon to be
4930
      embedded in the .RC file.
4931
 
4932
------------------------------------------------------------------------
4933
Version: 2.72.2000.cr                                Released: 06-Feb-08
4934
------------------------------------------------------------------------
4935
Major changes:
4936
 
4937
Minor changes:
233 dpurdie 4938
    * Building JATS. Installer will set a+x in dpkg_archive
4939
 
4940
    * JATS rewrite. Remove the need  for the 'name=' attribute in the
4941
      <project> field.
4942
 
4943
    * CCdiff utility
4944
      Now ignores blank lines when generating a file difference report.
4945
 
4946
    * Escrow utility
4947
      Quote 'path' in the generated extraction commands
4948
      Allow escrow to be based on a single Release Manager package
4949
 
4950
    * Minor Perl-10 tweaks  
4951
 
4952
------------------------------------------------------------------------
4953
Version: 2.72.2000.cr                                Released: 24-Jan-08
4954
------------------------------------------------------------------------
4955
Major changes:
4956
 
4957
Minor changes:
231 dpurdie 4958
    * Jats Tool: CCbc2 [DEVI-044908]
4959
      Locates BeyondCompare through the Windows Registry. This allows
4960
      BeyondCompare to be installed in places other then the default location.
4961
 
4962
    * Jats test runtime helper scripts set_PLATFORM.bat
4963
      Windows. Batch file modified so that it doesn't exit the shell.
4964
 
4965
    * Jats wrapper
4966
      If JATS attempts to cache itself and an error is reported by the caching
4967
      utility, then Jats would fail without reporting an error message.
4968
 
4969
------------------------------------------------------------------------
4970
Version: 2.72.00000.cr                                Released: 11-Jan-08
4971
------------------------------------------------------------------------
4972
Major changes:
229 dpurdie 4973
    * Jats Release Mechanism
4974
      Jats can now release itself. This is not the same a building all of its
4975
      internal components, but it does mean that a new version of JATS can be
4976
      released using the 'standard' mechanism.
4977
 
4978
      Jats releases will be tracked in Release Manager.
4979
 
4980
      A side effect of this is that the labelling scheme will change to align
4981
      itself with Release Manager. ie: <package_name>_<package_version>.
4982
 
4983
    * Running Jats
4984
      Running Jats from within a ClearCase view is being deprecated.
4985
      Jats should be run from a package present in dpkg_archive.
4986
      This may affect some windows developers.
4987
 
4988
      This release of JATS can be run from ClearCase, but generates a warning.
4989
      Future versions will generate an error.
4990
 
4991
      Refer to MASS-00164 Installing and Using JATS.
4992
 
4993
Minor changes:
4994
    * Perl Version Check
4995
      Jats will generate a warning if the version of Perl in use is newer
4996
      than the version used in test. Newer versions are not always backward
4997
      compatible. Currently JATS has been extensively tested with 5.8.8.
4998
 
4999
    * Build Directive: BuildVersion
5000
      This directive has been extended to allow the creation of a 'properties'
5001
      file. This file may be used to pass version information into a an ANT
5002
      build.
5003
 
5004
    * Jats Internals
5005
      Minor fix to interwork with Perl version 5.10.
5006
      Perl 5.10 has not been extensively tested - yet.
5007
 
5008
    * Jats Tool: CCbc2
5009
      Added utility to use BeyondCompare (BC2) to compare files in two
5010
      packages defined as ClearCase labels. The utility creates two dynamic views
5011
      and starts BeyondCompare. The views are destroyed at the end of the
5012
      process.
5013
 
5014
      Requires BeyondCompare to be installed in its default location.
5015
      Only works under Windows.
5016
 
5017
      Use jats CCbc2 -help (or -man) for further details.
5018
 
5019
    * Jats test runtime helper scripts set_PLATFORM.sh
5020
      Marked as executable, so that users can run them directly
5021
 
5022
    * Jats test runtime helper scripts set_PLATFORM.bat
5023
      Uses SETLOCAL / ENDLOCAL to prevent environment variables being exported
5024
      into the parent space. This mimics the behaviour of Unix.
5025
 
5026
    * Jats eprog
5027
      Consistent cross-platform handling of programs found in the current
5028
      directory.
5029
 
5030
    * jats tool jats_metrics
5031
      A new utility that will be used by the Automated Build System to collect
5032
      build metrics.
5033
 
5034
------------------------------------------------------------------------
227 dpurdie 5035
Version: 2.71.6.cr                                Released: 18-Dec-07
5036
------------------------------------------------------------------------
5037
Major changes:
5038
 
5039
Minor changes:
5040
    * Jats Tool: create_dpkg
5041
      Added options to allow the utility to sanity test the package name and
5042
      version of the package being created. This is intended to be used by the
5043
      automated build system. New options are:
5044
        -pname=Package_Name
5045
        -pversion=Package_Version
5046
 
5047
      Added option to allow the source package form to be tested, without
5048
      transferring the package. New options are:
5049
        -test
5050
 
5051
    * Jats Tool: CCdiff
5052
      -output=filename now works. Previously only -out=filename worked.
5053
      -vob=name does not generate internal message under unix
5054
 
5055
    * JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
5056
      a space separated or a comma separated list.
5057
 
5058
    * Solaris Toolset
5059
      Disable the use of purify, purecov and quantify when building shared
5060
      libraries. Shared libraries are not supported by these tools. Executable
5061
      programs are still supported.
5062
 
5063
------------------------------------------------------------------------
5064
Version: 2.71.5.cr                                Released: 07-Dec-07
5065
------------------------------------------------------------------------
5066
Major changes:
5067
 
5068
Minor changes:
5069
    * WINCE toolsets
5070
      Added a run-time test for the presence of the required toolset
5071
      This will report an error if the required WINCE toolset has not been
5072
      installed. This is better than obscure message generated by the compilers
5073
      when header files cannot be found.
5074
 
5075
    * GenerateFiles directive
5076
      If the generating tool can only be found in the users path, don't make
5077
      it a prequisite under Windows. There are problems with spaces in pathnames
5078
      that are difficult to solve.
5079
 
5080
    * MakePerlModule directive
5081
      Extended the directive syntax to allow command line options to be passed
5082
      to the the module builder.
5083
 
5084
    * Jats Tool: label
5085
      Add the ability to label specific sub-directories (-dirs=name[,name]+)
5086
      Allow the -up option to be used in conjunction with the  -files=xxx and
5087
      -dirs=xxx options.
5088
 
5089
    * Jats Tool: release
5090
      Corrected a problem when multiple ant builds where located within the
5091
      build view. Now all ants builds will be perform.
5092
 
5093
      Expanded the operation of the '-build=name' option such that it can be
5094
      used to limit ANT builds by specifying the name of the depends.xml file.
5095
 
5096
    * Jats Tool: CCdiff
5097
      Added utility to provide difference reports in a format suitable to be
5098
      uploaded to CodeStriker.
5099
 
5100
      Use jats CCdiff -help (or -man) for further details.
5101
 
5102
 
5103
------------------------------------------------------------------------
5104
Version: 2.71.4.cr                                Released: 30-Nov-07
5105
------------------------------------------------------------------------
5106
Major changes:
5107
    * New Platform : MOS68KRM
5108
      Building MOS for the 68K processor for Rome
5109
      Requires the Microtec 4.5R compiler
5110
      Similar to MOS68K, but has different optimization and definitions
5111
 
5112
Minor changes:
5113
    * label utility
5114
      Better handling of filenames with embedded spaces.
5115
 
5116
    * make package and install operations
5117
      Improved the error detection and reported that may occur during a file
5118
      transfer.
5119
 
5120
    * make clean up
5121
      Improved the cleanup of generated files.
5122
 
5123
    * Jats Tool: jats_transform_file
5124
      Tool that can be used within makefiles and test harnesses to perform
5125
      minor file transformations such as:
5126
        Copy, with optional rename
5127
        Force Dos or Unix style line endings
5128
        Perform simple TAG replacement
5129
 
5130
      Use 'jats jats_transform_file -help' for details
5131
 
5132
    * jats release utility
5133
      Added the -extractfiles option to extract files without leaving a view
5134
      in place.
5135
 
5136
    * escrow utility
5137
      Added -extract option to assist in creating images of all files in
5138
      the escrow, with a log file to summarize success/failure of the extraction.
5139
 
5140
------------------------------------------------------------------------
5141
Version: 2.71.3.cr                                Released: 16-Nov-07
5142
------------------------------------------------------------------------
5143
Major changes:
5144
 
5145
Minor changes:
5146
    * Makefile generation
5147
      Corrected a problem in the detection of a generated target
5148
      Some JAVA builds were not correctly detecting the need to run the
5149
      generate phase early.
5150
 
5151
------------------------------------------------------------------------
5152
Version: 2.71.2.cr                                Released: 09-Nov-07
5153
------------------------------------------------------------------------
5154
Major changes:
5155
 
5156
Minor changes:
5157
    * GBE_PLATFORM operation
5158
      Restored operation of GBE_PLATFORM. This feature is not encouraged.
5159
 
5160
    * Makefile generation
5161
      Added a sanity check to generate a warning if a file is packaged, or
5162
      installed, from more than one makefile.pl
5163
 
5164
    * Utilities gen_msproject, gen_dirlist and gen_metrics
5165
      Modified to use generic interface to the makefile data
5166
 
5167
    * AutoBuilder support tool 'save_build'
5168
      Check for users having placed locks on the build file and the autobuild
5169
      branch. The locks will be removed.
5170
 
5171
    * jats_rewrite utility
5172
      Better handling of DOS line ending under Unix
5173
 
5174
    * jats escrow utility
5175
      Can now create a simple escrow build, and information, on a Release.
5176
      Still handles an escrow based on an SBOM.
5177
 
5178
      Can be used to create an HTML report on unbuildable packages and
5179
      inconsistent packages.
5180
 
5181
    * jats make help
5182
      Corrected the list of target platforms to only show those that are
5183
      available within the current build.
5184
 
5185
    * jats makefiles
5186
      Modified the behaviour of jats when multiple instances of the
5187
      MakefileGenerate() directive are found.
5188
 
5189
      If the MakefileGenerate() directive is found in the 'common' makefile.
5190
      pl, then it will be ignored.
5191
 
5192
    * gcc toolset
5193
      SharedLibries.
5194
        The --Def=name option supports two types of def file
5195
        The 'old' form is used if the name of the Def file ends in .def
5196
 
5197
        The 'old' form is created by the existing versions of mod_if.pl
5198
        The 'new' form is created by tne new versions (daf_tools 25.1.5000.cr)
5199
        of mod_if - if the name of the file does not end in .def.
5200
 
5201
      SharedLibraries and Prog (Experimental)
5202
        New options:
5203
            --MultiScan
5204
            --NoMultiScan ( default)
5205
            MultiScan will scan the libraries until no more undefined references
5206
            can be satisfied. This may simplify linking of complex programs.
5207
 
5208
 
5209
------------------------------------------------------------------------
5210
Version: 2.71.1.cr                                Released: 16-Oct-07
5211
------------------------------------------------------------------------
5212
Major changes:
5213
 
5214
Minor changes:
5215
    PackageLib directive
5216
    The construct "PackageLib( '*', @SHLIBS, @LIBS );" now works as expected.
5217
    Packaging multiple libraries and shared libraries works as expected.
5218
    Packaging multiple shared libraries works as expected.
5219
 
5220
    MakefileGenerate directive
5221
    This directive should only be called once. JATS will now generate a warning,
5222
    and not produce an erroneous, if the directive is invoked more than once.
5223
 
5224
    Multiple Parent detection
5225
    A makefile.pl that is invoked from more than one other makefile.pl, or the
5226
    build.pl, is counted as having multiple parents. This condition is
5227
    normally treated as an error. When run by the Auto Built Tool, this
5228
    condition will be treated as a warning.
5229
 
5230
    Solaris Toolset
5231
    Added option '--WithMisalign' to the SharedLib directive.
5232
    When used in conjunction with the 'misalign' CompleOption this option will
5233
    cause a machine specific object file (misalign.o) to be included in the
5234
    link.
5235
 
5236
    Programs that are created with 'misalign' will automatically include the
5237
    misalign.o object file. The fact that shared libraries do not may be an
5238
    indication that this is a bad thing to do.
5239
 
5240
    Make and generation of subdirectories
5241
    Fixed an issue which caused created directories to have a bad timestamp.
5242
    This could result in multiple attempts to generate the source dependency
5243
    file.
5244
 
5245
------------------------------------------------------------------------
5246
Version: 2.71.0.cr                                Released: 10-Oct-07
5247
------------------------------------------------------------------------
5248
Major changes:
5249
    Makefile generation and make recursion
5250
    Extensive changes to the makefiles that are generated by JATS and method by
5251
    which JATS recuses through subdirectories during a build.
5252
 
5253
    Summary of changes:
5254
        - Removed the use of 'make' to perform recursion over subdirectories
5255
          and platforms. This has been replaced by a JATS program  that performs
5256
          the same task - only a great deal faster and with a greater scope for
5257
          flexibility.
5258
 
5259
          The user interface remains identical: jats make ....
5260
 
5261
        - Replaced the generated 'Makefile' with 'Makefile.gbe'. This is a text
5262
          file that provides sufficient information to allow JATS to locate the
5263
          interface directory and associated build information.
5264
 
5265
        - Significant speed up in determining the need to rebuild a makefile.
5266
          On a large package this has been reduced from 30+ seconds to less
5267
          than one second.
5268
 
5269
        - Significant speed up of large recursive builds through intelligent
5270
          building of the 'make_init' target. This is only processed once for
5271
          each platform type. Previously it was processed in each and every
5272
          makefile. This make target is used, internally, to perform sanity
5273
          testing of the compiler environment and to display the name of the
5274
          toolset. It is an expensive operation.
5275
 
5276
        - Intelligent speed up of large recursive through better mechanism
5277
          for creating required directories. These are now created on the fly,
5278
          rather than via a slow recursive pass though all makefiles.
5279
 
5280
        - Better makefile rebuilding
5281
          Makefiles can be rebuilt on the fly. The previous system was prone to
5282
          detecting that makefiles needs to be re-built, but then not re-
5283
          building them.
5284
 
5285
        - Detection of build file changes
5286
          The make process will detect that the build file has been modified
5287
          and that the component has not been rebuilt. This is a warning. It
5288
          does not prevent the 'make' operation.
5289
 
5290
        - Quieter make output
5291
          The 'Nothing to be done' message has been disabled.
5292
 
5293
 
5294
Minor changes:
5295
    MakeAnt Directive
5296
    Allows ANT_HOME to be a path with spaces. ie: c:\Program Files\apache-ant-1.6.5
5297
 
5298
    JATS command "debug" and "prod"
5299
    These now handle make arguments and options correctly. Thus the command:
5300
        jats prod WIN32 OPTIONS=args
5301
    Will correctly do a production build for WIN32 with command execution
5302
    display. Before, the system would attempt to process prod_OPTIONS=args.
5303
 
5304
    CSHARP toolset
5305
    Correctly detect missing compiler directories
5306
 
5307
------------------------------------------------------------------------
5308
Version: 2.70.2.cr                                Released: 27-Sep-07
5309
------------------------------------------------------------------------
5310
Major changes:
5311
 
5312
Minor changes:
5313
    Java target. Resolve problem of multiple project builds when multiple files
5314
    are generated.
5315
 
5316
    MakeAnt
5317
    If the Ant build fails JATS will terminate.
5318
    Previously JATS would continue until another error forced its termination.
5319
    This is done through a better startup of ANT using the
5320
    org.apache.tools.ant.launch.Launcher directly.
5321
 
5322
    MCR platform
5323
    Create '.mod' files from the generated THX files.
5324
    This is a MOS binary and can be download to the MCR devices.
5325
 
5326
------------------------------------------------------------------------
5327
Version: 2.70.1.cr                                Released: 20-Sep-07
5328
------------------------------------------------------------------------
5329
Major changes:
5330
 
5331
Minor changes:
5332
    MakeAnt directive extended
5333
    New option: --PackageBase
5334
        This will pass the path to all packages specified with LinkPkgArchive
5335
        directives to the build.xml file. Without the option the path will
5336
        address a 'jar' directory within the package.
5337
 
5338
    New passed parameter: PACKAGEDIR
5339
        This is the path to the output package that is being created by JATS
5340
        Allows the ant build script to place artifacts directly into the
5341
        package image being created.
5342
 
5343
------------------------------------------------------------------------
5344
Version: 2.70.0.cr                                Released: 13-Sep-07
5345
------------------------------------------------------------------------
5346
Major changes:
5347
    * Linux compiler
5348
      Changed the linux compiler used to build Embedded Linux platforms
5349
            DEVLINUX
5350
                LINUX_EMU
5351
                LINUX_ETX
5352
                ARM9TDMI
5353
 
5354
            LMOS
5355
                LMOS_LINUX_EMU
5356
                LMOS_LINUX_ETX
5357
                LMOS_ARM9TDMI
5358
 
5359
 
5360
    This is a non-backwardly compatibly release.
5361
 
5362
    Do not migrate to this version of JATS if you are building against
5363
    existing packages, until the underlying packages have been rebuilt.
5364
 
5365
    Packages created with the previous version of the compiler should not be
5366
    mixed with packages created with the version in this release.
5367
    Packages will be rebuilt with the new compiler as soon as possible.
5368
 
5369
    The new compiler will need to be installed on users VM's
5370
    The compiler package is dpkg_archive/linux_gnu_tools/1.1.0000.cots
5371
    The binary is:crosstool-gcc-4.1.1-glibc-2.5.tar.bz2
5372
    This should be extacted, as root, into / with the (one line) command
5373
         tar -xjf /net/auperaunx26/export/devl/dpkg_archive/linux_gnu_tools/1.1.0000.cots/
5374
                    crosstool-gcc-4.1.1-glibc-2.5.tar.bz2 -C/
5375
 
5376
Minor changes:
5377
    * Skipped 2.69 due to nature of major change
5378
 
5379
 
5380
------------------------------------------------------------------------
5381
Version: JATS_2.68.3                                Released: 28-Aug-07
5382
------------------------------------------------------------------------
5383
Major changes:
5384
 
5385
Minor changes:
5386
    * WIN32 CompileOptions to control use of precompiled headers
5387
      Added a WIN32 specific compiler option to control the pre compiled
5388
      headers.
5389
 
5390
        CompileOptions ('WIN32', 'PreCompileHdrs' );        (default)
5391
        CompileOptions ('WIN32', 'NoPreCompileHdrs' );
5392
 
5393
 
5394
------------------------------------------------------------------------
5395
Version: JATS_2.68.2                                Released: 28-Aug-07
5396
------------------------------------------------------------------------
5397
Major changes:
5398
 
5399
Minor changes:
5400
    * Reverted changes made in JATS_2.68.1 to the library search path
5401
      Although the search order is broken, we will need to live with it.
5402
 
5403
      Addressed the search order of /usr/lib under Solaris by adding a new
5404
      AddLibDir option (--System) to add system paths. These will be searched
5405
      last.
5406
 
5407
      For the record, the search order for header files and libraries is:
5408
 
5409
        1) As specified with AddIncDir/AddLibDir in the local makefile.pl
5410
           or within any such directive with the --Local option
5411
 
5412
        2) Within the components 'local' directories. These are populated with
5413
           InstallHdr and InstallLib directives.
5414
 
5415
        3) Within the 'interface' directory as populated by BuildPkgArchive
5416
 
5417
        4) As specified with AddIncDir/AddLibDir in the 'global' makefile.pl
5418
           or within any such directive with the --Global option
5419
 
5420
        5) Within packages specified by a LinkPkgArchive directive
5421
 
5422
 
5423
        6) As specified with AddIncDir/AddLibDir in any makefile.pl
5424
           with the --System option
5425
 
5426
    * LMOS target platform
5427
      Includes LINUX_ETX
5428
 
5429
------------------------------------------------------------------------
5430
Version: JATS_2.68.1                                Released: 24-Aug-07
5431
------------------------------------------------------------------------
5432
Major changes:
5433
 
5434
Minor changes:
5435
    * Solaris Toolset
5436
      Corrected library search order, such that /usr/lib is search after the
5437
      dependent packages.
5438
 
5439
    * RunTest operation
5440
      Added the current directory '.' to the PATH used when the test is run.
5441
 
5442
    * Csharp toolkit
5443
      .dtd files are treated as resource files too
5444
 
5445
------------------------------------------------------------------------
5446
Version: JATS_2.68.0                                Released: 20-Aug-07
5447
------------------------------------------------------------------------
5448
Major changes:
5449
    * Trap use of uncontrolled versions of 'ant' and the Java Compiler (javac)
5450
 
5451
      It was discovered that a few old makefile.pl's where invoking ant and
5452
      javac directly in order to build small Java components. This was
5453
      normally being done in the guise of the WIN32 target. These packages
5454
      were making assumptions about the version of Java on the users search
5455
      path.
5456
 
5457
      JATS can invoke ANT and build Java based components using the MakeAnt
5458
      directive and the JAVA platform. This method is controlled and
5459
      reproducible.
5460
 
5461
      This release provides changes such that these packages will not build.
5462
      This is better than building incorrectly.
5463
 
5464
      There are several aspects to the change
5465
        1) JATS provides binaries (ant and javac) with an error message. If
5466
           the user invoked ant/javac in a manner that involves searching the
5467
           PATH then these will be used and report an error.
5468
 
5469
       2) A special command (jats abt) can be used to start up the Auto Build
5470
          Tool in a manner that does not alter the PATH seen by the utilities.
5471
          Moreover it does not alter the JAVA_HOME seen by the build. This is
5472
          controlled separately.
5473
 
5474
Minor changes:
5475
    * Sanitize the PATH environment variable
5476
        Ensure the JATS bin directory is the first directory searched
5477
        Remove duplicates
5478
        Place non-existent components at the end of the PATH
5479
 
5480
------------------------------------------------------------------------
5481
Version: JATS_2.67.1                                Released: 17-Aug-07
5482
------------------------------------------------------------------------
5483
Major changes:
5484
 
5485
Minor changes:
5486
    * Makefile sanity test
5487
      Added a test to ensure that makefiles created on a machine of one type are
5488
      not then run on a machine of a different type.
5489
 
5490
      This will prevent files created on solaris-sparc being used on a solaris-
5491
      x86 machine.
5492
 
5493
    * Correct bug in RunTest
5494
      RunTest now extends the PATH to include the local bin directory
5495
 
5496
------------------------------------------------------------------------
5497
Version: JATS_2.67.0                                Released: 13-Aug-07
5498
------------------------------------------------------------------------
5499
Major changes:
5500
    * RunTest directive
5501
      Added support for running tests within the NUNIT test framework for the
5502
      CSHARP target. In the process a generalized mechanism for accessing
5503
      toolset specific test frameworks has been added.
5504
 
5505
      Changes to the directive to support a FrameWork.
5506
        The use of a test FrameWork is signaled with the option
5507
        --FrameWork=<name> If this is present then the raw name of the program
5508
        under test will be passed to the framework. program.
5509
 
5510
        If a FrameWork is in use, then JATS will invoke the specified framework
5511
        builder within the current toolset.
5512
 
5513
      When a framework is in place JATS will pass arguments of the form:
5514
        '--Tag=Text' to the FrameWork. Other options are processed as normal.
5515
 
5516
      With in the Nunit FrameWork the program under test will be a DLL Nunit
5517
      will only operate on a DLL. The DLL must have been created by the makefile
5518
      containing the RunTest directive.
5519
 
5520
      The Nunit Framework supports the following options:
5521
        --Uses=<Name>[,SubOption]+
5522
 
5523
        This option specifies other DLLs that are used by the TestDLL. They will
5524
        be copied in to the test directory, and may be sourced from an external
5525
        package or the components 'local' lib directory.
5526
 
5527
        SubOptions available to The --Uses directive are:
5528
            --NonJats       This is not a JATS built library. It will not have a
5529
                            P or D suffix.
5530
            --Jats          (Default) This is a JATS built library. JATS will
5531
                            select the correct library type for this build.
5532
 
5533
Minor changes:
5534
    * New Cache cleanup mechanism
5535
      When a package is consumed from the 'cache' a flag is updated within
5536
      the cache. The cache aging routines use this file in preference to
5537
      the descpkg file, thus it will prevent the aging of packages that are
5538
      frequently used. The aging policy can be made more aggressive.
5539
 
5540
    * Save Build Utility
5541
      This utility is used by the Auto Build System to save the 'build.pl' file
5542
      used in a ripple build.
5543
 
5544
      The utility has been enhanced to detect  a reserved checkout of the
5545
      build.pl. The checkout will be changed to unreserved - if possible.
5546
 
5547
    * Release Utility
5548
      The 'jats release' command will now unlock any labels that it locked
5549
      when an error is encountered.
5550
 
5551
      This simplifies the 'release' process as the developers label will be
5552
      unlocked if a build error occurs.
5553
 
5554
    * Jats caching local copy of itself
5555
      Fixed a bug which resulted in an "Use of individualized value" message
5556
      being displayed a large number of times during the file transfer process.
5557
 
5558
    * Minor extension to allow plug-in directives to perform a processing step
5559
      before the makefiles are created.
5560
 
5561
    * TestProg directive
5562
      TestProg's are now built in exactly the same manner as Progs
5563
 
5564
    * Correct problem introduced in 2.66.1 with packaging of files with
5565
      a 'space' or '$' in the file name.
5566
 
5567
------------------------------------------------------------------------
5568
Version: JATS_2.66.1                                Released: 20-Jul-07
5569
------------------------------------------------------------------------
5570
Major changes:
5571
    * New build target
5572
            LINUX_ETX           - Support for Linux on an ETX board
5573
            LMOS_LINUX_ETX      - Support for LMOS on the LINUX_ETX target
5574
 
5575
      These targets have also been added to the following pseudo targets.
5576
            DEVLINUX
5577
            LMOS_DEVLINUX
5578
 
5579
    * Internal utility dpkg_cache [Windows]
5580
      Modified to remove use of system utilities to perform the the file
5581
      transfer, after having problems the 'cp.exe' provided by JATS.
5582
 
5583
Minor changes:
5584
    * Added utility class to provide directory searching
5585
      To be used in JATS and JATS support tools
5586
 
5587
    * tweaks to the C# toolset
5588
      Correct problem with filename that start with "n" as in .\not_nice.cs
5589
 
5590
      Create resource files with Fully Qualified Names derived from the .resx
5591
      and .cs files.
5592
 
5593
      Handle Strong Key Names and creates wrappers to provide do the right
5594
      thing.
5595
 
5596
    * Microtec ColdFire compiler
5597
      Further attempts to get the compiler to place all of its temp files in a
5598
      local directory. The compiler uses a large number of EnVars to control
5599
      were it places temp files.
5600
 
5601
      Underlying problem is random compiler failures on big builds. Suspected
5602
      interaction with other builds.
5603
 
5604
    * Release utility command
5605
      Added a -tag=name option to allow the Auto Build Tools to create
5606
      multiple instances of a static view. The tag is used to provide a unique
5607
      component in the clearcase tag name.
5608
 
5609
------------------------------------------------------------------------
5610
Version: JATS_2.66.0                                Released: 27-Jun-07
5611
------------------------------------------------------------------------
5612
Major changes:
5613
  * Support for building CSHARP code
5614
    Natively build C# within JATS using the Microsoft command line programs
5615
 
5616
    Supports the handling of .resx files
5617
 
5618
    Supports the creation of windows programs, console programs and shared
5619
    libraries
5620
 
5621
Minor changes:
5622
  * Unit Tests
5623
    Allow test scripts to be PERL - with a .pl extension
5624
    These will be correctly initiated under WIndows and Unix
5625
 
5626
    Correct warning messsage that is generated if a "CopyIn" file is also listed
5627
    as a Script.
5628
 
5629
 
5630
------------------------------------------------------------------------
5631
Version: JATS_2.65.3                                Released: 11-Jun-07
5632
------------------------------------------------------------------------
5633
Major changes:
5634
 
5635
Minor changes:
5636
  * WINCE Support
5637
    Added WCEPA962_500 support. The WINCE target now includes this target.
5638
    Complete list of WINCE targets is:
5639
        WCEIT3000
5640
        WCEPA961
5641
        WCEPA962
5642
        WCEPA962_500
5643
        WCEPCM7220
5644
        WCEPSION_500
5645
        WCEPSPC_arm
5646
        WCEPSPC_emu
5647
        WCEX86A420
5648
        WCEX86A500
5649
        WCEX86A500_SOM4455
5650
 
5651
 
5652
------------------------------------------------------------------------
5653
Version: JATS_2.65.2                                Released: 06-Jun-07
5654
------------------------------------------------------------------------
5655
Major changes:
5656
 
5657
Minor changes:
5658
  * WINCE Support
5659
    Added WCEPSION_500 support. The WINCE target now includes this target.
5660
 
5661
  * Removed the following targets
5662
        TP5600
5663
        TP5600_ARM9TDMI
5664
        TP5600_EMU
5665
        LMOS_TP5600_ARM9TDMI
5666
        LMOS_TP5600_EMU
5667
 
5668
  * Deployment
5669
    Simplify access to build information during deployment
5670
 
5671
  * build.pl
5672
    Better error check on a packages version number.
5673
 
5674
    The --forcebuildpkg has been extended to copy files on a Unix system, rather
5675
    than to use symlinks. This simplifies remote builds.
5676
 
5677
  * Tool: gen_msprojects
5678
    Has been extended to create either a Debug build (default), or a Production
5679
    build.
5680
 
5681
        Eg: jats etool gen_msprojects -prod
5682
 
5683
  * Tool: escrow
5684
     New features
5685
     Given an rtag_id, report determine packages that are in the 'release' but
5686
     are not in the SBOM.
5687
 
5688
     Prune "patch" package versions.
5689
 
5690
     Specify packages to be ignored.
5691
 
5692
 
5693
------------------------------------------------------------------------
5694
Version: JATS_2.65.1                                Released: 30-May-07
5695
------------------------------------------------------------------------
5696
Major changes:
5697
  * Provided a mechanism by which JATS makefile.pl directives can be extended
5698
    through modules provided by external packages. This will be used to reduce
5699
    the dependancy on JATS of various packaging processes.
5700
 
5701
  * GenerateFiles
5702
    Added the options:
5703
        --UnknownPreq           - Will force the recipe to be run every time
5704
                                  the generated files are required. May be used
5705
                                  when the dependancies are too complex to
5706
                                  describe. ie: Entire directory tree.
5707
 
5708
        --AutoGenerate          - Will not force the recipe to be run during the
5709
                                  'generate' phase, unless the recipe generates
5710
                                  source files. Allows recipes to be run very
5711
                                  late. ie: when the dependent files are actually
5712
                                  required.
5713
 
5714
 
5715
Minor changes:
5716
  * GenerateFile directive
5717
    Added --Var(BuildRoot)
5718
 
5719
  * GCC Toolset
5720
    Creating Shared Libaries with a 'Def' file. The library is now dependent
5721
    on the Def file, such that changes to the Def file will cause the library to
5722
    be rebuilt.
5723
 
5724
  * MakeAnt and MakeProject directives
5725
    Preserve the order in which projects are built.
5726
 
5727
------------------------------------------------------------------------
5728
Version: JATS_2.65.0                                Released: 16-May-07
5729
------------------------------------------------------------------------
5730
Major changes:
5731
 *  Access to Release Manager and Deployment Manager databases
5732
    The database location, user and password have been made configurable via
5733
    environment variables.
5734
 
5735
    Reason: The Release Manager and Deployment Manager databases are being
5736
            moved.
5737
 
5738
    This will affect users that:
5739
        1) Use tools that access RM or DM
5740
           Some tools that build deployable packages
5741
 
5742
        2) Use the ABT system
5743
           The buildadm user, and the ABT scripts will be modified to provide
5744
           the required configuration
5745
 
5746
    If you need to use tools that access RM or DM, outside of the ABT scripts on
5747
    the build machine then you will need to add the following environment
5748
    definitions to your .profile_bash, or jats.bat.
5749
    Windows
5750
        set GBE_RM_LOCATION=jdbc:oracle:thin:@auperaora03:1521:RELEASEM
5909 dpurdie 5751
        set GBE_RM_USERNAME=RM_READONLY
5752
        set GBE_RM_PASSWORD=RM_READONLY
5710 dpurdie 5753
        set GBE_RM_URL=http://bms:8002/ManagerSuite/Release_Manager
227 dpurdie 5754
        set GBE_DM_LOCATION=%GBE_DM_LOCATION%
5909 dpurdie 5755
        set GBE_DM_USERNAME=DM_READONLY
5756
        set GBE_DM_PASSWORD=DM_READONLY
5710 dpurdie 5757
        set GBE_DM_URL=http://bms:8002/ManagerSuite/Deployment_Manager
227 dpurdie 5758
    Note: GBE_RM_LOCATION will change in the near future.
5759
 
5760
 
5761
  * New build platforms
5762
        ARM9TDMI            - To replace TP5600_ARM9TDMI
5763
        LINUX_EMU           - To replace TP5600_EMU
5764
 
5765
        LMOS_ARM9TDMI       - To replace LMOS_TP5600_ARM9TDMI
5766
        LMOS_LINUX_EMU      - To replace LMOS_TP5600_EMU
5767
 
5768
        DEVLINUX            - To replace TP5600
5769
        LMOS_DEVLINUX       - To replace LMOS_TP5600
5770
        LMOS                - New platform that expands to known LMOS targets:
5771
                              LMOS_ARM9TDMI, LMOS_LINUX_EMU, LMOS_WIN32
5772
 
5773
    Many of these targets are designed to replace the badly named platforms
5774
    of TP5600_ARM9TDMI and TP5600_EMU. These will be removed in a future
5775
    release.
5776
 
5777
    The GBE_BUILDFILTER for linux boxes may need to be changed to
5778
         LINUX_I386 ARM9TDMI LINUX_EMU LMOS_ARM9TDMI LMOS_LINUX_EMU
5779
 
5780
    The TP5600* targets should be removed to make it obvious that these packages
5781
    need to be converted.
5782
 
5783
  * Building Linux Device Drivers
5784
    The hard-coded path to the Kernel Headers has been removed.
5785
    Linux Drivers must be built with a suitable package to provide
5786
    the kernel headers. This allows multiple versions of the linux kernel to be
5787
    used for different targets platforms.
5788
 
5789
  * Sandbox support
5790
    Embryonic support for building multiple packages in a common sandbox
5791
    Will remain undocumented until fully implemented.
5792
 
5793
    New command: jats sandbox ...
5794
 
5795
Minor changes:
5796
 
5797
 
5798
------------------------------------------------------------------------
5799
Version: JATS_2.64.1                                Released: 03-May-07
5800
------------------------------------------------------------------------
5801
Major changes:
5802
  * MakeAnt directive
5803
    Added options to allow the and project to unit tests.
5804
 
5805
    New options
5806
        --AutoTest=<target>            # Run as Automated unit test
5807
        --UnitTest=<target>            # Run as Unit test
5808
 
5809
    This will invoke the ant build file, with the specified target, during the
5810
    run_unit_tests phase.
5811
 
5812
  * Sandbox support
5813
    Embryonic support for building multiple packages in a common sandbox
5814
    Will remain undocumented until fully implemented
5815
 
5816
Minor changes:
5817
  * jats build
5818
    Use platform configuration information to prune platforms from the list of
5819
    platforms that will be 'built'.
5820
 
5821
    This simplies the construction of a GBE_BUILDFILTER
5822
 
5823
    This information is not available for all supported platforms, but is
5824
    available for psuedo platforms that transform into machine specific
5825
    platforms. These include SOLARIS, LINUX, TP5600 and LMOS_TP5600
5826
 
5827
  * AVR_IAR Toolset
5828
    Clean up 9 files that may be created by the USB license dongle.
5829
 
5830
  * JATS.BAT
5831
    Example file now provides a default GBE_DPKG definition that assumes that
5832
    the "V" drive is mapped to \\auperaunx26\devl. This allows access to both
5833
    the dpkg_acrhive and the deploy_archive with the one mapping.
5834
 
5835
  * jats label
5836
    Correct problem when locking a label in a specified VOB
5837
 
5838
------------------------------------------------------------------------
5839
Version: JATS_2.64.0                                Released: 16-Apr-07
5840
------------------------------------------------------------------------
5841
Major changes:
5842
  * New build platform:
5843
        LMOS_TP5600
5844
        LMOS_TP5600_ARM9TDMI
5845
        LMOS_TP5600_EMU
5846
 
5847
    LMOS_TP5600 is a tag that will be expanded to the entire family of LMOS_TP5600
5848
    supported targets. A common alias of LMOS_T5600 will be created to
5849
    describe the group of platforms.
5850
 
5851
    LMOS_TP5600_ARM9TDMI and LMOS_TP5600_EMU
5852
    These are LMOS based targets. The 'lmos' package must be used in order to
5853
    build these targets.
5854
 
5855
    The LMOS_TP5600_ARM9TDMI can use components from the TP5600_ARM9TDMI,
5856
    where no LMOS_TP5600_ARM9TDMI components are provided.
5857
 
5858
    The LMOS_TP5600_EMU can use components from the TP5600_EMU,
5859
    where no LMOS_TP5600_EMU components are provided.
5860
 
5861
  * New build platform: WINCE
5862
    This is a tag that will be expanded to all the known WINCE targets.
5863
    Use of this platform will simplify the creation of components for
5864
    consumption on all WINCE machines.
5865
 
5866
    The current list of WINCE targets is:
5867
            WCEIT3000
5868
            WCEPA961
5869
            WCEPA962
5870
            WCEPCM7220
5871
            WCEPSION_420
5872
            WCEPSPC_arm
5873
            WCEPSPC_emu
5874
            WCEX86A420
5875
            WCEX86A500
5876
            WCEX86A500_SOM4455
5877
 
5878
    The WINCE targets actually built will be affected by GBE_BUILDFILTER.
5879
 
5880
 *  JATS makefile.pl
5881
    The package descriptor file, 'descpkg', will be packaged in all makefiles
5882
    that contain packaging directives.
5883
 
5884
    There is now no need to explicitly package the 'descpkg' file, except in
5885
    very unusual configurations.
5886
 
5887
Minor changes:
5888
  * Directive: PackageFile
5889
    Generate a warning if the source file name does not confirm to good naming
5890
    conventions. The filename must not start with a '-' and must not contain
5891
    an '='.
5892
 
5893
    Normally the result of an error in the directive. ie: "-Subdir=etc", instead
5894
    of "--Subdir=etc".
5895
 
5896
  * JATS Internal utility: cmdfile
5897
    Updated Linux and Solaris targets with a version of the cmdfile that
5898
    provides a better error message for libraries that cannot be found.
5899
 
5900
    This version will display the library search path with one item per line,
5901
    rather than all items on one, very long, line.
5902
 
5903
------------------------------------------------------------------------
5904
Version: JATS_2.63.0                                Released: 5-Apr-07
5905
------------------------------------------------------------------------
5906
Major changes:
5907
 
5908
  * JATS release command
5909
    Modified the configuration spec generated when a branching rule is
5910
    specified. The change will ensure that directories are not branched.
5911
 
5912
    Rules are:
5913
        Modify a file:      File will branch
5914
        Adding a file:      Containing directory will not branch
5915
                            File will be placed on a branch
5916
        Add a directory:    Containing directory will not branch
5917
                            New directory will branch
5918
 
5919
Minor changes:
5920
  * JATS release command
5921
    Added -noprefex option to allow the creation of a view directory without the
5922
    user name being prefixed to it. This is useful in creating an escrow view.
5923
 
5924
  * JATS label command
5925
    Detect and report parent directories that are checkedout when a label
5926
    is applied. Previously these had gone unreported.
5927
 
5928
  * JATS make
5929
    Undo previous change to preserve symbolic links while Packaging and
5930
    Installing files. A problem was encountered when a file from a package
5931
    was re-packaged.
5932
 
5933
  * JATS escrow
5934
    Added a tool to generate information for creating an escrow drop.
5935
    Use jats escrow -help for details
5936
 
5937
  * makefile.pl directive: MakeAnt
5938
    This directive will create parameters to specify the location of external java
5939
    packages that have been referenced via a LinkPkgArchive directive.
5940
 
5941
    This allows the build.xml to contruct a CLASSPATH to access JAR files in
5942
    packages, without the overhead of copying the entire package into the
5943
    interface directory.
5944
 
5945
  * build.pl directive: BuildPkgArchive
5946
    Modified the processing of 'jar' directories.
5947
    Directories of the form 'jar.<target>' will be transferred into the 'jar'
5948
    directory as seen by the package.
5949
 
5950
    Intended use: Deployment of oraclient for Solaris 10
5951
 
5952
  * JAVA 6
5953
    JATS now supports all versions of Java through the use of JAVA_HOME_X_Y
5954
    environment variables. Where X andY specify the version of JAVA.
5955
 
5956
    The jats.bat and jats.sh example files only provide indication of 1.4, 1.5
5957
    and 1.6 support, but all versions are now supported.
5958
 
5959
    The "jats vars -v" command will display all JAVA_HOME environment variables
5960
 
5961
  * Jats command: vars
5962
    Extended to show a "*" for EnvVars that do not address a valid directory
5963
    These indicate potential problems.
5964
 
5965
------------------------------------------------------------------------
5966
Version: JATS_2.62.4                                Released: 20-Mar-07
5967
------------------------------------------------------------------------
5968
Major changes:
5969
  * JATS create_dpkg + packageing shared libraries (Unix)
5970
    When a shared library is created a simple symbolic link to the versioned
5971
    libarry is also created.
5972
 
5973
    Previous versions of JATS would replace the symbolic link with a physical
5974
    copy of the file. The effect of this is that when the shared libaries is
5975
    'Installed', 'Packaged' and transferred into dpkg_archive there are two
5976
    files, instead of one file and one link to the file (in the same directory)
5977
    The Solaris shared libraries can be quite large, due to the debug
5978
    information contained within the file.
5979
 
5980
    This version of JATS will preserve symbolic links when 'Installing',
5981
    'Packaging' and transferring to dpkg_archive.
5982
 
5983
    The advantage of this will be significant reduction in disk space used
5984
    within the build environment and dpkg_archive.
5985
 
5986
  * Building Perl Modules
5987
    Modified the process to prevent the module builder attempting to modify the
5988
    documentation on the build machine.
5989
 
5990
    Integrated the 'jats clean' operation.
5991
 
5992
Minor changes:
5993
  * jats create_dpkg
5994
    Added an option to create a built.generic file
5995
    This is only used by the Automated Built Tools.
5996
 
5997
------------------------------------------------------------------------
5998
Version: JATS_2.62.3                                Released: 28-Feb-07
5999
------------------------------------------------------------------------
6000
Major changes:
6001
  * JATS JAVA build target
6002
    The default behaviour of the JAVA build target has changed such that the
6003
    default version of JAVA used will be 1.4.
6004
 
6005
    Previous behaviour was to use whichever version was specified by the EnvVar
6006
    JAVA_HOME. This was not controlled, thus the build was not controlled.
6007
    Problems occur when using the new AutoBuildTool as it uses Java 1.5 and this
6008
    is then picked up as the default version.
6009
 
6010
    If a version, other than 1.4, is required then specify it within the
6011
    build.pl file.
6012
 
6013
Minor changes:
6014
  * jats release
6015
    Ensure that the 'cleartool' command can be found in the users PATH
6016
    Issue an error if it cannot be found.
6017
    This error indicates bad DevEnv setup
6018
 
6019
    Added facility to create a view based on a config_spec, instead of a label.
6020
    Such a view cannot be used to create a release. It is intended to simplify
6021
    the creation of simple static views. The name of view is, by default,
6022
    based on the name of the config spec. Use the -view=name option to change
6023
    the name of the view.
6024
 
6025
  * GenerateFiles directive
6026
    Added new --Vars() to allow packaging of JATS plugin tools.
6027
 
6028
  * MOS Toolset
6029
    When using MOS fast intermodule calls the optimizer will preload commonly
6030
    used memory addresses into a register BEFORE the GDP has been correctly set
6031
    up. Use the following option to suppress this optimization
6032
 
6033
    Added: CompileOptions ('*', 'NoGlobalOptimization' );
6034
 
6035
 
6036
------------------------------------------------------------------------
6037
Version: JATS_2.62.2                                Released: 15-Feb-07
6038
------------------------------------------------------------------------
6039
Major changes:
6040
 
6041
Minor changes:
6042
  * JATS environment
6043
    Ensure that the true path of the Perl executable is present in the PATH
6044
    environment variable. This allows build tool access to various perl utilities
6045
    that are located in the Perl bin directory.
6046
 
6047
    Resolves issues in locating utilities such as pod2html
6048
 
6049
  * Use of GENERIC platforms
6050
    Report an error if a GENERIC platform is mixed with any other platform
6051
    specifier. GENERIC is used for packages that build on all machines because
6052
    they do not use a compiler or linker. They simply contains files that need
6053
    to be packaged.
6054
 
6055
  * Generated makefiles
6056
    Solaris and Linux: Ensure that LD_LIBRARY_PATH is exported if it is used.
6057
 
6058
  * Generating MOS THX files
6059
    Added option --BinaryImage to the SharedLib directive used to create MOS THX
6060
    files. This option will create a binary image (.bin) instead of a .thx file.
6061
    This is being used in the creation of BR Applets.
6062
 
6063
        SharedLib   ( 'MOS', "xxx", @OBJS, "--Rel=xxx.rel", "--BinaryImage" );
6064
 
6065
  * JATS release
6066
    Correct the operation of the -path option under Unix
6067
 
6068
  * JATS extract
6069
    New JATS command. This is the same as 'jats release -extract'
6070
 
6071
  * JATS Toolset
6072
    Added support for the WinCe PSION (WCEPSION_420)
6073
    This is a armv4i device using 4.20 of the WCE SDK    
6074
 
6075
 
6076
------------------------------------------------------------------------
6077
Version: JATS_2.62.1                                Released: 18-Jan-07
6078
------------------------------------------------------------------------
6079
Major changes:
6080
 
6081
Minor changes:
6082
  * jats label
6083
    Added a -vob=name option
6084
    This allwos the label utility to create, lock, unlock, rename and delete
6085
    labels without the user actually being located within the VOB. This option
6086
    cannot be used in conjunction with operations that place labels on files.
6087
    It can only be used for operations that manipulate the label.
6088
 
6089
    Added a -user=name option
6090
    This extends the operation of the -mine operation to change ownership of the
6091
    label to the named user.
6092
 
6093
  * jats release
6094
    Displays the path to the view and the build file in a user friendly manner
6095
    Under Windows it uses \, unless running under cygwin.
6096
 
6097
  * JATS build.pl
6098
    BuildProduct supports the --Uses=xxxx construct on a per-target basis.
6099
    ie:
6100
        BuildProduct ('TP5', 'LMOS_TP5600_EMU', 'LMOS_TP5600_ARM9TDMI,--Uses=TP5600_ARM9TDMI');
6101
 
6102
 
6103
------------------------------------------------------------------------
6104
Version: JATS_2.62.0                                Released: 22-Dec-06
6105
------------------------------------------------------------------------
6106
Major changes:
6107
  * GenerateFiles and RunTest directives
6108
    These directives have been extended to allow a large number of makefile
6109
    values to be added to the command lines,without resorting to knowledge of
6110
    the makefile internals. ie:
6111
        --Var(BuildName)
6112
    will be expanded to (hen building MyPackage)
6113
        -BuildName=MyPackage
6114
 
6115
    The complete list of Variables is provided in the JATS manual.
6116
 
6117
  * GenerateFiles
6118
    Added a --Clean option to allow tools to be invoked in the 'clean' phase
6119
    This allows external scripts to cleanup.
6120
 
6121
  * BuildPlatforms
6122
    Restored operation of the --Uses option
6123
 
6124
Minor changes:
6125
  * GCC Toolset
6126
    Exports path to compiler. Used by scripts to build packages
6127
 
6128
Internal changes:
6129
  * GenerateFiles
6130
    Maintains the arguments in an array for simpler processing.
6131
 
6132
    --Shell is now processed by the 'make' shell rather then invoking an
6133
    external shell. It will be the same shell, just easier to setup.
6134
 
6135
 
6136
------------------------------------------------------------------------
6137
Version: JATS_2.61.3                                Released: 14-Dec-06
6138
------------------------------------------------------------------------
6139
Major changes:
6140
  * Caching JATS
6141
    Added a mechanism whereby JATS can cache a copy of itself on the users local
6142
    drive. This is applicable to windows.
6143
 
6144
    This mechanism will allow a user to address JATS via the soft-links in
6145
    dpkg_archive and pick up the current version of JATS without the penalty of
6146
    then using JATS across a slow(network) link.
6147
 
6148
    The EnvVar GBE_CACHE_JATS controls the operation of this feature.
6149
    Set GBE_CACHE_JATS to one to enable the operation, but it will only be
6150
    effective if JATS is being run from GBE_DPKG in the first place.
6151
 
6152
    Use: Build Machines and Windows Users
6153
 
6154
Minor changes:
6155
  * Build directive: BuildAlias with --Target option
6156
    Corrected a problem when the target name is a expanded platform name (ie:
6157
    TP5600) that prevent correct expansion.
6158
 
6159
  * jats build
6160
    If the user has not configured a cache, then do not attempt to cache
6161
    packages. This will remove an annoying warning message for each package
6162
    processed by the build.
6163
 
6164
  * jats build
6165
    Modified the error messages generated when JATS fails to create the
6166
    makefiles. The previous system would report failures while creating
6167
    makefiles and, at the end of the process, it would generate a large error
6168
    message to indicate the failure. This large message diverted the users
6169
    from reading the other error messages resulting in confusion.
6170
 
6171
  * PackageFile, PackageLib, PackageProg and PackageHdr
6172
    Detect and report as an error use of the --Dir=<Path> option where the
6173
    Path is not specified.
6174
 
6175
    Most instances of this error will be where the option has been mis-used in
6176
    conjunction with a package.pl file, or during transition from using a
6177
    package.pl file. That change is detects errors where the user has specified
6178
        --Dir=$Pinc
6179
    but $Pinc is not defined.
6180
 
6181
  * Purify and Purecov under Windows
6182
    Changes to correct the operation of Rational's tools when used on the
6183
    Windows platform.
6184
 
6185
        - OPTIONS=purecov
6186
            Forces the link operations to generate the relocation table required
6187
            by 'purecov.
6188
 
6189
            Does not attempt to use purecov in the compiler tool chain
6190
            This is required under Solaris, but not Windows
6191
 
6192
        - OPTIONS=purify
6193
            Does not attempt to use purecov in the compiler tool chain
6194
            This is required under Solaris, but not Windows.
6195
            Under WIndows this option does nothing.
6196
 
6197
 
6198
------------------------------------------------------------------------
6199
Version: JATS_2.61.2                                Released: 27-Nov-06
6200
------------------------------------------------------------------------
6201
Major changes:
6202
  * makefile.pl directive Platform
6203
    This directive has been expanded to allow for the negation operation
6204
    Example:
6205
        Platform ('!MOSCF');
6206
            Process makefile for all targets other than MOSCF
6207
            This is the same as Platform ('*', '!MOSCF');
6208
 
6209
    Excluded platform will be processed after included platforms have
6210
    been determined.
6211
 
6212
Minor changes:
6213
  * Added the ScanList directive.
6214
    This directive allows a list of files within an external package to be
6215
    located at build-time.
6216
 
6217
  * Unix based systems
6218
    If the EnvVar LD_LIBRARY_PATH was undefined, then a warning would be
6219
    generated by make under some conditions. The warning has been removed.
6220
 
6221
  * MakeLinuxDriver
6222
    Added a --Define=text option to allow "defines" to be passed to the
6223
    driver being built.
6224
 
6225
 
6226
------------------------------------------------------------------------
6227
Version: JATS_2.61.1                                Released: 20-Nov-06
6228
------------------------------------------------------------------------
6229
Major changes:
6230
 
6231
 
6232
Minor changes:
6233
  * jats_rewrite tool
6234
    Handle the BuildPreviousVersion() directive.
6235
    This directive is only used within deployment scripts.
6236
 
6237
  * Internal package: RmPkgInfo
6238
    Extract modified date when extracting package information
6239
 
6240
    Added the function getDependenciesHash() to provide a hash of all the
6241
    dependancy information within a package.
6242
 
6243
    Added NO_WARN option to the classes 'new' method to supress warning
6244
    messages.
6245
 
6246
------------------------------------------------------------------------
6247
Version: JATS_2.61.0                                Released: 13-Nov-06
6248
------------------------------------------------------------------------
6249
Major changes:
6250
  * makefile.pl directives
6251
    Added directive: MakePerlModule to build and package CPAN style Perl Modules.
6252
 
6253
    Added directive: MakeLinuxDriver to build and Linux Device Driver.
6254
 
6255
    GenerateFiles.
6256
        Added option: --NoGenerate to indicate that the directive does
6257
                      not generate any tangible results. The command will
6258
                      be run on every invocation.
6259
 
6260
 
6261
Minor changes:
6262
  * Added the jats version command
6263
    Will only print out the current version of JATS
6264
 
6265
  * GCC Toolset (Used to build Linux)
6266
  Added options to allow the generation of statically linked programs.
6267
  There are two mechanism:
6268
 
6269
  Globally within the makefile.pl, or if applied in the common makefile.pl
6270
  the option can apply to all programs being built.
6271
 
6272
  CompileOptions ( 'platform', 'StaticProgs' );     - Generate static programs
6273
  CompileOptions ( 'platform', 'No_StaticProgs' );  - Default
6274
 
6275
  Within the Prog directive, the following options will override the global
6276
  default.
6277
    --Static    - Create a statically linked program
6278
    --Shared    - Create a dynamically linked program
6279
 
6280
------------------------------------------------------------------------
6281
Version: JATS_2.60.0                                Released: 03-Nov-06
6282
------------------------------------------------------------------------
6283
Major changes:
6284
  * SunWorks Toolset
6285
    Better determination of the location of the SunWorks compiler and library
6286
    Does not use an environment variable to locate compiler libraries
6287
    It is based on machine type.
6288
    Uses the absolute path to the compiler  and does not use the user's PATH
6289
 
6290
    Corrects a problem on the Solaris10 installs.
6291
 
6292
Minor changes:
6293
  * Perl DBI interface
6294
    Removed the message showing database connection
6295
 
6296
  * JATS internal library
6297
    Better handling of badly formed version numbers
6298
 
6299
------------------------------------------------------------------------
6300
Version: JATS_2.59.0                                Released: 30-Oct-06
6301
------------------------------------------------------------------------
6302
Major changes:
6303
  * GCC Toolset
6304
    Altered the mechanism used to determine cross compilation
6305
    Extended the cross compilers that can be handled by the toolset
6306
    Removed the use of `uname`.
6307
 
6308
  * Added platforms
6309
    TP5600                  ( Expands to TP5600_ARM9TDMI and TP5600_EMU )
6310
    TP5600_ARM9TDMI
6311
    TP5600_EMU
6312
 
6313
Minor changes:
6314
  * descpkg file reader
6315
    Allow handcrafted JAVA based packages that use tabs instead of spaces as a
6316
    field separator.
6317
 
6318
  * JATS eprog command
6319
    Can now start java programs encapsulated within JAR files
6320
 
6321
  * Microtec Coldfire compiler
6322
    Force the compiler to create temp files within the interface directory.
6323
    This is an attempt to solve a infrequent problem seen when multiple builds
6324
    are being performed. The 68k compiler already had a similar fix to address a
6325
    similar, but more pronounced, issue.
6326
 
6327
  * Atmel toolset (DEVI-031788)
6328
    New Products: AT90SC7272C and AT90SC3232CS
6329
        The AT90SC3232CS is identical to the existing AT3232
6330
        The AT90SC7272C replaces the (as yet unused) AT72722
6331
 
6332
    Note: Products of AT3232 and AT90SC3232CS cannot be mixed.
6333
          AT3232 is provided for backward compatibility.
6334
 
6335
------------------------------------------------------------------------
6336
Version: JATS_2.58.0                                Released: 16-Oct-06
6337
------------------------------------------------------------------------
6338
Major changes:  Directive: RunTests
6339
  * The --CopyIn option will always copy in the specified files
6340
 
6341
  * GCC Toolset (Shared Library Generation)
6342
    Added option --Def=file_name to the shared library definitions
6343
 
6344
    When compiling Shared Library objects the -fPIC flag has been added.
6345
 
6346
 
6347
Minor changes:
6348
  * JATS wrapper script
6349
    Added a sanity test to ensure that the JATS machine specific BIN directories
6350
    have been setup. When JATS is installed the PostInstall script must be run
6351
    to setup links to system programs.
6352
 
6353
------------------------------------------------------------------------
6354
Version: JATS_2.57.1                                Released: 15-Sep-06
6355
------------------------------------------------------------------------
6356
Major changes:
6357
 
6358
Minor changes:
6359
  * AT3232 toolset
6360
    Added a --Type=PayLoadType field to the Prog directive for this target
6361
    when creating .sxml files
6362
 
6363
  * Test Tool
6364
    Added: jats_lib_scan.pl
6365
    Use jats jats_lib_scan -man for detailed help
6366
 
6367
 
6368
------------------------------------------------------------------------
6369
Version: JATS_2.57.0                                Released: 12-Sep-06
6370
------------------------------------------------------------------------
6371
Major changes:
6372
  * SOLARIS toolset: CompileOptions
6373
    Added CompileOptions
6374
        misalign            - Only allowed on sparc platforms
6375
        no_misalign         - Default
6376
 
6377
        multithread         - Default
6378
        no_multithread      - Disable multithread compilation and linking
6379
 
6380
  * SOLARIS toolset: CompileOptions
6381
    Implemented the common CompileOptions
6382
 
6383
        prod_no_optimise
6384
        prod_no_debuginfo
6385
        prod_optimise
6386
        prod_debuginfo
6387
 
6388
        debug_no_optimise
6389
        debug_no_debuginfo
6390
        debug_optimise
6391
        debug_debuginfo
6392
 
6393
  * SOLARIS target: New Aliases
6394
    Provided new ALIAS based in the underlying architecture
6395
    Theses are:
6396
        SOLARIS_SPARC
6397
        SOLARIS_AMD
6398
    These may be used to limit operations to only flavor of SOLARIS. eg: The
6399
    utility 'rtc_patch_area' is only usable on sparc machines.
6400
 
6401
Minor changes:
6402
  * AT3232 toolset
6403
    Create .sxml files in conjunction with .s19 files
6404
 
6405
  * Jats build
6406
    Altered the programs help mechanism to use perl POD.
6407
    Extended the builtin help text.
6408
 
6409
------------------------------------------------------------------------
6410
Version: JATS_2.56.3                                Released: 04-Sep-06
6411
------------------------------------------------------------------------
6412
Major changes:
6413
 
6414
Minor changes:
6415
  * Utility InstallPkg as used by BuildPkgArchive()
6416
    Better dection of directories that have been processed to reduce warning
6417
    messages
6418
 
6419
  * PackageFile and PackageProg directives
6420
    The --Machine and --Tool options have been modified to allow the JATS tools
6421
    to be created in a directory that is related to GBE_MACHTYPE on which the
6422
    tool is created, rather then the target platform type.
6423
 
6424
------------------------------------------------------------------------
6425
Version: JATS_2.56.2                                Released: 28-Aug-06 
6426
------------------------------------------------------------------------
6427
Major changes:
6428
 
6429
Minor changes:
6430
  * WIN32 and WINCE toolsets
6431
    SharedLib operation. Added an option to allow the creation of a 'stub'
6432
    library without creating the body of the library:
6433
        eg: SharedLib ( 'WIN', 'MyStub' , '--Def=windef.def','--MutualDll','--Stubonly' );
6434
 
6435
 
6436
  * MOS toolsets
6437
    SharedLib operation. Added an option to allow the creation of a 'stub'
6438
    library without creating the body of the library:
6439
        eg: SharedLib ( 'MOS', 'MyStub' , '--Rel=lib.rel' , '--Implib=lib_stub','--Stubonly' );
6440
 
6441
  * JATS BIN directories
6442
    Added the program 'gmake' as a soft link.
6443
    gmake is required by some COTS packages that are being built from source
6444
    using autoconf.
6445
 
6446
  * Generate directive
6447
    The shared library search path is extended to allow the tools to locate
6448
    all shared libraies (.dll/.so) in packages and the local area.
6449
 
6450
    Simplifies the use of Xerces during the build process.
6451
 
6452
 
6453
------------------------------------------------------------------------
6454
Version: JATS_2.56.1                                Released: 23-Aug-06
6455
------------------------------------------------------------------------
6456
Major changes:
6457
  * Support for SOLARIS10_X86 and SOLARIS10_X64
6458
    Initial release.
6459
 
6460
Minor changes:
6461
 
6462
 
6463
------------------------------------------------------------------------
6464
Version: JATS_2.56.0                                Released: 18-Aug-06
6465
------------------------------------------------------------------------
6466
Major changes:
6467
  * Support for SOLARIS10_sparc32 and SOLARIS10_sparc64
6468
    Initial release.
6469
 
6470
  * Packaging directives
6471
    Added option --OsCommon to allow files and header files to be packed into
6472
    a directory known to all platforms being built for a common OS.
6473
 
6474
    Currently this is only supported to target platforms based on
6475
        SOLARIS
6476
        WIN32
6477
 
6478
  * Removal of support for badly formed packages
6479
    As of this release libraries that exist in the <packagename>/lib directory
6480
    will not be available to JATS. These libraries are in the incorrect
6481
    directory. They MUST be in a directory that indicates the intended purpose
6482
    of the library. A .so library cannot be used on all machines ( linux,
6483
    solaris-sparc, solaris-amd ... ).
6484
 
6485
  * Build Platform target name expansion facility
6486
    The build targets of SOLARIS and LINUX are seen as expandable names. They
6487
    will be expanded to suitable targets - depending on the host machine .
6488
 
6489
 
6490
Minor changes:
6491
  * Utility: JATS LABEL
6492
    Ensure that the 'cleartool' utility can be found in the users path.
6493
    Generate a suitable error message if it cannot be found.
6494
 
6495
  * Utility: JATS RELEASE
6496
    Added a -root=dirname to allow the user to place the created view at a given
6497
    location
6498
 
6499
    Added GBE_VIEWBASE to provide a globally configured mechanism for
6500
    controlling the view location. Performs the same job as -root=xxxx
6501
 
6502
  * Utility genrc
6503
    Added the company name to the copyright string
6504
 
6505
  * Utility: jats_save_build
6506
    Added option: -new
6507
    This option forces the saved file only a new branch.
6508
    The option can be used to save a build.pl file onto a new project-specific
6509
    branch. Useful when branching an entire release.
6510
 
6511
  * Utility: jats_rewrite
6512
    Added options to allow project suffixes to be replaced.
6513
    Use: Convert a .syd project to a .bej project.
6514
 
6515
 * Deprecated features: package.pl and tree.dir
6516
   These two build features are being deprecated. They are not suitable for
6517
   migration to other SOLARIS based platforms.
6518
 
6519
   The Package directives provide sufficient power to replace the package.pl
6520
   features - in a uniform manner.
6521
 
6522
 
6523
Internal Changes:
6524
  * Major rework of the JATS BuildPlatform, BuildAlias an BuildProducts
6525
    directives, together with the mechanism used to describe the platform builds.
6526
 
6527
    Introduced a CFG/<PLATFORM>.CFG file to provide:
6528
        1) Platform information available at build time
6529
        2) Dynamic platform names
6530
 
6531
  * Major rework of the 'SOLARIS' platform
6532
    The SOLARIS platform will generate one or more targets, depending on the
6533
    machine on which the platform is invoked.
6534
 
6535
    Consolidated a number of SOLARIS specific kludges and converted them into
6536
    configurable items. These kludges are really on applicable to the
6537
    SOLARIS8_SPARC32 platform. New SOLARIS builds will be well formed.
6538
 
6539
  * BuildPkgArchive operation
6540
    Formalized a number of kludges in operation of the SOLARIS8 under sparc32
6541
    platform. These are configured early in the build process and are no longer
6542
    needed.
6543
 
6544
    A side effect of this work is that files from external packages may be
6545
    located in 'SOLARIS', 'SOLARIS_sparc' or 'sparc' directories. The change
6546
    should be transparent as the consumer tools should be able to handle
6547
    files from all of these.
6548
 
6549
------------------------------------------------------------------------
6550
Version: JATS_2.55.1                                Released: 17-Aug-06
6551
------------------------------------------------------------------------
6552
Major changes:
6553
 
6554
Minor changes:
6555
  * WinCE toolset
6556
    Added support for the adv_som_4455_wlan
6557
 
6558
------------------------------------------------------------------------
6559
Version: JATS_2.55.0                                Released: 3-Aug-06
6560
------------------------------------------------------------------------
6561
Major changes:
6562
  * Jats wrapper: Specify version of JATS to be used
6563
    Added a -version=xxxx option to force JATS to use a specific version of
6564
    JATS. The same operation can be achieved by setting GBE_JATS_VERSION.
6565
 
6566
    The required version MUST be found in one of the known archives.
6567
 
6568
    JATS will attempt to cache the version of JATS to assist in speeding up
6569
    the operations.
6570
 
6571
    The version option MUST be the first option.
6572
 
6573
    The version option MUST be followed by a '--' option.
6574
    This prevents JATS parsing other options and recursion issues.
6575
 
6576
    Example:    jats -version=2.54.3.cr -- build
6577
 
6578
  * Migrated the "jats install" functionality out of the jats wrapper script
6579
    and into the create_dpkg utility. This is transparent to the user.
6580
 
6581
  * Utility: create_dpkg
6582
    Added a '-quiet' option to allow use within scripts
6583
    Extended the built-in help
6584
    Added useful error messages
6585
    Migrate code to a common error reporting mechanism
6586
 
6587
  * WinCE toolset
6588
    Added support for the WCEPA962 target.
6589
 
6590
  * M16 toolset as used in building MCRFirmware
6591
    Added a --MotOnly option to the Prog directives. MOT files 
6592
    are used in the creation of bootstraps.
6593
 
6594
Minor changes:
6595
  * JATS wrapper script
6596
    Added a -ABT=xxx option to allow the Auto Build Tool to be invoked from
6597
    the command line.
6598
 
6599
  * Utility: jats_rewrite
6600
    Modified so that it will display changes. These will then be present in the
6601
    ABT log so that a developer can see which packages have been rippled.    
6602
 
6603
Internal Changes:
6604
  * Common Error Reporting
6605
    Will use environment variables to control DEBUG and VERBOSE levels
6606
    for individual users. A module reporting with a name of XXXX will use EnvVars
6607
    of GBE_XXXX_VERBOSE and GBE_XXXX_DEBUG to control the debug and VERBOSE
6608
    level.
6609
 
6610
    Force flushing after a "Question" is asked to ensure that the prompt is
6611
    displayed.
6612
 
6613
    Enable autoflush for both STDOUT and STDERR.
6614
 
6615
  * Added JatsSystem module
6616
    Common code for accessing system commands        
6617
------------------------------------------------------------------------
6618
Version: JATS_2.54.3                                Released: 17-Jul-06
6619
------------------------------------------------------------------------
6620
Major changes:
6621
 
6622
Minor changes:
6623
  * BR Compiler toolset
6624
    Add the include file search path to the link command line. Allows
6625
    .def files to include other files.
6626
 
6627
  * IAR toolset
6628
    Added AT7272 support
6629
 
6630
  * Tool: jats_manifest
6631
    Added links to a suitable md5sum program on target platforms
6632
 
6633
------------------------------------------------------------------------
6634
Version: JATS_2.54.2                                Released: 12-Jul-06
6635
------------------------------------------------------------------------
6636
Major changes:
6637
 
6638
Minor changes:
6639
  * BR Compiler toolset
6640
    Corrected a problem in flagging that the non-version-1 compiler was in
6641
    use.
6642
 
6643
 
6644
------------------------------------------------------------------------
6645
Version: JATS_2.54.1                                Released: 29-Jun-06
6646
------------------------------------------------------------------------
6647
Major changes:
6648
 
6649
Minor changes:
6650
  * Mictotec toolset
6651
    Assembler files. Define DEBUG in debug builds and NDEBUG in production
6652
    builds.
6653
 
6654
  * JATS Core
6655
    Added GBE_ABT. This is used by the Auto Build Tool to indicate that an
6656
    auto build is in progress. It may be used by various tools to modify their
6657
    behaviour.
6658
 
6659
------------------------------------------------------------------------
6660
Version: JATS_2.54.0                                Released: 22-Jun-06
6661
------------------------------------------------------------------------
6662
Major changes:
6663
  * Removal of non-core deployment functionality from JATS.
6664
    Deployment package will be affected.
6665
 
6666
    The build.pl file of deployment package will need to import deployment
6667
    support with a BuildPkgArchive directive. ie:
6668
 
6669
        BuildPkgArchive ( 'deployfiles', '1.0.0.cr' );
6670
 
6671
    This version of deployfiles contains the same functionality as that provided
6672
    by the previous version of JATS. Version 2 of this package will be the start
6673
    of a deployment system that will provide support for building InstallShield
6674
    packages.
6675
 
6676
 * Deployment support utilities must be run under JATS
6677
   The environment required for the deployment support utilities is complex
6678
   and is provided by the JATS wrapper script.
6679
 
6680
   This is a change in usage. Instead of running the program 'updatenodespec'
6681
   the user will need to run 'jats updatenodespec'
6682
 
6683
Minor changes:
6684
  * SubDir directive
6685
    Added a sanity test to detect the case when a 'SubDir' directive specifies
6686
    a directory from two different makefiles.
6687
 
6688
  * Tools: Dependancy generator mkdepend
6689
    If an include file was referenced by a symbolic name, then the generated
6690
    dependancy information would be wrong for all but the first occurrence
6691
    of the file usage.
6692
 
6693
  * New utility: jats_manifest
6694
    Used by the build system to generate and validate source files.
6695
    Beta Release: Windows only at the moment
6696
 
6697
  * Unit tests under SOLARIS_sparc
6698
    The LD_LIBRARY_PATH has been modified to correctly pick up libraries
6699
    generated within the build and have been installed locally.
6700
 
6701
  * Default behaviour of JATS the wrapper script
6702
    This has been changed. Previous unknown commands were passed to make.
6703
    In this release unknown comamnds will be treated a 'etool' commands and 
6704
    will execute a JATS extended command.
6705
 
6706
 
6707
Internal Changes:
6708
  * Code refactor
6709
    Created JatsEnv to encapsulate functionality that was multiply defined.
6710
 
6711
  * Deployment utilities
6712
    The Perl module Ignorelist.pm and the .ccignore file
6713
    Changed the mechanism by which this module locates a .ccignore file.
6714
    The .ccignore file has been moved to the same directory as the module and
6715
    the module can locate the file.
6716
 
6717
    Previously the module required an environment variable in order to locate
6718
    the file, which was in a fixed location anyway.
6719
 
6720
  * JATS core
6721
    Removed the use of the environment variable PERLINC.
6722
 
6723
    Better parsing of descpkg files.
6724
 
6725
  * JATS core debugging: JatsError.pm
6726
    Allow control over the debug and verbose messages of specific programs
6727
    through the use of environment variables.
6728
 
6729
    A program reporting errors as "name" can be controlled via environment
6730
    variables GBE_name_VERBOSE and GBE_name_DEBUG.
6731
 
6732
  * BuildPkgArchive operation
6733
    Modified the subdirectories transferred with this directive to include:
6734
        deployfiles     - as used by the deployment system
6735
        tools/scripts   - as used by perl based extensions
6736
 
6737
  * Make environment
6738
    Extended the PERL5LIB path seen by perl programs executed under make to
6739
    include 'tools/script' directories that contain Perl Modules.
6740
 
6741
 
6742
------------------------------------------------------------------------
6743
Version: JATS_2.53.2                                Released: 13-Jun-06
6744
------------------------------------------------------------------------
6745
Major changes:
6746
  * Deployment. GetMassInstId.rul (From George Christidis)
6747
    Added support for SILENT_MODE
6748
 
6749
 
6750
------------------------------------------------------------------------
6751
Version: JATS_2.53.1                                Released: Not release
6752
------------------------------------------------------------------------
6753
 
6754
Not Released.
6755
This label waas used as a place keeper. This version was not used as a basis
6756
for JATS_2.53.2. Its much closer to JATS_2.54.0.
6757
 
6758
 
6759
------------------------------------------------------------------------
6760
Version: JATS_2.53.0                                Released: 11-Apr-06
6761
------------------------------------------------------------------------
6762
Major changes:
6763
  * Deployment Scripts: Release Manager Database Access
6764
    The mechanism for communicating with the Release Manager Database has been
6765
    radically replaced.
6766
 
6767
    A test tool has been added to prove connectivity to Release Manager.
6768
    Usage:
6769
        jats etool test_rmconnection
6770
 
6771
    The pervious scripts used DBI::ODBC to communicate with the Oracle
6772
    Database that contains Release Manager. There were a number of problems with
6773
    this solution:
6774
         - Required the installation of two Perl Modules
6775
         - Required the installation of an Oracle client
6776
         - Required the use of an ODBC bridge machine when used on Solaris
6777
         - Support for Perl within Oracle appears to be on the decline
6778
 
6779
    The solutions uses a Java application and Java's jdbc. The oracle:thin
6780
    client is used as this does not require any installation or configuration in
6781
    order to work.
6782
 
6783
    JATS overrides Perl's DBI package with a package of the same name, but
6784
    reduced functionality.
6785
 
6786
 
6787
Minor changes:
6788
  * makefile.pl directive: SetValue
6789
    Added a '--' option to disable and enable parsing of options.
6790
    This allows a value with leading '--' to be set.
6791
 
6792
  * makefile.pl directive: SetList
6793
    Added this directive to formalise the creation and processing of lists
6794
    within the makefiles.
6795
        Options:
6796
            --NoWarn                    Disable name clash warnings
6797
            --Project=xxxx[,xxxx]+      Add to list in selected projects
6798
            --Unique                    Add only if not already present
6799
            --Clear                     Clear list, before adding new items
6800
            --Append                    Append items to list (default)
6801
            --                          Disable/Enable option parsing
6802
        Useage:
6803
 
6804
    SetList ('*', 'LibList', 'lib1', 'lib2', '--Project=syd');
6805
    SharedLib ('*', 'MyDLL', @OBJS, @LibList );
6806
 
6807
  * Makefile.pl directive: RunTest
6808
    Corrected the option of the --CopyIn=file option where the specified file
6809
    is not in the current directory.
6810
 
6811
  * Jats Command: ant'
6812
    This command has been extended to make use of the -buildfile=xxxx option
6813
    to allow multiple buildfiles to be differentiated.
6814
 
6815
    eg: jats -buildfile=MyPackage ant
6816
 
6817
  * TOOLSET: DAFBR Compiler support
6818
    Modified the toolset to support an optimisation feature of the next
6819
    generation of the daf_br_compiler. These will be enabled if the major version
6820
    of the package containing the compiler is greater the "1". ie: 2.0.0.cr
6821
 
6822
  * Interface helper files: set_XXXX.bat/.sh
6823
    Added provision to process user command arguments.
6824
    Thus
6825
 
6826
        set_WIN32.bat prog
6827
 
6828
    will set the WIN32 environment and run the command: prog
6829
 
6830
 
6831
------------------------------------------------------------------------
6832
Version: JATS_2.52.2                                Released: 30-Mar-06
6833
------------------------------------------------------------------------
6834
Major changes:
6835
 
6836
Minor changes:
6837
  * Addressed issue with BUILDNAME, an internal variable.
6838
    Due to the use of these 'raw' values in user build.pl's they need to be
6839
    maintained. Previously the values may or may not have had a project
6840
    extension. It was bad. Now:
6841
        $(BUILDNAME) contains two or three space seperated fields - always
6842
 
6843
  * m16c Toolset - MCRFirmware
6844
    Force the generation of .thx and payload files when the .bin files are
6845
    created. Previously this only occured in the packaging phase.
6846
 
6847
Internal changes:
6848
  * JATS toolsets
6849
    Added a feature to allow a toolset to flag additional files that get created
6850
    as a part of a "Prog". This allows a "Prog" definition to generate a
6851
    number of files, some which may be packaged.
6852
 
6853
    Previously such files where only generated during the packaging phase. Now
6854
    they will be generated during the make_prog phase - with the other programs.
6855
 
6856
------------------------------------------------------------------------
6857
Version: JATS_2.52.1                                Released: 29-Mar-06
6858
------------------------------------------------------------------------
6859
Major changes:
6860
  * Jats command: etool
6861
    Extended to allow execution of deployment tools. This allows the deployment
6862
    tools to use the JATS core perl modules.
6863
 
6864
  * Address issues with the use of BUILDVER and ScmBuildVer
6865
    Due to the use of these 'raw' values in user makefile.pl's they need to be
6866
    maintained. Previously the values may or may not have had a projectt
6867
    extension. It was bad. Now:
6868
        $(BUILDVERSION) contains the project extension - always
6869
        $ScmBuildVersion does not contain a project extension - always
6870
 
6871
Minor changes:
6872
 
6873
 
6874
------------------------------------------------------------------------
6875
Version: JATS_2.52.0                                Released: 27-Mar-06
6876
------------------------------------------------------------------------
6877
Major changes:
6878
  * JATS environment variables
6879
    Added GBE_DPKG_STORE
6880
        Optionally addresses a dpkg_archive store. This is intended to allow
6881
        read only access to a remote repository. The GBE_DPKG_STORE will be
6882
        searched after GBE_DPKG. It will be searched last. JATS, be default,
6883
        will not publish packages in this repository.
6884
 
6885
        Uses: Seed repository for a complete build
6886
              Remote repository
6887
 
6888
    Added GBE_DPLY
6889
        Optionally addresses a Deployment Archive. This is only used in the
6890
        placement of deployment packages. This value may be project specific.
6891
 
6892
  * MOS_MRI toolset
6893
    Changes the mechanism used to link against the compiler RTL.
6894
    Previously the RTL was included multiple times in the link order. This
6895
    created problem with daf_dsi as the function 'time()' was being satisfied by
6896
    the RTL before being satisfied by the user libraries.
6897
 
6898
    The compiler RTL is now treated as a library of last resort. It will be
6899
    processed once and it will be processed last.
6900
 
6901
 
6902
Minor changes:
6903
  * JATS utility: build
6904
  * JATS utility: cache_dpkg
6905
    Extended the package search algorithm to locate a package within
6906
    GBE_DPKG_STORE. This archive will be searched last.
6907
 
6908
  * JATS utility: gen_cots
6909
    Ensure label is not locked
6910
    Add option to allow user to specify source directory other than a package
6911
    that already exists in dpkg_archive.
6912
 
6913
  * JATS directive: PackageFile
6914
    Now supports --Prod and --Debug options to limit the packaging process
6915
    to a specific type of build.
6916
 
6917
  * JATS directive: GenerateFiles and RunTests
6918
    Added a --PackageInfo() replacement tag to allow package version information
6919
    to be extracted and passed to generator programs.
6920
        ie: --PackageInfo(sysbasetypes,syd,--fullversion)
6921
 
6922
    Extended the --PackageBase() replacement tag to work with packages such as
6923
    sysbasetypes, where there is a .cr and a .syd type.
6924
        ie: --PackageBase(sysbasetypes,syd)
6925
 
6926
  * JATS utility: release
6927
    Under windows, ensure that the directory C:\Clearcase exists. There have
6928
    been installations of Clearcase where this is directory does not exist.
6929
 
6930
  * JATS utility: label
6931
    Added option: "-comment=Text" to allow a comment to be added to a label,
6932
    when it is being created.
6933
 
6934
Internal Changes
6935
  * JATS utility: create_dpkg
6936
    Refactored code to use JATS DescPkg class.
6937
 
6938
    Added options to allow packaging to the various archives. This is of no use
6939
    to the normal developer, but will be used within the complete build system.
6940
 
6941
  * Factored out the parsing of the BuildName directive
6942
    This process was being done in 3 locations - and there were getting
6943
    different results.
6944
 
6945
  * ToolsetRequire directive
6946
    This has been extended to allow JATS to locate Toolset extensions within
6947
    packages. They should be placed within the tool/scripts directory
6948
 
6949
------------------------------------------------------------------------
6950
Version: JATS_2.51.0                                Released: 15-Mar-06
6951
------------------------------------------------------------------------
6952
Major changes:
6953
 
6954
  * MCR toolset
6955
    Generate CD payload files in conjunction with the .BIN files
6956
 
6957
------------------------------------------------------------------------
6958
Version: JATS_2.50.0                                Released: 15-Feb-06
6959
------------------------------------------------------------------------
6960
Major changes:
6961
  * WIN32 utilities
6962
    Replaced a number of the Windows utilities ( cp, rm, mv ...)
6963
    with versions from the GNUWin32 project.
6964
 
6965
    The 'cp' previously used could not recursively copy large directories
6966
    under Windows Server 2003, when both the source and destination are on the
6967
    same drive. ( dpkg_cache of ace ).
6968
 
6969
Minor changes:
6970
  * BuildVersion
6971
    The definition of VERSION_BUILD within the generated version-defs.h file
6972
    will have leading zeros removed, thus allowing it to be used within a 'C'
6973
    program without the number being interpreted as an octal constant.
6974
 
6975
    The string form (VERSION_BUILD_STR) will retain the zeros.
6976
 
6977
  * Unix Builds
6978
    Corrected several issues encountered when specifying the name of a static
6979
    library or a shared library.
6980
 
6981
    JATS will prepend 'lib' to the user specified library name. Problems occurred
6982
    when the user specified a library name that started with 'lib'. Now, on Unix
6983
    systems, JATS will only prepend 'lib' if the library name does not already
6984
    start with 'lib'.
6985
 
6986
  * BuildPkgArchive
6987
    Since 2.45.0 JATS will only transfer files for the BuildPkgArchive, if
6988
    they have not already been transferred. Added a test for the source
6989
    package being updated and then forceing the copy to be repeated.
6990
 
6991
------------------------------------------------------------------------
6992
Version: JATS_2.49.0                                Released: 10-Feb-06
6993
------------------------------------------------------------------------
6994
Major changes:
6995
  * MOS_MRI toolset
6996
    Corrected a problem with the dependencies between a .REL file and the target
6997
    THX file. If the .REL files was modified the output THX file did not get
6998
    regenerated. This was only a problem in cases where the .REL file was
6999
    being manually maintained.
7000
 
7001
 
7002
Minor changes:
7003
  * MakeAnt directive
7004
    Introduced a check to ensure that this directive is only used with a toolset
7005
    that can handle an 'ant' build file. Currently only the JAVA toolset
7006
    supports ANT builds.
7007
 
7008
  * BuildPkgArchive directive
7009
    Correct problem in the caching of BuildPkgArchive packages in the case where
7010
    there is no GBE_DPKG_LOCAL on the machine.
7011
 
7012
  * Label utility
7013
    Added a 'files=filename,filename' option to allow only specified
7014
    files to be labeled.
7015
 
7016
  * Build. Parsing descpkg files
7017
    Corrected problem in which Java Manifest files were not parsed correctly
7018
    on Solaris.
7019
 
7020
  * Generated makefiles
7021
    Fix a bug with the CompilerOptions that allowed a '0' definition to be set to
7022
    nothing.
7023
 
7024
  * MOS Toolset
7025
    Added 'CompileOptions' of CcSupervisor.
7026
    This will set a MOS internal definition suitable for building specialised
7027
    modules.
7028
 
7029
  * Utility: gen_cots
7030
    This utility will create a JATS buildable package froma dpkg_archive entry
7031
    and then check it in under clearcase.
7032
 
7033
    JATS etool gen_cots -man will provide only help.
7034
 
7035
  * Utilty cache_dpkg
7036
    Detect and repair incomplete copy operations.
7037
 
7038
------------------------------------------------------------------------
7039
Version: JATS_2.48.0                                Released: 24-Jan-06
7040
------------------------------------------------------------------------
7041
Major changes:
7042
  None
7043
 
7044
Minor changes:
7045
  * DEVI addressed
7046
    DEVI-022055 JATS builds DLLs with wrong copyright symbol in version resource
5710 dpurdie 7047
    DEVI-022054 JATS puts "VIX Group test" in Product Name of Windows resource
227 dpurdie 7048
 
7049
  * Utility: release (cbuild)
7050
    Added an option to create a view configured to work with a branching
7051
    rule. A single branch can be named with the -branch option. eg:
7052
 
7053
        jats release -extract 'label' -branch SITS_LEGACY_BRANCH
7054
 
7055
    will create a view based on the named label, but suitable for creating
7056
    a patch for Sydney Legacy work.
7057
 
7058
  * RunTest directive
7059
    The 'PATH' that the test uses is extended to allow access to programs that have
7060
    been installed with a InstallProg directive. This allows a test script to
7061
    test a program that is generated elsewhere within the package.
7062
 
7063
  * PackageFile, Option --DirTree
7064
    Support for filenames that contain a "$" or a ' ' within the
7065
    --DirTree option. Implemented to allow entire JAVA class trees to be
7066
    packaged under JATS
7067
 
7068
    Note: In general the use of a $ and space within a filename is not
7069
          supported within JATS.
7070
 
7071
  * Jats utility wrapper
7072
    Added an eprog option. The allows any program to be run within the
7073
    sanitized environment provided by JATS.
7074
 
7075
    The specified program may be in the current directory or the user's
7076
    PATH. If the program is a perl script then it will be run with the
7077
    JATS perl interpreter, otherwise it will be processed by the system.
7078
 
7079
    Eg: jats eprog myscript arg1 arg2
7080
    Eg: jats ant
7081
 
7082
  * Jats utility wrapper
7083
    Added an 'ant' command. ( "jats ant" )
7084
 
5710 dpurdie 7085
    This will run an VIX ANT build by scanning the current directory for a file
227 dpurdie 7086
    called <ProjectName>depends.xml and then looking the a file called
7087
    <ProjectName>.xml. Jats will then create 'auto.xml' based on the
7088
    <ProjectName>depends.xml file and use ant to invoke the
7089
    <ProjectName>.xml file.
7090
 
5710 dpurdie 7091
    If the VIX build files cannot be found then ant is simply run and it will
227 dpurdie 7092
    expect a build.pl file.
7093
 
7094
  * Jats utility wrapper
7095
    Force the environment variable PERL5INC to be unset.
7096
 
7097
  * Jats utility: create_dpkg
7098
    Simplify handling of ANT based projects. Look for the package within
7099
    the build/pkg subdirectory, in the JANTS style.
7100
 
7101
  * Utility: gen_winrc (DEVI-022054)
7102
    Added a "'-product=text'" option to allow the product name to be specified.
7103
 
7104
  * Build files
7105
    Handle the java generated descpkg files. These are a Manifest format with
5710 dpurdie 7106
    VIX extensions.
227 dpurdie 7107
 
7108
------------------------------------------------------------------------
7109
Version: JATS_2.47.0                                Released: 20-Dec-05
7110
------------------------------------------------------------------------
7111
Major changes:
7112
  * BuildVersion directive in build.pl
7113
    Correct a problem in the generation of version.c
7114
    The function GetModuleInfo() would return a string with a trailing
7115
    space when the 'array' mode was selected.
7116
 
7117
    This may cause module validation to fail.
7118
 
7119
Minor changes:
7120
  * None
7121
 
7122
------------------------------------------------------------------------
7123
Version: JATS_2.46.0                                Released: 08-Dec-05
7124
------------------------------------------------------------------------
7125
Major changes:
7126
  * BuildProduct and BuildPlatforms directives
7127
    Added option --Uses=NAME
7128
    ie:
7129
        BuildProduct    ( 'OBFTP,--Uses=TP5',    'MOSCF' );
7130
 
7131
    This will create a OBFTP_MOSCF platform that will 'use' TP5
7132
    headers and libraries if none are specifically provided for the
7133
    OBFTP. It is the users responsibily to ensure that the two build
7134
    environments are compatible.
7135
 
7136
 
7137
Minor changes:
7138
  * BuildName option
7139
    Modifications to allow the creation of COTS packages with buildnames
5710 dpurdie 7140
    that do not confirm to the VIX naming scheme (--RelaxedVersion).
227 dpurdie 7141
 
7142
  * jats.bat
7143
    Ensure that GBE_BIN is not defined
7144
    It will be set by the jats.pl to a fully qualified path.
7145
 
7146
------------------------------------------------------------------------
7147
Version: JATS_2.45.0                                Released: 29-Nov-05
7148
------------------------------------------------------------------------
7149
Major changes:
7150
  * BuildPkgArchive directive
7151
    The operation of the BuildPkgArchive directive has been modified
7152
    so that a package will only be installed once. This significantly
7153
    speeds up multiple 'build' operations.
7154
 
7155
    If the package is being extracted from the 'local archive', then
7156
    this mechanism is suppressed as packages in the local archive are
7157
    considered as under development and are subject to change.
7158
 
7159
    If package cache is being refreshed, then the package will be
7160
    installed a second time. Thus it is possible to force the package to
7161
    be transferred into the 'interface' directory.
7162
 
7163
    A BuildTags directory is used to track packages that have been
7164
    transferred.
7165
 
7166
  * Internal changes to factor common code into a group of packages.
7167
    See notes below.
7168
 
7169
  * WIN32 toolset
7170
    Allow the Microsoft preprocessor directive #import to operate
7171
    correctly.
7172
 
7173
    Export the complete library search path into the build environment
7174
    for all Microsoft command, not just the linker and library commands.
7175
 
7176
  * BuildVersion
7177
    Modifications to allow the generation of version files for C#
7178
    The mechanism has been extended to allow version information for
7179
    other langauges as needed.
7180
 
7181
 
7182
Minor changes:
7183
  * Utility: gen_winrc.pl
7184
    Will extracted build number from the patch number, if present.
7185
    This information will be available to be placed into the generation
7186
    version strings.
7187
 
7188
  * GenerateFiles directive
7189
    Fixed a problem detecting programs that were not in the local
7190
    package or an imported package.
7191
 
7192
  * Toolsets: MOS_MRI
7193
    Generate an error if required tools are not found.
7194
    Previously this condition would generate a warning.
7195
 
7196
  * BuildPkgArchive and LinkPkgArchive directives
7197
    Ensure that packages are only included once. The previous check
7198
    was half-hearted and could allow multiple packages of the same
7199
    version to be included. This could result in badly formed
7200
    makefiles and strange error messages.
7201
 
7202
Internal Changes
7203
  * Started to factor out internal packages and place them into a common
7204
    directory. This will allow common error handling thoughout the suite
7205
    of utilities.
7206
 
7207
    Modified all utilities to utilize the common error reporting
7208
    functions.
7209
 
7210
------------------------------------------------------------------------
7211
Version: JATS_2.44.0                                Released: 18-Nov-05
7212
------------------------------------------------------------------------
7213
Major changes:
7214
  * Generated makefiles
7215
    Modified the windows shell to remove the use of the EXTENDED_LINE
7216
    cache. This did not work. Modified the extend.lst file to ensure
7217
    that sed did not process its arguments.
7218
 
7219
    This has been done to address a problem seen within test scripts
7220
    within unit tests that use wildcard expansion. The windows shell was
7221
    incorrectly processing:
7222
        sed '-es~.*WIN32~~'
7223
    The '.*' construct was being seen as a wildcard and the shell was
7224
    then putting the argument into a command file - it was totally
7225
    confused.
7226
 
7227
    NOTE: Attempted to remove use of EXTENDED_LINE, but this caused a
7228
    breakage with the DOS based gcc compiler( ie:H8S and others).
7229
    The construct
7230
        -D__SOURCE__=\"name\"
7231
    was corrupted somewhere. If the command is put in a command file,
7232
    then it works.
7233
 
7234
  * MakeAnt directive
7235
    Added option: --GeneratedFile=PathOfFile
7236
 
7237
    This option has the following effects
7238
        1) Marks the file a source file. It is then known to JATS and
7239
           can be used installed and manipulated.
7240
 
7241
        2) Schedules the processing of the ANT build to be done
7242
           early - in the generated files phase.
7243
 
7244
    Intended use. The creation of packages with a JNI. The Java
7245
    component needs to generate a header file early.
7246
 
7247
 
7248
Minor changes:
7249
  * JATS post-installation script
7250
    Flag deployment tools and libraries as executable.
7251
 
7252
  * Detection of extension type is case insensitive for non-unix
7253
    systems. Thus *.h and *.H files will considered header files in
7254
    windows.
7255
 
7256
  * Build.pl rewrite tool
7257
    Handle all variants of BuildName
7258
 
7259
  * Jats wrapper script
7260
    Generate an error if the JATS configuration variables are not usable
7261
        1) Contain spaces
7262
        2) Start with a // - Remote drives must be mapped
7263
 
7264
  * Toolset
7265
    Added a 'LINUX' platform.
7266
 
7267
  * JAVA toolset
7268
    Ensure the that build file passed via MakeAnt contains the following
7269
    directive:
7270
 
7271
        includeAntRuntime="off"'
7272
 
7273
    This MUST be used to ensure that ANT's classpath is not passed to
7274
    the java compiler thus ensuring that the compiler does not use ANT's
7275
    version of any JAR files that have not been specified by the user.
7276
 
7277
  * GCC Toolset
7278
    Use -Map name to create map files as needed for GCC under Debian
7279
 
7280
  * Makefile generation
7281
    When packages are used by name to resolve package location JATS
7282
    has been modified to use the package name specified by the user.
7283
    Previously JATS would use the package name found within the
7284
    descpkg file. In cases where the descpkg file was badly formed the
7285
    package could not be used.
7286
 
7287
  * Unit Tests
7288
    The following environment variables are set:
7289
 
7290
        GBE_TYPE    - The type of build. Debug or production. This
7291
                      will be set to either a 'P' or 'D'
7292
 
7293
        GBE_HOST    - The host machine we are running on.
7294
                      This will be set to 'WIN' or Unix'
7295
 
7296
    These variable should assist in the production of test scripts.
7297
 
7298
  * New makefile.pl directive: SetValue
7299
 
7300
 
7301
------------------------------------------------------------------------
7302
Version: JATS_2.43.0                                Released: 01-Nov-05
7303
------------------------------------------------------------------------
7304
Major changes:
7305
  * New Platform : "MCR" using the Mitsubishi m16c compiler.
7306
 
7307
    Special features of this toolset.
7308
    1) A .THX source file will be converted to an obtect file
7309
       This allows processing of fonts within a THX file to be
7310
       incorporated within the target image.
7311
 
7312
    2) Prog directive extensions:
7313
       --Set=Name=Value
7314
                The 'Name' is set to 'Value' at link time.
7315
                This allows the location of program segments to be set
7316
 
7317
       --Ref=name
7318
                The name of a Release file. If provided, it will be used
7319
                to provide information that will be placed within the
7320
                THX header. The version number will be ignored. It
7321
                will be taken from the build version number.
7322
 
7323
Minor changes:
7324
  * MOS Toolset
7325
    Create the VisionClick files when the THX file is created.
7326
    Previously the files were created when the THX was installed or
7327
    packaged.
7328
 
7329
  * Src directive
7330
    No generates a warning if no source files are located within the
7331
    directive. This is normally the result of a missing platform
7332
    specifier.
7333
 
7334
  * WIN32 runtime support
7335
    Added the following 'Unix' style utilities to assist in testing.
7336
        1) od       - dump files in octal and other formats
7337
        2) cmp      - compare two files byte by byte
7338
 
7339
Internal:
7340
    Added an extension to allow the target toolset to handle the "Prog"
7341
    dependancy generation if required. This allow complex program
7342
    generation mechanisms to be handled by the toolset.
7343
 
7344
------------------------------------------------------------------------
7345
Version: JATS_2.42.0                                Released: 19-Oct-05
7346
------------------------------------------------------------------------
7347
Major changes:
7348
    * BuildAlias directive
7349
      Added options.
7350
        --Define        - Does not create implicit platforms
7351
        --Target        - Redeclares the alais as the list of all
7352
                          platforms that are based on a given target or
7353
                          targets.
7354
      Eg:
7355
        BuildAlias      ( 'LMOS,--Target', 'LMOS_WIN32', 'LMOS_linux_armv4' );
7356
        BuildProduct    ( 'GAK',    'LMOS', 'MOS68K', 'MOSCF' );
7357
        BuildProduct    ( 'PCP',    'LMOS', 'MOS68K' );
7358
 
7359
      Will export an alias of LMOS that can be used within makefile.pl's
7360
      that will be the list of all platforms that have a target of
7361
      'LMOS_WIN32' or 'LMOS_linux_armv4'.
7362
 
7363
      Note the dual use of LMOS within the example. This is intentional.
7364
      The LMOS alias is used within the BuildProduct to simplify the
7365
      specification of all the LMOS targets.
7366
 
7367
 
7368
Minor changes:
7369
  * Label utility
7370
    Will generate a warning message if it labels more than one
7371
    build.pl file
7372
 
7373
  * Package directives. PackageFile.
7374
    Corrected a problem with wildcard expansion in which a --FilterIn
7375
    needed to be specified in order for the --FilterOut to operate.
7376
    Now all files in the tree are considered 'in' unless modified by the
7377
    --FilterIn option.
7378
 
7379
  * jats release (cbuilder) utility
7380
    Correct use of the -prodOnly and -debugOnly flags.
7381
    The full name was not accepted; -debug and -prod was.
7382
 
7383
  * Location of descpkg file
7384
    All makefile.pl's now know where the package descpkg file was
7385
    created. This simplifies the process og packaging this file as it
7386
    can be done within any makefile.pl.
7387
 
7388
------------------------------------------------------------------------
7389
Version: JATS_2.41.0                                Released: 27-Sep-05
7390
------------------------------------------------------------------------
7391
Major changes:
7392
  * RunTest directive
7393
    Extended the options and operation of RunTest
7394
    Additional options
7395
      --CopyIn=file
7396
        This will copy the specified file into the BIN directory before
7397
        the test is run. The file will be marked as executable. This
7398
        allows scripts and configuration files to be transferred into
7399
        the test area.
7400
 
7401
    Additional operations
7402
    The arguments passed to the script/program allow a number of
7403
    transformations, similar to GenerateFiles. Transforms
7404
      --File(xxxx[,flags])          - xxxx is a known file
7405
      --Local(xxxx[,flags])         - xxxx is a file that has been Installed
7406
      --PackageBase(xxxx[,flags])   - xxxx is a Package
7407
    Allows flags:
7408
      --dir         - directory part of the pathname
7409
      --file        - file part of the pathname
7410
      --abspath     - as an absolute path
7411
      --absdrive    - as an absolute path with drive letter (Windows)
7412
 
7413
    Files and directories are prerequisites of the test. Their
7414
    existence is tested.
7415
 
7416
  * Packaging Directives
7417
    Added a --Derived option to support the packaging of derived targets
7418
    such as LMOS.
7419
 
7420
        PackageHdr ('*', 'file1.h', '--Derived=LMOS');
7421
 
7422
    Will place file1.h into .../include/LMOS_WIN32
7423
 
7424
        PackageHdr ('*', 'file1.h', '--Derived=LMOS,sys');
7425
 
7426
    Will place file1.h into .../include/LMOS_WIN32/sys
7427
 
7428
  * JAVA 1.4 and 1.5
7429
    Added support to the JATS JAVA platform to allow the user to specify
7430
    the version of Java to be used to build a package.
7431
 
7432
        BuildPlatforms  ( 'JAVA,--Version=1.5' );
7433
 
7434
    The default will use the default machine version of JAVA.
7435
    This may not be sutable for all packages.
7436
 
7437
    Non-default versions of JAVA require that an environment variable be
7438
    set to the root of the JDK directory. These are:
7439
 
7440
      JAVA_HOME_1_4
7441
      JAVA_HOME_1_5
7442
 
7443
Minor changes:
7444
  * Script directive
7445
    Scripts may be copied into the BIN directory for use by a test.
7446
    These scripts are now always marked as executable.
7447
 
7448
  * JATS environment
7449
    Ensure that all programs run under JATS in Windows have an uppercase
7450
    COMSPEC envvar. Windows appears to define a mixed case one. Fixed in
7451
    the JATS wrapper script.
7452
 
7453
  * Label utility
7454
    Added -[no]checkout to control the labeling of checked out files.
7455
    There are three modes of operation:
7456
        1) -nocheckout      Checked out files are not labeled
7457
        2) -checkout        Only checked out files are labeled
7458
        3) Neither          All files are labeled.
7459
 
7460
 
7461
------------------------------------------------------------------------
7462
Version: JATS_2.40.0                                Released: 15-Sep-05
7463
------------------------------------------------------------------------
7464
Major changes:
7465
 
7466
Minor changes:
7467
  * label utility
7468
    Added -smartlabel option to unlock and lock the label - if it was locked.
7469
    This options retains the locked state of a label.
7470
 
7471
  * AVR_IAR toolset
7472
    Extended the 'Prog' directive to allow a Program Loader to be
7473
    added to a program as it is created. The option is:
7474
      --ProgLoader=name
7475
 
7476
  * Package directives. PackageFile
7477
    Added support for packaging of directory trees.
7478
    Options to do this are:
7479
        --TreeDir=name
7480
        --FilterOut=regexp
7481
        --FilterIn=regexp
7482
        --StripDir
7483
 
7484
    Only a single directory can be specified.
7485
    Multiple filters are allowed.
7486
    The directories must be within the current directory. It is not
7487
    possible to search outside the subdirectory tree below the makefile.
7488
 
7489
    The filters allow elements within the directory to be selected.
7490
    The filters are regular expressions. Examples:
7491
 
7492
      '--FilterIn=\.h$'         - Select all files ending with .h
7493
      '--FilterOut=MyHeader.h'  - Except this one
7494
 
7495
    The --StripDir option will remove the TreeDir directory from the
7496
    files. This allows the top level directory to be stripped off.
7497
 
7498
 
7499
------------------------------------------------------------------------
7500
Version: JATS_2.39.0                                Released: 14-Sep-05
7501
------------------------------------------------------------------------
7502
Major changes:
7503
    * Make commands
7504
      Consolidated the parsing of the OPTIONS arguments.
7505
 
7506
      The filter and nofilter options are globally applied to all tools
7507
      sets. ie: jats make debug OPTIONS=nofilter
7508
 
7509
    * Label utility
7510
      Generate a warning when attempting to label a symbolic link.
7511
      Links are very hard to maintain in a reproducible manner.
7512
 
7513
Minor changes:
7514
    * Toolsets
7515
      Replaced the use of c:\WINDOWS and c:\Program Files with suitable
7516
      variables and overrides.
7517
 
7518
      The make_init target is always run.
7519
      This facility had been lost. The target was being used to provide
7520
      compiler sanity testing, but had was not being reliably run.
7521
 
7522
    * Deployment
7523
      Suppress testing of compiler existence when used in conjunction
7524
      with deployment operations.
7525
 
7526
    * Release utility
7527
      Add options to build only the debug or the production versions.
7528
      The default is to build both. Note: User option may be further
7529
      restricted by options within the build.
7530
 
7531
    * PackageLib, InstallLib and MergeLib directives in makefile.pl
7532
      The use of @LIBS and @MLIBS in unix systems was causing a
7533
      problem as these variables already had a 'lib' prepended to the
7534
      list of libraries. These directives would add another 'lib' to the
7535
      list of libraries under unix causing a mismatch.
7536
 
7537
      Corrected by stripping liblib from the names within these
7538
      directives.
7539
 
7540
    * MakeProject directive
7541
      If the project build fails the log file was not being displayed
7542
      because 'make' stops when a command fails.
7543
 
7544
      The MakeProject operations have been modified to ensure that the
7545
      log file is always displayed. The exit code of the build command
7546
      is preserved.
7547
 
7548
    * Auto build utility jats-rewrite.pl
7549
      Modified to support the rewrite of Java 'using' and 'project'
7550
      statements.
7551
 
7552
    * Mugfile generation
7553
      Added a --ThxDir=xxxx option to allow the THX and load files to
7554
      be placed in the target package.
7555
 
7556
 
7557
------------------------------------------------------------------------
7558
Version: JATS_2.38.0                                Released: 01-Sep-05
7559
------------------------------------------------------------------------
7560
Major changes:
7561
    * BuildVersion directive
7562
      The 'defs' mode has been extended to create a file with a build
7563
      number as well as a patch number.
7564
 
7565
      The patch number is decoded into a patch number and a build
7566
      number.
7567
 
7568
Minor changes:
7569
    * AddFlags directives
7570
      Added a --NoWarn option that will suppress the warning of
7571
      duplicate flags being added.
7572
 
7573
    * GBE_CORE environment variable (Windows)
7574
      Ensure that GBE_CORE has a driver letter. This allows use of JATS
7575
      loaded into the same dynamic view as the user code.
7576
 
7577
    * Mug File Generation
7578
      Added support to allow load files to include other load files.
7579
 
7580
   * 'cbuild' or 'release' command
7581
     Added a -latestroot=xxxx option. This is a work around for the
7582
     problem where the root level directory in the VOB has not been
7583
     labeled. After using this switch add the label to the root
7584
     directory.
7585
 
7586
     The need to use this this switch indicates that the view is NOT
7587
     reproducible.
7588
 
7589
------------------------------------------------------------------------
7590
Version: JATS_2.37.0                                Released: 22-Aug-05
7591
------------------------------------------------------------------------
7592
Major changes:
7593
    * jats.bat and jats.sh
7594
      Changes to include GBE_DPKG and GBE_DPKG_CACHE.
7595
      Most importantly GBE_DPKG must be a single directory. It is no
7596
      longer a list of directories.
7597
 
7598
      Removal of the setup of Microsoft Visual Studio 6. This is now
7599
      done within the toolset.
7600
 
7601
      *** Update your jats.bat to follow the format in this release
7602
 
7603
    * JATS environment variables
7604
      Redefined variable
7605
        GBE_DPKG        - Now the MASTER dpkg_archive
7606
                          Previously was a list that included the
7607
                          dpkg_archive cache.
7608
 
7609
      New variable
7610
        GBE_DPKG_CACHE  - Optional directory for a local cache of
7611
                          the main dpkg_archive.
7612
 
7613
 
7614
Minor changes:
7615
    * Utility: gen_packagelist
7616
      Enhanced (thanks Ross) to allow PATH information for various
7617
      target platforms to be extracted.
7618
 
7619
      Better support for Product families. This is only an issue
7620
      for WIN32 derived families due to the generation of a list of
7621
      libraries. The list now observes Product hierarchy.
7622
 
7623
    * Utility: release (cbuilder)
7624
      Added -noruntests option too suppress the running of unit tests
7625
      Units tests will still be run by default.
7626
 
7627
      Tighten the config specification used to build the sandbox. It has
7628
      no LATEST rules. All directories and files MUST be labeled.
7629
 
7630
    * Utility: jats_rewrite
7631
      Support ANT based XML files
7632
 
7633
    * Utility: create_dpkg
7634
      Support ANT flavor Manifest dependancy files and pkg directory
7635
      structure.
7636
 
7637
    * makefile.pl's
7638
      GenerateFiles directive. Added a --Prog specifier to allow tools
7639
      to be generated within the same script. Example:
7640
 
7641
            Prog('*', 'Myprog', @OBJS );
7642
            GenerateFiles ('*', "--Prog=MyProg",
7643
                                '--Prereq(infile)',
7644
                                '--GeneratedCommon(outfile)' );
7645
 
7646
      RunTest directive. Added a --Auto option to flags tests that can
7647
      be run within the Build Systems Auto Build environment. These
7648
      tests will be run with the 'run_unit_tests' target. All tests will
7649
      be run with the 'run_tests' targets. Only tests that confirm to
5710 dpurdie 7650
      the VIX "Unit Test Automation" guidelines should be marked as
227 dpurdie 7651
      -- Auto.
7652
 
7653
    * Added a new make target: run_unit_tests
7654
      This will be used by the build tool to run non-interactive
7655
      unit tests within an automated framework.
7656
 
7657
    * Make run_test and run_unit_test operation
7658
      The search path for DLL's or Shared Libraries is extended to
7659
      include all Shared Libraries in the build package list as well
7660
      as the local and interface directory. This allows tests to
7661
      locate required Shared Libraries at runtime.
7662
 
7663
    * WIN32 targets built using Visual Studio 6
7664
      The path to the compiler is setup within JATS. It is no longer
7665
      imported from the users environment as the environment is
7666
      indeterminate when multiple versions of Visual Studio are
7667
      installed on the machine.
7668
 
7669
    * WINCE Targets
7670
      The name of the SDK is case sensitive.
7671
      The POCKET PC 2003 was incorrect
7672
 
7673
 
7674
 
7675
------------------------------------------------------------------------
7676
Version: JATS_2.36.0                                Released: 03-Aug-05
7677
------------------------------------------------------------------------
7678
Major changes:
7679
    * WIN32 platforms
7680
      When building Microsoft project files the PATH environment
7681
      variable is extended to include the DLL path of imported packages
7682
      and installed packages.
7683
 
7684
    * Building DLL or EXE with the --NoPDB option will disable the
7685
      generation of debug information so that the  linker does not
7686
      create CV style debug information in the target.
7687
 
7688
    * UNIX Platforms (SOLARIS and LINUX)
7689
      Modification to allow BuildProduct and BuildPkgArchive to
7690
      interwork. Previously BuildPkgArchive packages were placed into
7691
      the 'interface/lib/SOLARIS' subdirectory and this was not being
7692
      searched when looking for libraries.
7693
 
7694
Minor changes:
7695
    * GenerateFiles directive
7696
      New sub-options to filename generation commands
7697
        --abspath       - provide the named file with an absolute path
7698
        --absdrive      - provide the named file with an absolute path
7699
                          and drive letter
7700
 
7701
    * Src directive
7702
      Modified the --FromPackage' option to allow searching of the root
7703
      directory of a package.
7704
 
7705
            Src('*', 'etc/data.ini', '--FromPackage' );
7706
 
7707
      Also prevent warnings on duplicate files if the package is
7708
      imported with a BuildPkgArchive directive. The file was being
7709
      found in the package and the interface directory.
7710
 
7711
    * jats_rewrite utility
7712
      Process depend.xml files for auto builder
7713
 
7714
 
7715
------------------------------------------------------------------------
7716
Version: JATS_2.35.0                                Released: 28-Jul-05
7717
------------------------------------------------------------------------
7718
Major changes:
7719
    * SunWorks production builds
7720
      Corrected the flag used to select the level of compiler
7721
      optimisation. The current flag generates an error of:
7722
            cc: Warning: option -2 passed to ld
7723
      The flag has been changed from -O2 to -xO2 inline with the
7724
      compiler documentation.
7725
 
7726
    * MOS Toolset
7727
      Implement a workaround for a bug in VisionClick's convert program
7728
      in which the tool would not generate a valid .bdx file.
7729
 
7730
      The solution was to create the .bdx and .ab file in two steps.
7731
 
7732
Minor changes:
7733
    * Correct the case of 4 toolset files. The files were created under
7734
      windows, which has a habit of capitalizing filenames.
7735
      This should not affect current users.
7736
 
7737
    * Mugfile generation
7738
      Extended the --Package option to allow subdirectories to be
7739
      specified.
7740
        "--Package=MyPackage,--Subdir=thx/moscf,thx"  
7741
 
7742
------------------------------------------------------------------------
7743
Version: JATS_2.34.0                                Released: 22-Jul-05 
7744
------------------------------------------------------------------------
7745
Major changes:
7746
    MOS Toolset
7747
    Modified the optimizations options used to generate 'Production'
7748
    code. A problem with -Ob optimization has been identified.
7749
 
7750
Minor changes:
7751
    * Jats wrapper script
7752
      Windows: Ensure that cmd.exe is in the users PATH. Without cmd.exe
7753
      scripts will not work properly as the PERL 'system' command assumes
7754
      that cmd.exe is in the users PATH.
7755
 
7756
    * LinkPkgArchive and BuildPkgArchive
7757
      Processing soft links. Generate a warnings if a package soft
7758
      link and a real package are found in the same directory. The link
7759
      may be suspect.
7760
 
7761
    * GenerateFiles directive
7762
      Added a --PackageBase(xxx) argument that will be replaced with
7763
      the pathname to the specified package.  
7764
 
7765
------------------------------------------------------------------------
7766
Version: JATS_2.33.0                                Released: 18-Jul-05
7767
------------------------------------------------------------------------
7768
Major changes:
7769
    * Added a JAVA platform to better support the processing of ANT
7770
      build.xml files.
7771
 
7772
Minor changes:
7773
    * WIN32 toolset.
7774
      Delete V7 specific temp files when compiling with V7 compiler
7775
 
7776
    * MakeAnt
7777
      Pass an absolute path to the 'interface' directory to allow the
7778
      build.xml file to be a directory other than the current directory
7779
 
7780
      Allow the ANT_HOME path to contain spaces: c:\Program Files\Ant
7781
 
7782
    * gen_winrc - A utility to generate Windows RC files with version
7783
      information. Allow 3 or 4 fields in the version number. If only
7784
      3 fields are provided, then the fourth field is set to 0.
7785
 
7786
    * MakeAnt directive
7787
      Now supports --Debug and --Prod options to limit the building of
7788
      ANT files. The MakeAnt directive is only going to work in
7789
      conjunction with the JAVA target
7790
 
7791
      Recommended usage:
7792
      MakeAnt('JAVA',"build.xml","--Jar=java.build/test.jar",'--Prod');
7793
 
7794
Internal Changes
7795
      The MakeAnt directive is now treated like a MakeProject directive.
7796
 
7797
 
7798
------------------------------------------------------------------------
7799
Version: JATS_2.32.0                                Released: 13-Jul-05
7800
------------------------------------------------------------------------
7801
Major changes:
7802
    * Initial release of WINCE and WIN32 V7 based project builds
7803
      The DSW, VCW and SLN files can be built via JATS and selected
7804
      files packaged into the release.
7805
 
7806
      Refer to the 'MakeProject' directive in
7807
            MASS-00166 JATS Reference Manual
7808
            http://auperaws396/mass/Wiki.jsp?
7809
                                page=UsingJATSToBuildMicrosoftProjects
7810
 
7811
    * Added support for Visual Studio 2003.
7812
      The recommended platform is:
7813
        BuildProduct    ( 'VS2003', 'WIN32,--Version=MS.NET2003' );
7814
 
7815
    * Initial release of support for building Ant files.
7816
      JATS can build small Java sub-components using Ant. This is not
7817
      a replacement for JANTS it is intended for mixed C++ and Java
7818
      components.
7819
 
7820
      Refer to the 'MakeAnt' directive in
7821
            MASS-00166 JATS Reference Manual
7822
            http://auperaws396/mass/Wiki.jsp?
7823
                                page=UsingJATSToBuildSmallJavaComponents
7824
 
7825
Minor changes:
7826
    * Support for Windows DLLs
7827
      When building a WIN32 target the file interface/set_WIN32.bat is
7828
      created. This file extends the Windows PATH to allow DLLs used
7829
      by the package to be accessed.
7830
 
7831
      The file may be "called" from a wrapper batch file to start the
7832
      application or visual studio.
7833
 
7834
    * The descpkg file created by JATS contains a JATS version number
7835
      and the JATS Core path.
7836
 
7837
    * AddIncDir, AddSrcDir and AddLibDir directives
7838
      Now generate an error if there is only one argument to the
7839
      directive or if no directories where specified.
7840
 
7841
    * MOS Toolset
7842
      Add support for the TPT device
7843
      Correct error message for unsupported devices.
7844
 
7845
    * Correct problem with in creating absolute path names to allow
7846
      DOS driver letters to be handled correctly.
7847
 
7848
    * Added --ExcludeLib(xxx,yyy) processing to allow specified
7849
      libraries to be excluded from a list of libraries processed by
7850
      when creating libraries, shared libraries and programs.
7851
 
7852
      Used in conjunction with --Using(aaaa) to correct errors.
7853
 
7854
Internal Changes
7855
    * JATS release process validates the JATS version number contained
7856
      in jats.pl
7857
 
7858
------------------------------------------------------------------------
7859
Version: JATS_2.31.0                                Released: 28-Jun-05
7860
------------------------------------------------------------------------
7861
Major changes:
7862
    * JATS wrapper script
7863
      Allow multiple alternative build files: auto.pl and build_test.pl
7864
 
7865
    * Initial support for the building of WINCE based projects
7866
 
7867
    * Formal release of the toosl to generate Mug Files
7868
 
7869
Minor changes:
7870
    * Deployment support
7871
      Allow a --PatchNum to be specified in the BuildName
7872
      This is then used to invoke a deploypatch.pl file
7873
 
7874
    * 'build'
7875
      Added --ForceBuildPkg switch to the 'jats build' command to
7876
      force LinkPkgArchive directives to be interpreted as
7877
      BuildPkgArchive. This option is useful for the creation of
7878
      sandboxes for use within IDEs as the package files are placed
7879
      in a known directory structure within the sandbox.
7880
 
7881
    * WINCE and WIN32 Toolset
7882
      Options for Program and Shared Library construction
7883
            --Entry=xxxx            - Alternate entry point
7884
            --NoAddLibs             - Do not add default libraries to
7885
                                      the link phase.
7886
 
7887
    * BuildPkgArchive
7888
      Handle symlink directories at the top level of the package tree
7889
      Previously these were ignored.
7890
      Minor code cleanup
7891
 
7892
    * "cbuild" or "release" utility
7893
      Add a "-path=xxxx" option to provide sanity testing of the Release
7894
      Manager "Source Path" field.
7895
 
7896
    * SOLARIS targets
7897
      Modified the TARGET name generated with building a Product Family
7898
      based on SOLARIS. It is treated in the same manner as a Platform
7899
      of SOLARIS and creates a targets of SOLARIS_sparc
7900
 
7901
    * MugFile generation
7902
      Allows a 'load.cmd' file to be used to list the THX files to be
7903
      included in the final package.
7904
 
7905
    * Corrected a problem with the processing of platform selection
7906
      arguments used within all directives within a makefile.pl.
7907
      Multiple platforms should be specified as:
7908
            Src( 'PLAT1,PLAT2,PLAT3', .... );
7909
      with only a comma between the platforms: No whitespace
7910
      If whitespace did exist then the makefile.pl would not do what
7911
      was expected - and it would not warn the user. The simplest
7912
      solution was to allow whitespace either side of the comma.        
7913
 
7914
    * GenerateFiles directive within makefile.pl
7915
      Allow 3 different bracket styles for the arguments to allow for
7916
      embedded  brackets. Now allow
7917
            --Option=(some_text)
7918
            --Option=[some_text]
7919
            --Option={some_text}
7920
 
7921
Internal Changes
7922
    * Derive the names of the package and install directories from a
7923
      single data structure rather then being hardcoded throughout the
7924
      code.
7925
 
7926
------------------------------------------------------------------------
7927
Version: JATS_2.30.0                                Released: 01-Jun-05
7928
------------------------------------------------------------------------
7929
Major changes:
7930
    * JATS wrapper script
7931
      Changed the command line parsing. Now use GetOpts.
7932
 
7933
      Modified "all" command It no longer performs an "install"
7934
      The "install" process is not needed. the build places a shortcut
7935
      to the package into the local_dpkg_archive. This can be used by
7936
      other components.
7937
 
7938
      Removed "bmake" command. The "all" command is the now that same.
7939
 
7940
    * JATS
7941
      Created a class to write JATS configuration files.
7942
      Changes to the code to use this new class.
7943
 
7944
    * Build operations
7945
      Perform one level of package version checking. Generate warnings
7946
      if required packages are built against different versions of
7947
      packages.
7948
 
7949
    * Make operations
7950
      Added a new target - "deploy". This interfaces to the deployment
7951
      scripts. This is still a work interfaces progress.
7952
 
7953
Minor changes:
7954
    * Added environment variables to assist in the running of the
7955
      deployment builds.
7956
        PERL5LIB        - Extended based on GBE_CORE
7957
        DEPLOYLIB_DIR   - Calculate based on GBE_CORE
7958
 
7959
      Extended the "jats vars" display
7960
 
7961
    * build.pl
7962
        Corrected BuildAlias() operation. Defined options are correctly
7963
        processed. Allows
7964
            BuildAlias('WIN', 'WIN32,--OnlyProduction');
7965
        to define a platform called WIN32 that only builds for
7966
        production.
7967
 
7968
    * MOS toolset
7969
      Added a '--Acon' options to SharedLib to allow the creation of
7970
      Acon modules. These required special linking.
7971
 
7972
    * create_dpkg utility
7973
      Adds a files to the published package to indicate which type of
7974
      machine the package was published from. This will be used in a
7975
      multi-machine build environment to assist in determining the
7976
      progress of the build.
7977
 
7978
    * New utility - jats_save_build.pl
7979
      This is specific to the auto build system. It will be used to
7980
      capture the modified build files back into the version control
7981
      system.
7982
 
7983
------------------------------------------------------------------------
7984
Version: JATS_2.29.0                                Released: 25-May-05
7985
------------------------------------------------------------------------
7986
Major changes:
7987
    * WIN32 and WINCE toolsets
7988
      Modified the way that PDB files are created.
7989
      The files are now created using absolute pathnames when compiling
7990
      The name of the PDB files embedded in created DLLs is now correct.
7991
      The PDB files created when compiling objects for DLLs are now not
7992
      named after the DLLs - this was causing the linker toolsets crash.
7993
 
7994
    * WCEX86A500 target
7995
      Corrected problem creating DLLs.
7996
 
7997
    * MOS Toolsets
7998
      Modified the mechanism by which absolute filenames are passed to
7999
      the compiler.
8000
 
8001
    * RunTest directive
8002
      This directive will ensure that the named test is either a script
8003
      or a TestProg. If the test to be run is a TestProg then a
8004
      suitable suffix will be added to the named test.
8005
 
8006
Minor changes:
8007
    * JATS BUILD
8008
      Generate an error if the setting of GBE_BUILDFILTER or
8009
      GBE_PLATFORM prevents any targets being made at all. This should
8010
      highlight bad settings.
8011
 
8012
    * Publish the JATS toolsets extension pathnames to simplify the
8013
      access to extensions.
8014
 
8015
------------------------------------------------------------------------
8016
Version: JATS_2.28.0                                Released: 18-May-05
8017
------------------------------------------------------------------------
8018
Major changes:
8019
    * WIN32 and WINCE toolsets
8020
      Enable dependancy file generation of C++ files
8021
 
8022
    * label utility ( SOLARIS )
8023
      Fix bug with the escaping of '(' and ')' in cleartool commands
8024
      under unix.
8025
 
8026
Minor changes:
8027
    * label utility
8028
      Added options to:
8029
        o Delete a label
8030
        o Prevent recursion while labeling
8031
        o Control labeling of files missing from a static view
8032
 
8033
    * WIN32 and WINCE toolsets
8034
      Correct problem with the packaging of PDB files. Packaging of the
8035
      PDB files can be controlled with the -Extras= options to the
8036
      Package directives.
8037
 
8038
    * Added GBE_UNIX to the JATS_2 controlled environment. Set by
8039
      jats.pl to be used by utilities to determine the underlying
8040
      system.
8041
 
8042
------------------------------------------------------------------------
8043
Version: JATS_2.27.0                                Released: 10-May-05
8044
------------------------------------------------------------------------
8045
Major changes:
8046
    * MOS Toolset
8047
      The generation of multiple THX's in the one makefile.pl now works
8048
      There was a subtle "closure" problem in the toolset.
8049
 
8050
    * WIN32 Toolset
8051
      Added CompileOption of AddLibs (default) and NoAddLibs
8052
      toolset suppress the addition of thread libraries toolset the link
8053
      list.
8054
 
8055
    * Put a version number in the "interface" information toolset
8056
      allow JATS to generate an error when the "interface" changes.
8057
 
8058
      This version is manually maintained and prone to error.
8059
 
8060
    * GenerateFiles directive one Unix systems was incorrectly
8061
      invoking "sh.exe" instead of "sh"
8062
 
8063
 
8064
Minor changes:
8065
    * SOLARIS_SPARC platform (GCC toolset)
8066
      The process of creating a Shared Libraries creates a soft link
8067
      to the the "GBEBIN" directory. This directory was not listed as
8068
      a prerequisite and was not being created. This problem has been
8069
      corrected.
8070
 
8071
    * JATS will detect an "auto.pl" file and use it as an alternate
8072
      build.pl file. Previously this file was named build.use.pl.
8073
 
8074
    * Correct problem when .PDB files are installed from a merged
8075
      library created from libraries that have been 'installed'
8076
      JATS would create a circular dependancy.
8077
 
8078
------------------------------------------------------------------------
8079
Version: JATS_2.26.0                                Released: 03-May-05
8080
------------------------------------------------------------------------
8081
Major changes:
8082
    * WIN32 Toolset
8083
      Correct a problem linking in required / correct libraries for
8084
      use with multithreaded modes.
8085
 
8086
    * Complete the support for Global build options of --OnlyDebug and
8087
      --OnlyProd.
8088
 
8089
      These options can now be provided in the "Platform" directive
8090
      within the makefile.pl.
8091
 
8092
Minor changes:
8093
    * Platform directive within makefile.pl
8094
      These use of the "*" platform specifier has been modified such
8095
      that options provided within the directive will be added to all
8096
      platforms.
8097
 
8098
      eg:   Platform ('*', '--OnlyProduction' );
8099
 
8100
------------------------------------------------------------------------
8101
Version: JATS_2.25.0                                Released: 29-Apr-05
8102
------------------------------------------------------------------------
8103
Major changes:
8104
    * Correct problem in handling the SOLARIS_SPARC platform.
8105
      The SOLARIS platform is a bit of a kludge for backward
8106
      compatibility. JATS was not differentiating between SOLARIS and
8107
      SOLARIS_SPARC correctly.
8108
 
8109
    * Preliminary Support
8110
      Global build options of --OnlyDebug and --OnlyProd, which are
8111
      mutually exclusive. These may between specified in the build.pl
8112
      file as build arguments in any of the three standard mechanism.
8113
 
8114
        BuildPlatforms ( 'SOLARIS', '--OnlyDebug' );
8115
        BuildProduct   ( 'GAK', 'MOS68K,--OnlyProduction' );
8116
        BuildArgument  ( 'WIN', '--OnlyProduction' );
8117
 
8118
      These options limit processing to either Production or Debug
8119
      building. The default build will build both.
8120
 
8121
Minor changes:
8122
    * Extended the search path that JATS will use attempting to locate
8123
      a build.pl file. JATS will now look in ., build and build/jats
8124
      directories in the current directory and 3 directories up.
8125
 
8126
    * WCEX86A420 toolset
8127
      Added suitable libflags entry. Prevents the warning:
8128
        warning: undefined variable `WCE_LIBFLAGS'
8129
 
8130
 
8131
------------------------------------------------------------------------
8132
Version: JATS_2.24.0                                Released: 21-Apr-05
8133
------------------------------------------------------------------------
8134
Major changes:
8135
    * PackageLib and PackageProg directives now have a --Extra=xxx[,xxx]
8136
      option. Where xxx can be one or more of: none stub map lint debug
8137
      or all.
8138
 
8139
      This option may be used to limit the files that are packaged with
8140
      the library or program.
8141
 
8142
      Eg: PackageLib ('MOS', 'MyThx', '--Extra=none' );
8143
 
8144
      Will only package the .thx file. It will not package the stub
8145
      library or any debug files.
8146
 
8147
    * GenerateFiles
8148
      All processed arguments now support two options.
8149
 
8150
          ie: --Prerequisite(xxxx,--dir)
8151
              directory in which the prereq file is found
8152
 
8153
          ie: --Prerequisite(xxxx,--file)
8154
              The filename of the prereq file
8155
 
8156
    * LinkPkgArchive and BuildPkgArchive will cause the build to fail if
8157
      the required package is not available. A "--package" option, to
8158
      the build command, will prevent this behaviour.
8159
 
8160
 
8161
Minor changes:
8162
    * create_dpkg utility
8163
      Touch descpkg files when packages are merged. This will allow
8164
      utilities that use the timestamp of this file to determine that
8165
      the package has been altered.
8166
 
8167
------------------------------------------------------------------------
8168
Version: JATS_2.23.0                                Released: 14-Apr-05
8169
------------------------------------------------------------------------
8170
Major changes:
8171
    * New toolset: WCEX86A420
8172
      This is a WINCE target
8173
      This uses the ADVANTEC_X86_CE42 SDK
8174
 
8175
    * New toolset
8176
      mpt for the mpt500 platfomr
8177
 
8178
    * Modified toolset
8179
      THYRON - updates from An An Tran
8180
 
8181
    * Modified toolset
8182
      MRI68K. Now supports the Microtec 5.1 68k compiler
8183
 
8184
Minor changes:
8185
    * "cbuild" or "release" command now has a -merge option to allow
8186
      builds from different machines to be merged into dpkg_archive.
8187
 
8188
      The default operation is to replace the package indpkg_archive.
8189
 
8190
    * Simplify the use of GBE_BUILDFILTER
8191
      GBE_BUILDFILTER should be used to limit the creation of makefiles
8192
      to those that are supported by the underlying hardware.
8193
 
8194
      The change allows the construct
8195
        GBE_BUILDFILTER=SOLARIS --TARGET=SOLARIS
8196
      to be replaced by the simpler
8197
        GBE_BUILDFILTER=SOLARIS
8198
 
8199
      The default operation is to allow or disallow all TARGETS of the
8200
      specified name.    
8201
 
8202
 
8203
------------------------------------------------------------------------
8204
Version: JATS_2.22.0                                Released: 13-Apr-05
8205
------------------------------------------------------------------------
8206
Major changes:
8207
    * Dependancy generator
8208
      Extend the number of header files that can be included
8209
      to allow for 4096 included files.
8210
 
8211
------------------------------------------------------------------------
8212
Version: JATS_2.21.0                                Released: 12-Apr-05
8213
------------------------------------------------------------------------
8214
Major changes:
8215
    * Dependancy generator
8216
      Extend the number of header files that can be included
8217
 
8218
------------------------------------------------------------------------
8219
Version: JATS_2.20.0                                Released: 12-Apr-05
8220
------------------------------------------------------------------------
8221
Major changes:
8222
    * The "package.pl" file.
8223
      Setting $Pbase to "." is now supported and will result in the
8224
      package name being taken from the build name
8225
 
8226
      It is an error to set Pbase to a value other than "." or the
8227
      package Build Name.
8228
 
8229
Minor changes:
8230
    * create_dpkg utility
8231
      The -m ( merge) option will not replace a file if it already exists
8232
 
8233
------------------------------------------------------------------------
8234
Version: JATS_2.19.0                                Released: 08-Apr-05
8235
------------------------------------------------------------------------
8236
Major changes:
8237
 
8238
Minor changes:
8239
    * Dependancy generator
8240
      Correct two common situations
8241
        1) // Style comments. The following line was ignored
8242
        2) Allow preprocessor directives to be indents. This is not
8243
           ansi, but is often done.
8244
 
8245
    * GCC toolset
8246
      Corrected operation of the C++ compiler. The object file was not
8247
      being created in the correct place.
8248
 
8249
    * jats "label"
8250
      The -auto -clone options allow a label to be created if its not
8251
      present. Previously this would label all files in the VOB.
8252
 
8253
 
8254
------------------------------------------------------------------------
8255
Version: JATS_2.18.0                                Released: 06-Apr-05
8256
------------------------------------------------------------------------
8257
Major changes:
8258
 
8259
Minor changes:
8260
    * BuildPkgArchive. The transfer of the "pkg" subdirectory has been
8261
      modified. Directories of the form pkg/pkg.$(GBE_MACHTYPE) will
8262
      be transferred to the "pkg" directory.
8263
 
8264
      If there are no directores of the form "pkg.xxxxx" then the entire
8265
      pkg directory will be transferred.
8266
 
8267
    * Transfer to dpkg_acrhive
8268
      Corrected a problem in which a file with the same name as the
8269
      package was not being transferred.
8270
 
8271
------------------------------------------------------------------------
8272
Version: JATS_2.17.0                                Released: 06-Apr-05
8273
------------------------------------------------------------------------
8274
Major changes:
8275
    * Support for solaris_i386
8276
      The JATS toolset has been modified to provide the required
8277
      binaries for this target.
8278
 
8279
      The platform SOLARIS_I386 has been created to build on this target
8280
      with the GCC compiler.
8281
 
8282
      The JATS startup shell has been modified to allow specfic values
8283
      to be imported from the environment. Under Unix such values may
8284
      need to be specified in the /etc/profile file.
8285
 
8286
Minor changes:
8287
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
8288
      will now generate a warning if a "local" directory has not been specified
8289
      with a "BuildInterface" directive in the build.pl file.
8290
 
8291
    * cbuild ( release) utility
8292
      Fxied a problem locating VOBs under Solaris
8293
 
8294
------------------------------------------------------------------------
8295
Version: JATS_2.16.0                                Released: 04-Apr-05
8296
------------------------------------------------------------------------
8297
Major changes:
8298
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
8299
      will generate an error if a "local" directory has not been specified
8300
      with a "BuildInterface" directive in the build.pl file.
8301
 
8302
      The "local" directory should be specified to JATS so that it can
8303
      remove the directory tree with the "clobber" command.
8304
 
8305
    * jats_rewrite.pl utility
8306
      Allow BuildName and LinkPkgArchive directives to contains comments
8307
      with either " or ' characters.
8308
 
8309
    * BuildSubDir - in build.pl
8310
      It is now an error if the specified subdirectory does not exist
8311
      and  does not contain the file "makefile.pl".
8312
 
8313
    * SubDir - in makefile.pl
8314
      It is now an error if the specified subdirectory does not exist
8315
      and  does not contain the file "makefile.pl".
8316
 
8317
    * Jats wrapper
8318
      Added a "-locate" option to force JATS to locate the build.pl file
8319
      and then change to the containing directory before execution
8320
      further commands.
8321
 
8322
Minor changes:
8323
    * WinCe and Win32 toolsets
8324
      Corrected a problem in the generation of .dep files used in the
8325
      creation of Shared Libraries. There was a miss-match between the
8326
      name of the .dep file and its content.
8327
 
8328
------------------------------------------------------------------------
8329
Version: JATS_2.15.0                                Released: 22-Mar-05
8330
------------------------------------------------------------------------
8331
Major changes:
8332
    * WIN32 and WinCE Toolset. New CompileOptions
8333
        NoPDB   - Disable the generation of PDBs
8334
        PDB     - Enable the generation of PDBs (default).
8335
 
8336
      These options operation affect all components within the
8337
      makefile.pl. If the directive is used within the common makefile.pl
8338
      then they will affect all components within the build.
8339
 
8340
      Note: It is not possible to create a merged library in which some
8341
            of the component libraries have PDB's and some do not.
8342
 
8343
Minor changes:
8344
 
8345
------------------------------------------------------------------------
8346
Version: JATS_2.14.0                                Released: 18-Mar-05
8347
------------------------------------------------------------------------
8348
Major changes:
8349
    * The MergeLibrary directive, under WIN32 and WinCe, will publish the
8350
      PDB files associated with the library files being merged.
8351
 
8352
Minor changes:
8353
    * gen_winrc tool can add an icon to a program.
8354
      The utility supports -icon=filename.ico
8355
 
8356
    * The JATS wrapper script command "prod" to build and package the
8357
      production parts. This is similar to the "dev" command.
8358
 
8359
------------------------------------------------------------------------
8360
Version: JATS_2.13.0                                Released: 18-Mar-05
8361
------------------------------------------------------------------------
8362
Major changes:
8363
    * Modified the order in which the makefiles passes operate. Merged
8364
      the make_shlib and the install_shlib into one phase. The
8365
      implication of this is that Shared Libraries that are created can
8366
      "installed" so that other shared libraries can link against them.
8367
      The order in which the makefile.pl's are processed is important as
8368
      this is the order in which the libraries will be created and
8369
      installed.
8370
 
8371
      This solution does not handle mutual shared libraries: two shared
8372
      libraries that depend on each other.
8373
 
8374
      This is an issue only in Solaris and Linux systems that do not
8375
      generate separate stub libraries to link against.
8376
 
8377
Minor changes:
8378
    * WIN32 and WinCE Toolsets
8379
      Building up resources. The RC compiler can now locate resource files
8380
      in the "local" and "interface" directory.
8381
 
8382
    * The version.c, version.h and descpkg files will be created in the
8383
      first directory named with a BuildDir directive, unless a
8384
      "src" directory is encountered. This mimics the operation
8385
      of the older JATS, without the need for a "src" directory.
8386
 
8387
------------------------------------------------------------------------
8388
Version: JATS_2.12.0                                Released: 18-Mar-05
8389
------------------------------------------------------------------------
8390
Major changes:
8391
 
8392
Minor changes:
8393
    * Added a --Depend=xxx[,yyy]+ option to the Src directive
8394
      Not needed for C and C++ files, but may be used in conjunction
8395
      with assembler files to indicate that the file includes another
8396
      file.
8397
 
8398
    * Fixed problem with the local_dpkg_archive consistency test when
8399
      a soft link is used to redirect to the package.
8400
 
8401
    * Win32 and WinCE toolsets
8402
      Added a compiler option to enable Run Time Type Information.
8403
            CompileOptions ('WIN32', 'RTTI' );
8404
 
8405
      Add an option to Shared Library creation to allow the generation of
8406
      a Resource Only DLL. Option is "--ResourceOnly"
8407
 
8408
      Add an option to allow Resources to be built into Static Libraries
8409
      in the same manner at Shared Libraries.
8410
 
8411
    * WinCE toolsets
8412
      Mutual DLL support corrected. Library path is used to resolve
8413
      compiler specific libraries.
8414
 
8415
    * SOLARIS toolset
8416
      Prevent the compiler displaying its command line. This is in line
8417
      with the other tools sets. The commands can be seen with
8418
      OPTIONS=args and this may be set in the users environment.
8419
 
8420
      Modified the cleanup process to delete the links to shared
8421
      libraries. Only files, and not links to files, where being
8422
      cleaned up.
8423
 
8424
    * Microtec tools set (MOS)
8425
      Dependancy generation can display commands with OPTIONS=args
8426
 
8427
    * jats_rewriter.pl
8428
      Allow BuildName and LinkPkgArchive directives to contains arguments
8429
      with either " or ' characters.
8430
 
8431
 
8432
------------------------------------------------------------------------
8433
Version: JATS_2.11.0                                Released: 15-Mar-05
8434
------------------------------------------------------------------------
8435
Major changes:
8436
    * BuildPkgArchive operation
8437
      The entire "include" directory is copied into the interface area
8438
      The installer was trying to be too smart and only copy platform
8439
      specific files,but was missing out many needed subdirectories
8440
 
8441
      Reduce the warnings generated. These were an artifact of the process
8442
      of picking up all the strange variations of the directory structures.
8443
 
8444
    * Cleaned up the handling of object files that were generated by the
8445
      user.
8446
 
8447
    * MOS Microtec Toolset
8448
      Always present an absolute filename to the compiler
8449
      Display a shortened filename to allow the user to track progress
8450
 
8451
      This will remove error messages about the path being too long
8452
      for the   -Gf option.
8453
 
8454
Minor changes:
8455
    * SOLARIS Toolset
8456
      Remove duplicate -KPIC flags on the command line
8457
 
8458
    * Win32 and WinCE Toolset
8459
      Source files are either compiled by the C compiler as C files or
8460
      the C++ compiler as C++ files. The option to allow the compiler to
8461
      figure out what sort of file it is has been removed.
8462
 
8463
------------------------------------------------------------------------
8464
Version: JATS_2.10.0                                Released: 11-Mar-05
8465
------------------------------------------------------------------------
8466
Major changes:
8467
    * Extended BuildName to accept the form
8468
            BuildName ('package_name', 'nn.nn.nn.xxx' );
8469
 
8470
    * MOS68K and MOSCF toolset.
8471
      Extended the --board option to allow the user to define code and
8472
      data addresses for the board.
8473
 
8474
            BuildProduct( 'TP5', 'MOSCF','--board=01234H,05678H' );
8475
 
8476
      Will set the code,data address for the debugable image
8477
 
8478
    * Extended the PackageXxxxx options
8479
      1) Allow --Platform=xxx,yyy
8480
         Where xxx is a directory prefix and yyy is suffix to the
8481
         "platform" name.  Only useful within the context of the
8482
         PackageFile
8483
 
8484
      2) The operation of --Platform=xxx when used by the PackageFile
8485
         directive now treats the xxx directory as a prefix to the
8486
         platform name. Other Package directives still treat it as a
8487
         suffix. In practice this is the logical use.
8488
 
8489
    * Allow InstallLib and PackageLib to install a file that has been
8490
      discovered with a "Src" directive. This allows generated files
8491
      to be installed and packaged.
8492
 
8493
Minor changes:
8494
 
8495
    * cache_dpkg utility
8496
      If a package is found in the local_dpkg_archive then the cache
8497
      entry will be deleted and the master archive will not be accessed.
8498
 
8499
    * label utility
8500
      New option -auto to create and label
8501
 
8502
    * Build WIN32 and WinCe Mutual DLLs with all the object files
8503
      This allows the generated import library to contain C++ names
8504
 
8505
    * The BuildDirTree directive now supports an empty first argument
8506
      This allows a NULL tree.dir file, while still creating the root
8507
      directory. ie:
8508
 
8509
            BuildDirTree    ( '', 'pkg' );
8510
 
8511
    * Fixed DEVIM 00019520
8512
      The problem was that /bin/pwd could return a different path to
8513
      the Cwd:getpwd() function. Solution: Use one mechanism throughout.
8514
 
8515
 
8516
------------------------------------------------------------------------
8517
Version: JATS_2.9.0                                 Released: 28-Feb-05
8518
------------------------------------------------------------------------
8519
Major changes:
8520
    * First release for Back Office and Front Office use.
8521
 
8522
    * Added the jats tool  jats_rewrite.pl to rewrite build.pl files.
8523
      To be used by the nightly build process.
8524
 
8525
    * Work around a problem in the Microtec 68K compiler.
8526
      The compiler uses temp files. If the temp file name that the
8527
      compiler uses already exists, then the compiler will not delete
8528
      the file. Instead it appends information to the existing file.
8529
 
8530
      The workaround is to create the temp files within the build's
8531
      interface directory and to remove all temp files before each
8532
      compilation.
8533
 
8534
      This bug does not affect the Mictotec CF compiler.
8535
 
8536
Minor changes:
8537
    * The "jats clobber" command will remove version definition file, if
8538
      one is being produced.
8539
 
8540
    * Using JATS within a Visual Studio project. The "rebuild all"
8541
      option now translates to the JATS unbuild command to do a better
8542
      job of cleaning the workspace.
8543
 
8544
    * Added GetPackageRoot() directive to support the packaging of MOS
8545
 
8546
    * Generate error message for misuse of the SubDir directive
8547
 
8548
    * Modified BuildName to allow an '-' in the name.
8549
      This provides backward compatibility with existing packages.
8550
 
8551
------------------------------------------------------------------------
8552
Version: JATS_2.8.0                                 Released: 17-Feb-05
8553
------------------------------------------------------------------------
8554
Major changes:
8555
    * Added some new WINCE based targets. These require WINCE SDKs to be
8556
      installed in order for the compilers to work.
8557
 
8558
    * New PLATFORMS are WCEIT3000, WCEPA961 and WCEPCM7220
8559
 
8560
    * All invocations of xmake specify the name of the makefile
8561
      This allow GNUMakefiles and the Jats makefiles to exist in the
8562
      same directory
8563
 
8564
    * Overcome a limitation of the Microtec compiler in which the flag
8565
      _DEBUG is defined enev in production builds - contrary to the
8566
      documenattion.
8567
 
8568
Minor changes:
8569
    * Process of descpkg files allows for both Unix and DOS line endings
8570
      Under Unix JATS would report that the package names don't match
8571
 
8572
    * Corrected a problem with BuildPkgArchive in which file names with
8573
      spaces could not be soft linked. Only affects Unix systems.
8574
 
8575
    * Added a -rename to the "jats label" utility.
8576
      Ensure that the user specified label exists in the VOB
8577
 
8578
    * Correct problem with "make clean" that resulted in a verbose display
8579
      when the verbose option had not been selected
8580
 
8581
    * Correct a problem with "make unbuild". Changes in the build files
8582
      would prevent the execution of the command. This command should
8583
      be exempt from this test.
8584
 
8585
    * Correct a problem with "make clean" in the WIN32 and WINCE
8586
      platforms where the .exp files were not deleted.
8587
 
8588
    * The "JATS clobber" command now invokes "make clobber" and "build
8589
      clobber". The result is as clean a clean as it can be.
8590
 
8591
      Note: Jats "clean" does not remove a lot of files. These can be
8592
      removed with "unbuild" and "unpackage". This is what "clobber"
8593
      does.
8594
 
8595
    * The operation of "build clobber" has been cleaned up. It will
8596
      not try to invoke make if the makefiles have already been removed.
8597
 
8598
 
8599
------------------------------------------------------------------------
8600
Version: JATS_2.7.0                                 Released: 09-Feb-05
8601
------------------------------------------------------------------------
8602
Major changes:
8603
    * First release with support for the DAFBR compiler
8604
 
8605
    * Extended MergeLibrary. Added per-file options of:
8606
        --Interface         - Pull lib from Interface directory
8607
        --Local             - Pull lib from Local directory (default)
8608
        --SubDir=pathname   - Pull lib from a subdirectory
8609
                              Note: xxxx,pathname still works
8610
 
8611
    * Added "jats label" to provide a number of useful labeling
8612
      operations.
8613
 
8614
    * Added extensive help to JATS. JATS -man.
8615
 
8616
    * Added this manual ChangeLog file
8617
 
8618
Minor changes
8619
    * Added an 'ebin' command to jats to allow the JATS binary tools to
8620
      be run in a controlled environment from the command line.
8621
 
8622
    * Prune the list of library paths passed through to the various
8623
      toolsets. If a directory does not have any files in it then the
8624
      directory is not added to the library path.
8625
 
8626
      Thus if a library is located in xxxx/lib/WIN32 then JATS will
8627
      not add the xxxx/lib to the path.
8628
 
8629
    * cbuilder will now look in all VOBs for the user specified label.
8630
      The program has a list of "known" labels which it will search
8631
      first in an attempt to speed up the process.
8632
 
8633
    * The AddFlags directive will issue a warning if the flags does not
8634
      begin with a -D or a -U. The user should not be using compiler
8635
      specific flags.
8636
 
8637
    * The use of linker flags will issue a warning.
8638
 
8639
    * Process the common makefile.pl after the toolset has been
8640
      determined. This allows the toolset to extend the CompileOptions
8641
      such they are available to the common makefile.pl.
8642
 
8643
    * Added the WIN32 CompileOptions "jats_v1" to force JATS to specify
8644
      a number of compile time definitions used by earlier versions of
8645
      JATS.
8646
 
8647
    * Fixed bug in the --Debug option to the PackageProg directives that
8648
      caused both the production and debug versions to be packaged.
8649
 
8650
    * The gen_msproject utility now creates simpler names for the MS
8651
      projects that it creates. The name no longer contains the full
8652
      pathname, thus making them shorter and readable.
8653
 
8654
    * The ShowDlls utility now handles absolute and relative paths to
8655
      the initial DLL or EXE.
8656
 
8657
    * Correct problem in which the use of Generate/Rule directives may
8658
      fail since prerequisite subdirectories were not being created
8659
      since the "generate" phase was not being run.
8660
 
8661
      Added messages to prompt the user to remove Generate, Generated
8662
      and Rule directives. Use the GenerateFiles directive
8663
 
8664
    * JATS.BAT file will exclude LINUX builds by default.
8665
 
8666
    * The make NODEPEND=1 processing now does not recurse at all.
8667
      Previously each subdirectory was visited - only to do nothing.
8668
 
8669
    * Correct a problem in creating stub libraries for MOS targets if
8670
      the stub library object was not listed with the SharedLib's
8671
      objects.
8672
 
8673
    * Correct a problem with the MS Studio support. The invoked make
8674
      command is XXX_all_debug. There was a problem with this command in
8675
      that it did not do any dependancy checking and would not always
8676
      build defendants.