Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
6073 dpurdie 1
------------------------------------------------------------------------
7320 dpurdie 2
Version:  3.16.1000.cr                              Released: 
3
------------------------------------------------------------------------
4
 
5
Minor changes:
6
    * Makefile creating
7
      Fixed issue locating tools in packages and the failure to extend
8
      PERLs search path to locate some extensions - ie inthe utf package.
9
 
10
    * BuildArgument directive
11
      Delay processing the arguments so that aliases may work as expected.
12
 
13
------------------------------------------------------------------------
14
Version:  3.16.0000.cr                              Released: 02-Nov-17
15
------------------------------------------------------------------------
16
 
17
Minor changes:
18
    * Fix issue with empty GBE_BUILDFILTER and user defined GBE_PLATFORM
19
 
20
    * Deprecated use of SOLARIS under Solaris8
21
      Must use SOLARIS8_SPARC32
22
 
23
    * Sandbox
24
      Detect, report and ignore nested sandboxes
25
      Added --OnlyLevel=n option to facilitate escrow builds.
26
 
27
    * Escrow Builds
28
      Added GBE_DPKG_ESCROW to greatly simplify the process of escrow
29
      building by allowing an escrow to be performed within a jats
30
      sandbox. Unfortunately the sandbox does not support the old 
31
      JANTS style packages that many older projects use.
32
 
33
    * RHEL7, UBUNTU14 and UBUNTU16 builds
34
      Use '-std=gnu++11' for building c++ files.
35
 
36
    * Makefile generation
37
      Fix issues with the '--FromPackage' option when working against the secured
38
      dpkg_archive.
39
 
40
    * Extraction from subversion
41
      Relaxed the check for a 'tags' subdirectory with a package.
42
 
43
    * Directive: InstallHdr and PackageHdr
44
      Added --Strip=nn option to strip the first 'n' elements from the path.
45
 
46
Internal:
47
    * Major rework of the build target processing
48
      Simplified the creation of platform morphs
49
      Better detection of platforms not covered in the build
50
      Extended some displays form 79 character to 100.
51
 
52
------------------------------------------------------------------------
53
Version:  3.15.1000.cr                              Released: 19-Oct-17
54
------------------------------------------------------------------------
55
 
56
Minor changes:
57
    * Utility: jats_generate_deployable
58
      Tweaks to support non-standard debian packages provided by Oracle.
59
 
60
------------------------------------------------------------------------
61
Version:  3.15.0000.cr                              Released: 02-Oct-17
62
------------------------------------------------------------------------
63
 
64
Minor changes:
65
    * Platforms GENRIC_<MACHTYPE>
66
      Corrected generation of makefiles - 2nd attempt
67
 
68
    * Utility: jats_generate_deployable
69
      Added RHEL7 support
70
 
71
------------------------------------------------------------------------
7310 dpurdie 72
Version:  3.14.9000.cr                              Released: 27-Sep-17
73
------------------------------------------------------------------------
74
 
75
Minor changes:
76
    * Platforms GENRIC_<MACHTYPE>
77
      Corrected generation of makefiles.
78
 
79
------------------------------------------------------------------------
80
Version:  3.14.8000.cr                              Released: 26-Sep-17
81
------------------------------------------------------------------------
82
 
83
Minor changes:
84
    * Makefile generation: 
85
        [JATS-425] WCEPSPC_emu not seen as a part of the WINCE alias
86
        Affects all platforms with lowercase characters in the platform 
87
        name.
88
 
89
------------------------------------------------------------------------
7307 dpurdie 90
Version:  3.14.7000.cr                              Released: 15-Sep-17 
7304 dpurdie 91
------------------------------------------------------------------------
92
 
93
Minor changes:
7307 dpurdie 94
    * Utility: sandbox
95
      Fixed issues with the 'buildfilter' command. The data is stored in the 
96
      sandbox_dpkg_archive subdirectory.
97
 
98
      Added options to:
99
         - Display path to build file
100
         - Handle packages with multiple builders
101
 
102
    * Templates
103
      Fixed some poor examples
104
 
105
    * New platform: SK100 (Experimental)
106
      Added an alias for the SK family of platforms.
107
      Includes special handling of Linker Scripts
108
 
109
    * Utility: jats_generate_deployable
110
      Added option to generate symlinks to packages instead of transferring
111
      the body of the package. 
112
 
113
Internal changes:
114
    * Error directive support message prefix to simplify error processing.
115
 
116
------------------------------------------------------------------------
117
Version:  3.14.6000.cr                              Released: 04-Sep-17
118
------------------------------------------------------------------------
119
 
120
Minor changes:
121
    * Utility: jats_generate_deployable
122
      Support for RPM cots packages.
123
 
124
    * Utility: sandbox
125
      Add command: scandepth - to display/set the default scan depth for build files
126
 
127
      Added options to the 'info' command:
128
        -[no]dependencies   - Display external dependencies (default)
129
        -[no]buildorder     - Display build order (default)
130
 
131
------------------------------------------------------------------------
132
Version:  3.14.5000.cr                              Released:16-Aug-17 
133
------------------------------------------------------------------------
134
 
135
Minor changes:
136
    * Utility: jats_generate_deployable
137
      Added support to allow the inclusion of the uigen-pulse package
138
      Changes to the 'alas' name generation process
139
 
7304 dpurdie 140
    * Build Directives: BuildPlatforms and BuildProducts
141
        The --Uses=XXX and --Alias=XXX options support a comma and a colon 
142
        separated list. The colon seperated list will aviod parsing 
143
        confusion.
144
 
145
        The following all have the same effect:
146
            BuildPlatforms ('P1', '--Uses=P2:P3' );
147
            BuildPlatforms ('P1', '--Uses=P2,P3' );
148
            BuildPlatforms ('P1,--Uses=P2:P3' );
149
            BuildPlatforms ('P1','--Uses=P2', '--Uses=P3' );
150
 
151
       The folling will not:
152
            BuildPlatforms ('P1,--Uses=P2,P3' );
153
 
154
    * Utility: sandbox
155
      Add 'testlinks' command to test, and optionally delete, the package
156
      symlinks.
157
 
158
------------------------------------------------------------------------
159
Version:  3.14.4000.cr                              Released: 07-Aug-17 
160
------------------------------------------------------------------------
161
 
162
Minor changes:
163
    * Utility: jat_svnrelease [JATS-424]
164
      Handle obscure condition where the tag has been created directly from
165
      a merge and the merge involved the deletion of files from the fileset.
166
 
167
    * Buildfiles.
168
      Restored VS2005 to the MSWIN32 alias
169
 
170
------------------------------------------------------------------------
171
Version:  3.14.3000.cr                              Released: 02-Aug-17 
172
------------------------------------------------------------------------
173
 
174
Minor changes:
175
    * Utility: jats_generate_deployable
176
      Can create .bomGen file from scratch
177
      Improved reporting of files add, removed and updated
178
 
179
    * Makefile generation
180
      Correctly export 'PACKAGE_ARCH' as a global
181
 
182
------------------------------------------------------------------------
7300 dpurdie 183
Version:  3.14.2000.cr                              Released: 04-Jul-17 
6142 dpurdie 184
------------------------------------------------------------------------
185
 
186
Minor changes:
7300 dpurdie 187
    * Platform: RHEL7_INSTRUMENT
188
      Marked as a NATIVE build.
189
 
190
    * Platforms: LMOS_*
191
      Inherit system aliases from base platform configuration.
192
 
193
------------------------------------------------------------------------
194
Version:  3.14.1000.cr                              Released: 03-Jul-17 
195
------------------------------------------------------------------------
196
 
197
Minor changes:
198
    * Updated copyright notices in all files
199
 
200
    * jats_extract
201
      Will no longer create a 'local_dpkg_archive'
202
      The use of a 'local_dpkg_archive' is deprecated in favor of the jats 
203
      'sandbox', which does a much better job.
204
 
205
    * Utility: jats_generate_deployable
206
        Windows: Fixed compilation error
207
 
208
    * Platform: RHEL7_INSTRUMENT
209
      Added missing configuration file
210
 
211
------------------------------------------------------------------------
212
Version:  3.14.0000.cr                              Released: 23-Jun-17
213
------------------------------------------------------------------------
214
 
215
Minor changes:
216
    * JAVA Platform [JATS-420]
217
      The java builder can use an 'ant' provided by a suitable package
218
      ie: ant_1.9.2.0000.cots
219
 
220
------------------------------------------------------------------------
221
Version:  3.13.9000.cr                              Released: 22-Jun-17 
222
------------------------------------------------------------------------
223
 
224
Minor changes:
225
    * Corrected use of shell 'echo' command
226
        Always quote the string
227
        Issue was the unquoted use of a string that contained matching square brackets
228
            ie: echo [$<] Compiling..
229
        The [..] construct is a filename expanding construct.
230
 
231
     * Win32 and Win64 makefile generation
232
       Allow the 'cmdfile' commands to be shown in verbose mode.
233
 
234
     * Makefile generation
235
       Fixed issue with some build formats and a bug in cmdfile when no path item
236
       has a directory separator.
237
 
238
------------------------------------------------------------------------
239
Version:  3.13.8000.cr                              Released: 16-Jun-17  
240
------------------------------------------------------------------------
241
 
242
Minor changes:
243
    * Makefiles: New Directive: ExtendIncDir
244
        ExtendIncDir ('*', 'private' );
245
      Specialised use only. See MASS-00166
246
 
247
    * Utility: jats_svnrelease
248
      The 'extractFiles' option will display the files extracted when 
249
      running on a build machine.
250
 
251
    * Windows builds
252
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
253
      Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles
254
 
255
 
256
------------------------------------------------------------------------
257
Version:  3.13.7000.cr                              Released: 13-Jun-17 
258
------------------------------------------------------------------------
259
 
260
Minor changes:
261
    * Utility: jats
262
        Added option -script. Supresses internal warnings when capturing
263
        output within a scripting environment.
264
 
265
    * Utility: sandbox
266
      Allow the build.pl file to be upto 4 directories deep
267
        Slows down sandbox scanning
268
        Provides backward compatability with old projects
269
 
270
    * Makefile directive: MakePerl
271
        Added option to control the output format to better support multiple
272
        build machines.
273
 
274
    * Build File
275
      Fixed handling of aliases that broke the (not recommended) construct
6142 dpurdie 276
        BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );
277
 
7300 dpurdie 278
    * Windows builds
279
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
280
 
281
Experimental:
282
    * New platform: RHEL7_INSTRUMENT and RHEL7
283
        Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64
284
 
285
    * Makefiles. New aliases
286
        PKG_DEB, PKG_RPM and PKG_WIN
287
        Internal use only at the moment
288
 
6142 dpurdie 289
------------------------------------------------------------------------
6133 dpurdie 290
Version:  3.13.6000.cr                              Released: 04-May-17
6085 dpurdie 291
------------------------------------------------------------------------
292
 
293
Minor changes:
6133 dpurdie 294
    * Makefile directive: PackageFiles
295
      Added option: --PreserveSymlinks. 
296
        Used internally for preserving symlinks when building SDKs
297
 
298
    * Utility: jats_generate_deployable
299
      Ongoing improvements.
300
 
301
Internal:
302
    Class: JatsCopy::CopyDir
303
        Added options
304
            NoRecurse
305
            NoSubDirList
306
 
307
------------------------------------------------------------------------
308
Version:  3.13.5000.cr                              Released: 13-Apr-17
309
------------------------------------------------------------------------
310
 
311
Minor changes:
312
    * Makefiles: Enhanced platform specifier
313
      Allows mixed use of included and excluded platform names.
314
        ie: Src ('DEVLINUX,!UBUNUT12', .... )
315
 
316
    * New Utilities: jats_generate_deployable, jats_generate_bom
317
      Experimental utilities for generation of BOMS
318
 
319
------------------------------------------------------------------------
320
Version:  3.13.4000.cr                              Released: 31-Mar-17 
321
------------------------------------------------------------------------
322
 
323
Minor changes:
324
    * Build Files. BuildSrcArchive
325
      Exclude .svn sub directories.
326
 
327
    * Utility: jats_sandbox
328
      Improved behaviour of packages that do not build with the current
329
      build filters. They will be silently skipped and not create 
330
      build errors.
331
 
332
    * Build Files - New alias : INSTRUMENT
333
      This is an alias for active instrumented build targets
334
 
335
    * Build Files - New directive : BuildAliasDef
336
      Shorthand for
337
        BuildAlias ('xxx,--Define', ... );
338
      This is the preferred method for defining aliases
339
 
340
    * Build Files - BuildAlias directive
341
      The build alias has been extended to support the use of a '!' operator
342
      This allows one, or more platforms to be removed from a definition.
343
      Examples: 
344
        BuildAlias( 'A1,--Define', 'DEVLINUX,!ARM9TDMI');
345
        BuildAliasDef ('A1', 'DEVLINUX,!ARM9TDMI'); 
346
            All platforms covered by the DEVLINUX alias, except ARM9TDMI
347
 
348
        BuildAlias( 'A2,--Define', '!ARM9TDMI');
349
        BuildAliasDef( 'A2', '!ARM9TDMI');
350
            All active platforms, except the ARM9TDMI.
351
 
352
    * Platforms: GENERIC_XXX
353
      Improved operation of machType based generic platforms when used within the
354
      build system.
355
 
356
Experimental:
357
    * Support for Red Hat Enterprise Linux 7
358
      Compiler is supported via the new platform RHEL7
359
      Jats support is provided via a machine type of linux_x64.
7300 dpurdie 360
      This will change 
6133 dpurdie 361
 
362
------------------------------------------------------------------------
363
Version:  3.13.3000.cr                              Released: 13-Mar-17
364
------------------------------------------------------------------------
365
 
366
Minor changes:
367
    * Build Files. BuildSrcArchive
368
      Added a 'platform' argument. It is only used on build machines to
369
      prevent the archive being build on multiple machines.
370
 
371
------------------------------------------------------------------------
372
Version:  3.13.1000.cr                              Released: 01-Mar-17 
373
------------------------------------------------------------------------
374
 
375
Minor changes:
376
    * Directive: MakePerlModule
377
      Fixed build issues associated with building Perl Modules under VS2012.
378
      Minor differences in the operation of nmake.
379
 
380
    * Build Files
381
      Handle build.pl files with out a BuildInterface directive
382
      Will force an interface directory called 'interface'
383
 
384
      Modified parsing of the BuildName to handle some instances of
385
      incorrect use of the '--RelaxedVersion' option.
386
 
387
      Note: This option is to be deprecated. Do not use it.
388
            Jats will handle '.cots' packages correctly by itself.
389
 
390
   * New Platforms: GENERIC_XXX
391
     A collection of platforms (Alias of GENERICS) that provide an architecture 
392
     specific  build target. The name of the target is created by joining the
393
     keyword GENERIC_ with the Jats Machine Type. 
394
        ie: GENERIC_WIN32, GENERIC_LINUX_I386, GENERIC_LINUX_X64
395
 
396
     These targets cannot be mixed with non-generic targets (on the same machine), nor the GENERIC
397
     build target. It is possible to mix GENERIC_WIN32 with UBUNTU16 as they appear on
398
     different architectures.
399
 
400
     The targets function is in a similar manner to the GENERIC build target, but
401
     are directed to one or more machines.
402
 
403
     Intended uses:
404
        Windows: Creating installers. 
405
                 The NSIS builder does not require a compiler toolchain.
406
 
407
       All: Specialized packaging.
408
 
409
    * Makefiles
410
      New option in the platform specifier. --Alias=alias1[:alias2]*
411
      Allows the directive to be true if the current build has the specified alias.
412
      Eg:
413
        PackageFile ('--Alias=TOOLSET',DEVLINUX', ...)
414
      Will package the file(s) if the current build is for a platform that is
415
      a part of the TOOLSET alias AND is also member of the DEVLINUX alias.
416
      It could also have been written as:
417
        PackageFile ('--Alias=TOOLSET',--Alias=DEVLINUX', ...)
418
      but NOT as:
419
        PackageFile ('--Alias=TOOLSET:DEVLINUX', ...)
420
        PackageFile ('TOOLSET,DEVLINUX', ...)
421
            as these will be true if current platform is a TOOLSET or DEVLINUX
422
 
423
    * Utility: sandbox
424
      Subcommand info 
425
        - Added option to test fingerprints
426
        - Display status in a column for easy reading
427
 
428
------------------------------------------------------------------------
429
Version:  3.13.0000.cr                              Released: 20-Feb-17
430
------------------------------------------------------------------------
431
 
432
Minor changes:
433
    * New build.pl directive BuilToolset.
434
      This directive will enable the generation of the TOOLSET alias.
435
      Provides a sanity test to ensure that tools can be built.
436
      Includes options to limit use to specific architectures
437
 
438
    * Support for building many of the platforms on a linux_x64 based machine
439
      Previously many of the compiler were limited to the Ubuntu12 machines.
440
      These can now be built on an Ubuntu16 based machine.
441
 
442
    * GenerateFiles directive
443
      Added --Var(Toolset) and --Var(Native).
444
 
445
    * Utility: sandbox
446
      Added a 'fingerprint' command to manipulate packages fingerprints.
447
 
448
      Sped up the location of build files. The results are cached and 
449
      recalulated if the user adds or removes packages from the sandbox.
450
 
451
Internal changes:
452
    * Centralizing build platform information.
453
 
454
------------------------------------------------------------------------
455
Version:  3.12.9000.cr                              Released: 10-Feb-17 
456
------------------------------------------------------------------------
457
 
458
Minor changes:
459
    * Build File. BuildExclude directive
460
      Added special platform of 'INSTRUMENT'. This will exclude 
461
      all Instrumented builds.
462
 
463
    * 64 Bit Linux Build Machines
464
      Allowed Java to be built on such machine - if it is installed.
465
 
466
    * Build Alias - TOOLSET
467
      Changed the manor in which the alias is calculated.
468
      On a build machine it will use the BUILDFILTER to determine which 
469
      machine may build the toolset.
470
 
471
      On a developers machine it will use the first suitable available 
472
      platform.
473
 
474
------------------------------------------------------------------------
475
Version:  3.12.8000.cr                              Released: 07-Feb-17
476
------------------------------------------------------------------------
477
 
478
Minor changes:
479
    * Utility: sandbox
480
      Changed method of accessing SHA1 routines to allow compatibility
481
      with older versions of Perl.
482
 
483
------------------------------------------------------------------------
484
Version:  3.12.7000.cr                              Released: 07-Feb-17
485
------------------------------------------------------------------------
486
 
487
Minor changes:
488
    * Build Processing
489
      Removed processing of CVS change log and associated command line options
490
      It is not used.
491
 
492
      Tweaks to the calculation of the TOOLSET alias to allow it to work when
493
      the build system is split across multiple machines.
494
 
495
    * Utility: escrow
496
      Added -skim option
497
 
498
    * Utility: sandbox
499
      Many improvements:
500
        Can be invoked in a subdirectory and will only build packages required
501
        by the package that contains the current subdirectory.
502
 
503
        Package build order is alphabetic, within each build level.
504
 
505
        Added '-keepgoing' option to several commands to allow processing even
506
        if an error is detected.
507
 
508
        Generate a package fingerprint and use it to determine if a package
509
        needs to be rebuilt at all.
510
 
511
        Added 'skip' and 'unskip' commands to allow a package to be marked to be
512
        skipped during the build.
513
 
514
        The 'info' subcommand indicates which packages have been built.
515
 
516
------------------------------------------------------------------------
517
Version:  3.12.6000.cr                              Released: 06-Feb-17
518
------------------------------------------------------------------------
519
 
520
Minor changes:
521
    * New build Alias - TOOLSET
522
      TOOLSET is, at most, one platform in the current build, which build 
523
      artifacts that can be expected to run on the build machine.
524
 
525
      The TOOLSET alias has been created to simplify the support
526
      for building and packaging of JATS-internal utilities.
527
 
528
------------------------------------------------------------------------
529
Version:  3.12.5000.cr                              Released: 30-Jan-17
530
------------------------------------------------------------------------
531
 
532
Minor changes:
533
    * JATS Wrapper
534
      Changes to the package location library to allow JATS to locate
535
      build files in very deep directory trees. Windows path limits
536
      were causing some issues.
537
 
538
------------------------------------------------------------------------
539
Version:  3.12.4000.cr                              Released: 25-Jan-17
540
------------------------------------------------------------------------
541
 
542
Minor changes:
543
    * VS2015, VS2015_X64 and CSHARP2015 builds
544
      Minor tweaks to the configuration and detection of the installed compiler
545
 
546
------------------------------------------------------------------------
547
Version:  3.12.3000.cr                              Released: 24-Jan-17
548
------------------------------------------------------------------------
549
 
550
Minor changes:
551
    * New JATS Platforms: VS2015, VS2015_X64 and CSHARP2015
552
 
553
Internal:
554
    * Support to extract build aliases from the build metadata.
555
 
556
------------------------------------------------------------------------
557
Version:  3.12.2000.cr                              Released: 11-Jan-17
558
------------------------------------------------------------------------
559
 
560
Minor changes:
561
    * JATS Build
562
      Removed warning about duplicate function definition
563
 
564
------------------------------------------------------------------------
565
Version:  3.12.1000.cr                              Released: 10-Jan-17
566
------------------------------------------------------------------------
567
 
568
Minor changes:
569
    * New Platforms: UBUNTU16 and UBUNTU16_INSTRUMENT
570
      Uses gcc 5.4.0
571
      For packages to be deployed under Ubuntu16 LTS
572
 
6085 dpurdie 573
    * Utility: vcsdiff
574
      Added option to allow users to extend the 'diff' command line
575
      Requires knowledge of the underliying diff utility being used
576
      on the particular platform.
577
 
578
------------------------------------------------------------------------
6079 dpurdie 579
Version:  3.12.0000.cr                              Released: 16-Nov-16
580
------------------------------------------------------------------------
581
 
582
Minor changes:
583
    * Build Alias
584
      Removed 'LINUX_I386' from the 'LINUX' alias
585
      LINUX_I386 should only be used to build JATS tools.
586
 
587
------------------------------------------------------------------------
6073 dpurdie 588
Version:  3.11.9000.cr                              Released: 11-Nov-16
589
------------------------------------------------------------------------
6065 dpurdie 590
 
6073 dpurdie 591
Minor changes:
592
    * Packaging directives
593
      Corrected escaping of ${GBE_TYPE} as well as the preferred $(GBE_TYPE)
594
      as seen in some Java-centric packages.
595
 
596
    * BuildPkgArchive directive
597
      [JATS-411] Detect when the the users build filter has been modified
598
      pick up new build artifacts.
599
 
4362 dpurdie 600
------------------------------------------------------------------------
6065 dpurdie 601
Version:  3.11.8000.cr                              Released: 08-Nov-16 
602
------------------------------------------------------------------------
603
 
604
Minor changes:
605
    * jats.bat and related example config files
606
      Added GBE_SVN_URL_AUPERASVN02 to support the new Repo Server
607
 
608
    * MergeLibrary directive
609
      Corrected escaping of $(OBJDIR).
610
 
611
------------------------------------------------------------------------
5999 dpurdie 612
Version:  3.11.7000.cr                              Released: 23-Sep-16
613
------------------------------------------------------------------------
614
 
615
Minor changes:
616
    * Makefile Package and Install directives
617
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
618
                             in the name
619
      Prevent colon escaping on Windows machines as it doesn't work and
620
      interferes with sme valid file names.
621
 
622
------------------------------------------------------------------------
5995 dpurdie 623
Version:  3.11.6000.cr                              Released: 23-Sep-16
624
------------------------------------------------------------------------
625
 
626
Minor changes:
5999 dpurdie 627
    * [JATS-406] Dependency generation fails when building linux_drivers_viper
5995 dpurdie 628
      Fixed an issue in JATS' mkdepend utility. Detect attempts to divide 
629
      and mod by zero and generate an error and not a program fault.
630
 
631
------------------------------------------------------------------------
632
Version:  3.11.5000.cr                              Released: 22-Sep-16
633
------------------------------------------------------------------------
634
 
635
Minor changes:
636
    * Makefile Package and Install directives
637
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
638
                             in the name
639
      Centralized handling of filename escaping.
640
 
641
      Note: The 'colon' character is not supported under Windows. This is a
642
      limitation of Windows, not JATS. The use of a colon in a file name is
643
      strongly discouraged. Such files can only be manipulated under Unix.
644
 
645
    * Make operations uninstall, unpackage and clobber
646
      Improved the deletion of files such that only files that exist will 
647
      be logged as deleted.
648
 
649
------------------------------------------------------------------------
5987 dpurdie 650
Version:  3.11.4000.cr                              Released: 21-Sep-16
651
------------------------------------------------------------------------
652
 
653
Minor changes:
654
    * RunTest directive. Windows Only
655
      [JATS-404] RunTest under Windows does not handle paths correctly
656
 
657
------------------------------------------------------------------------
5970 dpurdie 658
Version:  3.11.3000.cr                              Released: 29-Aug-16
659
------------------------------------------------------------------------
660
 
661
Minor changes:
662
    * Platform: VS2010 and VS2012
663
      [JATS-176] Generate Visual Studio Property Sheet to simplify use within JATS
664
      Add build directive 'BuildPropertyPages' - See MASS-00166
665
 
666
------------------------------------------------------------------------
5941 dpurdie 667
Version:  3.11.2000.cr                              Released: 04-Aug-16
668
------------------------------------------------------------------------
669
 
670
Minor changes:
671
    * Utility: timeout - All supported Unix platforms
672
      Addressed [JATS-396] - timeout utility can hang - Unix 
673
 
674
------------------------------------------------------------------------
5935 dpurdie 675
Version:  3.11.1000.cr                              Released: 03-Aug-16
676
------------------------------------------------------------------------
677
 
678
Minor changes:
679
    * Utility: timeout (linux)
680
      Addressed [JATS-396] - timeout utility can hang - linux
681
 
682
------------------------------------------------------------------------
5910 dpurdie 683
Version:  3.11.0000.cr                              Released: 27-Jul-16
5909 dpurdie 684
------------------------------------------------------------------------
685
 
686
Minor changes:
687
    * Configuration
688
      Changed templates and scripts to reflect the new location of the
689
      Release Manager database. Correct configuration is:
5914 dpurdie 690
        GBE_RM_LOCATION=jdbc:oracle:thin:@auawsards001.vix.local:1521:RELEASEM
5909 dpurdie 691
 
692
    * Release Manager Database interface
693
      Improved performance of tools that access the Release Manager database.
694
 
695
    * Utility: test_rmconnection
5914 dpurdie 696
      Added options to allow separate testing of the Database and the Webserver.
5909 dpurdie 697
 
698
------------------------------------------------------------------------
5885 dpurdie 699
Version:  3.10.14000.cr                              Released: 12-Jul-16
5882 dpurdie 700
------------------------------------------------------------------------
701
 
702
Minor changes:
703
    * Jats Build
704
      [JATS-266] jats install and package - does not preserve symbolic links
5885 dpurdie 705
      Shared libraries, under Unix, are created with one or two symlinks to 
5882 dpurdie 706
      the library: link and soname.
707
      When the shared library is Installed or Packaged the symlink was not 
708
      preserved resulting in a much larger package that really required.
709
 
710
      Shared library symlinks are marked and are now copied so as to 
711
      preserve the symlink.
712
 
5884 dpurdie 713
    * Jats make - Instrumented builds
714
      [JATS-350] GCOV creates files in uncontrolled locations within the build system
715
      The files generated by gcov are now contained within the package
5882 dpurdie 716
 
5884 dpurdie 717
      [JATS-395] GCOV does not work for all build topologies
718
      Improved the extraction of gcov information to allow for all 
719
      build topologies.
720
 
721
      Reduced the output when running the code coverage tools
5885 dpurdie 722
      The can be re-enabled by adding an 'options=args' to the make 
5884 dpurdie 723
      command.
724
 
725
      Simplified the processing of the coverage data.
726
 
727
 
5882 dpurdie 728
------------------------------------------------------------------------
5878 dpurdie 729
Version:  3.10.13000.cr                              Released: 08-Jul-16
5872 dpurdie 730
------------------------------------------------------------------------
731
 
732
Minor changes:
733
    * Jats Installation
734
      Improved post install script to hook into build system automated 
735
      deployment.
736
 
5878 dpurdie 737
    * Build Generation
738
      [JATS-374] Units tests can't run if soname libraries are not present
739
        Generate sonames to the shared libraries present in dependent packages
740
        Extend the library search path to include this sonames.
741
 
742
    * Makefile directive GenerateFiles
743
      Corrected error introduced in 3.10.12000.cr 
744
 
5872 dpurdie 745
------------------------------------------------------------------------
5868 dpurdie 746
Version:  3.10.12000.cr                              Released: 07-Jul-16
5859 dpurdie 747
------------------------------------------------------------------------
748
 
749
Minor changes:
750
    * Improved use of cppcheck - Static code analysis (Adrien Oliva)
751
        Enable all possible check
752
        Force analysis of all pre-processor branch
753
        Remove false positive
754
            Missing include, unused function and unmatched suppression
755
        Configure cppcheck to ignore files provided by the compiler
5867 dpurdie 756
            We do not want to analyze compiler
5859 dpurdie 757
        Fix variable name
758
 
5862 dpurdie 759
    * GCC Toolchain
760
      Improved header file dependency generation through correct calculation
761
      of the compiler header file search paths.
5859 dpurdie 762
 
5862 dpurdie 763
    * IAR Toolchain
764
      Corrected the generation of the Program Loader
5859 dpurdie 765
 
5862 dpurdie 766
    * Internal Utility: cache_dpkg
767
      Improved handling (under windows) of files with the same name but
768
      different case. Generate a clear warning message.
769
 
5868 dpurdie 770
    * Makefile directive GenerateFiles [JATS-178]
771
      Attempting to generate a file that is also marked as a source file is
5867 dpurdie 772
      now an error.
773
 
5859 dpurdie 774
------------------------------------------------------------------------
5868 dpurdie 775
Version:  3.10.11000.cr                              Released: 01-Jul-16
5848 dpurdie 776
------------------------------------------------------------------------
777
 
778
Minor changes:
5859 dpurdie 779
    * Jats internal utility 'timeout'
780
      Improved stability under Server 2013
781
      Reinstated use of 'timeout' in unit tests running under Windows.
5848 dpurdie 782
 
5859 dpurdie 783
    * Utility: jats -buildfiter=xxx
784
      Corrected the operation of the -buildfilter=xxx option when used 
785
      within a sandbox.
5848 dpurdie 786
 
787
------------------------------------------------------------------------
5868 dpurdie 788
Version:  3.10.10000.cr                              Released: 28-Jun-16 
5818 dpurdie 789
------------------------------------------------------------------------
790
 
791
Minor changes:
5859 dpurdie 792
    * Platform: CORTEXM3_ARM
793
      Corrected the generation of the Program Loader
5830 dpurdie 794
 
5859 dpurdie 795
    * UBUNUTU12C11_INSTRUMENT and UBUNUTU12_INSTRUMENT platforms
796
      lcov includes branch coverage
797
 
798
    * All _INSTRUMENT targets
799
      Limit coverage to file within the package
800
      Now excludes all external libraries
5818 dpurdie 801
 
5859 dpurdie 802
      The 'make clean' operation will remove intermediate files generated 
803
      by the coverage.
5818 dpurdie 804
 
805
    * Unit Tests
5859 dpurdie 806
      'make clean' now removes temp 'rc' file generated while running the test
5818 dpurdie 807
 
5859 dpurdie 808
    * Internal Utility: cache_dpkg
809
      [JATS-388] Package caching does not support multiple instances updating 
810
      the same version
5818 dpurdie 811
 
5859 dpurdie 812
    * Internal Utility: cache_dpkg
813
      assemble_dpkg - purge stale package fragments from the package fragment 
814
      assembly area.
5828 dpurdie 815
 
5859 dpurdie 816
    * Sandbox
817
      [JATS-389] Sandbox does not support packages that use deployment
818
      directives.
5819 dpurdie 819
 
5818 dpurdie 820
------------------------------------------------------------------------
5796 dpurdie 821
Version:  3.10.9000.cr                               Released: 14-Jun-16 
5792 dpurdie 822
------------------------------------------------------------------------
823
 
824
Minor changes:
5859 dpurdie 825
    * [JATS-372] Long pathnames kill metrics gathering
826
      See Jira issue for full details
5792 dpurdie 827
 
5859 dpurdie 828
    * [JATS-373] UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
829
      Specify the dynamic linker used to load programs generated by this compiler
5796 dpurdie 830
 
5859 dpurdie 831
        NOTE: Programs generated for this platform require the installation of the
832
              vix-ubuntu12-c11-glibc installer from the 'linux-glibc' package.
5796 dpurdie 833
 
5792 dpurdie 834
------------------------------------------------------------------------
5783 dpurdie 835
Version:  3.10.8000.cr                               Released: 02-Jun-16
836
------------------------------------------------------------------------
837
 
838
Minor changes:
5859 dpurdie 839
    * Platform: CORTEXM3_ARM
840
      Added assembler flags
5783 dpurdie 841
 
5859 dpurdie 842
    * Utility cache_dpkg
843
      Seperate wait-for-replication and copy-to-cache
5783 dpurdie 844
 
5859 dpurdie 845
    * Build Directive - BuildName
846
      Added a 3 argument form
847
        BuildName ('pkgName', 'Version', 'Suffix' );
848
      Improved error reporting.
5783 dpurdie 849
 
850
------------------------------------------------------------------------
5761 dpurdie 851
Version:  3.10.7000.cr                               Released: 19-May-16 
5757 dpurdie 852
------------------------------------------------------------------------
853
 
854
Minor changes:
5859 dpurdie 855
    * Platform: CORTEXM3_ARM
856
      Changed to use Embedded Workbench 7.4
5757 dpurdie 857
 
5859 dpurdie 858
      Added --CrcRange=... option to the CORTEXM3_ARM Prog directive
859
      Used to specify the range to fill and CRC.
5757 dpurdie 860
 
861
------------------------------------------------------------------------
5744 dpurdie 862
Version:  3.10.6000.cr                               Released: 13-May-16
5743 dpurdie 863
------------------------------------------------------------------------
864
 
865
Minor changes:
5859 dpurdie 866
    * Utility cache_dpkg
867
      When used by the build system, the contents of the 'lcov' directory
868
      will not be cached.
5743 dpurdie 869
 
5859 dpurdie 870
      Add facility to allow build system to wait for package replication
871
      to occur. Only active when a replica store is configured.
5744 dpurdie 872
 
5859 dpurdie 873
    * UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
874
      Added 'rpath' elements to generated executables to ensure that
875
      the all glibc components required by the runtime can be located.
5744 dpurdie 876
 
5743 dpurdie 877
------------------------------------------------------------------------
5736 dpurdie 878
Version:  3.10.5000.cr                               Released: 06-May-16
879
------------------------------------------------------------------------
880
 
881
Minor changes:
5859 dpurdie 882
    * C11 Support under GCC
883
      Use '-std=gnu++11' for building c++ files (Not -std=c++11) 
884
      Note: Use of the compiler definition 'linux' is non-standard
885
            __linux__ is the standard definition.
5736 dpurdie 886
 
887
------------------------------------------------------------------------
5732 dpurdie 888
Version:  3.10.4000.cr                               Released: 09-May-16
5731 dpurdie 889
------------------------------------------------------------------------
890
 
891
Minor changes:
5859 dpurdie 892
    * Code coverage Support under GCC
893
      Ensure that the correct gcov utility is used. Gcov is a part of the compiler
894
      toolset. Affects UBUNUTU12C11_INSTRUMENT.
5731 dpurdie 895
 
5859 dpurdie 896
    * Platform: CORTEXM3_ARM
897
      Continuing tweaks.
5731 dpurdie 898
 
899
------------------------------------------------------------------------
5726 dpurdie 900
Version:  3.10.3000.cr                               Released: 06-May-16
901
------------------------------------------------------------------------
902
 
903
Minor changes:
5859 dpurdie 904
    * C11 Support under GCC
905
      Added '-std=c++11' for building c++ files
5726 dpurdie 906
 
907
------------------------------------------------------------------------
5717 dpurdie 908
Version:  3.10.2000.cr                               Released: 04-May-16 
5708 dpurdie 909
------------------------------------------------------------------------
910
 
911
Minor changes:
5859 dpurdie 912
    * Removed use of 'timeout' on unit tests in a Windows environment 
913
      pending several Windows issues. Total 'make' time is still being enforced.
5708 dpurdie 914
 
5859 dpurdie 915
    * New platforms
916
      COBRA2 - Similar to COBRA, but using a C11 compliant version of GCC
917
      VIPER2 - Similar to PPC_603E, but using a C11 compliant version of GCC
918
      UBUNUTU12C11 - Similar to UBUNTU12. Uses the same version of GCC as COBRA2 and VIPER2
919
      UBUNUTU12C11_INSTRUMENT - Instrumented builds of UBUNUTU12C11
920
      DEVLINUX includes all of these new platforms.
5708 dpurdie 921
 
5859 dpurdie 922
    * New Utility: 
923
        checkRelease - Locate package-Version required by a Release/SBOM/Package
924
        that are not in dpkg_archive.
5708 dpurdie 925
 
926
Internal:
5859 dpurdie 927
    * Removed runtime warning from buildlib.pl
5708 dpurdie 928
 
5859 dpurdie 929
    * Updated VIX Copyright notices
5710 dpurdie 930
 
5708 dpurdie 931
------------------------------------------------------------------------
5700 dpurdie 932
Version:  3.10.1000.cr                               Released: 19-Apr-16
5695 dpurdie 933
------------------------------------------------------------------------
934
 
5700 dpurdie 935
Minor changes:
5859 dpurdie 936
    * Jats internal utility 'timeout'
937
      Fixed compatibility issue under Windows-7
5700 dpurdie 938
 
939
------------------------------------------------------------------------
940
Version:  3.10.0000.cr                               Released: 15-Apr-16
941
------------------------------------------------------------------------
942
 
5695 dpurdie 943
Major changes:
5859 dpurdie 944
    * Jats make
945
        All make commands are now time limited to a maximum of 3 hours.
946
        This default can be altered with the -maxtime option.
947
        The global default can be set with the EnvVar GBE_MAXMAKE.
5695 dpurdie 948
 
5859 dpurdie 949
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 950
 
5859 dpurdie 951
    * RunTest directive
952
        Runtime of automated unit tests is limited to (default) 30 minutes
953
        The RunTest directive has a --MaxTime parameter to alter the default
954
        time.
5695 dpurdie 955
 
5859 dpurdie 956
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 957
 
5859 dpurdie 958
    * Build Platform Aliases: DEVLINUX and LMOS_DEVLINUX
959
        Removed LINUX_EMU from DEVLINUX
960
        Removed LMOS_LINUX_EMU from LMOS_DEVLINUX
5695 dpurdie 961
 
5859 dpurdie 962
        There is no target environment for LINUX_EMU to run on.
963
        building for this target is pointless.
5695 dpurdie 964
 
965
------------------------------------------------------------------------
5680 dpurdie 966
Version:  3.9.0000.cr                               Released: 11-Apr-16
5679 dpurdie 967
------------------------------------------------------------------------
968
 
5680 dpurdie 969
Major changes:
5859 dpurdie 970
    * New buildfile directive: BuildExclude
971
      Allows spcific targets to be excluded from the build. Intended to be 
972
      used in conjunction with Platform aliases such as DEVLINUX. ie:
973
        BuildPlatforms('DEVLINUX');
974
        BuildExclude('ARM9TDMI', 'LINUX_EMU');      # Targets specfically not supported
5679 dpurdie 975
 
5680 dpurdie 976
Minor changes:
5859 dpurdie 977
    * New Platform: CORTEXM3_ARM
978
      Used by the next generation of Security Module
979
 
5679 dpurdie 980
------------------------------------------------------------------------
5673 dpurdie 981
Version:  3.8.7000.cr                               Released: 04-Apr-16 
5637 dpurdie 982
------------------------------------------------------------------------
983
 
984
Minor changes:
5859 dpurdie 985
    * Visual Studio 2012 support
986
      Added support for update 5. Now allowes either update 4 or update 5.
987
      Note: Update-4 is the documented (required) version.
5637 dpurdie 988
 
5859 dpurdie 989
    * Internal tool for windows : which.exe
990
      Updated the internal utility 'which' provided under windows for shell
991
      compatability. It was found to not work with Server 2003.
5645 dpurdie 992
 
5859 dpurdie 993
    * Makefile directive: MakeLinuxDriver
994
      Added support for Module Versioning bewteen modules in the same build.
5672 dpurdie 995
 
5637 dpurdie 996
------------------------------------------------------------------------
5619 dpurdie 997
Version:  3.8.6000.cr                               Released: 15-Mar-16
998
------------------------------------------------------------------------
999
 
1000
Minor changes:
5859 dpurdie 1001
    * SK20 Toolchain
1002
      Version 4.1.0 of the SK20 toolchain has beencompletely replaced
1003
      with a new version. 4.1.1. The SK20V1 target uses the new compiler.
5619 dpurdie 1004
 
5859 dpurdie 1005
      Version 4.1.0 was not used to generate released software. It is
1006
      no longer needed. The new compiler-version is available in the
1007
      arm-unknown-linux-gnueabi-sk20 package.
5619 dpurdie 1008
 
1009
------------------------------------------------------------------------
5582 dpurdie 1010
Version:  3.8.5000.cr                               Released: 25-Feb-16
1011
------------------------------------------------------------------------
1012
 
1013
Minor changes:
1014
    * System Utility - assemble_dpkg
5859 dpurdie 1015
      Allow for both unix and windows generated .tar.gz files
1016
      The windows files do not have './' prepended
5582 dpurdie 1017
 
1018
------------------------------------------------------------------------
5578 dpurdie 1019
Version:  3.8.4000.cr                               Released: 24-Feb-16
1020
------------------------------------------------------------------------
1021
 
1022
Minor changes:
1023
    * System Utility - assemble_dpkg
5859 dpurdie 1024
      Windows and Unix create tar-zip files via different mechanisms
1025
      Note: bsdtar has issues with large archives under Server2003
5578 dpurdie 1026
 
5859 dpurdie 1027
    * Windows utilities. Update the 7zip binaries to latest version
5578 dpurdie 1028
 
1029
------------------------------------------------------------------------
5568 dpurdie 1030
Version:  3.8.3000.cr                               Released: 18-Feb-16
1031
------------------------------------------------------------------------
1032
 
1033
Minor changes:
5859 dpurdie 1034
    * Packaging directives
1035
      Improved the cleanup of badly specified --Dir options
5568 dpurdie 1036
 
1037
    * System Utility - assemble_dpkg
5859 dpurdie 1038
      Extended to allow deletion of bad and test builds
5568 dpurdie 1039
 
1040
   * Java Build Support
1041
     Only in the build system, set JATS_HOME to the package repostory replica
5859 dpurdie 1042
     if one is available.
5568 dpurdie 1043
 
1044
------------------------------------------------------------------------
5551 dpurdie 1045
Version:  3.8.2000.cr                               Released: 12-Feb-16
5485 dpurdie 1046
------------------------------------------------------------------------
1047
 
1048
Minor changes:
5859 dpurdie 1049
    * Jats documentation generation. 
1050
      Fixed [JATS-227] Pod2Html has a bug with nested items blocks
5542 dpurdie 1051
 
5859 dpurdie 1052
    * System Utility - create_dpkg
1053
      Added support for flagging non-builds. This will be used by a
1054
      future release of the build system.
5551 dpurdie 1055
 
5542 dpurdie 1056
------------------------------------------------------------------------
1057
Version:  3.8.1000.cr                               Released: 03-Feb-16 
1058
------------------------------------------------------------------------
1059
 
1060
Minor changes:
5859 dpurdie 1061
    * New target: SK20V41
1062
      This is the SK20 Platform, With version 4.1.0.0, except that is
1063
      a part of the DEVLINUX alias.
5527 dpurdie 1064
 
5859 dpurdie 1065
    * Windows utilities. Added 'bsdtar', called 'tar'
1066
      This utility handles a subset of gnu-tar operations on windows, but 
1067
      it does support .gz and .bz2 files.
5485 dpurdie 1068
 
5859 dpurdie 1069
    * Jats essential binaries
1070
      Added symlinks within jats to ensure that gtar can be located on
1071
      machines in which a gnu-tar is not native to the machine.
5527 dpurdie 1072
 
1073
    * System Utility - assemble_dpkg
5859 dpurdie 1074
      Used by the build system to assemble a package from package fragments.
5527 dpurdie 1075
 
5859 dpurdie 1076
    * System Utility - create_dpkg
1077
      Added support to create package fragments. This will be used by a
1078
      future release of the build system.
5527 dpurdie 1079
 
5485 dpurdie 1080
------------------------------------------------------------------------
5448 dpurdie 1081
Version:  3.8.0000.cr                               Released: 04-Jan-16 
1082
------------------------------------------------------------------------
1083
 
1084
Minor changes:
5859 dpurdie 1085
    * ANDROID Platform
1086
      Flag the AndroidStudioBuilder that the project does have unit
1087
      tests so that they can be built before the tests are run.
5448 dpurdie 1088
 
1089
------------------------------------------------------------------------
5434 dpurdie 1090
Version:  3.7.11000.cr                               Released: 17-Dec-15
1091
------------------------------------------------------------------------
1092
 
1093
Minor changes:
5859 dpurdie 1094
    * SK20 Platform, With version 4.1.0.0
1095
      Correct the value of HOST_CPU provided to utilities such as 
1096
      ShellBuild. The 4.1.0.0 compiler is diffeent to the Version 1.
5434 dpurdie 1097
 
1098
------------------------------------------------------------------------
5429 dpurdie 1099
Version:  3.7.10000.cr                               Released: 14-Dec-15 
1100
------------------------------------------------------------------------
1101
 
1102
Minor changes:
5859 dpurdie 1103
    * Build File [JATS-146]
1104
      Fix for use in build system
5429 dpurdie 1105
 
1106
------------------------------------------------------------------------
5415 dpurdie 1107
Version:  3.7.9000.cr                               Released: 11-Dec-15 
5411 dpurdie 1108
------------------------------------------------------------------------
1109
 
1110
Minor changes:
5859 dpurdie 1111
    * Build File [JATS-146]
1112
      Improved reporting of 'alias' conflicts.
1113
      Conflicts now generate an error, not a warning.
1114
      Within the Build and Escrow system conflicts will generate a warning
1115
      to maintain backward compatability.
5411 dpurdie 1116
 
5859 dpurdie 1117
    * ANDROID AndroidStudio
1118
      Added support run automated unit tests
5411 dpurdie 1119
 
1120
------------------------------------------------------------------------
5387 dpurdie 1121
Version:  3.7.8000.cr                               Released: 30-Nov-15
1122
------------------------------------------------------------------------
1123
 
1124
Minor changes:
1125
    * Unit Testing
5859 dpurdie 1126
      Fixed the name of the Unique Test Identifier passed to the filter - UTFUID
5387 dpurdie 1127
 
5859 dpurdie 1128
      Auto detect the presence of test results generated by 'UTF' and invoke
1129
      the UTF filter, if found. This allows the use of the new 'UTF' without
1130
      reworking all UTF consumers.
5387 dpurdie 1131
 
1132
------------------------------------------------------------------------
5378 dpurdie 1133
Version:  3.7.7000.cr                               Released: 26-Nov-15
1134
------------------------------------------------------------------------
1135
 
1136
Minor changes:
1137
    * GCC Toolchain
1138
      Fixed shell script error message introduced in 3.7.6000.cr 
1139
 
1140
------------------------------------------------------------------------
5330 dpurdie 1141
Version:  3.7.6000.cr                               Released: 05-Nov-15
1142
------------------------------------------------------------------------
1143
 
1144
Minor changes:
1145
    * Utility: create_dpkg
1146
      Only perform package level locking when invoked from a build daemon
1147
      Still performs version level locking
1148
 
1149
    * Support for new version of the compiler for the SK20 platform
1150
      New version is selected via: 
1151
          BuildPlatforms('SK20,--Version=4.1.0.0');
1152
      Requires the compiler provided in the arm-unknown-linux-gnueabi-sk20
1153
      package to be locally installed.
1154
 
1155
------------------------------------------------------------------------
5315 dpurdie 1156
Version:  3.7.5000.cr                               Released: 12-Oct-15
5262 dpurdie 1157
------------------------------------------------------------------------
1158
 
1159
Minor changes:
1160
    * Build.pl. BuildAlias directive
1161
      Correctly report the detection of multiple aliases in the one specification.
1162
 
5264 dpurdie 1163
    * Utilities: vcsdiff
1164
      Open registry with read-only access
1165
 
5284 dpurdie 1166
    * Build Metrics
1167
      Updated the version of the 'cloc' tool used by JATS to generate metrics.
1168
 
5262 dpurdie 1169
------------------------------------------------------------------------
5254 dpurdie 1170
Version:  3.7.4000.cr                               Released: 14-Sep-15
1171
------------------------------------------------------------------------
1172
 
1173
Minor changes:
1174
    * Toolset: UBUNTU14_INSTRUMENT
1175
      The UBUNTU14_INSTRUMENT toolchain can consume headers and libraries 
5259 dpurdie 1176
      built for UBUNTU14
5254 dpurdie 1177
 
1178
------------------------------------------------------------------------
5241 dpurdie 1179
Version:  3.7.3000.cr                               Released: 31-Aug-15
5206 dpurdie 1180
------------------------------------------------------------------------
1181
 
1182
Minor changes:
1183
    * Subversion Support
1184
      Detected authentication failure messages provided by new versions of subversion
1185
 
5240 dpurdie 1186
    * Utilities: vcsdiff
1187
      Improved support for BeyondCompare 4 (BC4).
1188
      Check more locations for the program.
1189
 
5206 dpurdie 1190
------------------------------------------------------------------------
5138 dpurdie 1191
Version:  3.7.2000.cr                               Released: 30-Jun-15 
1192
------------------------------------------------------------------------
1193
 
1194
Minor changes:
1195
    * Platform: HAMMERHEAD
1196
      Removed some compiler flags from the c++ builds.
1197
      The removed flags are not applicable to c++ and generate warnings about the
1198
      misuse of the flags.
1199
 
1200
------------------------------------------------------------------------
5129 dpurdie 1201
Version:  3.7.1000.cr                               Released: 30-Jun-15 
5115 dpurdie 1202
------------------------------------------------------------------------
1203
 
1204
Minor changes:
1205
    * BuildProduct directive
1206
      The use of the --Alias=xxx suboption has been exetnded.
1207
        BuildProduct   ( PROD,--Alias=A1', 'PLATFORM1,--Alias=A2', 'PLATFORM1,--Alias=A3' );
1208
      Will result in A1 being an alias for PROD_PLATFORM1 and PROD_PLATFORM2
1209
                     A2 being an alias for PROD_PLATFORM1
1210
                     A3 being an alias for PROD_PLATFORM2
1211
 
1212
    * GCC Toolset. New CompileOptions
1213
      'pic'     - Generate Position Independent Code (PIC) for static libraries
1214
      'nopic'   - Do not generated PIC for static libraries
1215
 
1216
      Currently the default is to not generate PIC on static libraries, except for
1217
      the UBUNTU14 target.
1218
 
1219
      Note: PIC will always be generated for shared libraries
1220
 
1221
------------------------------------------------------------------------
5109 dpurdie 1222
Version:  3.7.0000.cr                               Released: 18-Jun-15 
5100 dpurdie 1223
------------------------------------------------------------------------
1224
 
5109 dpurdie 1225
Major changes:
1226
    * Build File processing - duplicate platforms
1227
      Attempting to build duplicate platforms has been elevated from a warning
1228
      to an error. The warning was always ignored and created bad side effects.
1229
 
1230
      The build daemons and the escrow process will allow duplicates for backward
1231
      compatibility and reproducibility, but new software should have the 
1232
      duplicates corrected.
1233
 
1234
    * Build File processing - Reodering of build information and warnings
1235
      Warnings and Messages generated before the 'Build Configuration' are now
1236
      being stored and displayed after the 'Build Configuration'.
1237
 
1238
      This is intended to bring to the users attention warning that appear at the
1239
      start of the build process but are at the top of the screen. Warnings will be
1240
      displayed at the end of the build process.
1241
 
5100 dpurdie 1242
Minor changes:
1243
    * Utilities: vcsdiff
1244
      Added support for BeyondCompare 4 (BC4)
1245
 
1246
    * Utilities: CCdiff and CCBc2
1247
      Removed. Replaced by vcsdiff
1248
 
5104 dpurdie 1249
    * Utility: gen_cots
1250
      User must specify the source of the package image.
1251
 
5109 dpurdie 1252
    * Package Cache Control
1253
      A new environment variable(GBE_DPKG_CACHE_CTL) allows the GBE_DPKG_CACHE
1254
      to be automatically populated. See 'jats man EnvVars' for details.
1255
      Use 'jats cache_dpkg' to manage the cache.
1256
 
5100 dpurdie 1257
------------------------------------------------------------------------
5074 dpurdie 1258
Version:  3.6.7000.cr                               Released: 19-May-15
5073 dpurdie 1259
------------------------------------------------------------------------
1260
 
1261
Minor changes:
1262
    * Added several make targets:
1263
      jats make hdrs        - makes and installs headers
1264
      jats make libs        - make and installs static libs
1265
      jats make slibs       - make and install shared libs
1266
      jats make progs       - make and install programs
1267
 
5074 dpurdie 1268
    * Subversion comments
1269
      Extended the text in the default Subversion comments created by Jats
1270
      to include the tag/branch being created. Does not affect user provided
1271
      comments.
1272
 
5073 dpurdie 1273
------------------------------------------------------------------------
5036 dpurdie 1274
Version:  3.6.6000.cr                               Released: 08-Apr-15 
5035 dpurdie 1275
------------------------------------------------------------------------
1276
 
1277
Minor changes:
1278
    * Unit Testing
1279
      Create a simple unit test results file for Unit Tests that do 
1280
      not support full results reporting.
1281
 
1282
------------------------------------------------------------------------
5004 dpurdie 1283
Version:  3.6.5000.cr                               Released: 24-Mar-15
1284
------------------------------------------------------------------------
1285
 
1286
Minor changes:
1287
    * Platform : VS2012_X64
1288
      Searches WIN64 for OSCOMMON header files.
1289
 
1290
    * Unit Testing
1291
      Export EnvVar GBE_UTFFILE.
1292
 
1293
      The automated and non-automated unit tests are now run in the order
1294
      in which they are defined in the makefile.pl.
1295
 
1296
    * Build System Utility
1297
      Use file locking on the build marker file to force it to be flushed 
1298
      out to the file server.
1299
 
1300
------------------------------------------------------------------------
4969 dpurdie 1301
Version:  3.6.4000.cr                               Released: 12-Mar-15 
1302
------------------------------------------------------------------------
1303
 
1304
Minor changes:
1305
    * Pseudo Platform: LINUX
1306
      Corrected the operation of the LINUX alias. It is an alias for
1307
      all Back Office Linux targets.
1308
 
1309
    * Utility: create_dpkg
1310
      Use file locking to address contention while merging package instances
1311
      into dpkg_archive.
1312
 
1313
------------------------------------------------------------------------
4950 dpurdie 1314
Version:  3.6.3000.cr                               Released: 06-Mar-15
1315
------------------------------------------------------------------------
1316
 
1317
Minor changes:
1318
    * New Platform: HAMMERHEAD
1319
      Builds under linux using the AVR32_GNU toolchain
1320
 
1321
------------------------------------------------------------------------
4928 dpurdie 1322
Version:  3.6.2000.cr                               Released: 03-Mar-15
1323
------------------------------------------------------------------------
1324
 
1325
Minor changes:
1326
    * ANDROID target
1327
      Can be build on either Windows and Linux. This does not mean that
1328
      all Android packages will build on both, rather that the some Android 
1329
      builders can build under Windows and some under Linux.
1330
 
1331
    * UBUNTU14 target
1332
      Always generates (PIC) Position Independent Code.
4931 dpurdie 1333
      Addresses issues in the creation of shared libraries from static
4928 dpurdie 1334
      libraries.
1335
 
1336
    * Directive CompileOptions
1337
      New options: 'warnings_as_errors' and 'no_warnings_as_errors'
4929 dpurdie 1338
      Will convert compiler warnings into errors on supported toolsets.
4928 dpurdie 1339
      Currently support by all Windows compilers and those that use 
1340
      the GCC toolset.
1341
 
1342
Internal:
1343
    * System function will remove 'undef' parameters
1344
 
1345
------------------------------------------------------------------------
4903 dpurdie 1346
Version:  3.6.1000.cr                               Released: 17-Feb-15 
4898 dpurdie 1347
------------------------------------------------------------------------
1348
Major changes:
1349
 
4902 dpurdie 1350
    * Final release of the 64-bit support platforms
1351
      VS2012_X64, UBUNTU14 and UBUNTU14_INSTRUMENT 
1352
 
4898 dpurdie 1353
Minor changes:
1354
    * Build system. Rewriting of build files with new dependencies now
1355
      preserves the file-endings in the source file. ie: Unix and DOS
1356
      file formats will be preserved.
1357
 
4902 dpurdie 1358
    * Detect and prevent build of software on non-build machines
1359
      such as auperaunx01.
4898 dpurdie 1360
 
4902 dpurdie 1361
Internal:
4903 dpurdie 1362
    * Added platform configurable global options
4902 dpurdie 1363
 
4898 dpurdie 1364
------------------------------------------------------------------------
4889 dpurdie 1365
Version:  3.6.0000.cr                               Released: 12-Feb-15 
4778 dpurdie 1366
------------------------------------------------------------------------
4889 dpurdie 1367
Major changes:
4780 dpurdie 1368
    * JAVA Platform
4805 dpurdie 1369
      Post process UTF results with a ANT/JUNIT4 specific tool.
4889 dpurdie 1370
      Disabled by default
4780 dpurdie 1371
 
4889 dpurdie 1372
    * New platforms (still under development)
4814 dpurdie 1373
      VS2012_X64 - Build 64 bit Windows applications, using VS2012
1374
      MSWIN64    - An alias for all supported 64 bit windows compilers
1375
                   Currently VS2012_X64 is the only member
1376
      UBUNTU14   - Build 64 bit applications targeted at Ubuntu LTS 14.04
1377
                   This is not aimed at front office devices and thus
4903 dpurdie 1378
                   this target is not a part of DEVLINUX
4814 dpurdie 1379
                   It is a part of LINUX
4835 dpurdie 1380
      UBUNTU14_INSTRUMENT
1381
                 - Build instrumented 64 bit applications targeted 
1382
                   at testing under Ubuntu LTS 14.04
4814 dpurdie 1383
 
4778 dpurdie 1384
------------------------------------------------------------------------
4889 dpurdie 1385
Version:  3.5.10000.cr                               Released: 03-Feb-15
1386
------------------------------------------------------------------------
1387
Minor changes:
1388
    * GCC toolset: Handle different versions of lcov
1389
 
1390
    * Unit Testing. Run the collate test results target only once.
1391
 
1392
    * Jats build option: -[no]generic
1393
      To be used by the build system to verify correct usage of the 
1394
      GENERIC platform type.
1395
 
1396
Internal:
1397
    * Adding mechanism to post process Unit Test results.
1398
 
1399
------------------------------------------------------------------------
4728 dpurdie 1400
Version:  3.5.9000.cr                               Released: 04-Dec-14
1401
------------------------------------------------------------------------
1402
Minor changes:
1403
    * New build Alias - NATIVE
1404
      NATIVE is a set of platforms, in the current build, which build 
1405
      artifacts that can be expected to run on the build machine.
1406
 
1407
      The NATIVE alias has been created to simplify the support
1408
      for automated unit tests.
1409
 
4761 dpurdie 1410
    * New build platform - UBUNTU12_INSTRUMENT
4728 dpurdie 1411
      This build target is similar to UBUNTU12, except that it 
1412
      generates instrumented code with gcov. The platform's unit tests 
1413
      will create and maintain a set of lcov files.
1414
 
4805 dpurdie 1415
      Packages generated with this target SHOULD NOT be deployed 
1416
      to the field.
4728 dpurdie 1417
 
1418
------------------------------------------------------------------------
4688 dpurdie 1419
Version:  3.5.8000.cr                               Released: 21-Nov-14 
4652 dpurdie 1420
------------------------------------------------------------------------
1421
Minor changes:
1422
    * Build System Utility: create_dpkg
4688 dpurdie 1423
      When creating the file list for release notes, convert filenames 
1424
      to utf-8 for consistent handling.
4652 dpurdie 1425
 
1426
      Will add its own 'built' files to the package metadata file.
1427
 
1428
    * VS2012 Toolset
1429
      [JATS-308] Running jats from VS2012 Developer command prompt
1430
 
4688 dpurdie 1431
    * EnvVars
1432
      Added GBE_DPKG_REPLICA. This read-only package store is scanned 
1433
      before GBE_DPKG. It is intended to facilitate remote build 
1434
      servers that have a local package archive replica.
1435
 
1436
    * Autobuild support for Java Based Packages
1437
      Attempt to overcome shortcomings in ant-using in a remote build 
1438
      environment. Set GBE_DPKG to GBE_DPKG_REPLICA if doing an ABT enabled 
1439
      build and GBE_DPKG_REPLICA is defined.
1440
 
1441
    * Jats caching
1442
      Modified the cache mechanism such that if the required version is
1443
      found in the cache, then it will not be refreshed. This should speed
1444
      up jats startup.
1445
 
4652 dpurdie 1446
------------------------------------------------------------------------
4620 dpurdie 1447
Version:  3.5.7000.cr                               Released: 20-Oct-14
1448
------------------------------------------------------------------------
1449
Minor changes:
1450
    * SQL Interface to Release Manager Database
1451
      Addressed issues with Java 1.4 compatibility
1452
 
1453
------------------------------------------------------------------------
4613 dpurdie 1454
Version:  3.5.6000.cr                               Released: 16-Oct-14 
4549 dpurdie 1455
------------------------------------------------------------------------
1456
Minor changes:
1457
    * Jats Internal utility: create_dpkg
1458
      Interactive features have been removed
1459
      Generates XML file of files transferred to the package
1460
 
4551 dpurdie 1461
    * Jats Internals
1462
      Reworked the handling of the 'GENERIC' target
1463
 
4549 dpurdie 1464
------------------------------------------------------------------------
4538 dpurdie 1465
Version:  3.5.5000.cr                               Released: 24-Sep-14
1466
------------------------------------------------------------------------
1467
Minor changes:
1468
    * GCC Toolset: SharedLib creation - dependency file detection
1469
      Fixed a bug[JATS-304] in which the dependencies between header files
1470
      and source files was not being used, when building a SharedLib.
1471
 
1472
      The main effect of this is that if a developer modified a .h file
1473
      then JATS was not detecting which C files to recompile.      
1474
 
1475
    * Added a script called jats.unix.sh
1476
      On Unix, this is intended to be copied to /usr/local/bin as 'jats'
1477
      It will redirect the user to the correct instance of JATS
1478
 
1479
    * Jats Internal: Database access
1480
      Rebuilt the database access tools using Java 1.4
1481
      Java 1.4 is lowest common denominator on all of our machines
1482
 
1483
------------------------------------------------------------------------
4519 dpurdie 1484
Version:  3.5.4000.cr                               Released: 19-Sep-14
4488 dpurdie 1485
------------------------------------------------------------------------
1486
Minor changes:
4501 dpurdie 1487
    * Toolset Compiler: M16C for the MCR platform
4488 dpurdie 1488
      Added support to ensure that the program does not exceed allocated
1489
      flash space.
1490
 
4519 dpurdie 1491
    * Toolset: GCC [JATS-300]
5859 dpurdie 1492
      Added support for linking against shared libraries that have 
4519 dpurdie 1493
      dependencies on other shared libraries
1494
 
1495
 
4501 dpurdie 1496
    * Jats Make Directive - Script
1497
      Corrected its operation. The Scripts will be copied into the 'bin'
1498
      directory before the tests are run.
1499
 
4466 dpurdie 1500
    * Internal utilities: Database Access
1501
      Added support to access the ClearQuest database via sqlserver
1502
      Added test_cqconnection
1503
      Added EnvVars to support ClearQuest access
1504
      Updated the template jats.bat and jats.sh scripts
1505
 
4688 dpurdie 1506
    * Reverted automated build support for multi-level SVN branches.
4519 dpurdie 1507
      It created more issues than it fixed.
1508
 
4466 dpurdie 1509
------------------------------------------------------------------------
4461 dpurdie 1510
Version:  3.5.3000.cr                               Released: 19-Aug-14 
4447 dpurdie 1511
------------------------------------------------------------------------
1512
Minor changes:
1513
    * Automated Build Support. SVN branches in a subdirectory structure
1514
      Allow a SVN branch in a multi-level subdirectory to be labeled by
4538 dpurdie 1515
      the build tool. [Removed in 3.5.4000.cr]
4447 dpurdie 1516
 
4461 dpurdie 1517
      Such paths are not encouraged, nor supported by the body of JATS, but
1518
      for compatibility with some existing repositories is required.
4447 dpurdie 1519
 
4461 dpurdie 1520
    * Makefile builder
1521
      Removed two warnings detected by recent versions of Perl
1522
 
4447 dpurdie 1523
------------------------------------------------------------------------
4424 dpurdie 1524
Version:  3.5.2000.cr                               Released: 29-Jul-14
1525
------------------------------------------------------------------------
1526
Minor changes:
1527
    * Utility: create_dpkg
1528
      Does not copy broken symlinks into dpkg_archive
1529
      Will warn about broken symlinks
1530
      In test mode it will generate an error if broken symlinks are found
1531
 
1532
    * Jats Makefile creation
1533
      Corrected handling of source files with multiple '.' in their names.
1534
      There was a problem with such files in Prog and SharedLib directives
1535
 
1536
    * Utility: deploy_builder
1537
      Initial release of this internal utility.
1538
 
1539
------------------------------------------------------------------------
4391 dpurdie 1540
Version:  3.5.1000.cr                               Released: 07-Jul-14 
4382 dpurdie 1541
------------------------------------------------------------------------
1542
Minor changes:
1543
    * Visual Studio 2005 and above toolset
1544
      The programs .exe.manifest will be packaged along with the 
1545
      executable, but only if it exists.
1546
 
1547
------------------------------------------------------------------------
4362 dpurdie 1548
Version:  3.5.0000.cr                               Released: 24-Jun-14
1549
------------------------------------------------------------------------
1550
Minor changes:
1551
    * ANDROID Support
1552
      The 'populate' phase passes in all arguments from the MakeProject directive
1553
      This allows libs and jars to be named during the populate phase.
4345 dpurdie 1554
 
361 dpurdie 1555
------------------------------------------------------------------------
4345 dpurdie 1556
Version:  3.4.9000.cr                               Released: 19-Jun-14
1557
------------------------------------------------------------------------
1558
Minor changes:
1559
    * ANDROID Support
1560
      Populate the project during the build phase. This will place 
1561
      external JARs and Shared Libraries in the project to facilitate
1562
      development.
1563
 
1564
------------------------------------------------------------------------
4326 dpurdie 1565
Version:  3.4.8000.cr                               Released: 18-Jun-14
4324 dpurdie 1566
------------------------------------------------------------------------
1567
Minor changes:
1568
    * New Platform - ANDROID
1569
      Basic build support provided though the Makeproject directive
1570
      The Sdk and all other tools are provided via packages. These
1571
      include: androidBuilder, anddroidSdk and ant
1572
 
1573
------------------------------------------------------------------------
4309 dpurdie 1574
Version:  3.4.7000.cr                               Released: 11-Jun-2014
1575
------------------------------------------------------------------------
1576
Minor changes:
1577
    * GCC toolsets
1578
      Removed -Wid-clash-31 from the list of warnings enabled via 'options=wall'
1579
 
1580
    * New Platform Alias - MSWIN32
1581
      This alias will expand to (supported) targets that build Microsoft
1582
      Windows 32-bit targets. At this release these targets are:
1583
        WIN32   - Visual C 6         
1584
        VS2005  - Visual Studio 2005 (Not recommended)
1585
        VS2012  - Visual Studio 2012
1586
 
1587
------------------------------------------------------------------------
4287 dpurdie 1588
Version:  3.4.6000.cr                               Released: 26-May-14
1589
------------------------------------------------------------------------
1590
Minor changes:
1591
    * Subversion utilities
4309 dpurdie 1592
      Ignored messages about external links while examining the workspace.
4287 dpurdie 1593
      Only generated by some versions of SVN.
1594
      Note: SVN Externals are not supported - just ignored.
1595
 
1596
------------------------------------------------------------------------
4266 dpurdie 1597
Version:  3.4.5000.cr                               Released: 21-May-14
1598
------------------------------------------------------------------------
1599
Minor changes:
1600
    * PackageFile directive
1601
      Improved the --DirTree operation to allow it to work in packages
1602
      with an inverted buildfile structure.
1603
 
1604
------------------------------------------------------------------------
4261 dpurdie 1605
Version:  3.4.4000.cr                               Released: 21-May-14
1606
------------------------------------------------------------------------
1607
Minor changes:
1608
    * Makefile Directives MakeProject and MakeAnt
1609
      Ensure that each project creates a unique makefile target.
1610
      Previously, projects based on the same solution/project file would
1611
      only build the last project due to a name clash
1612
 
1613
------------------------------------------------------------------------
4257 dpurdie 1614
Version:  3.4.3000.cr                               Released: 16-May-14 
1615
------------------------------------------------------------------------
1616
Minor changes:
1617
    * PackageFile directive
1618
      Improved the --DirTree operation. The directive can package up any
1619
      directory within the package - as determined by the PackageBase.
1620
 
1621
------------------------------------------------------------------------
4248 dpurdie 1622
Version:  3.4.2000.cr                               Released: 14-May-14
4197 dpurdie 1623
------------------------------------------------------------------------
1624
Minor changes:
1625
    * Utility: jats sandbox. 
1626
      New subcommand called buildfilter, to display and modify the buildfilter
1627
      used within the sandbox.
1628
 
4247 dpurdie 1629
    * Utility: jats_metrics
1630
      Detect subversion based workspaces and do not attempt to invoke the
1631
      'cleartool' command to count the clearcase branches in the view.
1632
 
4197 dpurdie 1633
------------------------------------------------------------------------
4193 dpurdie 1634
Version:  3.4.1000.cr                               Released: 04-Apr-14
4192 dpurdie 1635
------------------------------------------------------------------------
1636
Minor changes:
1637
    * Preliminary support for VS2012 and CSHARP2012
1638
      This is a Beta.
1639
      Requires VS2012 professional update 4 to be installed
1640
 
1641
    * Utility: gen_cots
1642
      Fixed the package creation process
1643
 
1644
    * Utility: sandbox.
1645
      The -toPackage, -fromPackage, -justPackage and ignore package now support
1646
      a full package_version name, in addition to the simple package name and
1647
      the package name.project forms.
1648
 
1649
      Clarified the forms in the documentation.
1650
 
1651
------------------------------------------------------------------------
4179 dpurdie 1652
Version:  3.4.0000.cr                               Released: 26-Mar-14 
4135 dpurdie 1653
------------------------------------------------------------------------
1654
Minor changes:
4163 dpurdie 1655
    * PackageFile directive
1656
      Improved the --DirTree option's detection of paths outside the current
1657
      directory.
1658
 
4179 dpurdie 1659
    * Jats build log
1660
      Will display the name of the host machine when being run by the BuildTool
1661
      and the build daemons.
1662
 
1663
    * New JATS supported host machine type: linux_x86
1664
      This has been added to support auperaunx01 as a general developer machine
1665
      Currently there are no supported compilers for this machine. It is only
1666
      the JATS tool chain. It allows the processing of subversion related 
1667
      commands.
1668
 
4163 dpurdie 1669
------------------------------------------------------------------------
1670
Version:  3.3.5000.cr                               Released: 21-Feb-14 
1671
------------------------------------------------------------------------
1672
Minor changes:
4135 dpurdie 1673
    * Makefiles. Platform specifier
1674
      Corrected issue where the platform specifier consists entirely of 
1675
      non-platform arguments.
1676
 
1677
    * Jats.bat file example/template
1678
      Added JAVA 1.7 default location
1679
 
1680
------------------------------------------------------------------------
4119 dpurdie 1681
Version:  3.3.4000.cr                               Released: 22-Jan-14
4115 dpurdie 1682
------------------------------------------------------------------------
1683
Minor changes:
4119 dpurdie 1684
    * SK20 Toolset
1685
      Added standard HOST_* definitions to SK20 target
1686
 
1687
    * Subversion Support
1688
      Ignore error text of the form 'QDBusConnection:*' from the SVN error
1689
      stream. This may be generated by a dud released of Ubuntu KDE
1690
 
1691
------------------------------------------------------------------------
1692
Version:  3.3.3000.cr                               Released: 15-Jan-14
1693
------------------------------------------------------------------------
1694
Minor changes:
4115 dpurdie 1695
    * Re-release with missing SK20 support files.
1696
 
1697
------------------------------------------------------------------------
4110 dpurdie 1698
Version:  3.3.2000.cr                               Released: 13-Jan-14 
4109 dpurdie 1699
------------------------------------------------------------------------
1700
Major changes:
1701
    * New build target called SK20
1702
      This uses a gcc-based cross compiler and can be run on linux development
1703
      machines. The compiler and associated SDKs are provided by 'You Transactor'
1704
      Controlled in the VIX package named 'arm-iwmmxt-linux-gnueabi'. This package
1705
      addresses issues in the 'You Transactor' provided installer.
1706
 
1707
Minor changes:
1708
 
1709
------------------------------------------------------------------------
4097 dpurdie 1710
Version:  3.3.1000.cr                               Released: 13-Dec-13  
4075 dpurdie 1711
------------------------------------------------------------------------
1712
Major changes:
1713
 
1714
Minor changes:
1715
    * C# Toolset
1716
      Supported named dependencies when specifying a resx file to support
1717
      resx files that include other files.
1718
 
4097 dpurdie 1719
      Resx support. Extend search path for associated .cs file to include
1720
      the parent directory.
1721
 
4095 dpurdie 1722
    * Utility: update_release
1723
      Set umask to 0002 to assist in preserving group access to files and
1724
      folders created in the 'releases' area.
4075 dpurdie 1725
 
4095 dpurdie 1726
    * Utility: svn createPackage
1727
      Perform a validity check on any directory tree being imported. It 
1728
      must not contain any of the following reserved directory names:
1729
        .svn, .git, .hg, .cvs, tags, trunk or branches
4075 dpurdie 1730
 
4095 dpurdie 1731
    * GCC Based build targets
1732
      Extended CTAGS support to GCC based targets.
4097 dpurdie 1733
      'jats make ctags' will generate a ctags file for GCC based builds in
1734
      the same manner as it has for Windows based builds.
4095 dpurdie 1735
 
4075 dpurdie 1736
------------------------------------------------------------------------
4096 dpurdie 1737
Version:  3.3.0000.cr                               Released: 19-Sep-13
4034 dpurdie 1738
------------------------------------------------------------------------
1739
Major changes:
1740
    * GCC Toolchain - Android NDK support
1741
      Implemented SharedLibrary option - --NoVersionDll
1742
      Implemented CompilerOptions - 'NoVersionDll'
1743
 
4036 dpurdie 1744
      Improved the process that creates symbolic links between a Shared
4034 dpurdie 1745
      Libraries 'RealName' and its 'soname' and 'link name'
1746
 
1747
      Added support for a compiler to be provided through a package.
1748
      Specifically implemented to allow Android
1749
 
1750
Minor changes:
1751
    * BuildName directive
1752
      Force '--RelaxedVersion' on COTS packages that have exactly 3 arguments.
1753
 
1754
    * Sandbox utility
4036 dpurdie 1755
      Fixed use of a 'buildfilter' file in the sandbox directory.
4034 dpurdie 1756
 
1757
    * GCC Toolchain - General
4036 dpurdie 1758
      When building a shared library, all unresolved symbols will generate
4034 dpurdie 1759
      a warning.
1760
 
1761
------------------------------------------------------------------------
4003 dpurdie 1762
Version:  3.2.2000.cr                               Released: 27-Aug-13
1763
------------------------------------------------------------------------
1764
Major changes:
1765
 
1766
Minor changes:
1767
    * Automated Build System Support for machines that do not build the package
1768
      This version provides a transparent 'dummy' build under conditions where
1769
      a package does not build for the current machine. All the commands
1770
      used by the 'buildtool' will perform a dummy build. There are no build
1771
      artifacts, but the build will not fail.
1772
 
1773
      This mechanism improved the tracking of files created during the creation
1774
      of makefiles and uses this mechanism to deleted generated files.
1775
 
1776
------------------------------------------------------------------------
3987 dpurdie 1777
Version:  3.2.1000.cr                               Released: 16-Aug-2013
1778
------------------------------------------------------------------------
1779
Major changes:
1780
 
1781
Minor changes:
1782
    * Utility: update_release
1783
      Added options:
1784
        -addfilter=xxx[,yyy]*
1785
        -delfilter=xxx[,yyy]*
1786
      Allowed the -filter option to take a comma separated list of filters.
1787
      Allowed filters to contain a pathname element. ie: scripts/*.sh
1788
      Allow filters without wildcard characters to work correctly.
1789
      Report filter elements that are not used.
1790
 
1791
    * CSharp Toolset: Resx processing
1792
      Backward compatibility with badly formed packages.
1793
      Ignore 'Designer.cs' files that have zero length.
1794
 
1795
    * Build Target: UBUNTU12
1796
      Added missing LMOS aliases.
1797
 
1798
------------------------------------------------------------------------
3967 dpurdie 1799
Version:  3.2.0000.cr                               Released: 8-Aug-2013
1800
------------------------------------------------------------------------
1801
Major changes:
1802
    * New build target: UBUNTU12
1803
      This is intended to facilitate testing of emebedded devices. It is not
1804
      intended to build deployed software.
1805
 
1806
      UBUNTU12 is considered to be an embedded device and as such is included in
1807
      the DEVLINUX alias.
1808
 
1809
      UBUNTU12 is built on an Ubuntu LTS 12.04 platform using
1810
      gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3.
1811
 
1812
Minor changes:
1813
    * Jats wrapper script
1814
      The default version control system has been set to 'svn'. This means that
1815
      the jats commands 'label', 'release' and 'extract' will invoke the
1816
      Subversion instance of the command.
1817
 
1818
      This change will not be picked up by Windows users. They will need to
1819
      update their jats.bat file if they want this change.
1820
 
1821
    * Utility: jats vcsdiff
1822
      Added support for BeyondCompare3 under windows.
1823
 
1824
    * Utility: jats upddep
1825
      Corrected issue that prevented the results being written to the build.pl
1826
      file under windows.
1827
 
1828
    * CSharp Toolset: Resx processing
1829
      Improved the generation of the Resource names. Now supports
1830
      form names that do not match the enclosing resource.
1831
 
1832
      Supports Resources without a matching .cs file - as long as there
1833
      is a matching Designer.cs file.
1834
 
1835
    * GCC Toolchain
1836
      Added version testing of the compiler being invoked by the build.
1837
 
1838
------------------------------------------------------------------------
3859 dpurdie 1839
Version:  3.1.9000.cr                               Released: 21-Jun-13
1840
------------------------------------------------------------------------
1841
Major changes:
1842
    * Jira Issue: JATS-274: Long view name causes legacy package to
1843
                            fail to daemon build
1844
      Create shorter viewnames when extracting Subversion workspace
1845
 
3967 dpurdie 1846
    * Documentation
3859 dpurdie 1847
      Document the EnvVar ANT_HOME  
1848
 
1849
------------------------------------------------------------------------
3833 dpurdie 1850
Version:  3.1.8000.cr                               Released: 04-Jun-13
3832 dpurdie 1851
------------------------------------------------------------------------
1852
Major changes:
1853
    * New Platform: INTELLECT
1854
      Support for Intellect PAX.
1855
      This support does not extend to native building of PAX modules. It is
1856
      intended to 'wrap' the existing PAX Build system.
1857
 
1858
      The body of the Pax Building infrastructure is not within the JATS core
1859
      but is to be provided though a JATS plugin.
1860
 
1861
------------------------------------------------------------------------
3559 dpurdie 1862
Version:  3.1.7000.cr                               Released: 03-May-13
1863
------------------------------------------------------------------------
1864
Major changes:
3564 dpurdie 1865
    * New Platform: VSDEVRC
1866
      Uses an MSP430G2553 processor, a member of the Texas Instruments MSP430
1867
      family
3559 dpurdie 1868
 
1869
Minor changes:
1870
    * Utility: jats sandbox
1871
      Support sandbox specific build filter. A file called 'buildfilter' in
1872
      the root of the sandbox will be used to specify a sandbox-local
1873
      buildfilter. It will override any buildfilter provided on the command
1874
      line.
1875
 
1876
    * Jats Configuration
1877
      Replace auperaunx26 with auperaarc01 as the default package server.
1878
 
1879
    * Jats Utility: rewrite and upddep
1880
      Purify build files that have mixed line endings under both Windows
1881
      and Linux.
1882
 
1883
      Addresses an issue where build files with mixed line endings are not
1884
      correctly rippled.
1885
 
1886
------------------------------------------------------------------------
3347 dpurdie 1887
Version:  3.1.6000.cr                               Released: 05-Apr-13
1888
------------------------------------------------------------------------
1889
Major changes:
1890
 
1891
Minor changes:
1892
    * Jats Core
1893
      Corrected algorithm used to search for a matching package version.
1894
      This is used by the -build option of ccrelease and svnrelease and
1895
      the '-locatepkg' option of JATS.
1896
 
1897
    * Utility: svnsave_build
1898
      Used only by the build daemons.
1899
      Do not propagate the 'author' of the base package if the build is a ripple.
1900
 
1901
    * Utility: svnrelease and svnextract
1902
      The process of backtracking from a tag to a branch/trunk supports
1903
      branches that are more than a single subdirectory.
1904
 
1905
------------------------------------------------------------------------
3045 dpurdie 1906
Version:  3.1.5000.cr                               Released: 13-Feb-13 
1907
------------------------------------------------------------------------
1908
Major changes:
1909
 
1910
Minor changes:
1911
    * svnrelease utility
1912
      The use of the '-branch' option will not replace the build files with
1913
      those from the base tag, nor will it replace any files that were modified
1914
      between the tag and branch from which the tag was taken.
1915
 
1916
      The resultant workspace will be the HEAD of the named branch, although
1917
      the extraction process will highlight changes between the named branch and
1918
      the named tag.
1919
 
1920
    * svnrelease utility
1921
      Corrected a problem in backtracking from a tag to the development branch
1922
      with some releases of TortoiseSVN.
1923
 
1924
------------------------------------------------------------------------
2931 dpurdie 1925
Version:  3.1.4000.cr                               Released: 31-Jan-13
1926
------------------------------------------------------------------------
1927
Major changes:
1928
 
1929
Minor changes:
1930
    * CHSHARP Toolset
1931
      New CompileOption: NoVersionDLL
1932
        Suppress the creation of versioned DLL for all Shared Libraries
1933
        covered by the makefile.
1934
 
1935
      New SharedLib option: --NoVersionDll
1936
        Suppress the creation of versioned DLLs.
1937
        Unversioned DLLs will always be generated.
1938
 
1939
    * ALL Toolsets
1940
      Ensure that some EnvVars that confuse the GNU automake are not exported
1941
 
1942
    * Utility vcsdiff
1943
      Under Unix will perform a 'diff' of the two views.
1944
      Added '-diff' option to force a text mode diff under Windows, rather than
1945
      the default use of BeyondCompare.
1946
 
1947
------------------------------------------------------------------------
2764 dpurdie 1948
Version:  3.1.3000.cr                               Released: 04-Jan-13
1949
------------------------------------------------------------------------
1950
Major changes:
1951
 
1952
Minor changes:
1953
    * Subversion Extraction
1954
      Detect and report error condition where a tag references a parent
1955
      directory of the tag.
1956
 
1957
      Better handling of tagged versions that have been moved within the
1958
      repository.
1959
 
1960
    * Subversion Support
1961
      Detect authentication errors and issue user-friendly error messages
1962
      showing the user what to do.
1963
 
1964
    * Added Support for LMOS_COBRA
1965
      This does not imply that LMOS is fully supported on the COBRA, only that
1966
      we have build support for this target.
1967
 
1968
      Note: LMOS is not fully supported by VIX on the COBRA platform.
1969
            LMOS should not be used on the COBRA.
1970
 
1971
Internal:
1972
    * Jats Utility: JatsFileUtil usage
1973
      Better handling of files with nasty characters(%'&) in them.
1974
      Now use a modified Url encoding scheme to pass them into JatsFileUtil
1975
      JatsFileUtil Will perform Url decoding of all arguments
1976
 
1977
------------------------------------------------------------------------
2478 dpurdie 1978
Version:  3.1.2000.cr                               Released: 15-Nov-12
1979
------------------------------------------------------------------------
1980
Major changes:
1981
 
1982
Minor changes:
1983
    * Makefile Generation.
1984
      Fixed issue with packaging files with a single quote(') in the name
1985
 
1986
------------------------------------------------------------------------
2450 dpurdie 1987
Version:  3.1.1000.cr                               Released: 14-Nov-12
1988
------------------------------------------------------------------------
1989
Major changes:
1990
 
1991
Minor changes:
1992
    * Makefile generation
1993
      Warning generation of bad source paths does not generate an error
1994
      if the path test escapes the directopry tree. It will generate a
1995
      warning, which allows the build to progress as before - with lots
1996
      of warnings.
1997
 
1998
    * Makefile Generation
1999
      BuildSubDir and SubDir directives - cleanup paths.
2000
 
2001
    * Jats Utility: JatsFileUtil
2002
      Better handling of double '\' in pathnames under windows.
2003
 
2004
 
2005
------------------------------------------------------------------------
2439 dpurdie 2006
Version:  3.1.0000.cr                               Released: 08-Nov-12
2429 dpurdie 2007
------------------------------------------------------------------------
2008
Major changes:
2009
    * Make-time performance improvement of packaging
2010
      Improved the performance of the 'packaging' and 'installing' operations
2011
      by an order of magnitude under windows. Replaced the shell scripting of
2012
      these operations with a dedicated program.
2013
 
2014
      This change also addressed a long-time Windows issue with the packaging
2015
      of files into very long (>~250) paths as the utility supports the full
2016
      windows path scheme.
2017
 
2018
Minor changes:
2019
    * Command Changes: jats clobber
2020
      The 'jats clobber' command has been significantly sped up
2021
      The 'clobber' no longer unpackages and uninstalls files one by one
2022
      from the relevant directories. The entire directory is deleted.
2023
 
2024
      The original sequence can still be perform, if required, with the commands
2025
        jats make clobber
2026
      This operates as before.
2027
 
2028
    * Utility: escrow
2029
      Support to extract packages with a subdirectory structure that
2030
      breaks the JATS rule that the TTB directory names are reserved.
2031
      Some COTS packages break the rule.
2032
 
2033
    * Utility: svn : delete-branch
2034
      Modified the svn branch deletion operation.
2035
        With no arguments it will show the current branch.
2036
 
2037
    * Utility: svn : url
2038
      Improved the conversions supported. Now handles leading SVN::
2039
      and will decode tags of the form SVN::path::tag
2040
 
2041
    * Utility: svn : import
2042
      Added a '-nocommit' option to allow the results of the import to be
2043
      inspected before committing them to the Repository.
2044
 
2045
    * Subversion Support
2046
      Detect authentication errors and issue user-friendly error messages
2047
      showing the user what to do.
2048
 
2049
      The special label of TIMESTAMP now creates a tag with a .WIP
2050
      suffix. This allows the tag to be deleted in the VIX protected
2051
      repositories.
2052
 
2053
------------------------------------------------------------------------
2078 dpurdie 2054
Version:  3.0.5000.cr                               Released: 05-Oct-12
2055
------------------------------------------------------------------------
2056
 
2057
Minor changes:
2058
    * Jats build
2059
      Added a '-nopackages' option to allow the creation of version information
2060
      files under conditions where the external packages are not available, such
2061
      as within a JATS Sandbox.
2062
 
2063
      This option is intended to be used in conjunction with the 'interface'
2080 dpurdie 2064
      command, with a sandbox.
2078 dpurdie 2065
 
2066
      ie: jats sandbox cmd -keepgoing build interface -nopackages
2067
 
2068
------------------------------------------------------------------------
2054 dpurdie 2069
Version:  3.0.4000.cr                               Released: 27-Sep-12
2049 dpurdie 2070
------------------------------------------------------------------------
2071
 
2072
Minor changes:
2073
    * Utility: svn
2074
      Added two subcommands
2075
        branch - to create a branch within a workspace
2076
        switch - to switch a workspace to a branch, or tag.
2077
                 Can also display available branches.
2078
 
2054 dpurdie 2079
    * Utility: sandbox. Subcommand: cmd
2080
      Added '-keepgoing' option to allow the user to ignore errors
2040 dpurdie 2081
 
2082
    * Utility: rtag_extract
2083
        * Added -[no]log option to control the output
2084
        * Extended the examples in the documentation
2085
 
2086
    * Utility: svnrelease and svnextract
2087
      Modified the way that branches are created and used.
2088
      Modified two options:
2089
        -mkbranch=name. Will create a branch while extracting the package
2090
                        The named branch must not exist
2091
        -branch=name.   Will extract the head of the named branch - if it exists
2092
                        The named branch must exist
2093
      The two options are mutually exclusive.
2094
 
2095
------------------------------------------------------------------------
2017 dpurdie 2096
Version:  3.0.3000.cr                               Released: 24-Sep-12
2097
------------------------------------------------------------------------
2098
 
2099
Minor changes:
2100
    * Utility: rtag_extract
2101
      The following enhancements have been made to this utility
2102
        * Only allow extracting into a jats sandbox
2103
        * Create workspaces with a name that is the package name
2104
        * Skip extraction of a package if it already exists in the sandbox
2105
 
2106
------------------------------------------------------------------------
1456 dpurdie 2107
Version:  3.0.2000.cr                               Released: 21-Sep-12
2108
------------------------------------------------------------------------
2109
 
2110
Minor changes:
2017 dpurdie 2111
    * Utility: svnrelease and svnextract
1456 dpurdie 2112
      The name of the directory into which the package will be etracted
2113
      has been greatly simplified, under most cases.
2114
 
2115
------------------------------------------------------------------------
1447 dpurdie 2116
Version:  3.0.1000.cr                               Released: 18-Sep-12
2117
------------------------------------------------------------------------
2118
 
2119
Minor changes:
2120
    * Utility: svnrelease
2121
      Correctly handle build files that are not in the root directory
2122
      Missed in previous release.
2123
 
2124
------------------------------------------------------------------------
2125
Version:  3.0.0000.cr                               Released: 13-Sep-12
2126
------------------------------------------------------------------------
2127
 
2128
Major changes:
2129
    * Jats Version Number
2130
      Rolled to version 3 as the build number was confusingly high
2131
      Although the major version number has changed, JATS has not changed
2132
      significantly.
2133
 
2134
Minor changes:
2135
    * Makefile Generation
2136
      Packing of directories filters out .svn subdirectories
2137
 
2138
    * Utility: svnrelease
2139
      Correctly handle build files that are not in the root directory
2140
 
2141
------------------------------------------------------------------------
1403 dpurdie 2142
Version:  2.101.0000.cr                               Released: 11-Sep-12
2143
------------------------------------------------------------------------
2144
Major changes:
2145
    * Subversion support
2146
      Multiple changes to subversion support to simplify development with
2147
      SubVersion. Changes include:
2148
        - New VcsTag that has a path and a tag component
2149
        - Multiple extraction modes with checks to highlight unexpected
2150
          file changes between workspace and branch head.
2151
 
2152
Minor changes:
2153
    * Utility: New utility - rtag_extract
2154
      Tool to extract a set of packages based on a Release Manager Release.
2155
      Can limit the files extracted to one or more paths, or a list of packages.
2156
      Provides supervised extraction of the set of packages.
2157
      Use 'jats man rtag_extract' or online documentation.
2158
 
2159
    * Utility: svnsave_build
2160
      Failure to change the author of the build is not an error.
2161
      This allows for non-standard repositories being used during consolidation
2162
 
2163
    * Linux support utilities
2164
      Add a version of 'addr2line' that understands the ELF file format
2165
      which has debug information striped out into a separate file.
2166
      Used to support backtracing within unit tests.
2167
 
2168
------------------------------------------------------------------------
1329 dpurdie 2169
Version:  2.100.6000.cr                               Released: 30-Jul-12
2170
------------------------------------------------------------------------
2171
Major changes:
2172
    * Subversion Repository location
2173
      The correct paths to the various SubVersion repositories is:
7321 dpurdie 2174
        GBE_SVN_URL_AUPERASVN01: https://auawsasvn001.vix.local/svn
1329 dpurdie 2175
        GBE_SVN_URL_FRBESASVN01: http://frbesasvn01.frbesa.erggroup.com/svn
2176
      Windows users may need to update there jats.bat file.
2177
      These are Fully Qualified Domain Names.    
2178
 
2179
Minor changes:
2180
    * Jats startup warning introduced in 2.100.5000.cr
2181
      Now accepts both / and \ as path separators.
2182
 
2183
    * Utility: svnrelease
2184
      Modified the operation of the '-branch' to better mimic the ClearCase
2185
      operation of the same command. If the specified branch exists, then it
2186
      will be used, otherwise it will be created based on the specified tag.
2187
 
2188
    * Utility: svnsave_build
2189
      Modify the operation such that the 'author' of the saved build is set to
2190
      that of the user that created the version that that build is based upon.
2191
      This preserves the history of the build a lot better than tagging all
2192
      builds as being done by 'buildadm'.
2193
 
2194
    * Utility: ccdelete_view
2195
      Allow the user to specify ClearCase viewtags or a viewstore path.
2196
 
2197
    * Utility: sandbox
2198
      Added options to control the packages processed. The user can specify
2199
      a range of packages and exclude or include specific packages.
2200
 
2201
      Subcommand: populate
2202
      Added -exclude=name[,name]+ to allow specific packages to be excluded
2203
      Add -all option to force dependency testing of packages already in the
2204
      sandbox.
2205
 
2206
    * Subversion Support
2207
      With an automated build environment the use of a default Subversion
2208
      repository is not supported.
2209
 
2210
      Creating a workspace will display the files being extracted providing
2211
      a progress indication.
2212
 
2213
    * Jats Online Documentation
2214
      Migrated several items from the VIX Wiki to the FAQ section of the
2215
      online documentation.
2216
 
2217
    * Generated makefiles
2218
      Improved tracing of package archive source in comments
2219
 
2220
------------------------------------------------------------------------
401 dpurdie 2221
Version:  2.100.5000.cr                               Released: 28-May-12
399 dpurdie 2222
------------------------------------------------------------------------
2223
Major changes:
2224
 
2225
Minor changes:
2226
    * New Platform: WCENAUTIZX5
2227
     "Nautiz eTicket Pro" built under VS2005
2228
 
400 dpurdie 2229
    * Jats startup will warn Windows Users if jats.bat does not
2230
      link to the dynamically updated version of JATS. 
2231
 
399 dpurdie 2232
Internal:
2233
    * Corrected error handling in Release Manager Database connection
2234
      Worked on Windows, but not linux.
2235
 
2236
------------------------------------------------------------------------
387 dpurdie 2237
Version:  2.100.4000.cr                               Released: 30-Apr-12
2238
------------------------------------------------------------------------
2239
Major changes:
2240
 
2241
Minor changes:
2242
    * Jats makefile directive: MakeProject
2243
      Improved support for packaging files with spaces and other make-unfriendly
2244
      characters in their pathname.
2245
 
2246
------------------------------------------------------------------------
385 dpurdie 2247
Version:  2.100.3000.cr                               Released: 20-Apr-12
2248
------------------------------------------------------------------------
2249
Major changes:
2250
 
2251
Minor changes:
2252
    * Platform: VIXITP
2253
      Minor enhancements
2254
 
2255
    * JATS wrappers
2256
      Updated default paths to Subversion Servers
2257
 
2258
    * Subversion Support
399 dpurdie 2259
      Added svn delete-branch
385 dpurdie 2260
 
2261
------------------------------------------------------------------------
383 dpurdie 2262
Version:  2.100.2000.cr                               Released: 13-Apr-12
2263
------------------------------------------------------------------------
2264
Major changes:
2265
 
2266
Minor changes:
387 dpurdie 2267
    * GCC Toolmaking
383 dpurdie 2268
      Use JATS' internal dependency generator. This is much faster than the
2269
      use of the gcc as previously implemented.
2270
 
2271
    * New Platform: VIXITP
387 dpurdie 2272
      Specialized platform for the VIX 'ITP' product.
383 dpurdie 2273
 
2274
    * Subversion Support
2275
      Documented the use of 'TIMESTAMP' in svn commands
2276
      svnrelease. The -branch option supports the special name TIMESTAMP
2277
 
2278
 
2279
------------------------------------------------------------------------
381 dpurdie 2280
Version:  2.100.1000.cr                               Released: 28-Mar-12
2281
------------------------------------------------------------------------
2282
Major changes:
2283
 
2284
Minor changes:
2285
    * Jats makefile directive: MakeLinuxDriver
2286
      Added support for source files not in the same directory as the
2287
      makefile.
2288
 
2289
    * Jats makefile directives: SharedLib and Lib
2290
      Improved support for named source files with directory elements
2291
 
2292
------------------------------------------------------------------------
379 dpurdie 2293
Version:  2.100.0000.cr                               Released: 23-Mar-12
2294
------------------------------------------------------------------------
2295
Major changes:
2296
 
2297
    * WIN32 Target (Visual Studio 6)
2298
      This target will now consume headers/libraries from a VS6 directory.
2299
      This has been provided to allow the use of Dinkumware_STL to be limited
2300
      to this one compiler. Specifically we need to excluded the use of
2301
      Dinkumware from VS2010 builds.
2302
 
2303
    * C# Toolchain
2304
      Correctly detect missing .cs file in .resx /.cs file pair.
2305
 
2306
Minor changes:
2307
    * Jats wrapper script
2308
      New option: -logfile=name
2309
 
2310
    * Jats configuration
2311
      jats.bat example (Windows)
2312
      jats.sh example (Unix)
2313
      Redefined location of the Perth Subversion server AUPERASVN01
2314
 
2315
    * Escrow build on solaris_x86
2316
      Added workaround for strange issue on X86 based Solaris machines
2317
      The GBE_MACHTYPE EnvVar would disappear during the build process
2318
 
2319
    * Utility ccrelease
2320
      The -extractfiles option nolonger uses a dynamic view to perform the
2321
      extraction. It uses the same process as normal view creation.
2322
 
2323
    * Utility: svn
2324
      Improved package import processing.
2325
      Allow Date, Author and Log to be added to the imported package
2326
 
2327
    * Jats Utility: gen_cots
2328
      Added support for Subversion.
2329
      Subversion is supported on Windows and Unix.
2330
      ClearCase is supported on Windows.
2331
 
2332
    * Jats Utility: vcsdiff
2333
      New Utility. Will diff two versions of a package. Supports
2334
      mixed ClearCase and Subversion versions.
2335
      Under windows it can invoke BeyondCompare
2336
      Under Windows and Unix it can perform a MD5 check over both directories.
2337
 
2338
------------------------------------------------------------------------
377 dpurdie 2339
Version:  2.99.2000.cr                               Released: 3-Feb-12
2340
------------------------------------------------------------------------
2341
Major changes:
2342
 
2343
Minor changes:
2344
    * BuildVersion directive
2345
      Updated Company Name, Copyright and Trademark strings to 'Vix IP Pty Ltd'
2346
 
2347
    * GCC Toolset
2348
      Added support for filterering warning messages, via a warnings.gcc file
2349
 
2350
------------------------------------------------------------------------
375 dpurdie 2351
Version:  2.99.1000.cr                               Released: 13-Jan-12
2352
------------------------------------------------------------------------
2353
Major changes:
2354
 
2355
Minor changes:
2356
    * Command: jats clobber
2357
      When building packages that use deploylib - remove the 'build/deploy'
2358
      directory as a part of the clobber processing.
2359
 
2360
    * Jats wrapper. Environment Variable Cleanup (Windows Only)
2361
      Force ALL EnvVars stored in the environment and passed to programs
2362
      invoked by JATS to be converted to upper case.
2363
 
2364
      This solves problems associated with some programs that do not treat
2365
      Windows EnvVars as case insensitive.
2366
 
377 dpurdie 2367
      A useful side effect of this change is that VS2010 running on
2368
      64-bit Windows-7 will now locate the default installation of VS2010, as
2369
      will many other toolsets.
375 dpurdie 2370
 
2371
    * jats svnlabel
2372
      Report conflicting options: Label and Clone
2373
 
2374
      Correct the 'label' operation. The user is not allowed to provide
2375
      path. The user must provide a simple label. JATS will determine the
2376
      workspace and the correct branch/tag to place the label in.
2377
 
2378
    * Built Daemon support
2379
      jats_svn_savebuild will now delete a WIP if its in the /tags/ directory.
2380
      This allows WIPs to be tags or branches
2381
 
2382
------------------------------------------------------------------------
373 dpurdie 2383
Version:  2.99.0000.cr                               Released: 06-Jan-12
2384
------------------------------------------------------------------------
2385
Major changes:
2386
    * GCC Toolset
2387
      Modified the creation and maintenance of debug information.
2388
      New methodology is:
2389
        Debug information is created for both production and debug builds
2390
        Debug information is placed in a .dbg file, which is linked to the
2391
        executable, or shared library. The .dbg file is packaged in the manner
2392
        as the main binary.
2393
 
2394
      This methodology does not bloat the binary with debug information, while
2395
      retaining debug information. The binary transferred to an embedded
2396
      device does not contain debug information, yet the image used in the
2397
      debugger can still access the debug information. This is the best of
2398
      both worlds.
2399
 
2400
Minor changes:
2401
    * HTML Documentation
2402
      JatsWelcome.html - Extended references to BMS documentation.
2403
 
2404
Internal changes:
2405
    * Generated makefiles
2406
      Removed the make_usage target as it is inaccessible. It was replaced by
2407
      jmake's 'help' command a long time back.
2408
 
2409
------------------------------------------------------------------------
371 dpurdie 2410
Version:  2.98.4000.cr                               Released: 23-Dec-11
2411
------------------------------------------------------------------------
2412
Major changes:
2413
    * Jats Sandbox
2414
      Softlinks to packages within the sandbox are now relative to the root of
2415
      the sandbox. This allows packages in the sandbox to be created under one
2416
      machine architecture and consumed under another.
2417
 
2418
    * RIORDS Platform
2419
      Generate output files with the package version embedded in the name
2420
      This can be disabled with --NoVersion
2421
 
2422
      Package up the 'hex' file created when the .img file is processed.
2423
 
2424
 
2425
Minor changes:
2426
    * Processing makefile.pl
2427
      Better handling of some shared library arguments for undeclared files
2428
      Error detection of some arguments that start with white-space
2429
 
2430
------------------------------------------------------------------------
369 dpurdie 2431
Version:  2.98.3000.cr                               Released: 14-Dec-11
2432
------------------------------------------------------------------------
2433
Major changes:
2434
 
2435
Minor changes:
2436
    * New Platform and Toolchain
371 dpurdie 2437
      Platform is RIORDS. This uses the MSP430 toolchain.
369 dpurdie 2438
      Beta release of this toolchain
2439
 
2440
    * Jats Escrow. Escrow extraction
2441
      Force views created to be done in the same manner as the build daemon.
2442
      Under Clearcase, do not include the /main/0 rule.
2443
 
2444
    * Utility: ccrelease (jats release, jats extract)
2445
      Correct use of /main/0 on Unix platforms to match Windows behavior.
2446
      Only add /main/0 if the user has provided a path to a directory within
2447
      a vob.
2448
 
2449
    * Various changes to remove warnings when used with perl 5.14.
2450
      Note: Perl 5.14 is not recommended.
2451
            Perl 5.8.8 is recommended.
2452
 
2453
    * Windows utilities
2454
      Updated 7z to version 9.20.
2455
 
2456
    * Subversion Support
2457
      Support for 1.7 error messages
2458
      Extended the 'jats svn' utility. New subcommands:
2459
        paths - Display Subversion tag to URL conversions
2460
        tag   - Convert a path or URL to a Release Manager Tag
2461
        url   - Convert Release Manager tag to URL
2462
 
2463
    * COBRA Toolset
2464
      Suppress compiler warning on incompatible ABI
2465
 
2466
    * Create dpkg utility
2467
      Allows packaging from a sandbox, but only of package versions 99.99.99
2468
 
2469
Internal changes:
2470
    * Generated makefiles are now dependent on DPACKAGE files from dependant
2471
      packages, if present.
2472
 
2473
------------------------------------------------------------------------
367 dpurdie 2474
Version:  2.98.2000.cr                               Released: 15-Nov-11
2475
------------------------------------------------------------------------
2476
Major changes:
2477
 
2478
Minor changes:
2479
    * Jats Utility:
2480
      Added 'ccdelete_view'. This utility will delete a Clear Case view given a
2481
      viewtag, even if the view has been deleted from disk.
2482
 
2483
    * Jats startup
2484
      Jats will report an error if started in a directory that is inaccessible
2485
      to the user. An error will also be report if jats is directed to change to
2486
      in inaccessible directory.
2487
 
2488
    * Building an ANT project.
2489
      Jats will warn if a buildfile does not have an associated depends file.
2490
 
2491
    * TOOLSET: GCC
2492
      The 'options=args' now shows the operation of the dependency generation step.
2493
 
2494
    * TOOLSET: WINCE
2495
      Better detection of missing SDK components.  
2496
 
2497
    * Subversion support
2498
      Allow untrusted certificates in https connections.
2499
      VisualSvnServer provides self signed certificates
2500
 
2501
Internal:
2502
    * Makefile generation
2503
        Removed the use of the .rul file. Now generated in place.
2504
        Removed PLATFORM.mk dependencies. Work is done in jmake.
2505
 
2506
------------------------------------------------------------------------
365 dpurdie 2507
Version:  2.98.1000.cr                               Released: 15-Sep-11
2508
------------------------------------------------------------------------
2509
Major changes:
2510
 
2511
Minor changes:
2512
    * Utility: cclabel
2513
      Handle VCS tags of the form CC::path::label and extract the vob name and
2514
      the clearcase label.
2515
 
2516
    * Subversion support
2517
      Report errors when required utilities cannot be found
2518
      Delay reporting until utilities are required to allow the help system
2519
      to operate.
2520
 
2521
------------------------------------------------------------------------
363 dpurdie 2522
Version:  2.98.0000.cr                               Released: 09-Aug-11
2523
------------------------------------------------------------------------
2524
Major changes:
2525
    * New toolset: ARM251
2526
 
2527
    * New target platform: ARM_I5100
2528
      Uses the ARM251 toolset.
2529
 
2530
Minor changes:
2531
    * HTML Help
2532
      Correct display of subheadings in the Table of Contents under IE8
2533
 
2534
    * jats build -noforce
2535
      The 'quick' test to force a re-build now takes the value of
2536
      GBE_BUILDFILTER into account. If the value changes, then a rebuild will
2537
      be forced.
2538
 
2539
      This affect the 'jats all' and associated 'sandbox' commands.
2540
 
2541
    * Utility: ccrelease (jats release, jats extract)
2542
      Improved the ClearCase config spec used to create the view.
2543
 
2544
      If the command specifies a branching rule, then the view will not allow
2545
      directories above the package base to be branched. This will prevent
2546
      unintentional branching within the root of the VOB.
2547
 
2548
      If the command does not specify a branching rule, the view now allows
2549
      files and folders to be 'added' within the view, within the package. This
2550
      feature is suppressed when the tool is used by the AutoBuilder, or when
2551
      the load path contains only the name of the VOB.
2552
 
2553
    * Utility: svnrelease
2554
      Remove duplicate package-name words from the generated workspace name to
2555
      provide a cleaner workspace name.
2556
 
2557
      Allow the workspace to be deleted in 'release' mode by changing out of the
2558
      workspace directory before attempting the delete.
2559
 
2560
    * Utility: svn
2561
      Added 'test' to verify that the subversion CLI utility has been
2562
      installed and can be used.
2563
 
2564
    * Toolset: CSharp
2565
      Utilize features of cmdfile to simplify the generated makefile
2566
      Force the generated command file to have correct directory separation
2567
      character.
2568
 
2569
    * Toolset: SunWorks
2570
      Corrected usage of the -erroff directive
2571
      The later SunWorks compilers are more strict about its usage.
2572
      May affect 64 Solaris builds as the incorrect usage may have been
2573
      masking an error.
2574
 
2575
    * Toolset: Delphi7
2576
      Correct library building process that had been broken by previous
2577
      enhancement.
2578
 
2579
    * Toolset: dafbr
2580
      Internal option to simplify compiler testing
2581
 
2582
    * makefile.pl directive: GenerateFiles and RunTests
2583
      Corrected operation of the '--PackageInfo' expansion
2584
        - Return correct path to package
2585
        - If no info is selected, then assume '--path'
2586
 
2587
    * build.pl directive: BuildPlatforms
2588
      Added a '--Alias=Name[,Name]+' option. This allows the setting of
2589
      a platform alias, when the platform is defined.
2590
 
2591
    * build.pl directive: BuildVersion
2592
      Generate well formed VB6 definitions for packages that have dependent
2593
      packages.
2594
 
2595
    * make command: show
2596
      Improved the readability of the 'Alias Targets' list in the
2597
      'jats make show' command.
2598
 
2599
    * Utility: create_dpkg
2600
      When transferring files from a Windows file system to dpkg_archive
2601
      ensure that the execute permission is set for all users.
2602
 
2603
      Allows 'GENERIC' packages to package up executables that will be
2604
      executed on Unix machines.
2605
 
2606
------------------------------------------------------------------------
361 dpurdie 2607
Version:  2.97.0000.cr                               Released: 24-Jun-11 
2608
------------------------------------------------------------------------
2609
Major changes:
2610
    * HTML Help (Experimental)
2611
      Generated documentation for the various JATS utilities
2612
      It is based on the internal JATS documentation available on the command
2613
      line.
2614
 
2615
      Use http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html
2616
 
2617
Minor changes:
2618
    * PackageFile directive
2619
      Allow packaging of files with a comma in the name.
2620
      Used by some COTS packages.
2621
 
2622
    * Windows utilities used by jats
2623
      stdmux and rpccpp: provide production versions that do not use debug
2624
      libraries as these are not present for all users.
2625
 
2626
    * Jats utility: dstatus
2627
      Shows the user friendly host name rather then the internal machine name.
2628
      This change is in line with the changes to Release Manager
2629
 
2630
    * Utility: svnrelease
2631
      Better deletion of workspaces referenced with non-standard URLs
2632
      Corrected problem with -branch=name option
2633
 
2634
    * Utility: svnrelease and ccrelease
2635
      Better deletion of workingspace directory.
2636
      Attempt to correct for directory permission problems.
2637
 
2638
    * Updated definition of GBE_SVN_URL_FRBESASVN01 to use
2639
      the server by name, rather than IP address: 'frbesasvn01'
2640
 
2641
    * Added EnvVar GBE_VCS to control the default Version Control System
2642
      employed by the 'jats release' and 'jats extract' commands.
2643
 
2644
      Usable values are: 'cc' and 'svn'.
2645
      The default value is 'cc', providing backward compatability to existing
2646
      developers.
2647
 
2648
 
2649
------------------------------------------------------------------------
359 dpurdie 2650
Version:  2.96.4000.cr                               Released: 06-May-11
2651
------------------------------------------------------------------------
2652
Major changes:
2653
 
2654
Minor changes:
2655
    * WIN32 Toolset
2656
      Remove .exp and .lib files that may be created when building a program.
2657
      These files may be generated when using code to create a DLL is used
2658
      to create an EXE.
2659
 
2660
    * Utility: upddep
2661
      Handle packages with version strings like: 1.6.0,REV=2006.11.29.05.03
2662
      The '=' was causing issues.
2663
 
2664
    * Utility: sandbox
2665
      New sub command - populate. Beta Release of this command
2666
      This sub command can be used to populate a sandbox with a specific package
2667
      and (optionally) its dependents, that (optionally) are not available
2668
      in a package archive.
2669
 
2670
      Sub command: create
2671
      New option '-exact'. This will create a sandbox in which the package
2672
      version numbers are significant. This is useful when recreating a specific
2673
      package version.
2674
 
2675
      Command specific help
2676
      Each sub command now has its own help.
2677
      ie: 'jats sandbox populate -help' will provide help on the populate
2678
      command.
2679
 
2680
    * BuildVersion directive
2681
      Will create well formed Windows Resource files when the Packages Build
2682
      Number is greater than 7.
2683
 
2684
Internal:
2685
    * Removed jats_save_build.pl
2686
      No longer used by the build tool.
2687
 
361 dpurdie 2688
------------------------------------------------------------------------
357 dpurdie 2689
Version:  2.96.3000.cr                               Released: 14-Mar-11
2690
------------------------------------------------------------------------
2691
Major changes:
2692
 
2693
Minor changes:
2694
    * Minor tweaks for WCEIPA280 support
2695
 
2696
    * Build tool support: jats_vcssave_build
2697
      Deprecated unused options.
2698
 
361 dpurdie 2699
------------------------------------------------------------------------
355 dpurdie 2700
Version:  2.96.2000.cr                               Released: 10-Mar-11
2701
------------------------------------------------------------------------
2702
Major changes:
2703
 
2704
Minor changes:
2705
    * New WinCE platform: WCEIPA280
2706
      Uses VS2005 and the IPA280 SDK from Ingenico
2707
 
361 dpurdie 2708
------------------------------------------------------------------------
353 dpurdie 2709
Version:  2.96.1000.cr                               Released: 09-Mar-11
2710
------------------------------------------------------------------------
2711
Major changes:
2712
 
2713
Minor changes:
2714
    * EnvVars
2715
      Support for GBE_SVN_URL_xxx to support multiple SubVersion repositories
2716
      at multiple locations.
2717
 
2718
    * Build tool support: jats_vcssave_build
2719
      New option -isawip to allow deprecation of -wiplabel option in
2720
      a future release.
2721
 
361 dpurdie 2722
------------------------------------------------------------------------
351 dpurdie 2723
Version:  2.96.0000.cr                               Released: 01-Mar-11
2724
------------------------------------------------------------------------
2725
Major changes:
2726
    * CSHARP2010 target
2727
      Force all C# compilations to be targeted at a 32-bit platform.
2728
 
2729
Minor changes:
2730
    * jats escrow utility
2731
      Uses VcsTag and jats_vcsrelease to be version control system agnostic.
2732
 
361 dpurdie 2733
------------------------------------------------------------------------
349 dpurdie 2734
Version:  2.95.1000.cr                               Released: 14-Feb-11
2735
------------------------------------------------------------------------
2736
Patch changes:
2737
    * Built Tool Interface Changes
2738
        Rename jats_vcs_save_build.pl to jats_vcssave_build.pl
2739
        Rename jats_release.pl to  jats_vcsrelease.pl
2740
      to create a consistent naming convention for the buildtool
2741
      interface to Version Control System aware tools.    
2742
 
361 dpurdie 2743
------------------------------------------------------------------------
347 dpurdie 2744
Version:  2.95.0000.cr                               Released: 11-Jan-11
2745
------------------------------------------------------------------------
2746
Major changes:
2747
    * Initial (experimental) support for VS2010, both for C# and C/C++
2748
    Introduces two new platforms:
2749
        CSHARP2010 (.NET 4.0)
2750
        VS2010
2751
 
2752
Minor changes:
2753
    * jats_rewrite - used only by the build daemons
2754
      Better handling of 'cots' packages.
2755
 
2756
    * jats upddep utility
2757
      Add -keep option to retain the config data extracted from the
2758
      Release Manager data base for diagnistic use.
2759
 
2760
    * Added Linux profile scripts to build installers
2761
      Added TEMPLATES/INSTALL to the packaged version of JATS
2762
      Support for Linux under
2763
        RHEL4
2764
        Ubuntu 10.04
2765
 
2766
Internal:
2767
    * System(--Shell) escaping - improved.
2768
      Only escape spaces if there are multiple arguments.
2769
 
2770
------------------------------------------------------------------------
345 dpurdie 2771
Version:  2.94.0000.cr                               Released: 16-Dec-10
227 dpurdie 2772
------------------------------------------------------------------------
345 dpurdie 2773
Major changes:
2774
 
2775
Minor changes:
2776
    * New target platform - PHP
2777
      This target is only available on a Windows Platform. It is used to limit
2778
      the processing of PHP artifacts by the ZendGaurd.
2779
 
2780
    * Utility: cache_dpkg
2781
      Used internally to cache packages to a local archive.
2782
      When an error is encountered in the transfer the utility will now
347 dpurdie 2783
      correctly delete the package that it was transferring. Previously it
345 dpurdie 2784
      could leave a partially transferred package.
2785
 
2786
    * Utility: create_dpkg [DEVI-063950 ]
2787
      Creates build.<MachineName> marker files as well as built.<MachType>.
2788
      Partial work for DEVI-063950
2789
 
2790
    * makefile.pl directives
2791
      Corrects and extended the operation of the platform-specifier.
2792
      All non-platform options must be true, while the platform names are
2793
      treated as before - any of them may be true. See MASS-00166 for full
2794
      details.
2795
 
2796
Internal:
2797
    * System(--Shell) operations will escape spaces in the argument
2798
      Allows the use c:\Program Files\... in path elements.
2799
 
2800
------------------------------------------------------------------------
343 dpurdie 2801
Version:  2.93.0000.cr                               Released: 03-Dec-10
2802
------------------------------------------------------------------------
2803
Major changes:
2804
 
2805
Minor changes:
2806
    * Jats Sandbox operation
2807
      Don't remove .RUL files in sandbox testing of the build files
2808
 
2809
    * Jats MakeProject directive
2810
      Added --TargetDebug= and --TargetProd=  to allow the default target
2811
      of the project builds to be specified.
2812
 
2813
      Can be used in all targets that use a Visual Studio project or solution
2814
      to build a package.
2815
 
2816
    * MergeLibrary directive
2817
      New sub-option --InterfacePlain
2818
      This will allow the use of 3rd party libraries that do not have a P or D
2819
      suffix in the library name.
2820
 
2821
    * GenerateFiles directive
2822
      Use of --Var(ObjDir) will cause the Object directory to a prequisite
2823
      of the command. Similar for BinDir and LibDir.
2824
 
2825
    * BuildPlatform
2826
      New option: --NoToolSet
2827
      Supresses the check for the existance of the underlying toolset.
2828
      Ensures that the user does not attempt to use the underlying toolset.
2829
 
2830
      To be used in packages that generate installers, where there is
2831
      no compilation phase, but the package search mechanism may still
2832
      need toolset specific information.
2833
 
2834
      Normally used in conjunction with --OnlyProd.
2835
 
2836
      eg: BuildPlatforms ( 'WIN32,--OnlyProd,--NoToolSet' );
2837
 
2838
Internal:
2839
    * Jats EnvVars, ccrelease and svnrelease
2840
      Factored out the default value of GBE_VIEWBASE and associated
2841
      processing into jats.pl
2842
 
2843
      Expect GBE_VIEWBASE to be site specific. Defaults are suitable for
2844
      a ClearCase site.
2845
 
2846
------------------------------------------------------------------------
341 dpurdie 2847
Version:  2.92.0000.cr                               Released: 08-Nov-10
2848
------------------------------------------------------------------------
2849
Major changes:
2850
 
2851
Minor changes:
2852
    * DEVI-059977: 64-bit Solaris libraries try to link against 32-bit libs
2853
      The 64-bit Solaris build will no longer attempt to consume 32-bit
2854
      libraries or header files.
2855
 
2856
    * New tool update_release
2857
      Extracts current package version list from Deployment Manager SBom(s)
2858
      and copy resultant packages to release specific directory.
2859
 
2860
      Use 'jats man update_release' for full details
2861
 
2862
    * New tool ccmerge_build
2863
      Merge an autobuilt build.pl file back to the parent branch
2864
      and leave the resultant file checked out.
2865
 
2866
      Use 'jats man ccmerge_build' for full details
2867
 
2868
    * Jats Sandbox command
2869
      Improved operation of 'sandbox all' and packages that use
2870
      BuildPkgArchive.
2871
 
2872
    * GCC and SUNWORKS tools
2873
      Allow shlib dependency generation to be displayed in verbose mode
2874
 
2875
Internal:
2876
    * Work for subversion support
2877
 
2878
    * Build
2879
      Use Perl 'File' operations instead of system function to delete
2880
      directories. Is faster under Windows.
2881
 
2882
------------------------------------------------------------------------
339 dpurdie 2883
Version:  2.91.0000.cr                               Released: 15-Sep-10
2884
------------------------------------------------------------------------
2885
Major changes:
2886
    * SharedLib directives for Solaris and GCC targets
2887
      Added support to control the 'soname' embedded within the shared
2888
      library. Refer the MASS-00166 for full details. Use with care.
2889
 
2890
------------------------------------------------------------------------
337 dpurdie 2891
Version:  2.90.0000.cr                               Released: 14-Sep-10
2892
------------------------------------------------------------------------
2893
Major changes:
2894
    * New platform - 'COBRA'.
2895
      Support for the ARM926EJS based hardware.
2896
      This is a Linux based target.
2897
      Requires a new compiler to be installed into build machines
2898
 
2899
Minor changes:
2900
    * Jats sandbox command
2901
      Basic support for the 'cache' command.
2902
      Allows external dependent packages to be cached for disconnected
2903
      development.
2904
 
2905
------------------------------------------------------------------------
335 dpurdie 2906
Version:  2.89.0000.cr                               Released: 13-Sep-10
2907
------------------------------------------------------------------------
2908
Major changes:
2909
    * [DEVI-062103]
2910
      Many (11) toolsets - all that generate linker dependency
2911
      files for creating shared libraries or programs.
2912
        Solaris, Gcc, WIN32, Wince, MOS, Verix, Keil, AVR_IAR,
2913
        CSHARP, MCR, Pharlap.
2914
 
2915
      Better, simpler, and in some cases correct, generation
2916
      of dependency files used in linking. Also generate separate
2917
      files for Production and Debug builds.
2918
 
2919
Minor changes:
2920
    * Jats sandbox command
2921
      The 'info' subcommand will highlight external packages that cannot be
2922
      found in any of the the package archives.
2923
 
2924
    * Jats release -extract
2925
      The ClearCase view that is created will have a comment tag added that
2926
      describes:
2927
        - the directory in which the user created the view
2928
        - the date of creation
2929
 
2930
    * PackageFile directive
2931
      Now supports --NoRecurse and --Recurse in conjunction with --DirTree
2932
 
2933
Internal:
2934
    * PackageFile, PackageHdr and InstallHdr directives
2935
      Removed --Abs option - its not supported
2936
      Fixed --Full option.
2937
 
2938
------------------------------------------------------------------------
2939
Version:  2.88.0000.cr                               Released: 26-Jul-10
2940
------------------------------------------------------------------------
2941
Major changes:
2942
 
2943
Minor changes:
2944
    * Dependency Generation Tool - mkdepend
2945
      Correct a problem encountered when the name of an included file
2946
      matches the name of a subdirectory within the include search path
2947
      resulting in multiple builds.
2948
 
2949
    * SOLARIS and LINUX toolsets
2950
      Corrected problem in dependency tracking of shared libraries
2951
      Dependency between shared librares was not being used at all.
2952
 
2953
      Only affected Solaris and Linux builds
2954
 
2955
      Still an issue that affect all platforms that build shared libaries.
2956
      Dependency tracking does not work correctly for both debug and
2957
      production builds. It will work for the first one done.
2958
 
2959
------------------------------------------------------------------------
331 dpurdie 2960
Version:  2.87.0000.cr                               Released: 13-Jul-10
2961
------------------------------------------------------------------------
2962
Major changes:
2963
 
2964
Minor changes:
2965
    * Jats label command
2966
      New option '-entireview' to be used by the build daemon
2967
      Not recommended for general use.
2968
      Will locate the root of the current view and label all files and
2969
      directories within the current view.
2970
 
2971
      Removed the double check of labeled files introduced in
2972
      version 2.80.3000.cr as the problem has been found and corrected
2973
      elsewhere.
2974
 
2975
    * Jats save_build
2976
      Use a better set of options of 'cleartool find' to speed up
2977
      the determination of a branch.
2978
 
2979
      Use the -entireview option of the jats label utility to speed
2980
      up labeling by the build daemons.
2981
 
2982
    * Jats build
2983
      Better handling of sandboxed packages.
2984
        Indicates that the dependency is from a sandbox
2985
        No overwrite warnings when reinstalling a package
2986
 
2987
    * Borland6 toolset
2988
      Changed the default value of where Borland6 is installed
2989
      to match the documented install location of:
2990
        c:\BCB6\CBuilder6
2991
 
2992
    * Jats build
2993
      Added -noforce option to only generate build files if they
2994
      are out of date. It will only recreate makefiles if needed.
2995
      This is a very quick operation.
2996
 
2997
      The default operation is '-force'. This will populate the
2998
      interface directory and generate makefiles.
2999
 
3000
    * Jats all [Experimental. Feed back welcome]
3001
      Uses the '-noforce' form of the build command such that build
3002
      files are only recreated if need be.
3003
 
3004
      The 'all' command will do what is needed in order to rebuild
3005
      the package. It will do a build, if need be, and then
3006
      make the package.
3007
 
3008
    * Jats sandbox
3009
      The 'all' command will perform a '-noforce' build followed by a make.
3010
 
3011
      The 'build' command will perform a build followed by a make. This will
3012
      be a complete build of all component packages.
3013
 
3014
      The 'jats sandbox all' command can be used to rebuild all
3015
      components in an efficient manner. If the build files have changed,
3016
      then the makefiles will be regenerated, other wise only the make phase
3017
      is performed.
3018
 
3019
Internal:
3020
    * build.pl
3021
      Cleanup the start-up processing of build.pl and buildlib.pl            
3022
 
3023
 
3024
------------------------------------------------------------------------
329 dpurdie 3025
Version:  2.86.2000.cr                               Released: 21-May-10
3026
------------------------------------------------------------------------
3027
Major changes:
3028
 
3029
Minor changes:
3030
    * RunTest directive
3031
      Corrected problems with the --Var(xxxx) option when used in conjunction
3032
      with the --abspath option.
3033
 
3034
    * Jats label command
3035
      Removed redundant 'cleartool describe' operations to speed up the process.
3036
 
3037
------------------------------------------------------------------------
327 dpurdie 3038
Version:  2.86.1000.cr                               Released: 11-May-10
3039
------------------------------------------------------------------------
3040
Major changes:
3041
    * New compiler support
3042
      Support for the Keil Arm V4.03a compiler
3043
      This is enabled via:
3044
        build.pl: BuildPlatforms ( 'H400,--Version=4.03a' );
3045
 
3046
Minor changes:
3047
 
3048
Internal changes:
3049
 
3050
------------------------------------------------------------------------
325 dpurdie 3051
Version:  2.86.0000.cr                               Released: 30-Apr-10
3052
------------------------------------------------------------------------
3053
Major changes:
3054
 
3055
Minor changes:
3056
    * jats label command - Renaming a label
3057
      Address issue when renaming a label when the current ClearCase view is
3058
      based on the label. All operation after the rename must specify the VOB
3059
      name as ClearCase may no longer be able to determine the VOB.
3060
 
3061
    * Better handling of .lnk files used within sandboxes and local package
3062
      archives. Now strip all trailing white space correctly
3063
 
3064
    * Jats Sandbox stop files
3065
      Added 'stop.<GBE_MACHTYPE>' stop files to better support multi
3066
      platform builds.
3067
 
3068
    * Makefile rebuild test correctly locates interface directory in
3069
      cases where the source directory is above the build file in the
3070
      directory tree.
3071
 
3072
    * New command: jats man
3073
      Produces full help on a specified item.
3074
 
3075
Internal changes:
3076
    * jats upddep
3077
      Delete temp .cfg file created during the process.
3078
 
3079
    * Jats makefiles: Platform directive
3080
      Initial release of ++Machtype, ++Project and ++Defined
3081
      Not yet in use.
3082
 
3083
------------------------------------------------------------------------
323 dpurdie 3084
Version:  2.85.0000.cr                               Released: 17-Mar-10
3085
------------------------------------------------------------------------
3086
Major changes:
3087
    * New Utility: upddep - Update Dependencies
3088
      This utility will update the dependencies in a build.pl file to be
3089
      consistent with those of a given Release Manager Release. This simplifies
3090
      the operation of maintain build files during development.
3091
 
3092
      It will create an 'auto.pl' file, which JATS uses in preference to a
3093
      build.pl file. DO NOT check this file in.
3094
 
3095
      See:  'jats upddep -help'         - For brief help
3096
            'jats upddep -man'          - For full manual
3097
 
3098
      Examples:
3099
            jats upddep -show
3100
            jats upddep -show=vtk
3101
            jats upddep -rtag=6684
3102
 
3103
    * MicroTec Compiler toolset
3104
      When creating a ShardLibrary (THX) report missing libraries before
3105
      compiling the objects that go into the THX.
3106
 
3107
      This ensures that the error messages the describe the missing library
3108
      can be seen and are not masked by the building of the objects.
3109
 
3110
Minor changes:
3111
 
3112
Internal changes:
3113
    * Utility: jats_rewrite
3114
      Modifications to interwork with the upddep utility.
3115
 
3116
------------------------------------------------------------------------
321 dpurdie 3117
Version:  2.84.0000.cr                               Released: 16-Feb-10
3118
------------------------------------------------------------------------
3119
Major changes:
3120
    * Makefile directive helper function: If
3121
      Used within another directive to enable or disable arguments passed to the
3122
      outer directive. The first argument is a 'platform' specifier - as in
3123
      all Jats Make directives. If making for the specified platform, then the
3124
      remainder of the arguments are inserted into the directives argument
3125
      stream.
3126
 
3127
      Example:
3128
 
3129
      SharedLib ( '*', 'mySharedLib', @OBJS
3130
                     , If ('WIN32',   '-llibrary1', '-llibrary2' )
3131
                     , If ('SOLARIS', '-llibrary3' )
3132
                     );
3133
Minor changes:
3134
    * Makefile directive: InstallLibs
3135
      Correctly installs, as libraries, files that are specified with a 'Src'
3136
      directive. This is consistent with the operation of the PackageLibs
3137
      directive.
3138
 
3139
    * GCC Toolkit
3140
      Changes to the shared library dependency processing to bring it inline
3141
      with other toolers. Will terminate after determining that some
3142
      libraries cannot be found. This will ensure that the error message is at
3143
      the point of termination.
3144
 
3145
    * Jats save_build utility
3146
      Corrected problem in unreserving a reserved checkout of a build.pl file
3147
      under windows.
3148
 
3149
    * Jats sandbox
3150
      ClearCase views created with in the sandbox are created with a tag that
3151
      is named after the sandbox. This allows multiple instances of a view
3152
      in different sandboxes.
3153
 
3154
    * Jats release
3155
      Display cleartool error messages when view creation fails.    
3156
 
3157
------------------------------------------------------------------------
319 dpurdie 3158
Version:  2.83.1000.cr                               Released: 04-Feb-10
3159
------------------------------------------------------------------------
3160
Major changes:
3161
 
3162
Minor changes:
3163
    * jats options
321 dpurdie 3164
      Added -locatedir=name
3165
      Will scan from CWD to the root of the file system looking for the named
319 dpurdie 3166
      directory.
3167
 
3168
    * jats label utility
3169
      Improved handling of the -file and -dir options
3170
      These options will now label the directory elements within the paths
3171
      specified by these options, when used in conjunction with the -up option.
3172
      This simplified the process of labeling complex directory structures.
3173
 
3174
      Added -admin, to allow creation of global labels
3175
 
3176
------------------------------------------------------------------------
317 dpurdie 3177
Version:  2.83.0000.cr                               Released: 20-Jan-10
315 dpurdie 3178
------------------------------------------------------------------------
3179
Major changes:
317 dpurdie 3180
 
3181
Minor changes:
3182
    * WinCe Toolsets
3183
      New CompileOptions operations:
321 dpurdie 3184
        Exceptions              - Enable exception handling
317 dpurdie 3185
        noExceptions            - Disable
3186
      Default is to retain backward compatibility. It is mixed.
3187
      Example:
3188
        CompileOptions ('*', 'Exceptions' );
3189
 
3190
    * Solaris targets
3191
      Full support for a target called SOLARIS8_SPARC32
3192
      It is identical to SOLARIS in a 'sparc' build machine, but it is only
3193
      available on a 'sparc' build machine. Can be used to limit builds to one
3194
      machine type.
3195
 
3196
------------------------------------------------------------------------
3197
Version:  2.82.0000.cr                               Released: 18-Jan-10
3198
------------------------------------------------------------------------
3199
Major changes:
315 dpurdie 3200
    * New Build Platform: VB6
3201
      Jats has been enhanced to support the building of VB6 .vbg and .vbp
3202
      project files.
3203
 
3204
    * Build Directive BuildVersion.
3205
      This has been extended to allow the creation of Version Information in a
3206
      form that can be consumed by Visual Basic using '--Style=VB'
3207
 
3208
Minor changes:
3209
    * Added more internal documentation
3210
      Use jats help to see available documentation
3211
 
3212
    * Jats label -info command [DEVI-059929]
3213
      Fixed problem that prevent this command running on Unix systems.
3214
 
3215
    * Jats save_build utility
3216
      Corrected problem in unreserving a reserved checkout of a build.pl file
3217
      under windows.
3218
 
3219
    * Solaris 10, 64 Bit Sparc Builds
3220
      All compiles are done in a position independent manner (-KPIC)
3221
      This solved issues where static libraries are linked into shared
3222
      libraries.
3223
 
3224
    * Solaris builds
3225
      Program and Shared library dependency checking is now done before
3226
      the program/library objects are built. Thus errors associated with missing
3227
      dependencies occur before objects are built and the user can see the cause
3228
      of the build failure.
3229
 
3230
 
3231
Internal changes:
3232
    * Moved 'jats vars' functionality into a separate program
3233
      Moved associated documentation into the jats_vars tool
3234
 
3235
    * Moved some other internal documentation into InstallationNotes and
3236
      PkgArchive topics.
3237
 
3238
------------------------------------------------------------------------
313 dpurdie 3239
Version:  2.81.0000.cr                               Released: 12-Jan-10
3240
------------------------------------------------------------------------
3241
Major changes:
3242
    * Solaris Builds for 64 bit targets
3243
      Changes to fully support the SOLARIS10_X86 and SOLARIS10_SPARC64
3244
      targets. These are using a different version of the compiler than the
3245
      existing 32-bit builds.
3246
 
3247
      64-Bit Solaris10 builds are performed with Sun Studio 12.1
3248
      32-Bit Solaris10 builds are performed with Sun Studio 11
3249
 
3250
Minor changes:
3251
    * jats label -exclude=nnn
3252
      Corrected problem with the -exclude option introduced in 2.80.3000.cr
3253
 
3254
    * Package searching
3255
      The BuildpkgArchive and LinkPkgArchive directives will search
3256
      both dpkg_archive and deploy_archive paths for packages.
3257
 
3258
      Allows JATS to be used to process deployable packages.
3259
 
3260
    * jats help
3261
      Modified the operation of the 'jats help' command.
3262
      This command now provides a gateway to the jats help system.
3263
 
3264
      Information provided by the previous 'jats help' can be achieved
3265
      with one of:
3266
        jats -h
3267
        jats help jats
3268
 
3269
Internal:
3270
    * cmdfile utility
3271
      Added macros:
3272
        @(sep,x,text)               - Reformat text with specified file sep
3273
        @(env,VarName)              - Extract text from an EnvVar
3274
 
3275
      Corrected
3276
        @(vsep,ident)               - Set path seperator (: or ;)
3277
        @(vhost,ident)              - Modify @(vlib) operation
3278
 
3279
      Extended
3280
        @(vpath)                    - Added optional 'sep' argument.
3281
        @(vlib)                     - Added optional 'sep' argument.
3282
        @(vlint)                    - Added optional 'sep' argument.
3283
        @(vglob)                    - Added optional 'sep' argument.
3284
 
3285
------------------------------------------------------------------------
311 dpurdie 3286
Version:  2.80.4000.cr                               Released: 17-Dec-09
3287
------------------------------------------------------------------------
3288
Major changes:
3289
 
3290
Minor changes:
3291
 
3292
Internal changes
3293
    * Created a Pseudo package to describe the interface directory
3294
      This simplifies the various scanning algorithms within JATS
3295
      Useful side effects include:
3296
 
3297
        JATS plugins will be sourced from the interface directory if included
3298
        with a BuildPkgArchive. This will simplify debugging.
3299
 
3300
        [DEVI-059682] QtBase can be consumed via a BuildPkgArchive directive,
3301
        simplifying the process of packaging additional fonts.
3302
 
3303
        [DEVI-059685] Simplify implementation of --FromPackage options in other
3304
        tools, which obviates the need for QtBase to be consumed via a
3305
        BuildPkgArchive
3306
 
313 dpurdie 3307
    * Perl Modules
3308
      Included the most recent version of the Pod module within the JATS
3309
      release. This will:
3310
        * Ensure consistent cross platform behaviour
3311
        * Corrects issues within earlier releases of the Pod module - some
3312
          reported by ERG.
3313
        * Provide a basis for a better help system within JATS.
3314
 
311 dpurdie 3315
------------------------------------------------------------------------
309 dpurdie 3316
Version:  2.80.3000.cr                               Released: 01-Dec-09
3317
------------------------------------------------------------------------
3318
Major changes:
3319
 
3320
Minor changes:
3321
    * BuildTool utility: jats_save_build
3322
      Returns non-zero error code on labeling errors.
3323
      Deletes label on labeling errors.
3324
      Removed backward compatibility options as they are no longer used.
3325
 
3326
    * Jats label utility
3327
      Changes to assist in tracking down clearcase labeling errors
3328
 
3329
      Once labels have been applied a check is done to ensure that
3330
      the labels have been placed. The check is to attempt to find
3331
      new files and folders to label - there should be none.
3332
 
3333
    * Jats core
3334
      Improved the auto location of the base directory of the build to allow
3335
      for ant-based packages. Allows the jats 'create_dpkg' command to be
3336
      used to package ant based builds.
3337
 
3338
------------------------------------------------------------------------
307 dpurdie 3339
Version:  2.80.2000.cr                               Released: 12-Nov-09
305 dpurdie 3340
------------------------------------------------------------------------
3341
Major changes:
3342
 
3343
Minor changes:
307 dpurdie 3344
    * CSHARP toolset
3345
      Creation of unit tests was broken by 2.80.0000.cr
3346
      This is now fixed.
3347
 
309 dpurdie 3348
      The cmdfile utility creates paths with file path separators as discovered
307 dpurdie 3349
      in the PATH EnvVar. Now that PATH is nice it means that the use of cmdfile
309 dpurdie 3350
      to create shell scripts resulted in scripts with unsuitable separators.
307 dpurdie 3351
 
3352
    * WCEPSION_500_VS2005
3353
      Extended the list of nodefaultlibs to include secchk.lib and ccrtrtti.lib
3354
 
3355
------------------------------------------------------------------------
3356
Version:  2.80.1000.cr                               Released: 12-Nov-09
3357
------------------------------------------------------------------------
3358
Major changes:
3359
 
3360
Minor changes:
305 dpurdie 3361
    * Generating makefiles
3362
      Ensure that the 'BuildMake' directive is the last one in the build.pl file
307 dpurdie 3363
      Directives after this will not be processed correctly and now generate
305 dpurdie 3364
      an error.
3365
 
3366
    * WCEPSION_500_VS2005
307 dpurdie 3367
      Suppress use of -debug:cv when building libraries.
305 dpurdie 3368
 
3369
    * Build directive: BuildSrcArchive
307 dpurdie 3370
      Highly specialized directive.
305 dpurdie 3371
      Refer the JATS Manual.
3372
 
3373
------------------------------------------------------------------------
303 dpurdie 3374
Version:  2.80.0000.cr                               Released: 04-Nov-09
3375
------------------------------------------------------------------------
3376
Major changes:
3377
    * New target: WCEPSION_500_VS2005
3378
      A build of the Psion CE 5.0 under VS2005
3379
      This target has been added to the WINCE target.
3380
 
3381
      WCEPSION_500_VS2005 build cannot consume build artifacts from the
3382
      WCEPSION_500. The two are separate.
3383
 
3384
    * Support for building WinCE targets under VS2005
3385
      Currently only the WCEPSION_500_VS2005 is fully supported
3386
      Support includes
3387
        * Building of executables and DLLs via jats directives
3388
        * Building of components via VS2005 'solution' files
3389
 
3390
Minor changes:
3391
    * Build file processing
3392
      Better detection of bad platform names under Windows
3393
      Note: All platform names should be in uppercase.
3394
 
3395
    * MOS builds
3396
      If a 'product' name not known to JATS is used and a board base address
3397
      is specified then no warnings are generated indicating an unknown 'product'
3398
 
3399
    * MOS builds
3400
      New 'known' product: PICP
3401
      Identical to the TP5 in all but name.
3402
 
3403
    * GenerateFiles directive
3404
        Better handling of '\' when passing arguments to a command line
3405
        under windows.
3406
 
3407
        .
3408
 
3409
    * Verbose builds now show command files
3410
      Currently only supported for WIN32 and WINCE builds.
3411
 
3412
      The use of 'OPTIONS=args' will cause the linker command file to be dumped
3413
      to the output stream.
3414
 
3415
      This facility will be retrofitted to other platform targets in the future.
3416
 
3417
    * Windows Shell
3418
      The shell provided with JATS for use under Windows has been modified so
3419
      that the COMSPEC and PATH variables are correctly formatted with '\'
3420
 
3421
      Addresses issues when invoking Windows tools and programs from within JATS.
3422
 
3423
    * H8S toolset
3424
      Ensure the the EnvVar CYGWIN is not set.
3425
 
3426
      If 'binmode' is set then the gcc compiler used by the H8S toolset cannot
3427
      handle macros that use line continuation.
3428
 
3429
Internal changes
3430
    * WinCe builds
3431
      Changed name of internal file 'toolset/vcwce' to better represent the
3432
      content of the file.
3433
 
3434
      Many internal changes to better support VS2005 and EVC
3435
 
3436
      Macros to encode and decode paths with embedded spaces.
3437
      Currently only used in WIN32 and WINCE toolsets.
3438
 
3439
------------------------------------------------------------------------
301 dpurdie 3440
Version:  2.79.6000.cr                               Released: 18-Sep-09
3441
------------------------------------------------------------------------
3442
Minor changes:
3443
    * PackageFile directive with spaces in names.
3444
      Corrected problem.
3445
 
3446
------------------------------------------------------------------------
299 dpurdie 3447
Version:  2.79.5000.cr                               Released: 14-Sep-09
3448
------------------------------------------------------------------------
3449
Major changes:
3450
 
3451
Minor changes:
3452
    * DPACKAGE file created on multiple machines [DEVI-054973]
3453
      DPACKAGE files are now machine specific.
3454
      Changes are transparent to users.
3455
 
3456
    * Creating static libraries without any object files is treated
3457
      as an error. The Microtec tools sets will create a 'pop-up' if
3458
      this occurs.
3459
 
3460
    * The LinkSandbox directive is not allowed when GBE_ABT is set.
3461
      This directive is highly discouraged in development: Use a jats 'sandbox'
3462
      Moreover it is not reproducible and thus not supported within the
3463
      automated build framework.
3464
 
3465
    * jats sandbox command
3466
      Added support to delete the sandbox metadata. This undoes the
3467
      'create' command.
3468
 
3469
    * jats command aliases. Added
3470
        jats extractfiles to be jats release -extractfiles
3471
        jats extract      to be jats release -extract
3472
 
3473
------------------------------------------------------------------------
297 dpurdie 3474
Version:  2.79.4000.cr                               Released: 29-Jul-09
3475
------------------------------------------------------------------------
3476
Major changes:
3477
    * Jats Command line and -java option
3478
      This version will place the specified java's 'bin' directory into
3479
      the PATH. Thus the commands:
3480
            jats -java=1.6 eprog java -version
3481
            jats -java=1.6 ant build
3482
      will work as expected
3483
 
3484
Minor changes:
3485
    * VS2008 Toolset
3486
      Picking up incorrect config details
3487
      May result in a warning message.
3488
 
3489
    * gen_cots utility
3490
      New option to allow use without ClearCase dependencies.
3491
      Its simply creates a buildable package image.
3492
 
3493
    * DELPHI7 toolset
3494
      Correct the definition of the Debug option '-$D+'
3495
      In debug mode, add $DELPHI/lib/debug to the search paths
3496
 
3497
------------------------------------------------------------------------
295 dpurdie 3498
Version:  2.79.3000.cr                               Released: 01-Jul-09
3499
------------------------------------------------------------------------
3500
Major changes:
3501
Minor changes:
3502
    * Escrow Utility
3503
      Add header to generated HTML describing the source of the data
3504
 
3505
    * IAR Compiler
3506
      Fixed test for loader file
3507
 
3508
    * GCC Toolset
3509
      Fixed DLL Version Number
3510
 
3511
    * DELPHI7 Toolset
3512
      Minor correction discovered during use.
3513
      Existing tools to create a .lib from .dll had serious path length issues
3514
      Extended the compiler search paths
3515
 
3516
    * Deployment utilities (old)
3517
      Correct SQL statement to work without any Schema assumptions
3518
 
3519
------------------------------------------------------------------------
293 dpurdie 3520
Version:  2.79.2000.cr                               Released: 11-Jun-09
3521
------------------------------------------------------------------------
3522
Major changes:
3523
Minor changes:
3524
    * Minor bug fix to address issues introduced in previous release
3525
      Affects SOLARIS and MOS builds
3526
 
3527
------------------------------------------------------------------------
291 dpurdie 3528
Version:  2.79.1000.cr                               Released: 10-Jun-09
3529
------------------------------------------------------------------------
3530
Major changes:
3531
Minor changes:
3532
    * Initial Support for Visual Studio 2008
3533
      New platforms: CSHARP2008 and VS2008
3534
 
3535
    * WIN32 Toolset
3536
      Corrected the -machine option passed to the Windows linker
3537
      Now passes -machine:X86 instead of -machine:IX86
3538
 
3539
------------------------------------------------------------------------
289 dpurdie 3540
Version:  2.79.0000.cr                               Released: 10-Jun-09
3541
------------------------------------------------------------------------
3542
Major changes:
3543
    * New Platform: DELPHI7
3544
      Support the creation of Units,Libraries, Packages and Programs using
3545
      Borlands Delphi Version 7.
3546
 
3547
      See Jats Reference Manual for complete details and Delphi specific options
3548
      to the Prog and SharedLib directives.
3549
 
3550
      This toolset has a number of limitations:
3551
        1) It can build either Debug or Production, but not both, in a single
3552
           makefile.pl. This is caused by the Delphi limitation that library
3553
           names cannot be changed.
3554
 
3555
        2) The generation of dependencies between the source and the generated
3556
           artifacts is very simplistic.
3557
 
3558
      Units are generated with the 'Lib' directive. The name of the Unit and the
3559
      name of the source are linked. The source should not be provided.
3560
        ie: Lib ('*', 'MyUnit' );
3561
      Will create a unit called MyUnit.dcu from the source file 'MyUnit.pas'
3562
 
3563
      Packages are generated with the SharedLib directive starting with a .dpk
3564
      file.
3565
        ie: SharedLib  ( '*', 'MyPackage' );
3566
      will create a package called MyPackage.bpl/dcp from the source file
3567
      MyPackage.dpk.
3568
 
3569
      Libraries are generated with the SharedLib directive starting with a .dpr
3570
      file.
3571
        ie: SharedLib  ( '*', 'MyDll' );
3572
      will create a package called MyDll.dll/lib from the source file
3573
      MyDll.dpr.
3574
 
3575
      Programs are generated with the Prog directive starting with a .dpr
3576
      file.
3577
        ie: Prog  ( '*', 'MyProg' );
3578
      will create a package called MyProg.exe from the source file
3579
      MyProg.dpr.
3580
 
3581
Minor changes:
3582
    * New EnvVar: DELPHI7
3583
      Required only if Borland Delphi 7 has not being installed in the
3584
      standard location or if the Windows Short Name is not
3585
      c:\PROGRA~1\Borland\Delphi7
3586
 
3587
    * BuildVersion directive
3588
      Added a 'Style' of 'Delphi' to allow the generation of version information
3589
      in a Delphi Unit.
3590
 
3591
      Modified the operation of the "C" style generation.
3592
      If the name of the file is provided via '--File', then the generated files
3593
      will be 'known' to JATS and can be consumed from any makefile. JATS will
3594
      'know' the location of the files.
3595
 
3596
    * Sanity test on the names of libraries and programs
3597
      Some characters are not allowed: ie: '/' as this is a mistake.
3598
 
3599
Internal Changes:
3600
    * ToolsetSHLD functions
3601
      Pass in the shared library version string as an argument
3602
      Means that the core of JATS can manage this information in a manner
3603
      that is decoupled from the toolsets.
3604
 
3605
    * Reworked the mechanism used to hold data about libraries, shared libraries
3606
      merged libraries and programs. Created a class to manipulate build targets
3607
      and to maintain information about the contents of the targets.
3608
 
3609
------------------------------------------------------------------------
287 dpurdie 3610
Version:  2.78.4000.cr                               Released: 30-Apr-09
3611
------------------------------------------------------------------------
3612
Major changes:
3613
    * Correctly generate dependencies for C++ only builds
3614
      Many tools sets ( gcc and others) would not generate makefile dependency
3615
      information for purely C++ builds.
3616
 
289 dpurdie 3617
    * Jats.bat and Jats.sh now provide a default Read Only username/password
3618
      for Release Manager and Deployment Manager.
287 dpurdie 3619
 
289 dpurdie 3620
      NOTE: Windows users will need to update their JATS.BAT file in order
3621
            to pick up changed passwords for Release Manager and Deployment
3622
            Manager
287 dpurdie 3623
 
3624
Minor changes:
3625
    * The jats option '-noexportvars' deletes selected JATS EnvVars from the
3626
      environment. This only affects the build daemons.
3627
 
3628
    * updatenodespec utility
3629
      Correct the SQL statements to work with ReadOnly access to the Deployment
3630
      Manager database.
3631
 
3632
------------------------------------------------------------------------
285 dpurdie 3633
Version:  2.78.3000.cr                               Released: 30-Mar-09
3634
------------------------------------------------------------------------
3635
Major changes:
3636
 
3637
Minor changes:
3638
    * Creation of DPACKAGE file [DEVI-054973]
3639
      Better support for packages that build on multiple platforms
3640
      Not completly fixed, but much better than before.
3641
 
3642
    * Escrow tool
3643
      Remove warning created during normal operation
3644
 
3645
    * Minor code cleanup as suggested by code analysis tools
3646
 
3647
------------------------------------------------------------------------
283 dpurdie 3648
Version:  2.78.2000.cr                               Released: 05-Mar-09
3649
------------------------------------------------------------------------
3650
Major changes:
3651
    * New Platform: H400
3652
      Supported by the KIELARMV3 toolset.
3653
      Refer to the Jats Reference Manual for toolset specific options
3654
 
3655
Minor changes:
3656
    * MergeLibrary directive
3657
      Allow a library that has been created in the same makefile.pl as the
3658
      directive to be located, without the need to 'install' it first.
3659
 
3660
 
3661
------------------------------------------------------------------------
281 dpurdie 3662
Version:  2.78.1000.cr                               Released: 26-Feb-09
3663
------------------------------------------------------------------------
3664
Major changes:
3665
 
3666
Minor changes:
3667
    * New command: jats make show
3668
      Will display the platfroms, alias definitions and the makefile paths
3669
      used in the build.
3670
 
3671
    * Escrow command
3672
      Now supports extraction based on a single package and version
3673
 
3674
    * Build File Rewrite Utility
3675
      Added a '-validate' option to allow the build daemons to validate the
3676
      build files against the Release Manager information.
3677
 
3678
      Improved error reporting to make it clear that the problem is a mis-match
3679
      between Release Manager and the package's build files.
3680
 
3681
------------------------------------------------------------------------
279 dpurdie 3682
Version:  2.78.0000.cr                               Released: 18-Feb-09
277 dpurdie 3683
------------------------------------------------------------------------
3684
Major changes:
279 dpurdie 3685
    * GBE_BUILDFILTER configuration has been simplified
277 dpurdie 3686
 
279 dpurdie 3687
      JATS will automatically filter out target platforms that cannot be built
3688
      on the users machine. ie: It will not try to build Solaris targets on a
3689
      Windows machine. Thus, under the new scheme a Windows GBE_BUILDFILTER need
281 dpurdie 3690
      not contain '!SOLARIS'
279 dpurdie 3691
 
3692
      This greatly simplifies the creation of GBE_BUILDFILTER as it does not
3693
      need to be configured to exclude targets that cannot by built.
3694
 
3695
      Existing GBE_BUILDFILTER definitions are backward compatible.
3696
 
3697
    * Jats utility : gen_cots
3698
      Requires the user to specify a target VOB with the -vob option
3699
        Ensures the user is aware of the target VOB
3700
 
3701
      Now creates temporary directory within the users TEMP directory.
3702
        Addresses problems where the user's CWD is within the package being
3703
        processed.
3704
 
3705
      Removed the '-delete' option
3706
        Always delete the temp work directory if it exists.    
3707
 
277 dpurdie 3708
Minor changes:
279 dpurdie 3709
    * Sandbox command
3710
      Added build, make, clean, clobber commands
3711
 
3712
      Sandbox packages may contain a file called 'stop', to exclude the
3713
      target from consideration in the build set.
3714
 
3715
    * MCR Toolset
3716
      This toolset only supports 16 compiler search paths. An descriptive error
3717
      has been added to detect and report on this error.
3718
 
3719
    * WIN32 and PHARLAP toolsets
3720
      The --Resource=xxx option specifies a comma separated list of files.
3721
      Spaces are now allowed either side of the comma.
3722
        ie: "--Resource=file1.h, File2.h"
3723
 
3724
    * Jats run_test command
3725
      Removed a non-fatal warning message that was being generated when the
3726
      tests we run on a Window machine.
3727
 
3728
    * descpkg file
3729
      Now contains HOSTNAME of the build machine
3730
      Not (yet) aggregated when packages are merged
3731
 
3732
   * built.<machine> tag files created by create_dpkg
3733
     Now contains build trace information
3734
        Date-Time, Machine, User, ABT config
3735
 
3736
   * jats abt command simplified usage
3737
     This command now appends the current directory as a library path to ANT if
3738
     it contains 'jar' files.
3739
 
3740
     Uses ANT 1.6 as the default version of ANT
3741
 
3742
     Both changes will simplify the use of this command within the escrow
3743
     environment. ie: 'jats abt -buildfile=build1.xml'
3744
 
3745
   * BuildVersion directive
3746
     Form:
3747
        BuildVersion ('--Style=C');
3748
     now works as expected.
3749
     Slightly better error detection on the directives arguments.
3750
 
3751
Internal Changes:
3752
 
3753
    * Error reporting mechanism
3754
      Improved the error reporting mechanism. Allowed a function to
3755
      create modify the error reporting parameters in such a manner that the
3756
      original values are restored at the end of a function.
3757
 
3758
 
3759
------------------------------------------------------------------------
3760
Version:  2.77.8000.cr                               Released: 18-Dec-08
3761
------------------------------------------------------------------------
3762
Major changes:
3763
 
3764
Minor changes:
277 dpurdie 3765
  * Jats Wrapper
3766
    Added -NoExportVars option to allow use of JATS to startup build daemons
3767
    without fixing the version of JATS that is used by the processes the daemon
3768
    then starts.
3769
 
3770
    Limit searches for local and sandbox archives to the '/home' directory
3771
    so that the Unix auto mounter does not report errors.
3772
 
3773
  * Jats makefiles. Platform Specifier
3774
    The Platform Specifier has been extended to support a '--MachType=name'
3775
    non-platform option.
3776
 
279 dpurdie 3777
    This may be used to limit Java builds to a 'win32' machine if required.
277 dpurdie 3778
 
3779
------------------------------------------------------------------------
275 dpurdie 3780
Version:  2.77.7000.cr                               Released: 17-Dec-08
3781
------------------------------------------------------------------------
3782
Major changes:
3783
 
3784
Minor changes:
3785
    * MugFile support
3786
      Added facilities to allow named files to be added the the Thx Fileset
3787
      Added options to facilitate the creation of sets of THX files
3788
      Refer to MASS-00099 for complete details.
3789
 
3790
    * Jats Utility: dstatus
3791
      Limit display width of the build machine named to 20 characters
3792
 
3793
    * Jats sandbox command (experimental)
3794
        A files called 'stop' within the root directory of the component
3795
        packages will prevent the utility from processing that subdirectory.
3796
 
3797
        Extended command sets to allow the command 'all', 'build' and 'make'
3798
        to be processed as commands to be invoked in all sandbox components
3799
 
3800
    * Jats Make: New EnvVars
3801
        GBE_MAKE_TYPE               - P or D
3802
        GBE_MAKE_TARGET             - Target platform
3803
        GBE_MAKE_CMD                - Current make target
3804
        GBE_MAKE_CFG                - Internal config
3805
 
3806
    * Jats generated scripts: set_<platform>.sh
3807
      The generated scripts preserve any spaces in the argument list passed
3808
      to the invoked application.
3809
 
3810
Internal Changes:
3811
    * JatsCopy Package
3812
      CopyFile operation can copy an array of files
3813
      CopyDir now supports MatchDirs
3814
 
3815
    * JatsMakeConfig Package
3816
      Added class to read in the parsed makefile.pl data for the current
3817
      build target.
3818
 
3819
    * Jmake - Jats Makefile Supervisor
3820
      Export GBE_MAKE_* EnvVars to directly export the current makefile
3821
      environment. 
3822
 
3823
 
3824
------------------------------------------------------------------------
273 dpurdie 3825
Version:  2.77.6000.cr                               Released: 11-Dec-08
3826
------------------------------------------------------------------------
3827
Major changes:
3828
 
3829
Minor changes:
3830
    * Jats command: sandbox
3831
      Support subcommands "clean" and "clobber"
3832
      These traverse the sandbox in the reverse direction so that the clean
3833
      up operations work correctly.
3834
 
3835
    * Makefile generation
3836
      Removed warning on the use of --OnlyProd and --OnlyDebug
3837
 
3838
    * JatsCopy Package
3839
      Minor enhancements to this internal package
3840
        CopyFile operation returns path to target file
3841
        CopyDir can, if asked, returns an array of files copied
3842
        Wildcard correctly supports the [0-9] construct
3843
 
3844
Internal Changes:
3845
    * Environment
3846
      Export EnvVar GBE_HOSTMACH
3847
      This is the same as GBE_MACHTYPE, but it is not modified by legacy
3848
      makefiles. Available for sanity testing.
3849
 
3850
    * Remove unused references to the File::Find package in Perl scripts
3851
 
3852
    * Jats building Jats now uses the JatsCopy package to perform the many
3853
      copy operations in the build.
3854
 
3855
 
3856
------------------------------------------------------------------------
271 dpurdie 3857
Version:  2.77.5000.cr                               Released: 24-Nov-08 
267 dpurdie 3858
------------------------------------------------------------------------
3859
Major changes:
3860
 
3861
Minor changes:
271 dpurdie 3862
    * Added LMOS_PPC_603E to the LMOS target
269 dpurdie 3863
 
271 dpurdie 3864
    * Jats Utility: dstatus
3865
      Improved handling of closed and archived releases
3866
      Displays include activity time information
269 dpurdie 3867
 
271 dpurdie 3868
Internal Changes
3869
    * jats.pl
3870
      Removed unused function
3871
 
3872
    * makeif.pl
3873
      Added significant documentation
3874
      Provided access to some of the functions via and API
3875
      Renamed to MakeIf.pm
3876
      Moved location to the LIB directory.
3877
 
3878
    * MakeEntry.pm
3879
      Added support for the use of in-memory files
3880
      Allows the output to be 'printed' to a memory variable rather then a file
3881
 
3882
    * ReadBuildConfig.pm
3883
      Added routines to access package information in a manner that is
3884
      independent of the underlying data.
3885
 
3886
    * makelib.pl2
3887
      Added mechanism to allow toolsets to register for notification
3888
      of specific source files present in the build.
3889
 
3890
      Improved readability of the generated makefiles.
3891
      Added informationas to the source of included files
3892
 
3893
      Added docuementation to previously undocumented functions
3894
 
3895
      Corrected usage of the MakeIf package.
3896
      Use it as a package.
3897
 
3898
    * Win32 binary tools
3899
      Added 7z.exe - command line utility to process various compressed
3900
      file formats. Can be used to perform tar-like operations underlying
3901
      windows.
3902
 
3903
    * JatsSvnCore.pm
3904
      Made use of a new binary utility ('stdmux') to multiplex stdout and
3905
      stderr into one data stream that can be handled by perl one allow
3906
      platforms.
3907
 
3908
 
269 dpurdie 3909
------------------------------------------------------------------------
271 dpurdie 3910
Version:  2.77.4000.cr                               Released: 11-Nov-08
269 dpurdie 3911
------------------------------------------------------------------------
3912
Major changes:
3913
 
3914
Minor changes:
271 dpurdie 3915
    Jats utility 'release' [DEVI-051370 ]
3916
    The utility will place a tag file in the root of the package
3917
    as specified by the '-path' option. This will be used by the build tool
3918
    tool re-locate the root of the package and thus allow the correct generation
3919
    of the ClearCase related metrics.
3920
 
3921
    Generation of Resource Files for WIN32 builds
3922
    Corrected version identifier
3923
 
3924
 
3925
------------------------------------------------------------------------
3926
Version:  2.77.3000.cr                               Released: 28-Oct-08
3927
------------------------------------------------------------------------
3928
Major changes:
3929
 
3930
Minor changes:
267 dpurdie 3931
    * Jats option '-locate' correctly locates ANT build files [DEVI-052423]
3932
 
3933
    * Allow Deployable packages to be built on some, but not all, of the
3934
      build machines and correctly package the descpkg file. [DEVI-052422]
3935
 
3936
    * JATS CompileOptions directive  [DEVI-052426]
3937
      New options:
3938
        no_define_source_file
3939
        define_source_file              (Default)
3940
 
3941
      The 'no_define_source_file' will suppress the compile definition __SOURCE__
3942
      Currently only implemented for WIN32 and WINCE toolsets.
3943
 
3944
      The __SOURCE__ definition renders pre-compiled headers useless.
3945
      This option has not be enabled by default to ensure backward
3946
      compatibility.
3947
 
3948
    * Jats directives: MakeProject
3949
      Now supports the following new options:
3950
            --InstallProgDebug=list
3951
            --InstallProgProd=list
3952
            --InstallProg=list
3953
 
3954
      These allows files that are created by the project builder to be
3955
      installed locally to be consumed by such packaging directives as
3956
      GenerateCab.
3957
 
3958
    * Jats directives: AddLDFlags and AddASFlags
3959
      Now supports the --Debug and --Prod options like the other AddFlags
3960
      directives.
3961
 
3962
    * Jats builder directive: BuildVersion
3963
      New options that can be used when generating a WinRC style version
3964
      information:
3965
            --Definitions                   - Create definitions only
3966
            --Comment=text
3967
            --Description=text
3968
            --Product=name
3969
 
3970
Internal Changes:
3971
    * These utility 'gen_winrc' now uses module used by the BuildVersion
3972
      directive to created the resource file.
3973
 
3974
      The BuildVersion.pm module has been modified to allows it to be used in
3975
      a standalone manner by gen_winrc.pl.
3976
 
3977
------------------------------------------------------------------------
265 dpurdie 3978
Version:  2.77.2000.cr                               Released: 26-Sep-08
261 dpurdie 3979
------------------------------------------------------------------------
3980
Major changes:
263 dpurdie 3981
 
3982
Minor changes:
265 dpurdie 3983
    * Jats utility jats_save_build.pl
3984
      Fix problem when used in new mode.
3985
      These label is now applied from the root of the VOB and not from
3986
      the location of the builder file.
3987
 
3988
------------------------------------------------------------------------
3989
Version:  2.77.1000.cr                               Released: 18-Sep-08
3990
------------------------------------------------------------------------
3991
Major changes:
3992
 
3993
Minor changes:
263 dpurdie 3994
    * New JATS Platform : PHARLAP [DEVI-051359]
3995
      Added support for PharLap 10.1
3996
      Requires that both PharLap 10.1 and Visual Studio 6 be installed
3997
      Full details in the JATS manual.
3998
 
3999
    * Windows utilities  [DEVI-051360]
4000
      Added rpccpp to assist in the creation of rcpgen based modules under
4001
      windows.
4002
 
4003
    * MOS68K and MOSCF toolsets
4004
      Made used of rpccpp. These platforms can now support the creation
4005
      of XDR based modules.
4006
 
4007
    * Jats GenerateFiles directive
4008
      New option '--PreDelete' will delete all generated files before
4009
      the generator process is run. This may be used in cases where the
4010
      generator process does not operate if the output files already exist,
4011
      such as the rpcgen utility.
4012
 
4013
    * Jats MakeAnt directive
4014
      Correct problem where unit_tests could not be run.
4015
      Automated unit_tests tests could be run.
4016
 
4017
    * Buildtool utility: jats_rewrite
4018
      Added -noconfig option to allow the creation of auto.xml files
4019
      in escrow.
4020
 
4021
    * create_dpkg utility
4022
      Merged files that exist in the target archive are now compared
4023
      against the local file. A difference is considered to be an error.
4024
 
4025
Internal Changes:
4026
    * Resolved issues with JatsEnv modules that make it difficult to include
4027
      the modules in other modules. This is now a package
4028
 
4029
    * JatsSystem Module
4030
      Resolved issues when 'shell' is used to invoke a 'system' command.
4031
      Now quote the command string being passed to the shell.
4032
 
4033
      Resolved issues with JatsCmd
4034
      Now takes an array of arguments.
4035
 
4036
      Added JatsTool to be more efficient where a known JATS tool is being
4037
      invoked. This is faster assist it does not invoked three unneeded
4038
      programs.
4039
 
4040
    * Renamed jats_cbuilder tool to jats_ccrelease.
4041
      Changes is not visible to the users, assist they go through the 'jats'
4042
      wrapper. Internally the changes is in preparation to alternate version
4043
      control systems.
4044
 
4045
 
4046
------------------------------------------------------------------------
4047
Version:  2.77.0000.cr                                Released: 1-Sep-08
4048
------------------------------------------------------------------------
4049
Major changes:
261 dpurdie 4050
    * Perl Version. Must be at least version 5.8.2
4051
      This is the first version that supports Windows 2003 server.
4052
 
4053
      After discovering that several operations are not fully function under
4054
      Perl 5.6.1 the minimum version of Active State Perl that is required has
4055
      been increased.
4056
 
4057
      A suitable windows installer can be found at:
4058
        \\auperaunx26\devl\releases\3rdParty-Products\ActivePerl\5.8.8.819\
4059
                                    ActivePerl-5.8.8.819-MSWin32-x86-267479.msi
4060
 
4061
    * Jats Build Targets
4062
      New target and toolset: VERIX
4063
 
4064
    * Jats utility: jats_save_build
4065
      Extended to allow all ClearCase specific operations to be removed
4066
      from the Build Daemons.
4067
 
4068
      This utility is only used by "Release Planner" and the "Build Daemons".
4069
 
4070
      Suggested new usage:
4071
        jats etool jats_save_build
4072
                        -pname=xxxx
4073
                        -pversion=yyyy
4074
                        -infofile=path_name
4075
                        -locatepkg=zzzz     (Optional)
4076
                        -infile=aaaa        (Optional)
4077
                        -outfile=bbbb       (Optional)
4078
                        -wiplabel=ccccc     (Optional)
4079
 
4080
Minor changes:
4081
    * JATS make: Merge Library Operation [DEVI-049475]
4082
      Fixed such that Library Merge operations don't delete other build
4083
      artifacts.
4084
 
4085
    * JATS make: New option expert=0|1
4086
      Runtime processing of 'expert' mode to allow dependencies between the
4087
      object files and the makefile to be ignored.
4088
 
4089
      Previous this operation could only be invoked at 'build' time. Now the
4090
      default state will be set at build time and it can be overridden at 'make'
4091
      time.
4092
 
4093
    * JATS utility: CCdiff
4094
      Corrected operation of the option "-new=dir=."
4095
 
4096
    * Nunit support in CSHARP
4097
      Improved support for different version of Nunit
4098
      Allow the DLLs that are required by nunit to be specified 
4099
      within the package.
4100
 
4101
    * Jats utility: dstatus
4102
      Suppresses archived releases.
4103
      Shows release state
4104
 
4105
    * Build file directive: BuildPkgArchive
4106
      Extended list of supported directories to include 'wsdl'.
4107
 
4108
Internal Changes:
4109
    * JATS make: Detection of makefile dependencies
4110
      Isolated the detection process to one point.
4111
      Previously was being done at two places
4112
        - Within jmake - jats makefile supervisor
4113
        - Within the generated makefile. This is still present but
4114
          is suppressed if jmake is used to invoke the makefile.
4115
 
4116
    * JATS make: Command line
4117
      Removed the use of the un used "VERBOSE=1" operation
4118
      Improved use of "options=args|allargs"
4119
 
4120
      It didn't work on all platforms.
4121
      Is better does with "options=args" or "options=allargs"
4122
 
4123
    * JATS command line
4124
      Improved operation of the -help,-man, -verbose and -debug options
4125
      to allow:
4126
        + Direct level specification (-verbose=3)
4127
        + Better use of Perl Option Parsing Utilities
4128
        + Consistent use of option parsing
4129
 
4130
    * JATS makefile generation
4131
      Simplifies creation of internal rules
4132
      Improved readability of the generation process
4133
      Improved readability of the generated makefile
4134
      Removed dead code
4135
      Improved the creation of Progs
4136
 
4137
    * JATS error reporting
4138
      Added a Fatal call to allow utilities to report infrastructure
4139
      problems.
4140
 
4141
      Corrected problem in the use of GBE_[tag]_VERBOSE and GBE_[tag]_DEBUG
4142
      environment variables where the 'tag' contains a space.
4143
 
4144
    * Assorted Perl files
4145
      Minor corrected after running Perl Syntax check over JATS files.
4146
 
4147
    * Made the use of IFLAGS uniform for all JATS toolsets
4148
      Removed the need, and use of IFLAGS3; simplifying the generated
4149
      makefiles
4150
 
4151
    * Corrected tagging  of files generated by the various toolsets
4152
      Many files where incorrectly tagged and were not being cleaned up.
4153
 
4154
    * FileUtils package.
4155
      Added functions to create and append text to small text files.
4156
      Provides consistent error messages and simplifies creation of small files.
4157
      Used functions within JATS.
4158
 
4159
 
4160
------------------------------------------------------------------------
259 dpurdie 4161
Version:  2.76.2000.cr                               Released: 23-Jul-08
257 dpurdie 4162
------------------------------------------------------------------------
259 dpurdie 4163
Minor changes:
4164
    * New Platform and Toolset : ACEX
4165
      Provides support for the Fairchild ACEx assebmler
4166
 
4167
------------------------------------------------------------------------
4168
Version:  2.76.1000.cr                               Released: 10-Jul-08
4169
------------------------------------------------------------------------
257 dpurdie 4170
Major changes:
4171
 
4172
    * Jats make: Package and Install directives [DEVI-049299]
4173
      Convert relative pathnames to absolute pathnames before passing
4174
      to copy command. This makes the most of Windows limited path length
4175
      as implemented by many Windows utilities.
4176
 
4177
Minor changes:
4178
    * JATS makefile generation: Provide case-corrected pathnames for
4179
      library and include files in dpkg_archive.
4180
 
4181
      Needed to support badly formed legacy packages when used with
4182
      some windows tools.
4183
 
259 dpurdie 4184
------------------------------------------------------------------------
255 dpurdie 4185
Version:  2.76.0000.cr                               Released: 24-Jun-08
4186
------------------------------------------------------------------------
4187
Major changes:
4188
    * Support for Microsoft Visual Studio 2005 [DEVI-049017]
4189
      The product must be installed in its default location.
4190
 
4191
      New platforms:
4192
        CSHARP2005
4193
         Uses C# Framework Version 2.0.50727
4194
         Support extends to allow:
4195
            1) Building of Csharp source using standard JATS
4196
            2) Build Visual Studio solutions
4197
         Can consume files from CSHARP and WIN32 components.
4198
 
4199
        VS2005
4200
         Support extends to allow:
4201
            1) Building of C and C++ source using standard JATS
4202
            2) Build Visual Studio solutions
4203
         Can consume files from VS2003 and WIN32 components.
4204
 
4205
      The existing WIN32 and CSHARP platforms can also utilize VS2005
4206
      through a version selector:
4207
        WIN32 Toolset   - "MS.NET2005"
4208
        CSHARP Toolset  - "MS.NET2005"
4209
 
4210
    * Version of Make for Win32 builds
4211
      The version of Make has been upgraded to 3.81 to provide access
4212
      to macros to simplify support for the MS VS2005.
4213
 
4214
    * CSHARP and WIN32 platforms
4215
      The LIB path uses to locate libraries and DLLs has been altered to:
4216
        - Contain absolute paths. Relative paths did not work under all
4217
          conditions when building projects and solutions.
4218
        - Contain valid paths. JATS generated paths that do not physically exist
4219
          will be removed from the search path. This removes warning messages
4220
          under VS2005.
4221
 
4222
Minor changes:
4223
    * New Jats utility: dstatus
4224
      Display Build Daemon Status. A text based utility.
4225
      Use 'jats dstatus -man' for full details.
4226
 
4227
    * PPC_603E Toolset
4228
      Changed the definition of HOST_CPU to be correct for the linux
4229
      architecture that uses the value - powerpc.
4230
 
4231
      Extended LinuxDrivers directive to allow for powerpc.
4232
 
4233
      Updated the MakeLinuxDriver directive to use EXTRA_CFLAGS as CFLAGS
4234
      has been removed. This change is backwardly compatible.
4235
 
4236
    * Modified all utilities to avoid a Perl-10 warning message [DEVI-049018]
4237
      Improved usage of the 'require' statement used to check for
4238
      a minimal value of perl.
4239
 
4240
      Removed excessive require statements.
4241
 
4242
    * JATS internal utilities - xmake
4243
      Source for Make 3.81 is now controlled
4244
      Include JATS specific files for
4245
        1) Windows
4246
        2) Linux
4247
 
4248
      JATS now includes binaries for make.
4249
      This will ensure that the version of make being used will be known for all
4250
      machines. Gnu make does not need to be installed for the various build
4251
      machines.
4252
 
4253
    * JATS internal utility sh.exe (windows)
4254
      Extended internal debugging via EnvVar SHDEBUGEXEC
4255
 
4256
    * JATS Environment
4257
      Allow Jats Environment variables that are used to specify a directory
4258
      to be set to either '-' or 'none'. The associated path will set to empty.
4259
 
4260
      This can be used to override defaults that may be inserted by the JATS
4261
      wrapper scripts.
4262
 
4263
    * JATS utility: sandbox (Experimental)
4264
      Correct problem with location of build files.
4265
      Spell check help and code.
4266
 
4267
------------------------------------------------------------------------
253 dpurdie 4268
Version:  2.75.3000.cr                               Released: 06-Jun-08
251 dpurdie 4269
------------------------------------------------------------------------
4270
Major changes:
4271
 
4272
Minor changes:
253 dpurdie 4273
    * Jats utility: release [DEVI-047291]
4274
      A race condition within clearcase will cause a view to fail during
4275
      creation. This is detected and the command will be retried a number
4276
      of times.
4277
 
4278
------------------------------------------------------------------------
4279
Version:  2.75.2000.cr                               Released: 27-May-08
4280
------------------------------------------------------------------------
4281
Major changes:
4282
 
4283
Minor changes:
251 dpurdie 4284
    * PPC_603E Toolset
4285
      Changed the definition of HOST_CPU to be non-numeric
4286
 
4287
    * GCC Toolset
4288
      Correct the operation of the assembler interface to 'gas' such that
4289
      options are passed correctly.
4290
 
4291
    * Jats utility: CCdiff [DEVI-048127] [DEVI-048439]
4292
      Sped up the label-label comparison.
4293
      Restored speed to that of observed before the label-view comparison
4294
      was added.
4295
 
4296
      Restored ability to perform a one-sided comparison. This is used when
4297
      reviewing a new package.
4298
 
4299
    * Makefile creation: BuildVersion directive
4300
      Better handling of the generated files such that they are
4301
      automatically included in the source file list.
4302
 
253 dpurdie 4303
    * Toolset updates
4304
      Thyron and gnu_mpt. From An Tran.
4305
 
251 dpurdie 4306
------------------------------------------------------------------------
249 dpurdie 4307
Version:  2.75.1000.cr                               Released: 14-May-08
229 dpurdie 4308
------------------------------------------------------------------------
4309
Major changes:
249 dpurdie 4310
 
4311
Minor changes:
4312
    * PackageFile directive [DEVI-048037][DEVI-047541]
4313
      Now supports the packaging of files with ( or ) in the name
4314
 
4315
------------------------------------------------------------------------
4316
Version:  2.75.0000.cr                               Released: 07-May-08
4317
------------------------------------------------------------------------
4318
Major changes:
247 dpurdie 4319
  * New toolset and platform
4320
    Added support for the PPC_603E platform.
4321
    This uses the powerpc-603e-linux-gnu compiler
4322
    The DEVLINUX and LMOS_DEVLINUX targets have been extended to include
4323
    this platform.
4324
 
4325
Minor changes:
4326
  * Jats utility: CCdiff
4327
    Extended operation to allow one side of the comparison to be a directory
4328
    within a static view. This allows comparison between a label and current
4329
    work.
4330
 
4331
  * Jats utility: release
4332
    Added checking of correct package name and version when files are
4333
    published to dpkg_archive.
4334
 
249 dpurdie 4335
  * Jats utility: jats_rewrite [DEVI-034837]
247 dpurdie 4336
    Extended operation to allow the special properties to be transferred from
4337
    Release Manager to the build tool to the target build. Currently only
4338
    supported for ANT builds.
4339
 
4340
    New 'known' ANT properties are:
4341
        releasemanager.releasename
4342
        releasemanager.projectname
4343
 
4344
    The configuration file, used by this utility, has been extended to support
4345
    tagged data item of the form
4346
 
4347
        releasemanager.releasename = value
4348
        releasemanager.projectname = value
4349
 
4350
  * Mug File Generation
4351
    Added --NoMugFiles option to suppress the creation of Mug Files
4352
    This allows THX files to be collected for possible deployment.
4353
 
4354
    When this option is enabled, the user does not need to specify the
4355
    Device ID, Name or Tier Number, nor are the external tools packages
4356
    required.
4357
 
4358
  * Makefile creation: BuildVersion directive
4359
    Modified the operation of the BuildVersion directive such that the
4360
    location of the files that are generated will be known to the Jats
4361
    makefiles. In this manner the user doesn't not need to know the location of
4362
    the files in order to use them.
4363
 
4364
    The file will need to be declared with a 'Src' directive, but JATS will
4365
    locate the file.
4366
 
4367
    This options does not occur for the 'C' version files. This is intentional
4368
    to ensure backward compatibility.
4369
 
4370
    The operation does occur for version files of Style:
4371
        * CSharp
4372
        * Properties
4373
        * WinRC
4374
 
4375
  * JATS directive: CompileOptions
4376
    Correct operation of options that make use of assigned values.
4377
    The case of the value is now preserved.
4378
    Value is correctly assigned.
4379
 
4380
------------------------------------------------------------------------
4381
Version:  2.74.0000.cr                               Released: 29-Apr-08
4382
------------------------------------------------------------------------
4383
Major changes:
245 dpurdie 4384
  * M16C toolset. Used by the MPR platform to build MCRFirmware [DEVI-047555]
4385
    Corrected the version number embedded in the generated THX file.
4386
 
4387
    Major and minor numbers greater than 9 were incorrectly represented
4388
    Added a test to ensure that the major and minor numbers are in the range
4389
    of 0 to 99 inclusive.
4390
 
4391
  * Auto-build when multiple build.pl files are labelled [DEVI-047461]
4392
    Modified JATS to allow support for the automated building of packages that
4393
    contain multiple, labeled, build files.
4394
 
4395
    Added a '-locatepkg=pkg' option to the Jats wrapper script. This allows the
4396
    user to specify the package to be selected from those that can be found.
4397
    This will be integrated into the build tool.
4398
 
4399
    Modified the operation of the 'jats release' command to use the
4400
    infrastructure provided by the above feature. Testing a release uses the
4401
    additional information to ensure that the created package name and version are
4402
    correct.
4403
 
4404
    Modified the operation of the (experimental) 'jats sandbox command to use
4405
    the infrastructure provided by the above feature.
4406
 
4407
Minor changes:
4408
  * Solaris Toolset [DEVI-047398]
4409
    The toolset no longer requires that the user have the compiler and the
247 dpurdie 4410
    'ar' utility in their path. It will be controlled by the toolset.
245 dpurdie 4411
 
4412
    This should improve build reproducibility.
4413
    This will simplify new user setup.
4414
 
4415
  * All Unix Toolsets
4416
    Corrected the operation of the 'options=showenv' so that it works
4417
    on unix systems
4418
 
4419
  * JATS release utility  [DEVI-047356]
4420
    Fixed problem where utility would issue a 'Broken Pipe' message
4421
    on some Solaris Machines.
4422
 
4423
  * JATS -version=<version>
4424
    Fixed operation on machines that do not have a GBE_DPKG_CACHE such that
4425
    JATS does not attempt to cache the alternate version.
4426
 
4427
------------------------------------------------------------------------
4428
Version:  2.73.4000.cr                               Released: 10-Apr-08
4429
------------------------------------------------------------------------
4430
Major changes:
243 dpurdie 4431
    * New platform: WCEPSION_500_emu [DEVI-047234]
245 dpurdie 4432
      Creates binaries for the WCEPSION_500 emulator
243 dpurdie 4433
      Added this platform to the default 'WINCE' alias.
4434
 
4435
Minor changes:
4436
    * JATS escrow utility [DEVI-047232]
4437
      Handle package names that have spaces and brackets
4438
 
4439
    * JATS release utility [DEVI-047232]
4440
      Handle view names that have spaces and brackets
4441
 
4442
    * Removed detection of unknown platforms
4443
      Does not work with LMOS
4444
 
4445
    * Readme.txt file
4446
      Added a brief description on the core_devl directory structure.
4447
 
4448
    * Misc Cleanup
4449
      Removed version-1 test that is not applicable to the current jats
4450
      Move PostInstall script into the BUILD directory.
4451
 
4452
------------------------------------------------------------------------
4453
Version:  2.73.3000.cr                               Released: 07-Apr-08
4454
------------------------------------------------------------------------
4455
Major changes:
241 dpurdie 4456
  * MOS68K Toolset (Not MOS68KRM)
4457
    Force compiler option -nOj
4458
    The default compiler option (-Oj) has been seen to cause problems with some
4459
    code. Problem reported/analysed by rparker and thunter.
237 dpurdie 4460
 
241 dpurdie 4461
  * MOS68K Toolset (Not MOS68KRM)
4462
    Correct problem in disabling Global Optimization that was introduced in
4463
    version 2.73.1000
4464
 
237 dpurdie 4465
Minor changes:
241 dpurdie 4466
  * JATS makefiles
4467
    Correct problem where a Production/Debug only build would create OBJ
4468
    directories for both production and debug, and not clean them up.
4469
 
4470
  * JATS builds
4471
    Allow ANT builds to be run in verbose mode to facilitate debugging
4472
    The command "make all options=args" will run the ANT builds in 'verbose'
4473
    mode.
4474
 
4475
  * JATS makefiles
4476
    Extended the 'selector' used in all makefile directives - as the first
4477
    argument. Added two non-platform related options:
4478
        --Project=xxxx      True if the package suffix matches
4479
        --Defined=yyy       True if yyy is declared with a SetValue or
4480
                            SetList directive.
4481
 
4482
    ie: AddSrcDir ('--Project=sls' , 'sls' );
4483
        AddSrcDir ('!--Project=sls', 'default');
4484
 
4485
  * JATS makefiles. MakeProject directive
4486
    New packaging options to package up programs to be used as JATS plug-ins
4487
        --PackageTool=xxxx
4488
        --PackageToolProd=xxx
4489
        --PackageToolDebug=xxx
4490
 
4491
  * JATS buildfile processing
4492
    Generate a warning for build platforms that are unknown to JATS
4493
    These may be the result of a user typo or an incompatible version
4494
    of JATS.
4495
 
4496
  * JATS save_build utility
4497
    Correctly handle autobuild branches that contain multiple checkouts, one of
4498
    which may be reserved.
4499
 
4500
  * JATS gen_cots utility
4501
    Correctly labels directories up to the VOB root.
4502
    Displays the correct 'Source Path' in the Release Manager Information.
4503
    Ignores the 'administration_view' as this is read-only
4504
 
4505
  * JATS sandbox (experimental)
4506
    Ensure the AutoBuildTool does not use any sandbox
4507
 
4508
  * JATS release (cbuilder) utility
4509
    Handle paths that have a trailing path separators.
4510
 
4511
  * JATS Makefile generation. Packaging directives
4512
    Packaging directives that use the --Dir option have been modified
4513
    such that the direction cannot use a a relative path.
4514
 
4515
    * Escrow tool
4516
      Creates a simple HTML file that details all the packages with a short
4517
      description.
4518
 
4519
------------------------------------------------------------------------
4520
Version: 2.73.2000.cr                                Released: 06-Mar-08
4521
------------------------------------------------------------------------
4522
Major changes:
4523
 
4524
Minor changes:
239 dpurdie 4525
    * Corrected operation of GBE_PLATFORM, when building a GENERIC package.
4526
      A GENERIC package can now be built independently of the value
4527
      of GBE_PLATFORM.
4528
 
4529
    * MOS Toolset
4530
      If only building for a production target, then don't generate an error
4531
      if there is no debug data and code addresses specified.
4532
 
4533
      Use to build platform independent MOS Releases. Cannot have debug, but
4534
      can have production (PIC) components.
4535
 
4536
    * Utility command: jats abt
4537
      Parse and use -buildfile=xxx option
4538
 
4539
    * Utility command: jats extract -extractfiles
4540
      The extractfiles option will now duplicate empty directories
4541
 
4542
    * Building ANT projects under JATS
4543
      Ensure that the PATH is correctly setup so that ANT can locate
4544
      utilities within the JAVA directory - for both Solaris and Windows.
4545
      Previously only worked on Windows
4546
 
4547
------------------------------------------------------------------------
4548
Version: 2.73.1000.cr                                Released: 21-Feb-08
4549
------------------------------------------------------------------------
4550
Major changes:
4551
 
4552
Minor changes:
237 dpurdie 4553
    * Jats Label Utility
4554
      Correct use of '-norecurse' operation.
4555
 
4556
    * Jats command line under Unix
4557
      Corrected problem when command line quoted arguments with a space are
241 dpurdie 4558
      passed in. ie: -xxx="aaa bbb ccc"
237 dpurdie 4559
 
4560
    * Escrow tool
4561
      Added totals to all the tables created in the HTML report
4562
 
4563
    * Platform MOS68KRM
4564
      Rome builds. Modified compiler options to match the existing build system
4565
 
4566
------------------------------------------------------------------------
239 dpurdie 4567
Version: 2.73.0000.cr                                Released: 20-Feb-08
237 dpurdie 4568
------------------------------------------------------------------------
4569
Major changes:
235 dpurdie 4570
    * New Toolset: BORLAND
4571
      The toolset uses the Borland C++ Builder 6 to build Borland Project
4572
      files via the MakeProject directive.
231 dpurdie 4573
 
235 dpurdie 4574
      In this release there is no support for native compilation and linking.
4575
 
4576
      Details are provided in MASS-00166 JATS Reference Manual
4577
 
231 dpurdie 4578
Minor changes:
235 dpurdie 4579
    * Extract/Release utility.
4580
      Handle Source Path option with spaces by creating a config spec
4581
      that can handle spaces
4582
 
4583
    * MOS Compiler
4584
      The TMP directory used by the assembler will be created before the
4585
      assembler is invoked. This will ensure that the directory exists.
4586
 
4587
    * Utility: create_dpkg
4588
      Uses the first 'descpkg' file found. Allows packages that have embedded
4589
      descpkg files to be copied.
4590
 
4591
    * AVR_IAR Toolset
4592
      Added support for AT90SC144144CT - by David Payne.
4593
 
4594
    * JATS ANT command
4595
      Better selection of the ant build file
4596
 
4597
    * Build directive: BuildVersion
4598
      Extended the WinRc version file to allow the name of an icon to be
4599
      embedded in the .RC file.
4600
 
4601
------------------------------------------------------------------------
4602
Version: 2.72.2000.cr                                Released: 06-Feb-08
4603
------------------------------------------------------------------------
4604
Major changes:
4605
 
4606
Minor changes:
233 dpurdie 4607
    * Building JATS. Installer will set a+x in dpkg_archive
4608
 
4609
    * JATS rewrite. Remove the need  for the 'name=' attribute in the
4610
      <project> field.
4611
 
4612
    * CCdiff utility
4613
      Now ignores blank lines when generating a file difference report.
4614
 
4615
    * Escrow utility
4616
      Quote 'path' in the generated extraction commands
4617
      Allow escrow to be based on a single Release Manager package
4618
 
4619
    * Minor Perl-10 tweaks  
4620
 
4621
------------------------------------------------------------------------
4622
Version: 2.72.2000.cr                                Released: 24-Jan-08
4623
------------------------------------------------------------------------
4624
Major changes:
4625
 
4626
Minor changes:
231 dpurdie 4627
    * Jats Tool: CCbc2 [DEVI-044908]
4628
      Locates BeyondCompare through the Windows Registry. This allows
4629
      BeyondCompare to be installed in places other then the default location.
4630
 
4631
    * Jats test runtime helper scripts set_PLATFORM.bat
4632
      Windows. Batch file modified so that it doesn't exit the shell.
4633
 
4634
    * Jats wrapper
4635
      If JATS attempts to cache itself and an error is reported by the caching
4636
      utility, then Jats would fail without reporting an error message.
4637
 
4638
------------------------------------------------------------------------
4639
Version: 2.72.00000.cr                                Released: 11-Jan-08
4640
------------------------------------------------------------------------
4641
Major changes:
229 dpurdie 4642
    * Jats Release Mechanism
4643
      Jats can now release itself. This is not the same a building all of its
4644
      internal components, but it does mean that a new version of JATS can be
4645
      released using the 'standard' mechanism.
4646
 
4647
      Jats releases will be tracked in Release Manager.
4648
 
4649
      A side effect of this is that the labelling scheme will change to align
4650
      itself with Release Manager. ie: <package_name>_<package_version>.
4651
 
4652
    * Running Jats
4653
      Running Jats from within a ClearCase view is being deprecated.
4654
      Jats should be run from a package present in dpkg_archive.
4655
      This may affect some windows developers.
4656
 
4657
      This release of JATS can be run from ClearCase, but generates a warning.
4658
      Future versions will generate an error.
4659
 
4660
      Refer to MASS-00164 Installing and Using JATS.
4661
 
4662
Minor changes:
4663
    * Perl Version Check
4664
      Jats will generate a warning if the version of Perl in use is newer
4665
      than the version used in test. Newer versions are not always backward
4666
      compatible. Currently JATS has been extensively tested with 5.8.8.
4667
 
4668
    * Build Directive: BuildVersion
4669
      This directive has been extended to allow the creation of a 'properties'
4670
      file. This file may be used to pass version information into a an ANT
4671
      build.
4672
 
4673
    * Jats Internals
4674
      Minor fix to interwork with Perl version 5.10.
4675
      Perl 5.10 has not been extensively tested - yet.
4676
 
4677
    * Jats Tool: CCbc2
4678
      Added utility to use BeyondCompare (BC2) to compare files in two
4679
      packages defined as ClearCase labels. The utility creates two dynamic views
4680
      and starts BeyondCompare. The views are destroyed at the end of the
4681
      process.
4682
 
4683
      Requires BeyondCompare to be installed in its default location.
4684
      Only works under Windows.
4685
 
4686
      Use jats CCbc2 -help (or -man) for further details.
4687
 
4688
    * Jats test runtime helper scripts set_PLATFORM.sh
4689
      Marked as executable, so that users can run them directly
4690
 
4691
    * Jats test runtime helper scripts set_PLATFORM.bat
4692
      Uses SETLOCAL / ENDLOCAL to prevent environment variables being exported
4693
      into the parent space. This mimics the behaviour of Unix.
4694
 
4695
    * Jats eprog
4696
      Consistent cross-platform handling of programs found in the current
4697
      directory.
4698
 
4699
    * jats tool jats_metrics
4700
      A new utility that will be used by the Automated Build System to collect
4701
      build metrics.
4702
 
4703
------------------------------------------------------------------------
227 dpurdie 4704
Version: 2.71.6.cr                                Released: 18-Dec-07
4705
------------------------------------------------------------------------
4706
Major changes:
4707
 
4708
Minor changes:
4709
    * Jats Tool: create_dpkg
4710
      Added options to allow the utility to sanity test the package name and
4711
      version of the package being created. This is intended to be used by the
4712
      automated build system. New options are:
4713
        -pname=Package_Name
4714
        -pversion=Package_Version
4715
 
4716
      Added option to allow the source package form to be tested, without
4717
      transferring the package. New options are:
4718
        -test
4719
 
4720
    * Jats Tool: CCdiff
4721
      -output=filename now works. Previously only -out=filename worked.
4722
      -vob=name does not generate internal message under unix
4723
 
4724
    * JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
4725
      a space separated or a comma separated list.
4726
 
4727
    * Solaris Toolset
4728
      Disable the use of purify, purecov and quantify when building shared
4729
      libraries. Shared libraries are not supported by these tools. Executable
4730
      programs are still supported.
4731
 
4732
------------------------------------------------------------------------
4733
Version: 2.71.5.cr                                Released: 07-Dec-07
4734
------------------------------------------------------------------------
4735
Major changes:
4736
 
4737
Minor changes:
4738
    * WINCE toolsets
4739
      Added a run-time test for the presence of the required toolset
4740
      This will report an error if the required WINCE toolset has not been
4741
      installed. This is better than obscure message generated by the compilers
4742
      when header files cannot be found.
4743
 
4744
    * GenerateFiles directive
4745
      If the generating tool can only be found in the users path, don't make
4746
      it a prequisite under Windows. There are problems with spaces in pathnames
4747
      that are difficult to solve.
4748
 
4749
    * MakePerlModule directive
4750
      Extended the directive syntax to allow command line options to be passed
4751
      to the the module builder.
4752
 
4753
    * Jats Tool: label
4754
      Add the ability to label specific sub-directories (-dirs=name[,name]+)
4755
      Allow the -up option to be used in conjunction with the  -files=xxx and
4756
      -dirs=xxx options.
4757
 
4758
    * Jats Tool: release
4759
      Corrected a problem when multiple ant builds where located within the
4760
      build view. Now all ants builds will be perform.
4761
 
4762
      Expanded the operation of the '-build=name' option such that it can be
4763
      used to limit ANT builds by specifying the name of the depends.xml file.
4764
 
4765
    * Jats Tool: CCdiff
4766
      Added utility to provide difference reports in a format suitable to be
4767
      uploaded to CodeStriker.
4768
 
4769
      Use jats CCdiff -help (or -man) for further details.
4770
 
4771
 
4772
------------------------------------------------------------------------
4773
Version: 2.71.4.cr                                Released: 30-Nov-07
4774
------------------------------------------------------------------------
4775
Major changes:
4776
    * New Platform : MOS68KRM
4777
      Building MOS for the 68K processor for Rome
4778
      Requires the Microtec 4.5R compiler
4779
      Similar to MOS68K, but has different optimization and definitions
4780
 
4781
Minor changes:
4782
    * label utility
4783
      Better handling of filenames with embedded spaces.
4784
 
4785
    * make package and install operations
4786
      Improved the error detection and reported that may occur during a file
4787
      transfer.
4788
 
4789
    * make clean up
4790
      Improved the cleanup of generated files.
4791
 
4792
    * Jats Tool: jats_transform_file
4793
      Tool that can be used within makefiles and test harnesses to perform
4794
      minor file transformations such as:
4795
        Copy, with optional rename
4796
        Force Dos or Unix style line endings
4797
        Perform simple TAG replacement
4798
 
4799
      Use 'jats jats_transform_file -help' for details
4800
 
4801
    * jats release utility
4802
      Added the -extractfiles option to extract files without leaving a view
4803
      in place.
4804
 
4805
    * escrow utility
4806
      Added -extract option to assist in creating images of all files in
4807
      the escrow, with a log file to summarize success/failure of the extraction.
4808
 
4809
------------------------------------------------------------------------
4810
Version: 2.71.3.cr                                Released: 16-Nov-07
4811
------------------------------------------------------------------------
4812
Major changes:
4813
 
4814
Minor changes:
4815
    * Makefile generation
4816
      Corrected a problem in the detection of a generated target
4817
      Some JAVA builds were not correctly detecting the need to run the
4818
      generate phase early.
4819
 
4820
------------------------------------------------------------------------
4821
Version: 2.71.2.cr                                Released: 09-Nov-07
4822
------------------------------------------------------------------------
4823
Major changes:
4824
 
4825
Minor changes:
4826
    * GBE_PLATFORM operation
4827
      Restored operation of GBE_PLATFORM. This feature is not encouraged.
4828
 
4829
    * Makefile generation
4830
      Added a sanity check to generate a warning if a file is packaged, or
4831
      installed, from more than one makefile.pl
4832
 
4833
    * Utilities gen_msproject, gen_dirlist and gen_metrics
4834
      Modified to use generic interface to the makefile data
4835
 
4836
    * AutoBuilder support tool 'save_build'
4837
      Check for users having placed locks on the build file and the autobuild
4838
      branch. The locks will be removed.
4839
 
4840
    * jats_rewrite utility
4841
      Better handling of DOS line ending under Unix
4842
 
4843
    * jats escrow utility
4844
      Can now create a simple escrow build, and information, on a Release.
4845
      Still handles an escrow based on an SBOM.
4846
 
4847
      Can be used to create an HTML report on unbuildable packages and
4848
      inconsistent packages.
4849
 
4850
    * jats make help
4851
      Corrected the list of target platforms to only show those that are
4852
      available within the current build.
4853
 
4854
    * jats makefiles
4855
      Modified the behaviour of jats when multiple instances of the
4856
      MakefileGenerate() directive are found.
4857
 
4858
      If the MakefileGenerate() directive is found in the 'common' makefile.
4859
      pl, then it will be ignored.
4860
 
4861
    * gcc toolset
4862
      SharedLibries.
4863
        The --Def=name option supports two types of def file
4864
        The 'old' form is used if the name of the Def file ends in .def
4865
 
4866
        The 'old' form is created by the existing versions of mod_if.pl
4867
        The 'new' form is created by tne new versions (daf_tools 25.1.5000.cr)
4868
        of mod_if - if the name of the file does not end in .def.
4869
 
4870
      SharedLibraries and Prog (Experimental)
4871
        New options:
4872
            --MultiScan
4873
            --NoMultiScan ( default)
4874
            MultiScan will scan the libraries until no more undefined references
4875
            can be satisfied. This may simplify linking of complex programs.
4876
 
4877
 
4878
------------------------------------------------------------------------
4879
Version: 2.71.1.cr                                Released: 16-Oct-07
4880
------------------------------------------------------------------------
4881
Major changes:
4882
 
4883
Minor changes:
4884
    PackageLib directive
4885
    The construct "PackageLib( '*', @SHLIBS, @LIBS );" now works as expected.
4886
    Packaging multiple libraries and shared libraries works as expected.
4887
    Packaging multiple shared libraries works as expected.
4888
 
4889
    MakefileGenerate directive
4890
    This directive should only be called once. JATS will now generate a warning,
4891
    and not produce an erroneous, if the directive is invoked more than once.
4892
 
4893
    Multiple Parent detection
4894
    A makefile.pl that is invoked from more than one other makefile.pl, or the
4895
    build.pl, is counted as having multiple parents. This condition is
4896
    normally treated as an error. When run by the Auto Built Tool, this
4897
    condition will be treated as a warning.
4898
 
4899
    Solaris Toolset
4900
    Added option '--WithMisalign' to the SharedLib directive.
4901
    When used in conjunction with the 'misalign' CompleOption this option will
4902
    cause a machine specific object file (misalign.o) to be included in the
4903
    link.
4904
 
4905
    Programs that are created with 'misalign' will automatically include the
4906
    misalign.o object file. The fact that shared libraries do not may be an
4907
    indication that this is a bad thing to do.
4908
 
4909
    Make and generation of subdirectories
4910
    Fixed an issue which caused created directories to have a bad timestamp.
4911
    This could result in multiple attempts to generate the source dependency
4912
    file.
4913
 
4914
------------------------------------------------------------------------
4915
Version: 2.71.0.cr                                Released: 10-Oct-07
4916
------------------------------------------------------------------------
4917
Major changes:
4918
    Makefile generation and make recursion
4919
    Extensive changes to the makefiles that are generated by JATS and method by
4920
    which JATS recuses through subdirectories during a build.
4921
 
4922
    Summary of changes:
4923
        - Removed the use of 'make' to perform recursion over subdirectories
4924
          and platforms. This has been replaced by a JATS program  that performs
4925
          the same task - only a great deal faster and with a greater scope for
4926
          flexibility.
4927
 
4928
          The user interface remains identical: jats make ....
4929
 
4930
        - Replaced the generated 'Makefile' with 'Makefile.gbe'. This is a text
4931
          file that provides sufficient information to allow JATS to locate the
4932
          interface directory and associated build information.
4933
 
4934
        - Significant speed up in determining the need to rebuild a makefile.
4935
          On a large package this has been reduced from 30+ seconds to less
4936
          than one second.
4937
 
4938
        - Significant speed up of large recursive builds through intelligent
4939
          building of the 'make_init' target. This is only processed once for
4940
          each platform type. Previously it was processed in each and every
4941
          makefile. This make target is used, internally, to perform sanity
4942
          testing of the compiler environment and to display the name of the
4943
          toolset. It is an expensive operation.
4944
 
4945
        - Intelligent speed up of large recursive through better mechanism
4946
          for creating required directories. These are now created on the fly,
4947
          rather than via a slow recursive pass though all makefiles.
4948
 
4949
        - Better makefile rebuilding
4950
          Makefiles can be rebuilt on the fly. The previous system was prone to
4951
          detecting that makefiles needs to be re-built, but then not re-
4952
          building them.
4953
 
4954
        - Detection of build file changes
4955
          The make process will detect that the build file has been modified
4956
          and that the component has not been rebuilt. This is a warning. It
4957
          does not prevent the 'make' operation.
4958
 
4959
        - Quieter make output
4960
          The 'Nothing to be done' message has been disabled.
4961
 
4962
 
4963
Minor changes:
4964
    MakeAnt Directive
4965
    Allows ANT_HOME to be a path with spaces. ie: c:\Program Files\apache-ant-1.6.5
4966
 
4967
    JATS command "debug" and "prod"
4968
    These now handle make arguments and options correctly. Thus the command:
4969
        jats prod WIN32 OPTIONS=args
4970
    Will correctly do a production build for WIN32 with command execution
4971
    display. Before, the system would attempt to process prod_OPTIONS=args.
4972
 
4973
    CSHARP toolset
4974
    Correctly detect missing compiler directories
4975
 
4976
------------------------------------------------------------------------
4977
Version: 2.70.2.cr                                Released: 27-Sep-07
4978
------------------------------------------------------------------------
4979
Major changes:
4980
 
4981
Minor changes:
4982
    Java target. Resolve problem of multiple project builds when multiple files
4983
    are generated.
4984
 
4985
    MakeAnt
4986
    If the Ant build fails JATS will terminate.
4987
    Previously JATS would continue until another error forced its termination.
4988
    This is done through a better startup of ANT using the
4989
    org.apache.tools.ant.launch.Launcher directly.
4990
 
4991
    MCR platform
4992
    Create '.mod' files from the generated THX files.
4993
    This is a MOS binary and can be download to the MCR devices.
4994
 
4995
------------------------------------------------------------------------
4996
Version: 2.70.1.cr                                Released: 20-Sep-07
4997
------------------------------------------------------------------------
4998
Major changes:
4999
 
5000
Minor changes:
5001
    MakeAnt directive extended
5002
    New option: --PackageBase
5003
        This will pass the path to all packages specified with LinkPkgArchive
5004
        directives to the build.xml file. Without the option the path will
5005
        address a 'jar' directory within the package.
5006
 
5007
    New passed parameter: PACKAGEDIR
5008
        This is the path to the output package that is being created by JATS
5009
        Allows the ant build script to place artifacts directly into the
5010
        package image being created.
5011
 
5012
------------------------------------------------------------------------
5013
Version: 2.70.0.cr                                Released: 13-Sep-07
5014
------------------------------------------------------------------------
5015
Major changes:
5016
    * Linux compiler
5017
      Changed the linux compiler used to build Embedded Linux platforms
5018
            DEVLINUX
5019
                LINUX_EMU
5020
                LINUX_ETX
5021
                ARM9TDMI
5022
 
5023
            LMOS
5024
                LMOS_LINUX_EMU
5025
                LMOS_LINUX_ETX
5026
                LMOS_ARM9TDMI
5027
 
5028
 
5029
    This is a non-backwardly compatibly release.
5030
 
5031
    Do not migrate to this version of JATS if you are building against
5032
    existing packages, until the underlying packages have been rebuilt.
5033
 
5034
    Packages created with the previous version of the compiler should not be
5035
    mixed with packages created with the version in this release.
5036
    Packages will be rebuilt with the new compiler as soon as possible.
5037
 
5038
    The new compiler will need to be installed on users VM's
5039
    The compiler package is dpkg_archive/linux_gnu_tools/1.1.0000.cots
5040
    The binary is:crosstool-gcc-4.1.1-glibc-2.5.tar.bz2
5041
    This should be extacted, as root, into / with the (one line) command
5042
         tar -xjf /net/auperaunx26/export/devl/dpkg_archive/linux_gnu_tools/1.1.0000.cots/
5043
                    crosstool-gcc-4.1.1-glibc-2.5.tar.bz2 -C/
5044
 
5045
Minor changes:
5046
    * Skipped 2.69 due to nature of major change
5047
 
5048
 
5049
------------------------------------------------------------------------
5050
Version: JATS_2.68.3                                Released: 28-Aug-07
5051
------------------------------------------------------------------------
5052
Major changes:
5053
 
5054
Minor changes:
5055
    * WIN32 CompileOptions to control use of precompiled headers
5056
      Added a WIN32 specific compiler option to control the pre compiled
5057
      headers.
5058
 
5059
        CompileOptions ('WIN32', 'PreCompileHdrs' );        (default)
5060
        CompileOptions ('WIN32', 'NoPreCompileHdrs' );
5061
 
5062
 
5063
------------------------------------------------------------------------
5064
Version: JATS_2.68.2                                Released: 28-Aug-07
5065
------------------------------------------------------------------------
5066
Major changes:
5067
 
5068
Minor changes:
5069
    * Reverted changes made in JATS_2.68.1 to the library search path
5070
      Although the search order is broken, we will need to live with it.
5071
 
5072
      Addressed the search order of /usr/lib under Solaris by adding a new
5073
      AddLibDir option (--System) to add system paths. These will be searched
5074
      last.
5075
 
5076
      For the record, the search order for header files and libraries is:
5077
 
5078
        1) As specified with AddIncDir/AddLibDir in the local makefile.pl
5079
           or within any such directive with the --Local option
5080
 
5081
        2) Within the components 'local' directories. These are populated with
5082
           InstallHdr and InstallLib directives.
5083
 
5084
        3) Within the 'interface' directory as populated by BuildPkgArchive
5085
 
5086
        4) As specified with AddIncDir/AddLibDir in the 'global' makefile.pl
5087
           or within any such directive with the --Global option
5088
 
5089
        5) Within packages specified by a LinkPkgArchive directive
5090
 
5091
 
5092
        6) As specified with AddIncDir/AddLibDir in any makefile.pl
5093
           with the --System option
5094
 
5095
    * LMOS target platform
5096
      Includes LINUX_ETX
5097
 
5098
------------------------------------------------------------------------
5099
Version: JATS_2.68.1                                Released: 24-Aug-07
5100
------------------------------------------------------------------------
5101
Major changes:
5102
 
5103
Minor changes:
5104
    * Solaris Toolset
5105
      Corrected library search order, such that /usr/lib is search after the
5106
      dependent packages.
5107
 
5108
    * RunTest operation
5109
      Added the current directory '.' to the PATH used when the test is run.
5110
 
5111
    * Csharp toolkit
5112
      .dtd files are treated as resource files too
5113
 
5114
------------------------------------------------------------------------
5115
Version: JATS_2.68.0                                Released: 20-Aug-07
5116
------------------------------------------------------------------------
5117
Major changes:
5118
    * Trap use of uncontrolled versions of 'ant' and the Java Compiler (javac)
5119
 
5120
      It was discovered that a few old makefile.pl's where invoking ant and
5121
      javac directly in order to build small Java components. This was
5122
      normally being done in the guise of the WIN32 target. These packages
5123
      were making assumptions about the version of Java on the users search
5124
      path.
5125
 
5126
      JATS can invoke ANT and build Java based components using the MakeAnt
5127
      directive and the JAVA platform. This method is controlled and
5128
      reproducible.
5129
 
5130
      This release provides changes such that these packages will not build.
5131
      This is better than building incorrectly.
5132
 
5133
      There are several aspects to the change
5134
        1) JATS provides binaries (ant and javac) with an error message. If
5135
           the user invoked ant/javac in a manner that involves searching the
5136
           PATH then these will be used and report an error.
5137
 
5138
       2) A special command (jats abt) can be used to start up the Auto Build
5139
          Tool in a manner that does not alter the PATH seen by the utilities.
5140
          Moreover it does not alter the JAVA_HOME seen by the build. This is
5141
          controlled separately.
5142
 
5143
Minor changes:
5144
    * Sanitize the PATH environment variable
5145
        Ensure the JATS bin directory is the first directory searched
5146
        Remove duplicates
5147
        Place non-existent components at the end of the PATH
5148
 
5149
------------------------------------------------------------------------
5150
Version: JATS_2.67.1                                Released: 17-Aug-07
5151
------------------------------------------------------------------------
5152
Major changes:
5153
 
5154
Minor changes:
5155
    * Makefile sanity test
5156
      Added a test to ensure that makefiles created on a machine of one type are
5157
      not then run on a machine of a different type.
5158
 
5159
      This will prevent files created on solaris-sparc being used on a solaris-
5160
      x86 machine.
5161
 
5162
    * Correct bug in RunTest
5163
      RunTest now extends the PATH to include the local bin directory
5164
 
5165
------------------------------------------------------------------------
5166
Version: JATS_2.67.0                                Released: 13-Aug-07
5167
------------------------------------------------------------------------
5168
Major changes:
5169
    * RunTest directive
5170
      Added support for running tests within the NUNIT test framework for the
5171
      CSHARP target. In the process a generalized mechanism for accessing
5172
      toolset specific test frameworks has been added.
5173
 
5174
      Changes to the directive to support a FrameWork.
5175
        The use of a test FrameWork is signaled with the option
5176
        --FrameWork=<name> If this is present then the raw name of the program
5177
        under test will be passed to the framework. program.
5178
 
5179
        If a FrameWork is in use, then JATS will invoke the specified framework
5180
        builder within the current toolset.
5181
 
5182
      When a framework is in place JATS will pass arguments of the form:
5183
        '--Tag=Text' to the FrameWork. Other options are processed as normal.
5184
 
5185
      With in the Nunit FrameWork the program under test will be a DLL Nunit
5186
      will only operate on a DLL. The DLL must have been created by the makefile
5187
      containing the RunTest directive.
5188
 
5189
      The Nunit Framework supports the following options:
5190
        --Uses=<Name>[,SubOption]+
5191
 
5192
        This option specifies other DLLs that are used by the TestDLL. They will
5193
        be copied in to the test directory, and may be sourced from an external
5194
        package or the components 'local' lib directory.
5195
 
5196
        SubOptions available to The --Uses directive are:
5197
            --NonJats       This is not a JATS built library. It will not have a
5198
                            P or D suffix.
5199
            --Jats          (Default) This is a JATS built library. JATS will
5200
                            select the correct library type for this build.
5201
 
5202
Minor changes:
5203
    * New Cache cleanup mechanism
5204
      When a package is consumed from the 'cache' a flag is updated within
5205
      the cache. The cache aging routines use this file in preference to
5206
      the descpkg file, thus it will prevent the aging of packages that are
5207
      frequently used. The aging policy can be made more aggressive.
5208
 
5209
    * Save Build Utility
5210
      This utility is used by the Auto Build System to save the 'build.pl' file
5211
      used in a ripple build.
5212
 
5213
      The utility has been enhanced to detect  a reserved checkout of the
5214
      build.pl. The checkout will be changed to unreserved - if possible.
5215
 
5216
    * Release Utility
5217
      The 'jats release' command will now unlock any labels that it locked
5218
      when an error is encountered.
5219
 
5220
      This simplifies the 'release' process as the developers label will be
5221
      unlocked if a build error occurs.
5222
 
5223
    * Jats caching local copy of itself
5224
      Fixed a bug which resulted in an "Use of individualized value" message
5225
      being displayed a large number of times during the file transfer process.
5226
 
5227
    * Minor extension to allow plug-in directives to perform a processing step
5228
      before the makefiles are created.
5229
 
5230
    * TestProg directive
5231
      TestProg's are now built in exactly the same manner as Progs
5232
 
5233
    * Correct problem introduced in 2.66.1 with packaging of files with
5234
      a 'space' or '$' in the file name.
5235
 
5236
------------------------------------------------------------------------
5237
Version: JATS_2.66.1                                Released: 20-Jul-07
5238
------------------------------------------------------------------------
5239
Major changes:
5240
    * New build target
5241
            LINUX_ETX           - Support for Linux on an ETX board
5242
            LMOS_LINUX_ETX      - Support for LMOS on the LINUX_ETX target
5243
 
5244
      These targets have also been added to the following pseudo targets.
5245
            DEVLINUX
5246
            LMOS_DEVLINUX
5247
 
5248
    * Internal utility dpkg_cache [Windows]
5249
      Modified to remove use of system utilities to perform the the file
5250
      transfer, after having problems the 'cp.exe' provided by JATS.
5251
 
5252
Minor changes:
5253
    * Added utility class to provide directory searching
5254
      To be used in JATS and JATS support tools
5255
 
5256
    * tweaks to the C# toolset
5257
      Correct problem with filename that start with "n" as in .\not_nice.cs
5258
 
5259
      Create resource files with Fully Qualified Names derived from the .resx
5260
      and .cs files.
5261
 
5262
      Handle Strong Key Names and creates wrappers to provide do the right
5263
      thing.
5264
 
5265
    * Microtec ColdFire compiler
5266
      Further attempts to get the compiler to place all of its temp files in a
5267
      local directory. The compiler uses a large number of EnVars to control
5268
      were it places temp files.
5269
 
5270
      Underlying problem is random compiler failures on big builds. Suspected
5271
      interaction with other builds.
5272
 
5273
    * Release utility command
5274
      Added a -tag=name option to allow the Auto Build Tools to create
5275
      multiple instances of a static view. The tag is used to provide a unique
5276
      component in the clearcase tag name.
5277
 
5278
------------------------------------------------------------------------
5279
Version: JATS_2.66.0                                Released: 27-Jun-07
5280
------------------------------------------------------------------------
5281
Major changes:
5282
  * Support for building CSHARP code
5283
    Natively build C# within JATS using the Microsoft command line programs
5284
 
5285
    Supports the handling of .resx files
5286
 
5287
    Supports the creation of windows programs, console programs and shared
5288
    libraries
5289
 
5290
Minor changes:
5291
  * Unit Tests
5292
    Allow test scripts to be PERL - with a .pl extension
5293
    These will be correctly initiated under WIndows and Unix
5294
 
5295
    Correct warning messsage that is generated if a "CopyIn" file is also listed
5296
    as a Script.
5297
 
5298
 
5299
------------------------------------------------------------------------
5300
Version: JATS_2.65.3                                Released: 11-Jun-07
5301
------------------------------------------------------------------------
5302
Major changes:
5303
 
5304
Minor changes:
5305
  * WINCE Support
5306
    Added WCEPA962_500 support. The WINCE target now includes this target.
5307
    Complete list of WINCE targets is:
5308
        WCEIT3000
5309
        WCEPA961
5310
        WCEPA962
5311
        WCEPA962_500
5312
        WCEPCM7220
5313
        WCEPSION_500
5314
        WCEPSPC_arm
5315
        WCEPSPC_emu
5316
        WCEX86A420
5317
        WCEX86A500
5318
        WCEX86A500_SOM4455
5319
 
5320
 
5321
------------------------------------------------------------------------
5322
Version: JATS_2.65.2                                Released: 06-Jun-07
5323
------------------------------------------------------------------------
5324
Major changes:
5325
 
5326
Minor changes:
5327
  * WINCE Support
5328
    Added WCEPSION_500 support. The WINCE target now includes this target.
5329
 
5330
  * Removed the following targets
5331
        TP5600
5332
        TP5600_ARM9TDMI
5333
        TP5600_EMU
5334
        LMOS_TP5600_ARM9TDMI
5335
        LMOS_TP5600_EMU
5336
 
5337
  * Deployment
5338
    Simplify access to build information during deployment
5339
 
5340
  * build.pl
5341
    Better error check on a packages version number.
5342
 
5343
    The --forcebuildpkg has been extended to copy files on a Unix system, rather
5344
    than to use symlinks. This simplifies remote builds.
5345
 
5346
  * Tool: gen_msprojects
5347
    Has been extended to create either a Debug build (default), or a Production
5348
    build.
5349
 
5350
        Eg: jats etool gen_msprojects -prod
5351
 
5352
  * Tool: escrow
5353
     New features
5354
     Given an rtag_id, report determine packages that are in the 'release' but
5355
     are not in the SBOM.
5356
 
5357
     Prune "patch" package versions.
5358
 
5359
     Specify packages to be ignored.
5360
 
5361
 
5362
------------------------------------------------------------------------
5363
Version: JATS_2.65.1                                Released: 30-May-07
5364
------------------------------------------------------------------------
5365
Major changes:
5366
  * Provided a mechanism by which JATS makefile.pl directives can be extended
5367
    through modules provided by external packages. This will be used to reduce
5368
    the dependancy on JATS of various packaging processes.
5369
 
5370
  * GenerateFiles
5371
    Added the options:
5372
        --UnknownPreq           - Will force the recipe to be run every time
5373
                                  the generated files are required. May be used
5374
                                  when the dependancies are too complex to
5375
                                  describe. ie: Entire directory tree.
5376
 
5377
        --AutoGenerate          - Will not force the recipe to be run during the
5378
                                  'generate' phase, unless the recipe generates
5379
                                  source files. Allows recipes to be run very
5380
                                  late. ie: when the dependent files are actually
5381
                                  required.
5382
 
5383
 
5384
Minor changes:
5385
  * GenerateFile directive
5386
    Added --Var(BuildRoot)
5387
 
5388
  * GCC Toolset
5389
    Creating Shared Libaries with a 'Def' file. The library is now dependent
5390
    on the Def file, such that changes to the Def file will cause the library to
5391
    be rebuilt.
5392
 
5393
  * MakeAnt and MakeProject directives
5394
    Preserve the order in which projects are built.
5395
 
5396
------------------------------------------------------------------------
5397
Version: JATS_2.65.0                                Released: 16-May-07
5398
------------------------------------------------------------------------
5399
Major changes:
5400
 *  Access to Release Manager and Deployment Manager databases
5401
    The database location, user and password have been made configurable via
5402
    environment variables.
5403
 
5404
    Reason: The Release Manager and Deployment Manager databases are being
5405
            moved.
5406
 
5407
    This will affect users that:
5408
        1) Use tools that access RM or DM
5409
           Some tools that build deployable packages
5410
 
5411
        2) Use the ABT system
5412
           The buildadm user, and the ABT scripts will be modified to provide
5413
           the required configuration
5414
 
5415
    If you need to use tools that access RM or DM, outside of the ABT scripts on
5416
    the build machine then you will need to add the following environment
5417
    definitions to your .profile_bash, or jats.bat.
5418
    Windows
5419
        set GBE_RM_LOCATION=jdbc:oracle:thin:@auperaora03:1521:RELEASEM
5909 dpurdie 5420
        set GBE_RM_USERNAME=RM_READONLY
5421
        set GBE_RM_PASSWORD=RM_READONLY
5710 dpurdie 5422
        set GBE_RM_URL=http://bms:8002/ManagerSuite/Release_Manager
227 dpurdie 5423
        set GBE_DM_LOCATION=%GBE_DM_LOCATION%
5909 dpurdie 5424
        set GBE_DM_USERNAME=DM_READONLY
5425
        set GBE_DM_PASSWORD=DM_READONLY
5710 dpurdie 5426
        set GBE_DM_URL=http://bms:8002/ManagerSuite/Deployment_Manager
227 dpurdie 5427
    Note: GBE_RM_LOCATION will change in the near future.
5428
 
5429
 
5430
  * New build platforms
5431
        ARM9TDMI            - To replace TP5600_ARM9TDMI
5432
        LINUX_EMU           - To replace TP5600_EMU
5433
 
5434
        LMOS_ARM9TDMI       - To replace LMOS_TP5600_ARM9TDMI
5435
        LMOS_LINUX_EMU      - To replace LMOS_TP5600_EMU
5436
 
5437
        DEVLINUX            - To replace TP5600
5438
        LMOS_DEVLINUX       - To replace LMOS_TP5600
5439
        LMOS                - New platform that expands to known LMOS targets:
5440
                              LMOS_ARM9TDMI, LMOS_LINUX_EMU, LMOS_WIN32
5441
 
5442
    Many of these targets are designed to replace the badly named platforms
5443
    of TP5600_ARM9TDMI and TP5600_EMU. These will be removed in a future
5444
    release.
5445
 
5446
    The GBE_BUILDFILTER for linux boxes may need to be changed to
5447
         LINUX_I386 ARM9TDMI LINUX_EMU LMOS_ARM9TDMI LMOS_LINUX_EMU
5448
 
5449
    The TP5600* targets should be removed to make it obvious that these packages
5450
    need to be converted.
5451
 
5452
  * Building Linux Device Drivers
5453
    The hard-coded path to the Kernel Headers has been removed.
5454
    Linux Drivers must be built with a suitable package to provide
5455
    the kernel headers. This allows multiple versions of the linux kernel to be
5456
    used for different targets platforms.
5457
 
5458
  * Sandbox support
5459
    Embryonic support for building multiple packages in a common sandbox
5460
    Will remain undocumented until fully implemented.
5461
 
5462
    New command: jats sandbox ...
5463
 
5464
Minor changes:
5465
 
5466
 
5467
------------------------------------------------------------------------
5468
Version: JATS_2.64.1                                Released: 03-May-07
5469
------------------------------------------------------------------------
5470
Major changes:
5471
  * MakeAnt directive
5472
    Added options to allow the and project to unit tests.
5473
 
5474
    New options
5475
        --AutoTest=<target>            # Run as Automated unit test
5476
        --UnitTest=<target>            # Run as Unit test
5477
 
5478
    This will invoke the ant build file, with the specified target, during the
5479
    run_unit_tests phase.
5480
 
5481
  * Sandbox support
5482
    Embryonic support for building multiple packages in a common sandbox
5483
    Will remain undocumented until fully implemented
5484
 
5485
Minor changes:
5486
  * jats build
5487
    Use platform configuration information to prune platforms from the list of
5488
    platforms that will be 'built'.
5489
 
5490
    This simplies the construction of a GBE_BUILDFILTER
5491
 
5492
    This information is not available for all supported platforms, but is
5493
    available for psuedo platforms that transform into machine specific
5494
    platforms. These include SOLARIS, LINUX, TP5600 and LMOS_TP5600
5495
 
5496
  * AVR_IAR Toolset
5497
    Clean up 9 files that may be created by the USB license dongle.
5498
 
5499
  * JATS.BAT
5500
    Example file now provides a default GBE_DPKG definition that assumes that
5501
    the "V" drive is mapped to \\auperaunx26\devl. This allows access to both
5502
    the dpkg_acrhive and the deploy_archive with the one mapping.
5503
 
5504
  * jats label
5505
    Correct problem when locking a label in a specified VOB
5506
 
5507
------------------------------------------------------------------------
5508
Version: JATS_2.64.0                                Released: 16-Apr-07
5509
------------------------------------------------------------------------
5510
Major changes:
5511
  * New build platform:
5512
        LMOS_TP5600
5513
        LMOS_TP5600_ARM9TDMI
5514
        LMOS_TP5600_EMU
5515
 
5516
    LMOS_TP5600 is a tag that will be expanded to the entire family of LMOS_TP5600
5517
    supported targets. A common alias of LMOS_T5600 will be created to
5518
    describe the group of platforms.
5519
 
5520
    LMOS_TP5600_ARM9TDMI and LMOS_TP5600_EMU
5521
    These are LMOS based targets. The 'lmos' package must be used in order to
5522
    build these targets.
5523
 
5524
    The LMOS_TP5600_ARM9TDMI can use components from the TP5600_ARM9TDMI,
5525
    where no LMOS_TP5600_ARM9TDMI components are provided.
5526
 
5527
    The LMOS_TP5600_EMU can use components from the TP5600_EMU,
5528
    where no LMOS_TP5600_EMU components are provided.
5529
 
5530
  * New build platform: WINCE
5531
    This is a tag that will be expanded to all the known WINCE targets.
5532
    Use of this platform will simplify the creation of components for
5533
    consumption on all WINCE machines.
5534
 
5535
    The current list of WINCE targets is:
5536
            WCEIT3000
5537
            WCEPA961
5538
            WCEPA962
5539
            WCEPCM7220
5540
            WCEPSION_420
5541
            WCEPSPC_arm
5542
            WCEPSPC_emu
5543
            WCEX86A420
5544
            WCEX86A500
5545
            WCEX86A500_SOM4455
5546
 
5547
    The WINCE targets actually built will be affected by GBE_BUILDFILTER.
5548
 
5549
 *  JATS makefile.pl
5550
    The package descriptor file, 'descpkg', will be packaged in all makefiles
5551
    that contain packaging directives.
5552
 
5553
    There is now no need to explicitly package the 'descpkg' file, except in
5554
    very unusual configurations.
5555
 
5556
Minor changes:
5557
  * Directive: PackageFile
5558
    Generate a warning if the source file name does not confirm to good naming
5559
    conventions. The filename must not start with a '-' and must not contain
5560
    an '='.
5561
 
5562
    Normally the result of an error in the directive. ie: "-Subdir=etc", instead
5563
    of "--Subdir=etc".
5564
 
5565
  * JATS Internal utility: cmdfile
5566
    Updated Linux and Solaris targets with a version of the cmdfile that
5567
    provides a better error message for libraries that cannot be found.
5568
 
5569
    This version will display the library search path with one item per line,
5570
    rather than all items on one, very long, line.
5571
 
5572
------------------------------------------------------------------------
5573
Version: JATS_2.63.0                                Released: 5-Apr-07
5574
------------------------------------------------------------------------
5575
Major changes:
5576
 
5577
  * JATS release command
5578
    Modified the configuration spec generated when a branching rule is
5579
    specified. The change will ensure that directories are not branched.
5580
 
5581
    Rules are:
5582
        Modify a file:      File will branch
5583
        Adding a file:      Containing directory will not branch
5584
                            File will be placed on a branch
5585
        Add a directory:    Containing directory will not branch
5586
                            New directory will branch
5587
 
5588
Minor changes:
5589
  * JATS release command
5590
    Added -noprefex option to allow the creation of a view directory without the
5591
    user name being prefixed to it. This is useful in creating an escrow view.
5592
 
5593
  * JATS label command
5594
    Detect and report parent directories that are checkedout when a label
5595
    is applied. Previously these had gone unreported.
5596
 
5597
  * JATS make
5598
    Undo previous change to preserve symbolic links while Packaging and
5599
    Installing files. A problem was encountered when a file from a package
5600
    was re-packaged.
5601
 
5602
  * JATS escrow
5603
    Added a tool to generate information for creating an escrow drop.
5604
    Use jats escrow -help for details
5605
 
5606
  * makefile.pl directive: MakeAnt
5607
    This directive will create parameters to specify the location of external java
5608
    packages that have been referenced via a LinkPkgArchive directive.
5609
 
5610
    This allows the build.xml to contruct a CLASSPATH to access JAR files in
5611
    packages, without the overhead of copying the entire package into the
5612
    interface directory.
5613
 
5614
  * build.pl directive: BuildPkgArchive
5615
    Modified the processing of 'jar' directories.
5616
    Directories of the form 'jar.<target>' will be transferred into the 'jar'
5617
    directory as seen by the package.
5618
 
5619
    Intended use: Deployment of oraclient for Solaris 10
5620
 
5621
  * JAVA 6
5622
    JATS now supports all versions of Java through the use of JAVA_HOME_X_Y
5623
    environment variables. Where X andY specify the version of JAVA.
5624
 
5625
    The jats.bat and jats.sh example files only provide indication of 1.4, 1.5
5626
    and 1.6 support, but all versions are now supported.
5627
 
5628
    The "jats vars -v" command will display all JAVA_HOME environment variables
5629
 
5630
  * Jats command: vars
5631
    Extended to show a "*" for EnvVars that do not address a valid directory
5632
    These indicate potential problems.
5633
 
5634
------------------------------------------------------------------------
5635
Version: JATS_2.62.4                                Released: 20-Mar-07
5636
------------------------------------------------------------------------
5637
Major changes:
5638
  * JATS create_dpkg + packageing shared libraries (Unix)
5639
    When a shared library is created a simple symbolic link to the versioned
5640
    libarry is also created.
5641
 
5642
    Previous versions of JATS would replace the symbolic link with a physical
5643
    copy of the file. The effect of this is that when the shared libaries is
5644
    'Installed', 'Packaged' and transferred into dpkg_archive there are two
5645
    files, instead of one file and one link to the file (in the same directory)
5646
    The Solaris shared libraries can be quite large, due to the debug
5647
    information contained within the file.
5648
 
5649
    This version of JATS will preserve symbolic links when 'Installing',
5650
    'Packaging' and transferring to dpkg_archive.
5651
 
5652
    The advantage of this will be significant reduction in disk space used
5653
    within the build environment and dpkg_archive.
5654
 
5655
  * Building Perl Modules
5656
    Modified the process to prevent the module builder attempting to modify the
5657
    documentation on the build machine.
5658
 
5659
    Integrated the 'jats clean' operation.
5660
 
5661
Minor changes:
5662
  * jats create_dpkg
5663
    Added an option to create a built.generic file
5664
    This is only used by the Automated Built Tools.
5665
 
5666
------------------------------------------------------------------------
5667
Version: JATS_2.62.3                                Released: 28-Feb-07
5668
------------------------------------------------------------------------
5669
Major changes:
5670
  * JATS JAVA build target
5671
    The default behaviour of the JAVA build target has changed such that the
5672
    default version of JAVA used will be 1.4.
5673
 
5674
    Previous behaviour was to use whichever version was specified by the EnvVar
5675
    JAVA_HOME. This was not controlled, thus the build was not controlled.
5676
    Problems occur when using the new AutoBuildTool as it uses Java 1.5 and this
5677
    is then picked up as the default version.
5678
 
5679
    If a version, other than 1.4, is required then specify it within the
5680
    build.pl file.
5681
 
5682
Minor changes:
5683
  * jats release
5684
    Ensure that the 'cleartool' command can be found in the users PATH
5685
    Issue an error if it cannot be found.
5686
    This error indicates bad DevEnv setup
5687
 
5688
    Added facility to create a view based on a config_spec, instead of a label.
5689
    Such a view cannot be used to create a release. It is intended to simplify
5690
    the creation of simple static views. The name of view is, by default,
5691
    based on the name of the config spec. Use the -view=name option to change
5692
    the name of the view.
5693
 
5694
  * GenerateFiles directive
5695
    Added new --Vars() to allow packaging of JATS plugin tools.
5696
 
5697
  * MOS Toolset
5698
    When using MOS fast intermodule calls the optimizer will preload commonly
5699
    used memory addresses into a register BEFORE the GDP has been correctly set
5700
    up. Use the following option to suppress this optimization
5701
 
5702
    Added: CompileOptions ('*', 'NoGlobalOptimization' );
5703
 
5704
 
5705
------------------------------------------------------------------------
5706
Version: JATS_2.62.2                                Released: 15-Feb-07
5707
------------------------------------------------------------------------
5708
Major changes:
5709
 
5710
Minor changes:
5711
  * JATS environment
5712
    Ensure that the true path of the Perl executable is present in the PATH
5713
    environment variable. This allows build tool access to various perl utilities
5714
    that are located in the Perl bin directory.
5715
 
5716
    Resolves issues in locating utilities such as pod2html
5717
 
5718
  * Use of GENERIC platforms
5719
    Report an error if a GENERIC platform is mixed with any other platform
5720
    specifier. GENERIC is used for packages that build on all machines because
5721
    they do not use a compiler or linker. They simply contains files that need
5722
    to be packaged.
5723
 
5724
  * Generated makefiles
5725
    Solaris and Linux: Ensure that LD_LIBRARY_PATH is exported if it is used.
5726
 
5727
  * Generating MOS THX files
5728
    Added option --BinaryImage to the SharedLib directive used to create MOS THX
5729
    files. This option will create a binary image (.bin) instead of a .thx file.
5730
    This is being used in the creation of BR Applets.
5731
 
5732
        SharedLib   ( 'MOS', "xxx", @OBJS, "--Rel=xxx.rel", "--BinaryImage" );
5733
 
5734
  * JATS release
5735
    Correct the operation of the -path option under Unix
5736
 
5737
  * JATS extract
5738
    New JATS command. This is the same as 'jats release -extract'
5739
 
5740
  * JATS Toolset
5741
    Added support for the WinCe PSION (WCEPSION_420)
5742
    This is a armv4i device using 4.20 of the WCE SDK    
5743
 
5744
 
5745
------------------------------------------------------------------------
5746
Version: JATS_2.62.1                                Released: 18-Jan-07
5747
------------------------------------------------------------------------
5748
Major changes:
5749
 
5750
Minor changes:
5751
  * jats label
5752
    Added a -vob=name option
5753
    This allwos the label utility to create, lock, unlock, rename and delete
5754
    labels without the user actually being located within the VOB. This option
5755
    cannot be used in conjunction with operations that place labels on files.
5756
    It can only be used for operations that manipulate the label.
5757
 
5758
    Added a -user=name option
5759
    This extends the operation of the -mine operation to change ownership of the
5760
    label to the named user.
5761
 
5762
  * jats release
5763
    Displays the path to the view and the build file in a user friendly manner
5764
    Under Windows it uses \, unless running under cygwin.
5765
 
5766
  * JATS build.pl
5767
    BuildProduct supports the --Uses=xxxx construct on a per-target basis.
5768
    ie:
5769
        BuildProduct ('TP5', 'LMOS_TP5600_EMU', 'LMOS_TP5600_ARM9TDMI,--Uses=TP5600_ARM9TDMI');
5770
 
5771
 
5772
------------------------------------------------------------------------
5773
Version: JATS_2.62.0                                Released: 22-Dec-06
5774
------------------------------------------------------------------------
5775
Major changes:
5776
  * GenerateFiles and RunTest directives
5777
    These directives have been extended to allow a large number of makefile
5778
    values to be added to the command lines,without resorting to knowledge of
5779
    the makefile internals. ie:
5780
        --Var(BuildName)
5781
    will be expanded to (hen building MyPackage)
5782
        -BuildName=MyPackage
5783
 
5784
    The complete list of Variables is provided in the JATS manual.
5785
 
5786
  * GenerateFiles
5787
    Added a --Clean option to allow tools to be invoked in the 'clean' phase
5788
    This allows external scripts to cleanup.
5789
 
5790
  * BuildPlatforms
5791
    Restored operation of the --Uses option
5792
 
5793
Minor changes:
5794
  * GCC Toolset
5795
    Exports path to compiler. Used by scripts to build packages
5796
 
5797
Internal changes:
5798
  * GenerateFiles
5799
    Maintains the arguments in an array for simpler processing.
5800
 
5801
    --Shell is now processed by the 'make' shell rather then invoking an
5802
    external shell. It will be the same shell, just easier to setup.
5803
 
5804
 
5805
------------------------------------------------------------------------
5806
Version: JATS_2.61.3                                Released: 14-Dec-06
5807
------------------------------------------------------------------------
5808
Major changes:
5809
  * Caching JATS
5810
    Added a mechanism whereby JATS can cache a copy of itself on the users local
5811
    drive. This is applicable to windows.
5812
 
5813
    This mechanism will allow a user to address JATS via the soft-links in
5814
    dpkg_archive and pick up the current version of JATS without the penalty of
5815
    then using JATS across a slow(network) link.
5816
 
5817
    The EnvVar GBE_CACHE_JATS controls the operation of this feature.
5818
    Set GBE_CACHE_JATS to one to enable the operation, but it will only be
5819
    effective if JATS is being run from GBE_DPKG in the first place.
5820
 
5821
    Use: Build Machines and Windows Users
5822
 
5823
Minor changes:
5824
  * Build directive: BuildAlias with --Target option
5825
    Corrected a problem when the target name is a expanded platform name (ie:
5826
    TP5600) that prevent correct expansion.
5827
 
5828
  * jats build
5829
    If the user has not configured a cache, then do not attempt to cache
5830
    packages. This will remove an annoying warning message for each package
5831
    processed by the build.
5832
 
5833
  * jats build
5834
    Modified the error messages generated when JATS fails to create the
5835
    makefiles. The previous system would report failures while creating
5836
    makefiles and, at the end of the process, it would generate a large error
5837
    message to indicate the failure. This large message diverted the users
5838
    from reading the other error messages resulting in confusion.
5839
 
5840
  * PackageFile, PackageLib, PackageProg and PackageHdr
5841
    Detect and report as an error use of the --Dir=<Path> option where the
5842
    Path is not specified.
5843
 
5844
    Most instances of this error will be where the option has been mis-used in
5845
    conjunction with a package.pl file, or during transition from using a
5846
    package.pl file. That change is detects errors where the user has specified
5847
        --Dir=$Pinc
5848
    but $Pinc is not defined.
5849
 
5850
  * Purify and Purecov under Windows
5851
    Changes to correct the operation of Rational's tools when used on the
5852
    Windows platform.
5853
 
5854
        - OPTIONS=purecov
5855
            Forces the link operations to generate the relocation table required
5856
            by 'purecov.
5857
 
5858
            Does not attempt to use purecov in the compiler tool chain
5859
            This is required under Solaris, but not Windows
5860
 
5861
        - OPTIONS=purify
5862
            Does not attempt to use purecov in the compiler tool chain
5863
            This is required under Solaris, but not Windows.
5864
            Under WIndows this option does nothing.
5865
 
5866
 
5867
------------------------------------------------------------------------
5868
Version: JATS_2.61.2                                Released: 27-Nov-06
5869
------------------------------------------------------------------------
5870
Major changes:
5871
  * makefile.pl directive Platform
5872
    This directive has been expanded to allow for the negation operation
5873
    Example:
5874
        Platform ('!MOSCF');
5875
            Process makefile for all targets other than MOSCF
5876
            This is the same as Platform ('*', '!MOSCF');
5877
 
5878
    Excluded platform will be processed after included platforms have
5879
    been determined.
5880
 
5881
Minor changes:
5882
  * Added the ScanList directive.
5883
    This directive allows a list of files within an external package to be
5884
    located at build-time.
5885
 
5886
  * Unix based systems
5887
    If the EnvVar LD_LIBRARY_PATH was undefined, then a warning would be
5888
    generated by make under some conditions. The warning has been removed.
5889
 
5890
  * MakeLinuxDriver
5891
    Added a --Define=text option to allow "defines" to be passed to the
5892
    driver being built.
5893
 
5894
 
5895
------------------------------------------------------------------------
5896
Version: JATS_2.61.1                                Released: 20-Nov-06
5897
------------------------------------------------------------------------
5898
Major changes:
5899
 
5900
 
5901
Minor changes:
5902
  * jats_rewrite tool
5903
    Handle the BuildPreviousVersion() directive.
5904
    This directive is only used within deployment scripts.
5905
 
5906
  * Internal package: RmPkgInfo
5907
    Extract modified date when extracting package information
5908
 
5909
    Added the function getDependenciesHash() to provide a hash of all the
5910
    dependancy information within a package.
5911
 
5912
    Added NO_WARN option to the classes 'new' method to supress warning
5913
    messages.
5914
 
5915
------------------------------------------------------------------------
5916
Version: JATS_2.61.0                                Released: 13-Nov-06
5917
------------------------------------------------------------------------
5918
Major changes:
5919
  * makefile.pl directives
5920
    Added directive: MakePerlModule to build and package CPAN style Perl Modules.
5921
 
5922
    Added directive: MakeLinuxDriver to build and Linux Device Driver.
5923
 
5924
    GenerateFiles.
5925
        Added option: --NoGenerate to indicate that the directive does
5926
                      not generate any tangible results. The command will
5927
                      be run on every invocation.
5928
 
5929
 
5930
Minor changes:
5931
  * Added the jats version command
5932
    Will only print out the current version of JATS
5933
 
5934
  * GCC Toolset (Used to build Linux)
5935
  Added options to allow the generation of statically linked programs.
5936
  There are two mechanism:
5937
 
5938
  Globally within the makefile.pl, or if applied in the common makefile.pl
5939
  the option can apply to all programs being built.
5940
 
5941
  CompileOptions ( 'platform', 'StaticProgs' );     - Generate static programs
5942
  CompileOptions ( 'platform', 'No_StaticProgs' );  - Default
5943
 
5944
  Within the Prog directive, the following options will override the global
5945
  default.
5946
    --Static    - Create a statically linked program
5947
    --Shared    - Create a dynamically linked program
5948
 
5949
------------------------------------------------------------------------
5950
Version: JATS_2.60.0                                Released: 03-Nov-06
5951
------------------------------------------------------------------------
5952
Major changes:
5953
  * SunWorks Toolset
5954
    Better determination of the location of the SunWorks compiler and library
5955
    Does not use an environment variable to locate compiler libraries
5956
    It is based on machine type.
5957
    Uses the absolute path to the compiler  and does not use the user's PATH
5958
 
5959
    Corrects a problem on the Solaris10 installs.
5960
 
5961
Minor changes:
5962
  * Perl DBI interface
5963
    Removed the message showing database connection
5964
 
5965
  * JATS internal library
5966
    Better handling of badly formed version numbers
5967
 
5968
------------------------------------------------------------------------
5969
Version: JATS_2.59.0                                Released: 30-Oct-06
5970
------------------------------------------------------------------------
5971
Major changes:
5972
  * GCC Toolset
5973
    Altered the mechanism used to determine cross compilation
5974
    Extended the cross compilers that can be handled by the toolset
5975
    Removed the use of `uname`.
5976
 
5977
  * Added platforms
5978
    TP5600                  ( Expands to TP5600_ARM9TDMI and TP5600_EMU )
5979
    TP5600_ARM9TDMI
5980
    TP5600_EMU
5981
 
5982
Minor changes:
5983
  * descpkg file reader
5984
    Allow handcrafted JAVA based packages that use tabs instead of spaces as a
5985
    field separator.
5986
 
5987
  * JATS eprog command
5988
    Can now start java programs encapsulated within JAR files
5989
 
5990
  * Microtec Coldfire compiler
5991
    Force the compiler to create temp files within the interface directory.
5992
    This is an attempt to solve a infrequent problem seen when multiple builds
5993
    are being performed. The 68k compiler already had a similar fix to address a
5994
    similar, but more pronounced, issue.
5995
 
5996
  * Atmel toolset (DEVI-031788)
5997
    New Products: AT90SC7272C and AT90SC3232CS
5998
        The AT90SC3232CS is identical to the existing AT3232
5999
        The AT90SC7272C replaces the (as yet unused) AT72722
6000
 
6001
    Note: Products of AT3232 and AT90SC3232CS cannot be mixed.
6002
          AT3232 is provided for backward compatibility.
6003
 
6004
------------------------------------------------------------------------
6005
Version: JATS_2.58.0                                Released: 16-Oct-06
6006
------------------------------------------------------------------------
6007
Major changes:  Directive: RunTests
6008
  * The --CopyIn option will always copy in the specified files
6009
 
6010
  * GCC Toolset (Shared Library Generation)
6011
    Added option --Def=file_name to the shared library definitions
6012
 
6013
    When compiling Shared Library objects the -fPIC flag has been added.
6014
 
6015
 
6016
Minor changes:
6017
  * JATS wrapper script
6018
    Added a sanity test to ensure that the JATS machine specific BIN directories
6019
    have been setup. When JATS is installed the PostInstall script must be run
6020
    to setup links to system programs.
6021
 
6022
------------------------------------------------------------------------
6023
Version: JATS_2.57.1                                Released: 15-Sep-06
6024
------------------------------------------------------------------------
6025
Major changes:
6026
 
6027
Minor changes:
6028
  * AT3232 toolset
6029
    Added a --Type=PayLoadType field to the Prog directive for this target
6030
    when creating .sxml files
6031
 
6032
  * Test Tool
6033
    Added: jats_lib_scan.pl
6034
    Use jats jats_lib_scan -man for detailed help
6035
 
6036
 
6037
------------------------------------------------------------------------
6038
Version: JATS_2.57.0                                Released: 12-Sep-06
6039
------------------------------------------------------------------------
6040
Major changes:
6041
  * SOLARIS toolset: CompileOptions
6042
    Added CompileOptions
6043
        misalign            - Only allowed on sparc platforms
6044
        no_misalign         - Default
6045
 
6046
        multithread         - Default
6047
        no_multithread      - Disable multithread compilation and linking
6048
 
6049
  * SOLARIS toolset: CompileOptions
6050
    Implemented the common CompileOptions
6051
 
6052
        prod_no_optimise
6053
        prod_no_debuginfo
6054
        prod_optimise
6055
        prod_debuginfo
6056
 
6057
        debug_no_optimise
6058
        debug_no_debuginfo
6059
        debug_optimise
6060
        debug_debuginfo
6061
 
6062
  * SOLARIS target: New Aliases
6063
    Provided new ALIAS based in the underlying architecture
6064
    Theses are:
6065
        SOLARIS_SPARC
6066
        SOLARIS_AMD
6067
    These may be used to limit operations to only flavor of SOLARIS. eg: The
6068
    utility 'rtc_patch_area' is only usable on sparc machines.
6069
 
6070
Minor changes:
6071
  * AT3232 toolset
6072
    Create .sxml files in conjunction with .s19 files
6073
 
6074
  * Jats build
6075
    Altered the programs help mechanism to use perl POD.
6076
    Extended the builtin help text.
6077
 
6078
------------------------------------------------------------------------
6079
Version: JATS_2.56.3                                Released: 04-Sep-06
6080
------------------------------------------------------------------------
6081
Major changes:
6082
 
6083
Minor changes:
6084
  * Utility InstallPkg as used by BuildPkgArchive()
6085
    Better dection of directories that have been processed to reduce warning
6086
    messages
6087
 
6088
  * PackageFile and PackageProg directives
6089
    The --Machine and --Tool options have been modified to allow the JATS tools
6090
    to be created in a directory that is related to GBE_MACHTYPE on which the
6091
    tool is created, rather then the target platform type.
6092
 
6093
------------------------------------------------------------------------
6094
Version: JATS_2.56.2                                Released: 28-Aug-06 
6095
------------------------------------------------------------------------
6096
Major changes:
6097
 
6098
Minor changes:
6099
  * WIN32 and WINCE toolsets
6100
    SharedLib operation. Added an option to allow the creation of a 'stub'
6101
    library without creating the body of the library:
6102
        eg: SharedLib ( 'WIN', 'MyStub' , '--Def=windef.def','--MutualDll','--Stubonly' );
6103
 
6104
 
6105
  * MOS toolsets
6106
    SharedLib operation. Added an option to allow the creation of a 'stub'
6107
    library without creating the body of the library:
6108
        eg: SharedLib ( 'MOS', 'MyStub' , '--Rel=lib.rel' , '--Implib=lib_stub','--Stubonly' );
6109
 
6110
  * JATS BIN directories
6111
    Added the program 'gmake' as a soft link.
6112
    gmake is required by some COTS packages that are being built from source
6113
    using autoconf.
6114
 
6115
  * Generate directive
6116
    The shared library search path is extended to allow the tools to locate
6117
    all shared libraies (.dll/.so) in packages and the local area.
6118
 
6119
    Simplifies the use of Xerces during the build process.
6120
 
6121
 
6122
------------------------------------------------------------------------
6123
Version: JATS_2.56.1                                Released: 23-Aug-06
6124
------------------------------------------------------------------------
6125
Major changes:
6126
  * Support for SOLARIS10_X86 and SOLARIS10_X64
6127
    Initial release.
6128
 
6129
Minor changes:
6130
 
6131
 
6132
------------------------------------------------------------------------
6133
Version: JATS_2.56.0                                Released: 18-Aug-06
6134
------------------------------------------------------------------------
6135
Major changes:
6136
  * Support for SOLARIS10_sparc32 and SOLARIS10_sparc64
6137
    Initial release.
6138
 
6139
  * Packaging directives
6140
    Added option --OsCommon to allow files and header files to be packed into
6141
    a directory known to all platforms being built for a common OS.
6142
 
6143
    Currently this is only supported to target platforms based on
6144
        SOLARIS
6145
        WIN32
6146
 
6147
  * Removal of support for badly formed packages
6148
    As of this release libraries that exist in the <packagename>/lib directory
6149
    will not be available to JATS. These libraries are in the incorrect
6150
    directory. They MUST be in a directory that indicates the intended purpose
6151
    of the library. A .so library cannot be used on all machines ( linux,
6152
    solaris-sparc, solaris-amd ... ).
6153
 
6154
  * Build Platform target name expansion facility
6155
    The build targets of SOLARIS and LINUX are seen as expandable names. They
6156
    will be expanded to suitable targets - depending on the host machine .
6157
 
6158
 
6159
Minor changes:
6160
  * Utility: JATS LABEL
6161
    Ensure that the 'cleartool' utility can be found in the users path.
6162
    Generate a suitable error message if it cannot be found.
6163
 
6164
  * Utility: JATS RELEASE
6165
    Added a -root=dirname to allow the user to place the created view at a given
6166
    location
6167
 
6168
    Added GBE_VIEWBASE to provide a globally configured mechanism for
6169
    controlling the view location. Performs the same job as -root=xxxx
6170
 
6171
  * Utility genrc
6172
    Added the company name to the copyright string
6173
 
6174
  * Utility: jats_save_build
6175
    Added option: -new
6176
    This option forces the saved file only a new branch.
6177
    The option can be used to save a build.pl file onto a new project-specific
6178
    branch. Useful when branching an entire release.
6179
 
6180
  * Utility: jats_rewrite
6181
    Added options to allow project suffixes to be replaced.
6182
    Use: Convert a .syd project to a .bej project.
6183
 
6184
 * Deprecated features: package.pl and tree.dir
6185
   These two build features are being deprecated. They are not suitable for
6186
   migration to other SOLARIS based platforms.
6187
 
6188
   The Package directives provide sufficient power to replace the package.pl
6189
   features - in a uniform manner.
6190
 
6191
 
6192
Internal Changes:
6193
  * Major rework of the JATS BuildPlatform, BuildAlias an BuildProducts
6194
    directives, together with the mechanism used to describe the platform builds.
6195
 
6196
    Introduced a CFG/<PLATFORM>.CFG file to provide:
6197
        1) Platform information available at build time
6198
        2) Dynamic platform names
6199
 
6200
  * Major rework of the 'SOLARIS' platform
6201
    The SOLARIS platform will generate one or more targets, depending on the
6202
    machine on which the platform is invoked.
6203
 
6204
    Consolidated a number of SOLARIS specific kludges and converted them into
6205
    configurable items. These kludges are really on applicable to the
6206
    SOLARIS8_SPARC32 platform. New SOLARIS builds will be well formed.
6207
 
6208
  * BuildPkgArchive operation
6209
    Formalized a number of kludges in operation of the SOLARIS8 under sparc32
6210
    platform. These are configured early in the build process and are no longer
6211
    needed.
6212
 
6213
    A side effect of this work is that files from external packages may be
6214
    located in 'SOLARIS', 'SOLARIS_sparc' or 'sparc' directories. The change
6215
    should be transparent as the consumer tools should be able to handle
6216
    files from all of these.
6217
 
6218
------------------------------------------------------------------------
6219
Version: JATS_2.55.1                                Released: 17-Aug-06
6220
------------------------------------------------------------------------
6221
Major changes:
6222
 
6223
Minor changes:
6224
  * WinCE toolset
6225
    Added support for the adv_som_4455_wlan
6226
 
6227
------------------------------------------------------------------------
6228
Version: JATS_2.55.0                                Released: 3-Aug-06
6229
------------------------------------------------------------------------
6230
Major changes:
6231
  * Jats wrapper: Specify version of JATS to be used
6232
    Added a -version=xxxx option to force JATS to use a specific version of
6233
    JATS. The same operation can be achieved by setting GBE_JATS_VERSION.
6234
 
6235
    The required version MUST be found in one of the known archives.
6236
 
6237
    JATS will attempt to cache the version of JATS to assist in speeding up
6238
    the operations.
6239
 
6240
    The version option MUST be the first option.
6241
 
6242
    The version option MUST be followed by a '--' option.
6243
    This prevents JATS parsing other options and recursion issues.
6244
 
6245
    Example:    jats -version=2.54.3.cr -- build
6246
 
6247
  * Migrated the "jats install" functionality out of the jats wrapper script
6248
    and into the create_dpkg utility. This is transparent to the user.
6249
 
6250
  * Utility: create_dpkg
6251
    Added a '-quiet' option to allow use within scripts
6252
    Extended the built-in help
6253
    Added useful error messages
6254
    Migrate code to a common error reporting mechanism
6255
 
6256
  * WinCE toolset
6257
    Added support for the WCEPA962 target.
6258
 
6259
  * M16 toolset as used in building MCRFirmware
6260
    Added a --MotOnly option to the Prog directives. MOT files 
6261
    are used in the creation of bootstraps.
6262
 
6263
Minor changes:
6264
  * JATS wrapper script
6265
    Added a -ABT=xxx option to allow the Auto Build Tool to be invoked from
6266
    the command line.
6267
 
6268
  * Utility: jats_rewrite
6269
    Modified so that it will display changes. These will then be present in the
6270
    ABT log so that a developer can see which packages have been rippled.    
6271
 
6272
Internal Changes:
6273
  * Common Error Reporting
6274
    Will use environment variables to control DEBUG and VERBOSE levels
6275
    for individual users. A module reporting with a name of XXXX will use EnvVars
6276
    of GBE_XXXX_VERBOSE and GBE_XXXX_DEBUG to control the debug and VERBOSE
6277
    level.
6278
 
6279
    Force flushing after a "Question" is asked to ensure that the prompt is
6280
    displayed.
6281
 
6282
    Enable autoflush for both STDOUT and STDERR.
6283
 
6284
  * Added JatsSystem module
6285
    Common code for accessing system commands        
6286
------------------------------------------------------------------------
6287
Version: JATS_2.54.3                                Released: 17-Jul-06
6288
------------------------------------------------------------------------
6289
Major changes:
6290
 
6291
Minor changes:
6292
  * BR Compiler toolset
6293
    Add the include file search path to the link command line. Allows
6294
    .def files to include other files.
6295
 
6296
  * IAR toolset
6297
    Added AT7272 support
6298
 
6299
  * Tool: jats_manifest
6300
    Added links to a suitable md5sum program on target platforms
6301
 
6302
------------------------------------------------------------------------
6303
Version: JATS_2.54.2                                Released: 12-Jul-06
6304
------------------------------------------------------------------------
6305
Major changes:
6306
 
6307
Minor changes:
6308
  * BR Compiler toolset
6309
    Corrected a problem in flagging that the non-version-1 compiler was in
6310
    use.
6311
 
6312
 
6313
------------------------------------------------------------------------
6314
Version: JATS_2.54.1                                Released: 29-Jun-06
6315
------------------------------------------------------------------------
6316
Major changes:
6317
 
6318
Minor changes:
6319
  * Mictotec toolset
6320
    Assembler files. Define DEBUG in debug builds and NDEBUG in production
6321
    builds.
6322
 
6323
  * JATS Core
6324
    Added GBE_ABT. This is used by the Auto Build Tool to indicate that an
6325
    auto build is in progress. It may be used by various tools to modify their
6326
    behaviour.
6327
 
6328
------------------------------------------------------------------------
6329
Version: JATS_2.54.0                                Released: 22-Jun-06
6330
------------------------------------------------------------------------
6331
Major changes:
6332
  * Removal of non-core deployment functionality from JATS.
6333
    Deployment package will be affected.
6334
 
6335
    The build.pl file of deployment package will need to import deployment
6336
    support with a BuildPkgArchive directive. ie:
6337
 
6338
        BuildPkgArchive ( 'deployfiles', '1.0.0.cr' );
6339
 
6340
    This version of deployfiles contains the same functionality as that provided
6341
    by the previous version of JATS. Version 2 of this package will be the start
6342
    of a deployment system that will provide support for building InstallShield
6343
    packages.
6344
 
6345
 * Deployment support utilities must be run under JATS
6346
   The environment required for the deployment support utilities is complex
6347
   and is provided by the JATS wrapper script.
6348
 
6349
   This is a change in usage. Instead of running the program 'updatenodespec'
6350
   the user will need to run 'jats updatenodespec'
6351
 
6352
Minor changes:
6353
  * SubDir directive
6354
    Added a sanity test to detect the case when a 'SubDir' directive specifies
6355
    a directory from two different makefiles.
6356
 
6357
  * Tools: Dependancy generator mkdepend
6358
    If an include file was referenced by a symbolic name, then the generated
6359
    dependancy information would be wrong for all but the first occurrence
6360
    of the file usage.
6361
 
6362
  * New utility: jats_manifest
6363
    Used by the build system to generate and validate source files.
6364
    Beta Release: Windows only at the moment
6365
 
6366
  * Unit tests under SOLARIS_sparc
6367
    The LD_LIBRARY_PATH has been modified to correctly pick up libraries
6368
    generated within the build and have been installed locally.
6369
 
6370
  * Default behaviour of JATS the wrapper script
6371
    This has been changed. Previous unknown commands were passed to make.
6372
    In this release unknown comamnds will be treated a 'etool' commands and 
6373
    will execute a JATS extended command.
6374
 
6375
 
6376
Internal Changes:
6377
  * Code refactor
6378
    Created JatsEnv to encapsulate functionality that was multiply defined.
6379
 
6380
  * Deployment utilities
6381
    The Perl module Ignorelist.pm and the .ccignore file
6382
    Changed the mechanism by which this module locates a .ccignore file.
6383
    The .ccignore file has been moved to the same directory as the module and
6384
    the module can locate the file.
6385
 
6386
    Previously the module required an environment variable in order to locate
6387
    the file, which was in a fixed location anyway.
6388
 
6389
  * JATS core
6390
    Removed the use of the environment variable PERLINC.
6391
 
6392
    Better parsing of descpkg files.
6393
 
6394
  * JATS core debugging: JatsError.pm
6395
    Allow control over the debug and verbose messages of specific programs
6396
    through the use of environment variables.
6397
 
6398
    A program reporting errors as "name" can be controlled via environment
6399
    variables GBE_name_VERBOSE and GBE_name_DEBUG.
6400
 
6401
  * BuildPkgArchive operation
6402
    Modified the subdirectories transferred with this directive to include:
6403
        deployfiles     - as used by the deployment system
6404
        tools/scripts   - as used by perl based extensions
6405
 
6406
  * Make environment
6407
    Extended the PERL5LIB path seen by perl programs executed under make to
6408
    include 'tools/script' directories that contain Perl Modules.
6409
 
6410
 
6411
------------------------------------------------------------------------
6412
Version: JATS_2.53.2                                Released: 13-Jun-06
6413
------------------------------------------------------------------------
6414
Major changes:
6415
  * Deployment. GetMassInstId.rul (From George Christidis)
6416
    Added support for SILENT_MODE
6417
 
6418
 
6419
------------------------------------------------------------------------
6420
Version: JATS_2.53.1                                Released: Not release
6421
------------------------------------------------------------------------
6422
 
6423
Not Released.
6424
This label waas used as a place keeper. This version was not used as a basis
6425
for JATS_2.53.2. Its much closer to JATS_2.54.0.
6426
 
6427
 
6428
------------------------------------------------------------------------
6429
Version: JATS_2.53.0                                Released: 11-Apr-06
6430
------------------------------------------------------------------------
6431
Major changes:
6432
  * Deployment Scripts: Release Manager Database Access
6433
    The mechanism for communicating with the Release Manager Database has been
6434
    radically replaced.
6435
 
6436
    A test tool has been added to prove connectivity to Release Manager.
6437
    Usage:
6438
        jats etool test_rmconnection
6439
 
6440
    The pervious scripts used DBI::ODBC to communicate with the Oracle
6441
    Database that contains Release Manager. There were a number of problems with
6442
    this solution:
6443
         - Required the installation of two Perl Modules
6444
         - Required the installation of an Oracle client
6445
         - Required the use of an ODBC bridge machine when used on Solaris
6446
         - Support for Perl within Oracle appears to be on the decline
6447
 
6448
    The solutions uses a Java application and Java's jdbc. The oracle:thin
6449
    client is used as this does not require any installation or configuration in
6450
    order to work.
6451
 
6452
    JATS overrides Perl's DBI package with a package of the same name, but
6453
    reduced functionality.
6454
 
6455
 
6456
Minor changes:
6457
  * makefile.pl directive: SetValue
6458
    Added a '--' option to disable and enable parsing of options.
6459
    This allows a value with leading '--' to be set.
6460
 
6461
  * makefile.pl directive: SetList
6462
    Added this directive to formalise the creation and processing of lists
6463
    within the makefiles.
6464
        Options:
6465
            --NoWarn                    Disable name clash warnings
6466
            --Project=xxxx[,xxxx]+      Add to list in selected projects
6467
            --Unique                    Add only if not already present
6468
            --Clear                     Clear list, before adding new items
6469
            --Append                    Append items to list (default)
6470
            --                          Disable/Enable option parsing
6471
        Useage:
6472
 
6473
    SetList ('*', 'LibList', 'lib1', 'lib2', '--Project=syd');
6474
    SharedLib ('*', 'MyDLL', @OBJS, @LibList );
6475
 
6476
  * Makefile.pl directive: RunTest
6477
    Corrected the option of the --CopyIn=file option where the specified file
6478
    is not in the current directory.
6479
 
6480
  * Jats Command: ant'
6481
    This command has been extended to make use of the -buildfile=xxxx option
6482
    to allow multiple buildfiles to be differentiated.
6483
 
6484
    eg: jats -buildfile=MyPackage ant
6485
 
6486
  * TOOLSET: DAFBR Compiler support
6487
    Modified the toolset to support an optimisation feature of the next
6488
    generation of the daf_br_compiler. These will be enabled if the major version
6489
    of the package containing the compiler is greater the "1". ie: 2.0.0.cr
6490
 
6491
  * Interface helper files: set_XXXX.bat/.sh
6492
    Added provision to process user command arguments.
6493
    Thus
6494
 
6495
        set_WIN32.bat prog
6496
 
6497
    will set the WIN32 environment and run the command: prog
6498
 
6499
 
6500
------------------------------------------------------------------------
6501
Version: JATS_2.52.2                                Released: 30-Mar-06
6502
------------------------------------------------------------------------
6503
Major changes:
6504
 
6505
Minor changes:
6506
  * Addressed issue with BUILDNAME, an internal variable.
6507
    Due to the use of these 'raw' values in user build.pl's they need to be
6508
    maintained. Previously the values may or may not have had a project
6509
    extension. It was bad. Now:
6510
        $(BUILDNAME) contains two or three space seperated fields - always
6511
 
6512
  * m16c Toolset - MCRFirmware
6513
    Force the generation of .thx and payload files when the .bin files are
6514
    created. Previously this only occured in the packaging phase.
6515
 
6516
Internal changes:
6517
  * JATS toolsets
6518
    Added a feature to allow a toolset to flag additional files that get created
6519
    as a part of a "Prog". This allows a "Prog" definition to generate a
6520
    number of files, some which may be packaged.
6521
 
6522
    Previously such files where only generated during the packaging phase. Now
6523
    they will be generated during the make_prog phase - with the other programs.
6524
 
6525
------------------------------------------------------------------------
6526
Version: JATS_2.52.1                                Released: 29-Mar-06
6527
------------------------------------------------------------------------
6528
Major changes:
6529
  * Jats command: etool
6530
    Extended to allow execution of deployment tools. This allows the deployment
6531
    tools to use the JATS core perl modules.
6532
 
6533
  * Address issues with the use of BUILDVER and ScmBuildVer
6534
    Due to the use of these 'raw' values in user makefile.pl's they need to be
6535
    maintained. Previously the values may or may not have had a projectt
6536
    extension. It was bad. Now:
6537
        $(BUILDVERSION) contains the project extension - always
6538
        $ScmBuildVersion does not contain a project extension - always
6539
 
6540
Minor changes:
6541
 
6542
 
6543
------------------------------------------------------------------------
6544
Version: JATS_2.52.0                                Released: 27-Mar-06
6545
------------------------------------------------------------------------
6546
Major changes:
6547
  * JATS environment variables
6548
    Added GBE_DPKG_STORE
6549
        Optionally addresses a dpkg_archive store. This is intended to allow
6550
        read only access to a remote repository. The GBE_DPKG_STORE will be
6551
        searched after GBE_DPKG. It will be searched last. JATS, be default,
6552
        will not publish packages in this repository.
6553
 
6554
        Uses: Seed repository for a complete build
6555
              Remote repository
6556
 
6557
    Added GBE_DPLY
6558
        Optionally addresses a Deployment Archive. This is only used in the
6559
        placement of deployment packages. This value may be project specific.
6560
 
6561
  * MOS_MRI toolset
6562
    Changes the mechanism used to link against the compiler RTL.
6563
    Previously the RTL was included multiple times in the link order. This
6564
    created problem with daf_dsi as the function 'time()' was being satisfied by
6565
    the RTL before being satisfied by the user libraries.
6566
 
6567
    The compiler RTL is now treated as a library of last resort. It will be
6568
    processed once and it will be processed last.
6569
 
6570
 
6571
Minor changes:
6572
  * JATS utility: build
6573
  * JATS utility: cache_dpkg
6574
    Extended the package search algorithm to locate a package within
6575
    GBE_DPKG_STORE. This archive will be searched last.
6576
 
6577
  * JATS utility: gen_cots
6578
    Ensure label is not locked
6579
    Add option to allow user to specify source directory other than a package
6580
    that already exists in dpkg_archive.
6581
 
6582
  * JATS directive: PackageFile
6583
    Now supports --Prod and --Debug options to limit the packaging process
6584
    to a specific type of build.
6585
 
6586
  * JATS directive: GenerateFiles and RunTests
6587
    Added a --PackageInfo() replacement tag to allow package version information
6588
    to be extracted and passed to generator programs.
6589
        ie: --PackageInfo(sysbasetypes,syd,--fullversion)
6590
 
6591
    Extended the --PackageBase() replacement tag to work with packages such as
6592
    sysbasetypes, where there is a .cr and a .syd type.
6593
        ie: --PackageBase(sysbasetypes,syd)
6594
 
6595
  * JATS utility: release
6596
    Under windows, ensure that the directory C:\Clearcase exists. There have
6597
    been installations of Clearcase where this is directory does not exist.
6598
 
6599
  * JATS utility: label
6600
    Added option: "-comment=Text" to allow a comment to be added to a label,
6601
    when it is being created.
6602
 
6603
Internal Changes
6604
  * JATS utility: create_dpkg
6605
    Refactored code to use JATS DescPkg class.
6606
 
6607
    Added options to allow packaging to the various archives. This is of no use
6608
    to the normal developer, but will be used within the complete build system.
6609
 
6610
  * Factored out the parsing of the BuildName directive
6611
    This process was being done in 3 locations - and there were getting
6612
    different results.
6613
 
6614
  * ToolsetRequire directive
6615
    This has been extended to allow JATS to locate Toolset extensions within
6616
    packages. They should be placed within the tool/scripts directory
6617
 
6618
------------------------------------------------------------------------
6619
Version: JATS_2.51.0                                Released: 15-Mar-06
6620
------------------------------------------------------------------------
6621
Major changes:
6622
 
6623
  * MCR toolset
6624
    Generate CD payload files in conjunction with the .BIN files
6625
 
6626
------------------------------------------------------------------------
6627
Version: JATS_2.50.0                                Released: 15-Feb-06
6628
------------------------------------------------------------------------
6629
Major changes:
6630
  * WIN32 utilities
6631
    Replaced a number of the Windows utilities ( cp, rm, mv ...)
6632
    with versions from the GNUWin32 project.
6633
 
6634
    The 'cp' previously used could not recursively copy large directories
6635
    under Windows Server 2003, when both the source and destination are on the
6636
    same drive. ( dpkg_cache of ace ).
6637
 
6638
Minor changes:
6639
  * BuildVersion
6640
    The definition of VERSION_BUILD within the generated version-defs.h file
6641
    will have leading zeros removed, thus allowing it to be used within a 'C'
6642
    program without the number being interpreted as an octal constant.
6643
 
6644
    The string form (VERSION_BUILD_STR) will retain the zeros.
6645
 
6646
  * Unix Builds
6647
    Corrected several issues encountered when specifying the name of a static
6648
    library or a shared library.
6649
 
6650
    JATS will prepend 'lib' to the user specified library name. Problems occurred
6651
    when the user specified a library name that started with 'lib'. Now, on Unix
6652
    systems, JATS will only prepend 'lib' if the library name does not already
6653
    start with 'lib'.
6654
 
6655
  * BuildPkgArchive
6656
    Since 2.45.0 JATS will only transfer files for the BuildPkgArchive, if
6657
    they have not already been transferred. Added a test for the source
6658
    package being updated and then forceing the copy to be repeated.
6659
 
6660
------------------------------------------------------------------------
6661
Version: JATS_2.49.0                                Released: 10-Feb-06
6662
------------------------------------------------------------------------
6663
Major changes:
6664
  * MOS_MRI toolset
6665
    Corrected a problem with the dependencies between a .REL file and the target
6666
    THX file. If the .REL files was modified the output THX file did not get
6667
    regenerated. This was only a problem in cases where the .REL file was
6668
    being manually maintained.
6669
 
6670
 
6671
Minor changes:
6672
  * MakeAnt directive
6673
    Introduced a check to ensure that this directive is only used with a toolset
6674
    that can handle an 'ant' build file. Currently only the JAVA toolset
6675
    supports ANT builds.
6676
 
6677
  * BuildPkgArchive directive
6678
    Correct problem in the caching of BuildPkgArchive packages in the case where
6679
    there is no GBE_DPKG_LOCAL on the machine.
6680
 
6681
  * Label utility
6682
    Added a 'files=filename,filename' option to allow only specified
6683
    files to be labeled.
6684
 
6685
  * Build. Parsing descpkg files
6686
    Corrected problem in which Java Manifest files were not parsed correctly
6687
    on Solaris.
6688
 
6689
  * Generated makefiles
6690
    Fix a bug with the CompilerOptions that allowed a '0' definition to be set to
6691
    nothing.
6692
 
6693
  * MOS Toolset
6694
    Added 'CompileOptions' of CcSupervisor.
6695
    This will set a MOS internal definition suitable for building specialised
6696
    modules.
6697
 
6698
  * Utility: gen_cots
6699
    This utility will create a JATS buildable package froma dpkg_archive entry
6700
    and then check it in under clearcase.
6701
 
6702
    JATS etool gen_cots -man will provide only help.
6703
 
6704
  * Utilty cache_dpkg
6705
    Detect and repair incomplete copy operations.
6706
 
6707
------------------------------------------------------------------------
6708
Version: JATS_2.48.0                                Released: 24-Jan-06
6709
------------------------------------------------------------------------
6710
Major changes:
6711
  None
6712
 
6713
Minor changes:
6714
  * DEVI addressed
6715
    DEVI-022055 JATS builds DLLs with wrong copyright symbol in version resource
5710 dpurdie 6716
    DEVI-022054 JATS puts "VIX Group test" in Product Name of Windows resource
227 dpurdie 6717
 
6718
  * Utility: release (cbuild)
6719
    Added an option to create a view configured to work with a branching
6720
    rule. A single branch can be named with the -branch option. eg:
6721
 
6722
        jats release -extract 'label' -branch SITS_LEGACY_BRANCH
6723
 
6724
    will create a view based on the named label, but suitable for creating
6725
    a patch for Sydney Legacy work.
6726
 
6727
  * RunTest directive
6728
    The 'PATH' that the test uses is extended to allow access to programs that have
6729
    been installed with a InstallProg directive. This allows a test script to
6730
    test a program that is generated elsewhere within the package.
6731
 
6732
  * PackageFile, Option --DirTree
6733
    Support for filenames that contain a "$" or a ' ' within the
6734
    --DirTree option. Implemented to allow entire JAVA class trees to be
6735
    packaged under JATS
6736
 
6737
    Note: In general the use of a $ and space within a filename is not
6738
          supported within JATS.
6739
 
6740
  * Jats utility wrapper
6741
    Added an eprog option. The allows any program to be run within the
6742
    sanitized environment provided by JATS.
6743
 
6744
    The specified program may be in the current directory or the user's
6745
    PATH. If the program is a perl script then it will be run with the
6746
    JATS perl interpreter, otherwise it will be processed by the system.
6747
 
6748
    Eg: jats eprog myscript arg1 arg2
6749
    Eg: jats ant
6750
 
6751
  * Jats utility wrapper
6752
    Added an 'ant' command. ( "jats ant" )
6753
 
5710 dpurdie 6754
    This will run an VIX ANT build by scanning the current directory for a file
227 dpurdie 6755
    called <ProjectName>depends.xml and then looking the a file called
6756
    <ProjectName>.xml. Jats will then create 'auto.xml' based on the
6757
    <ProjectName>depends.xml file and use ant to invoke the
6758
    <ProjectName>.xml file.
6759
 
5710 dpurdie 6760
    If the VIX build files cannot be found then ant is simply run and it will
227 dpurdie 6761
    expect a build.pl file.
6762
 
6763
  * Jats utility wrapper
6764
    Force the environment variable PERL5INC to be unset.
6765
 
6766
  * Jats utility: create_dpkg
6767
    Simplify handling of ANT based projects. Look for the package within
6768
    the build/pkg subdirectory, in the JANTS style.
6769
 
6770
  * Utility: gen_winrc (DEVI-022054)
6771
    Added a "'-product=text'" option to allow the product name to be specified.
6772
 
6773
  * Build files
6774
    Handle the java generated descpkg files. These are a Manifest format with
5710 dpurdie 6775
    VIX extensions.
227 dpurdie 6776
 
6777
------------------------------------------------------------------------
6778
Version: JATS_2.47.0                                Released: 20-Dec-05
6779
------------------------------------------------------------------------
6780
Major changes:
6781
  * BuildVersion directive in build.pl
6782
    Correct a problem in the generation of version.c
6783
    The function GetModuleInfo() would return a string with a trailing
6784
    space when the 'array' mode was selected.
6785
 
6786
    This may cause module validation to fail.
6787
 
6788
Minor changes:
6789
  * None
6790
 
6791
------------------------------------------------------------------------
6792
Version: JATS_2.46.0                                Released: 08-Dec-05
6793
------------------------------------------------------------------------
6794
Major changes:
6795
  * BuildProduct and BuildPlatforms directives
6796
    Added option --Uses=NAME
6797
    ie:
6798
        BuildProduct    ( 'OBFTP,--Uses=TP5',    'MOSCF' );
6799
 
6800
    This will create a OBFTP_MOSCF platform that will 'use' TP5
6801
    headers and libraries if none are specifically provided for the
6802
    OBFTP. It is the users responsibily to ensure that the two build
6803
    environments are compatible.
6804
 
6805
 
6806
Minor changes:
6807
  * BuildName option
6808
    Modifications to allow the creation of COTS packages with buildnames
5710 dpurdie 6809
    that do not confirm to the VIX naming scheme (--RelaxedVersion).
227 dpurdie 6810
 
6811
  * jats.bat
6812
    Ensure that GBE_BIN is not defined
6813
    It will be set by the jats.pl to a fully qualified path.
6814
 
6815
------------------------------------------------------------------------
6816
Version: JATS_2.45.0                                Released: 29-Nov-05
6817
------------------------------------------------------------------------
6818
Major changes:
6819
  * BuildPkgArchive directive
6820
    The operation of the BuildPkgArchive directive has been modified
6821
    so that a package will only be installed once. This significantly
6822
    speeds up multiple 'build' operations.
6823
 
6824
    If the package is being extracted from the 'local archive', then
6825
    this mechanism is suppressed as packages in the local archive are
6826
    considered as under development and are subject to change.
6827
 
6828
    If package cache is being refreshed, then the package will be
6829
    installed a second time. Thus it is possible to force the package to
6830
    be transferred into the 'interface' directory.
6831
 
6832
    A BuildTags directory is used to track packages that have been
6833
    transferred.
6834
 
6835
  * Internal changes to factor common code into a group of packages.
6836
    See notes below.
6837
 
6838
  * WIN32 toolset
6839
    Allow the Microsoft preprocessor directive #import to operate
6840
    correctly.
6841
 
6842
    Export the complete library search path into the build environment
6843
    for all Microsoft command, not just the linker and library commands.
6844
 
6845
  * BuildVersion
6846
    Modifications to allow the generation of version files for C#
6847
    The mechanism has been extended to allow version information for
6848
    other langauges as needed.
6849
 
6850
 
6851
Minor changes:
6852
  * Utility: gen_winrc.pl
6853
    Will extracted build number from the patch number, if present.
6854
    This information will be available to be placed into the generation
6855
    version strings.
6856
 
6857
  * GenerateFiles directive
6858
    Fixed a problem detecting programs that were not in the local
6859
    package or an imported package.
6860
 
6861
  * Toolsets: MOS_MRI
6862
    Generate an error if required tools are not found.
6863
    Previously this condition would generate a warning.
6864
 
6865
  * BuildPkgArchive and LinkPkgArchive directives
6866
    Ensure that packages are only included once. The previous check
6867
    was half-hearted and could allow multiple packages of the same
6868
    version to be included. This could result in badly formed
6869
    makefiles and strange error messages.
6870
 
6871
Internal Changes
6872
  * Started to factor out internal packages and place them into a common
6873
    directory. This will allow common error handling thoughout the suite
6874
    of utilities.
6875
 
6876
    Modified all utilities to utilize the common error reporting
6877
    functions.
6878
 
6879
------------------------------------------------------------------------
6880
Version: JATS_2.44.0                                Released: 18-Nov-05
6881
------------------------------------------------------------------------
6882
Major changes:
6883
  * Generated makefiles
6884
    Modified the windows shell to remove the use of the EXTENDED_LINE
6885
    cache. This did not work. Modified the extend.lst file to ensure
6886
    that sed did not process its arguments.
6887
 
6888
    This has been done to address a problem seen within test scripts
6889
    within unit tests that use wildcard expansion. The windows shell was
6890
    incorrectly processing:
6891
        sed '-es~.*WIN32~~'
6892
    The '.*' construct was being seen as a wildcard and the shell was
6893
    then putting the argument into a command file - it was totally
6894
    confused.
6895
 
6896
    NOTE: Attempted to remove use of EXTENDED_LINE, but this caused a
6897
    breakage with the DOS based gcc compiler( ie:H8S and others).
6898
    The construct
6899
        -D__SOURCE__=\"name\"
6900
    was corrupted somewhere. If the command is put in a command file,
6901
    then it works.
6902
 
6903
  * MakeAnt directive
6904
    Added option: --GeneratedFile=PathOfFile
6905
 
6906
    This option has the following effects
6907
        1) Marks the file a source file. It is then known to JATS and
6908
           can be used installed and manipulated.
6909
 
6910
        2) Schedules the processing of the ANT build to be done
6911
           early - in the generated files phase.
6912
 
6913
    Intended use. The creation of packages with a JNI. The Java
6914
    component needs to generate a header file early.
6915
 
6916
 
6917
Minor changes:
6918
  * JATS post-installation script
6919
    Flag deployment tools and libraries as executable.
6920
 
6921
  * Detection of extension type is case insensitive for non-unix
6922
    systems. Thus *.h and *.H files will considered header files in
6923
    windows.
6924
 
6925
  * Build.pl rewrite tool
6926
    Handle all variants of BuildName
6927
 
6928
  * Jats wrapper script
6929
    Generate an error if the JATS configuration variables are not usable
6930
        1) Contain spaces
6931
        2) Start with a // - Remote drives must be mapped
6932
 
6933
  * Toolset
6934
    Added a 'LINUX' platform.
6935
 
6936
  * JAVA toolset
6937
    Ensure the that build file passed via MakeAnt contains the following
6938
    directive:
6939
 
6940
        includeAntRuntime="off"'
6941
 
6942
    This MUST be used to ensure that ANT's classpath is not passed to
6943
    the java compiler thus ensuring that the compiler does not use ANT's
6944
    version of any JAR files that have not been specified by the user.
6945
 
6946
  * GCC Toolset
6947
    Use -Map name to create map files as needed for GCC under Debian
6948
 
6949
  * Makefile generation
6950
    When packages are used by name to resolve package location JATS
6951
    has been modified to use the package name specified by the user.
6952
    Previously JATS would use the package name found within the
6953
    descpkg file. In cases where the descpkg file was badly formed the
6954
    package could not be used.
6955
 
6956
  * Unit Tests
6957
    The following environment variables are set:
6958
 
6959
        GBE_TYPE    - The type of build. Debug or production. This
6960
                      will be set to either a 'P' or 'D'
6961
 
6962
        GBE_HOST    - The host machine we are running on.
6963
                      This will be set to 'WIN' or Unix'
6964
 
6965
    These variable should assist in the production of test scripts.
6966
 
6967
  * New makefile.pl directive: SetValue
6968
 
6969
 
6970
------------------------------------------------------------------------
6971
Version: JATS_2.43.0                                Released: 01-Nov-05
6972
------------------------------------------------------------------------
6973
Major changes:
6974
  * New Platform : "MCR" using the Mitsubishi m16c compiler.
6975
 
6976
    Special features of this toolset.
6977
    1) A .THX source file will be converted to an obtect file
6978
       This allows processing of fonts within a THX file to be
6979
       incorporated within the target image.
6980
 
6981
    2) Prog directive extensions:
6982
       --Set=Name=Value
6983
                The 'Name' is set to 'Value' at link time.
6984
                This allows the location of program segments to be set
6985
 
6986
       --Ref=name
6987
                The name of a Release file. If provided, it will be used
6988
                to provide information that will be placed within the
6989
                THX header. The version number will be ignored. It
6990
                will be taken from the build version number.
6991
 
6992
Minor changes:
6993
  * MOS Toolset
6994
    Create the VisionClick files when the THX file is created.
6995
    Previously the files were created when the THX was installed or
6996
    packaged.
6997
 
6998
  * Src directive
6999
    No generates a warning if no source files are located within the
7000
    directive. This is normally the result of a missing platform
7001
    specifier.
7002
 
7003
  * WIN32 runtime support
7004
    Added the following 'Unix' style utilities to assist in testing.
7005
        1) od       - dump files in octal and other formats
7006
        2) cmp      - compare two files byte by byte
7007
 
7008
Internal:
7009
    Added an extension to allow the target toolset to handle the "Prog"
7010
    dependancy generation if required. This allow complex program
7011
    generation mechanisms to be handled by the toolset.
7012
 
7013
------------------------------------------------------------------------
7014
Version: JATS_2.42.0                                Released: 19-Oct-05
7015
------------------------------------------------------------------------
7016
Major changes:
7017
    * BuildAlias directive
7018
      Added options.
7019
        --Define        - Does not create implicit platforms
7020
        --Target        - Redeclares the alais as the list of all
7021
                          platforms that are based on a given target or
7022
                          targets.
7023
      Eg:
7024
        BuildAlias      ( 'LMOS,--Target', 'LMOS_WIN32', 'LMOS_linux_armv4' );
7025
        BuildProduct    ( 'GAK',    'LMOS', 'MOS68K', 'MOSCF' );
7026
        BuildProduct    ( 'PCP',    'LMOS', 'MOS68K' );
7027
 
7028
      Will export an alias of LMOS that can be used within makefile.pl's
7029
      that will be the list of all platforms that have a target of
7030
      'LMOS_WIN32' or 'LMOS_linux_armv4'.
7031
 
7032
      Note the dual use of LMOS within the example. This is intentional.
7033
      The LMOS alias is used within the BuildProduct to simplify the
7034
      specification of all the LMOS targets.
7035
 
7036
 
7037
Minor changes:
7038
  * Label utility
7039
    Will generate a warning message if it labels more than one
7040
    build.pl file
7041
 
7042
  * Package directives. PackageFile.
7043
    Corrected a problem with wildcard expansion in which a --FilterIn
7044
    needed to be specified in order for the --FilterOut to operate.
7045
    Now all files in the tree are considered 'in' unless modified by the
7046
    --FilterIn option.
7047
 
7048
  * jats release (cbuilder) utility
7049
    Correct use of the -prodOnly and -debugOnly flags.
7050
    The full name was not accepted; -debug and -prod was.
7051
 
7052
  * Location of descpkg file
7053
    All makefile.pl's now know where the package descpkg file was
7054
    created. This simplifies the process og packaging this file as it
7055
    can be done within any makefile.pl.
7056
 
7057
------------------------------------------------------------------------
7058
Version: JATS_2.41.0                                Released: 27-Sep-05
7059
------------------------------------------------------------------------
7060
Major changes:
7061
  * RunTest directive
7062
    Extended the options and operation of RunTest
7063
    Additional options
7064
      --CopyIn=file
7065
        This will copy the specified file into the BIN directory before
7066
        the test is run. The file will be marked as executable. This
7067
        allows scripts and configuration files to be transferred into
7068
        the test area.
7069
 
7070
    Additional operations
7071
    The arguments passed to the script/program allow a number of
7072
    transformations, similar to GenerateFiles. Transforms
7073
      --File(xxxx[,flags])          - xxxx is a known file
7074
      --Local(xxxx[,flags])         - xxxx is a file that has been Installed
7075
      --PackageBase(xxxx[,flags])   - xxxx is a Package
7076
    Allows flags:
7077
      --dir         - directory part of the pathname
7078
      --file        - file part of the pathname
7079
      --abspath     - as an absolute path
7080
      --absdrive    - as an absolute path with drive letter (Windows)
7081
 
7082
    Files and directories are prerequisites of the test. Their
7083
    existence is tested.
7084
 
7085
  * Packaging Directives
7086
    Added a --Derived option to support the packaging of derived targets
7087
    such as LMOS.
7088
 
7089
        PackageHdr ('*', 'file1.h', '--Derived=LMOS');
7090
 
7091
    Will place file1.h into .../include/LMOS_WIN32
7092
 
7093
        PackageHdr ('*', 'file1.h', '--Derived=LMOS,sys');
7094
 
7095
    Will place file1.h into .../include/LMOS_WIN32/sys
7096
 
7097
  * JAVA 1.4 and 1.5
7098
    Added support to the JATS JAVA platform to allow the user to specify
7099
    the version of Java to be used to build a package.
7100
 
7101
        BuildPlatforms  ( 'JAVA,--Version=1.5' );
7102
 
7103
    The default will use the default machine version of JAVA.
7104
    This may not be sutable for all packages.
7105
 
7106
    Non-default versions of JAVA require that an environment variable be
7107
    set to the root of the JDK directory. These are:
7108
 
7109
      JAVA_HOME_1_4
7110
      JAVA_HOME_1_5
7111
 
7112
Minor changes:
7113
  * Script directive
7114
    Scripts may be copied into the BIN directory for use by a test.
7115
    These scripts are now always marked as executable.
7116
 
7117
  * JATS environment
7118
    Ensure that all programs run under JATS in Windows have an uppercase
7119
    COMSPEC envvar. Windows appears to define a mixed case one. Fixed in
7120
    the JATS wrapper script.
7121
 
7122
  * Label utility
7123
    Added -[no]checkout to control the labeling of checked out files.
7124
    There are three modes of operation:
7125
        1) -nocheckout      Checked out files are not labeled
7126
        2) -checkout        Only checked out files are labeled
7127
        3) Neither          All files are labeled.
7128
 
7129
 
7130
------------------------------------------------------------------------
7131
Version: JATS_2.40.0                                Released: 15-Sep-05
7132
------------------------------------------------------------------------
7133
Major changes:
7134
 
7135
Minor changes:
7136
  * label utility
7137
    Added -smartlabel option to unlock and lock the label - if it was locked.
7138
    This options retains the locked state of a label.
7139
 
7140
  * AVR_IAR toolset
7141
    Extended the 'Prog' directive to allow a Program Loader to be
7142
    added to a program as it is created. The option is:
7143
      --ProgLoader=name
7144
 
7145
  * Package directives. PackageFile
7146
    Added support for packaging of directory trees.
7147
    Options to do this are:
7148
        --TreeDir=name
7149
        --FilterOut=regexp
7150
        --FilterIn=regexp
7151
        --StripDir
7152
 
7153
    Only a single directory can be specified.
7154
    Multiple filters are allowed.
7155
    The directories must be within the current directory. It is not
7156
    possible to search outside the subdirectory tree below the makefile.
7157
 
7158
    The filters allow elements within the directory to be selected.
7159
    The filters are regular expressions. Examples:
7160
 
7161
      '--FilterIn=\.h$'         - Select all files ending with .h
7162
      '--FilterOut=MyHeader.h'  - Except this one
7163
 
7164
    The --StripDir option will remove the TreeDir directory from the
7165
    files. This allows the top level directory to be stripped off.
7166
 
7167
 
7168
------------------------------------------------------------------------
7169
Version: JATS_2.39.0                                Released: 14-Sep-05
7170
------------------------------------------------------------------------
7171
Major changes:
7172
    * Make commands
7173
      Consolidated the parsing of the OPTIONS arguments.
7174
 
7175
      The filter and nofilter options are globally applied to all tools
7176
      sets. ie: jats make debug OPTIONS=nofilter
7177
 
7178
    * Label utility
7179
      Generate a warning when attempting to label a symbolic link.
7180
      Links are very hard to maintain in a reproducible manner.
7181
 
7182
Minor changes:
7183
    * Toolsets
7184
      Replaced the use of c:\WINDOWS and c:\Program Files with suitable
7185
      variables and overrides.
7186
 
7187
      The make_init target is always run.
7188
      This facility had been lost. The target was being used to provide
7189
      compiler sanity testing, but had was not being reliably run.
7190
 
7191
    * Deployment
7192
      Suppress testing of compiler existence when used in conjunction
7193
      with deployment operations.
7194
 
7195
    * Release utility
7196
      Add options to build only the debug or the production versions.
7197
      The default is to build both. Note: User option may be further
7198
      restricted by options within the build.
7199
 
7200
    * PackageLib, InstallLib and MergeLib directives in makefile.pl
7201
      The use of @LIBS and @MLIBS in unix systems was causing a
7202
      problem as these variables already had a 'lib' prepended to the
7203
      list of libraries. These directives would add another 'lib' to the
7204
      list of libraries under unix causing a mismatch.
7205
 
7206
      Corrected by stripping liblib from the names within these
7207
      directives.
7208
 
7209
    * MakeProject directive
7210
      If the project build fails the log file was not being displayed
7211
      because 'make' stops when a command fails.
7212
 
7213
      The MakeProject operations have been modified to ensure that the
7214
      log file is always displayed. The exit code of the build command
7215
      is preserved.
7216
 
7217
    * Auto build utility jats-rewrite.pl
7218
      Modified to support the rewrite of Java 'using' and 'project'
7219
      statements.
7220
 
7221
    * Mugfile generation
7222
      Added a --ThxDir=xxxx option to allow the THX and load files to
7223
      be placed in the target package.
7224
 
7225
 
7226
------------------------------------------------------------------------
7227
Version: JATS_2.38.0                                Released: 01-Sep-05
7228
------------------------------------------------------------------------
7229
Major changes:
7230
    * BuildVersion directive
7231
      The 'defs' mode has been extended to create a file with a build
7232
      number as well as a patch number.
7233
 
7234
      The patch number is decoded into a patch number and a build
7235
      number.
7236
 
7237
Minor changes:
7238
    * AddFlags directives
7239
      Added a --NoWarn option that will suppress the warning of
7240
      duplicate flags being added.
7241
 
7242
    * GBE_CORE environment variable (Windows)
7243
      Ensure that GBE_CORE has a driver letter. This allows use of JATS
7244
      loaded into the same dynamic view as the user code.
7245
 
7246
    * Mug File Generation
7247
      Added support to allow load files to include other load files.
7248
 
7249
   * 'cbuild' or 'release' command
7250
     Added a -latestroot=xxxx option. This is a work around for the
7251
     problem where the root level directory in the VOB has not been
7252
     labeled. After using this switch add the label to the root
7253
     directory.
7254
 
7255
     The need to use this this switch indicates that the view is NOT
7256
     reproducible.
7257
 
7258
------------------------------------------------------------------------
7259
Version: JATS_2.37.0                                Released: 22-Aug-05
7260
------------------------------------------------------------------------
7261
Major changes:
7262
    * jats.bat and jats.sh
7263
      Changes to include GBE_DPKG and GBE_DPKG_CACHE.
7264
      Most importantly GBE_DPKG must be a single directory. It is no
7265
      longer a list of directories.
7266
 
7267
      Removal of the setup of Microsoft Visual Studio 6. This is now
7268
      done within the toolset.
7269
 
7270
      *** Update your jats.bat to follow the format in this release
7271
 
7272
    * JATS environment variables
7273
      Redefined variable
7274
        GBE_DPKG        - Now the MASTER dpkg_archive
7275
                          Previously was a list that included the
7276
                          dpkg_archive cache.
7277
 
7278
      New variable
7279
        GBE_DPKG_CACHE  - Optional directory for a local cache of
7280
                          the main dpkg_archive.
7281
 
7282
 
7283
Minor changes:
7284
    * Utility: gen_packagelist
7285
      Enhanced (thanks Ross) to allow PATH information for various
7286
      target platforms to be extracted.
7287
 
7288
      Better support for Product families. This is only an issue
7289
      for WIN32 derived families due to the generation of a list of
7290
      libraries. The list now observes Product hierarchy.
7291
 
7292
    * Utility: release (cbuilder)
7293
      Added -noruntests option too suppress the running of unit tests
7294
      Units tests will still be run by default.
7295
 
7296
      Tighten the config specification used to build the sandbox. It has
7297
      no LATEST rules. All directories and files MUST be labeled.
7298
 
7299
    * Utility: jats_rewrite
7300
      Support ANT based XML files
7301
 
7302
    * Utility: create_dpkg
7303
      Support ANT flavor Manifest dependancy files and pkg directory
7304
      structure.
7305
 
7306
    * makefile.pl's
7307
      GenerateFiles directive. Added a --Prog specifier to allow tools
7308
      to be generated within the same script. Example:
7309
 
7310
            Prog('*', 'Myprog', @OBJS );
7311
            GenerateFiles ('*', "--Prog=MyProg",
7312
                                '--Prereq(infile)',
7313
                                '--GeneratedCommon(outfile)' );
7314
 
7315
      RunTest directive. Added a --Auto option to flags tests that can
7316
      be run within the Build Systems Auto Build environment. These
7317
      tests will be run with the 'run_unit_tests' target. All tests will
7318
      be run with the 'run_tests' targets. Only tests that confirm to
5710 dpurdie 7319
      the VIX "Unit Test Automation" guidelines should be marked as
227 dpurdie 7320
      -- Auto.
7321
 
7322
    * Added a new make target: run_unit_tests
7323
      This will be used by the build tool to run non-interactive
7324
      unit tests within an automated framework.
7325
 
7326
    * Make run_test and run_unit_test operation
7327
      The search path for DLL's or Shared Libraries is extended to
7328
      include all Shared Libraries in the build package list as well
7329
      as the local and interface directory. This allows tests to
7330
      locate required Shared Libraries at runtime.
7331
 
7332
    * WIN32 targets built using Visual Studio 6
7333
      The path to the compiler is setup within JATS. It is no longer
7334
      imported from the users environment as the environment is
7335
      indeterminate when multiple versions of Visual Studio are
7336
      installed on the machine.
7337
 
7338
    * WINCE Targets
7339
      The name of the SDK is case sensitive.
7340
      The POCKET PC 2003 was incorrect
7341
 
7342
 
7343
 
7344
------------------------------------------------------------------------
7345
Version: JATS_2.36.0                                Released: 03-Aug-05
7346
------------------------------------------------------------------------
7347
Major changes:
7348
    * WIN32 platforms
7349
      When building Microsoft project files the PATH environment
7350
      variable is extended to include the DLL path of imported packages
7351
      and installed packages.
7352
 
7353
    * Building DLL or EXE with the --NoPDB option will disable the
7354
      generation of debug information so that the  linker does not
7355
      create CV style debug information in the target.
7356
 
7357
    * UNIX Platforms (SOLARIS and LINUX)
7358
      Modification to allow BuildProduct and BuildPkgArchive to
7359
      interwork. Previously BuildPkgArchive packages were placed into
7360
      the 'interface/lib/SOLARIS' subdirectory and this was not being
7361
      searched when looking for libraries.
7362
 
7363
Minor changes:
7364
    * GenerateFiles directive
7365
      New sub-options to filename generation commands
7366
        --abspath       - provide the named file with an absolute path
7367
        --absdrive      - provide the named file with an absolute path
7368
                          and drive letter
7369
 
7370
    * Src directive
7371
      Modified the --FromPackage' option to allow searching of the root
7372
      directory of a package.
7373
 
7374
            Src('*', 'etc/data.ini', '--FromPackage' );
7375
 
7376
      Also prevent warnings on duplicate files if the package is
7377
      imported with a BuildPkgArchive directive. The file was being
7378
      found in the package and the interface directory.
7379
 
7380
    * jats_rewrite utility
7381
      Process depend.xml files for auto builder
7382
 
7383
 
7384
------------------------------------------------------------------------
7385
Version: JATS_2.35.0                                Released: 28-Jul-05
7386
------------------------------------------------------------------------
7387
Major changes:
7388
    * SunWorks production builds
7389
      Corrected the flag used to select the level of compiler
7390
      optimisation. The current flag generates an error of:
7391
            cc: Warning: option -2 passed to ld
7392
      The flag has been changed from -O2 to -xO2 inline with the
7393
      compiler documentation.
7394
 
7395
    * MOS Toolset
7396
      Implement a workaround for a bug in VisionClick's convert program
7397
      in which the tool would not generate a valid .bdx file.
7398
 
7399
      The solution was to create the .bdx and .ab file in two steps.
7400
 
7401
Minor changes:
7402
    * Correct the case of 4 toolset files. The files were created under
7403
      windows, which has a habit of capitalizing filenames.
7404
      This should not affect current users.
7405
 
7406
    * Mugfile generation
7407
      Extended the --Package option to allow subdirectories to be
7408
      specified.
7409
        "--Package=MyPackage,--Subdir=thx/moscf,thx"  
7410
 
7411
------------------------------------------------------------------------
7412
Version: JATS_2.34.0                                Released: 22-Jul-05 
7413
------------------------------------------------------------------------
7414
Major changes:
7415
    MOS Toolset
7416
    Modified the optimizations options used to generate 'Production'
7417
    code. A problem with -Ob optimization has been identified.
7418
 
7419
Minor changes:
7420
    * Jats wrapper script
7421
      Windows: Ensure that cmd.exe is in the users PATH. Without cmd.exe
7422
      scripts will not work properly as the PERL 'system' command assumes
7423
      that cmd.exe is in the users PATH.
7424
 
7425
    * LinkPkgArchive and BuildPkgArchive
7426
      Processing soft links. Generate a warnings if a package soft
7427
      link and a real package are found in the same directory. The link
7428
      may be suspect.
7429
 
7430
    * GenerateFiles directive
7431
      Added a --PackageBase(xxx) argument that will be replaced with
7432
      the pathname to the specified package.  
7433
 
7434
------------------------------------------------------------------------
7435
Version: JATS_2.33.0                                Released: 18-Jul-05
7436
------------------------------------------------------------------------
7437
Major changes:
7438
    * Added a JAVA platform to better support the processing of ANT
7439
      build.xml files.
7440
 
7441
Minor changes:
7442
    * WIN32 toolset.
7443
      Delete V7 specific temp files when compiling with V7 compiler
7444
 
7445
    * MakeAnt
7446
      Pass an absolute path to the 'interface' directory to allow the
7447
      build.xml file to be a directory other than the current directory
7448
 
7449
      Allow the ANT_HOME path to contain spaces: c:\Program Files\Ant
7450
 
7451
    * gen_winrc - A utility to generate Windows RC files with version
7452
      information. Allow 3 or 4 fields in the version number. If only
7453
      3 fields are provided, then the fourth field is set to 0.
7454
 
7455
    * MakeAnt directive
7456
      Now supports --Debug and --Prod options to limit the building of
7457
      ANT files. The MakeAnt directive is only going to work in
7458
      conjunction with the JAVA target
7459
 
7460
      Recommended usage:
7461
      MakeAnt('JAVA',"build.xml","--Jar=java.build/test.jar",'--Prod');
7462
 
7463
Internal Changes
7464
      The MakeAnt directive is now treated like a MakeProject directive.
7465
 
7466
 
7467
------------------------------------------------------------------------
7468
Version: JATS_2.32.0                                Released: 13-Jul-05
7469
------------------------------------------------------------------------
7470
Major changes:
7471
    * Initial release of WINCE and WIN32 V7 based project builds
7472
      The DSW, VCW and SLN files can be built via JATS and selected
7473
      files packaged into the release.
7474
 
7475
      Refer to the 'MakeProject' directive in
7476
            MASS-00166 JATS Reference Manual
7477
            http://auperaws396/mass/Wiki.jsp?
7478
                                page=UsingJATSToBuildMicrosoftProjects
7479
 
7480
    * Added support for Visual Studio 2003.
7481
      The recommended platform is:
7482
        BuildProduct    ( 'VS2003', 'WIN32,--Version=MS.NET2003' );
7483
 
7484
    * Initial release of support for building Ant files.
7485
      JATS can build small Java sub-components using Ant. This is not
7486
      a replacement for JANTS it is intended for mixed C++ and Java
7487
      components.
7488
 
7489
      Refer to the 'MakeAnt' directive in
7490
            MASS-00166 JATS Reference Manual
7491
            http://auperaws396/mass/Wiki.jsp?
7492
                                page=UsingJATSToBuildSmallJavaComponents
7493
 
7494
Minor changes:
7495
    * Support for Windows DLLs
7496
      When building a WIN32 target the file interface/set_WIN32.bat is
7497
      created. This file extends the Windows PATH to allow DLLs used
7498
      by the package to be accessed.
7499
 
7500
      The file may be "called" from a wrapper batch file to start the
7501
      application or visual studio.
7502
 
7503
    * The descpkg file created by JATS contains a JATS version number
7504
      and the JATS Core path.
7505
 
7506
    * AddIncDir, AddSrcDir and AddLibDir directives
7507
      Now generate an error if there is only one argument to the
7508
      directive or if no directories where specified.
7509
 
7510
    * MOS Toolset
7511
      Add support for the TPT device
7512
      Correct error message for unsupported devices.
7513
 
7514
    * Correct problem with in creating absolute path names to allow
7515
      DOS driver letters to be handled correctly.
7516
 
7517
    * Added --ExcludeLib(xxx,yyy) processing to allow specified
7518
      libraries to be excluded from a list of libraries processed by
7519
      when creating libraries, shared libraries and programs.
7520
 
7521
      Used in conjunction with --Using(aaaa) to correct errors.
7522
 
7523
Internal Changes
7524
    * JATS release process validates the JATS version number contained
7525
      in jats.pl
7526
 
7527
------------------------------------------------------------------------
7528
Version: JATS_2.31.0                                Released: 28-Jun-05
7529
------------------------------------------------------------------------
7530
Major changes:
7531
    * JATS wrapper script
7532
      Allow multiple alternative build files: auto.pl and build_test.pl
7533
 
7534
    * Initial support for the building of WINCE based projects
7535
 
7536
    * Formal release of the toosl to generate Mug Files
7537
 
7538
Minor changes:
7539
    * Deployment support
7540
      Allow a --PatchNum to be specified in the BuildName
7541
      This is then used to invoke a deploypatch.pl file
7542
 
7543
    * 'build'
7544
      Added --ForceBuildPkg switch to the 'jats build' command to
7545
      force LinkPkgArchive directives to be interpreted as
7546
      BuildPkgArchive. This option is useful for the creation of
7547
      sandboxes for use within IDEs as the package files are placed
7548
      in a known directory structure within the sandbox.
7549
 
7550
    * WINCE and WIN32 Toolset
7551
      Options for Program and Shared Library construction
7552
            --Entry=xxxx            - Alternate entry point
7553
            --NoAddLibs             - Do not add default libraries to
7554
                                      the link phase.
7555
 
7556
    * BuildPkgArchive
7557
      Handle symlink directories at the top level of the package tree
7558
      Previously these were ignored.
7559
      Minor code cleanup
7560
 
7561
    * "cbuild" or "release" utility
7562
      Add a "-path=xxxx" option to provide sanity testing of the Release
7563
      Manager "Source Path" field.
7564
 
7565
    * SOLARIS targets
7566
      Modified the TARGET name generated with building a Product Family
7567
      based on SOLARIS. It is treated in the same manner as a Platform
7568
      of SOLARIS and creates a targets of SOLARIS_sparc
7569
 
7570
    * MugFile generation
7571
      Allows a 'load.cmd' file to be used to list the THX files to be
7572
      included in the final package.
7573
 
7574
    * Corrected a problem with the processing of platform selection
7575
      arguments used within all directives within a makefile.pl.
7576
      Multiple platforms should be specified as:
7577
            Src( 'PLAT1,PLAT2,PLAT3', .... );
7578
      with only a comma between the platforms: No whitespace
7579
      If whitespace did exist then the makefile.pl would not do what
7580
      was expected - and it would not warn the user. The simplest
7581
      solution was to allow whitespace either side of the comma.        
7582
 
7583
    * GenerateFiles directive within makefile.pl
7584
      Allow 3 different bracket styles for the arguments to allow for
7585
      embedded  brackets. Now allow
7586
            --Option=(some_text)
7587
            --Option=[some_text]
7588
            --Option={some_text}
7589
 
7590
Internal Changes
7591
    * Derive the names of the package and install directories from a
7592
      single data structure rather then being hardcoded throughout the
7593
      code.
7594
 
7595
------------------------------------------------------------------------
7596
Version: JATS_2.30.0                                Released: 01-Jun-05
7597
------------------------------------------------------------------------
7598
Major changes:
7599
    * JATS wrapper script
7600
      Changed the command line parsing. Now use GetOpts.
7601
 
7602
      Modified "all" command It no longer performs an "install"
7603
      The "install" process is not needed. the build places a shortcut
7604
      to the package into the local_dpkg_archive. This can be used by
7605
      other components.
7606
 
7607
      Removed "bmake" command. The "all" command is the now that same.
7608
 
7609
    * JATS
7610
      Created a class to write JATS configuration files.
7611
      Changes to the code to use this new class.
7612
 
7613
    * Build operations
7614
      Perform one level of package version checking. Generate warnings
7615
      if required packages are built against different versions of
7616
      packages.
7617
 
7618
    * Make operations
7619
      Added a new target - "deploy". This interfaces to the deployment
7620
      scripts. This is still a work interfaces progress.
7621
 
7622
Minor changes:
7623
    * Added environment variables to assist in the running of the
7624
      deployment builds.
7625
        PERL5LIB        - Extended based on GBE_CORE
7626
        DEPLOYLIB_DIR   - Calculate based on GBE_CORE
7627
 
7628
      Extended the "jats vars" display
7629
 
7630
    * build.pl
7631
        Corrected BuildAlias() operation. Defined options are correctly
7632
        processed. Allows
7633
            BuildAlias('WIN', 'WIN32,--OnlyProduction');
7634
        to define a platform called WIN32 that only builds for
7635
        production.
7636
 
7637
    * MOS toolset
7638
      Added a '--Acon' options to SharedLib to allow the creation of
7639
      Acon modules. These required special linking.
7640
 
7641
    * create_dpkg utility
7642
      Adds a files to the published package to indicate which type of
7643
      machine the package was published from. This will be used in a
7644
      multi-machine build environment to assist in determining the
7645
      progress of the build.
7646
 
7647
    * New utility - jats_save_build.pl
7648
      This is specific to the auto build system. It will be used to
7649
      capture the modified build files back into the version control
7650
      system.
7651
 
7652
------------------------------------------------------------------------
7653
Version: JATS_2.29.0                                Released: 25-May-05
7654
------------------------------------------------------------------------
7655
Major changes:
7656
    * WIN32 and WINCE toolsets
7657
      Modified the way that PDB files are created.
7658
      The files are now created using absolute pathnames when compiling
7659
      The name of the PDB files embedded in created DLLs is now correct.
7660
      The PDB files created when compiling objects for DLLs are now not
7661
      named after the DLLs - this was causing the linker toolsets crash.
7662
 
7663
    * WCEX86A500 target
7664
      Corrected problem creating DLLs.
7665
 
7666
    * MOS Toolsets
7667
      Modified the mechanism by which absolute filenames are passed to
7668
      the compiler.
7669
 
7670
    * RunTest directive
7671
      This directive will ensure that the named test is either a script
7672
      or a TestProg. If the test to be run is a TestProg then a
7673
      suitable suffix will be added to the named test.
7674
 
7675
Minor changes:
7676
    * JATS BUILD
7677
      Generate an error if the setting of GBE_BUILDFILTER or
7678
      GBE_PLATFORM prevents any targets being made at all. This should
7679
      highlight bad settings.
7680
 
7681
    * Publish the JATS toolsets extension pathnames to simplify the
7682
      access to extensions.
7683
 
7684
------------------------------------------------------------------------
7685
Version: JATS_2.28.0                                Released: 18-May-05
7686
------------------------------------------------------------------------
7687
Major changes:
7688
    * WIN32 and WINCE toolsets
7689
      Enable dependancy file generation of C++ files
7690
 
7691
    * label utility ( SOLARIS )
7692
      Fix bug with the escaping of '(' and ')' in cleartool commands
7693
      under unix.
7694
 
7695
Minor changes:
7696
    * label utility
7697
      Added options to:
7698
        o Delete a label
7699
        o Prevent recursion while labeling
7700
        o Control labeling of files missing from a static view
7701
 
7702
    * WIN32 and WINCE toolsets
7703
      Correct problem with the packaging of PDB files. Packaging of the
7704
      PDB files can be controlled with the -Extras= options to the
7705
      Package directives.
7706
 
7707
    * Added GBE_UNIX to the JATS_2 controlled environment. Set by
7708
      jats.pl to be used by utilities to determine the underlying
7709
      system.
7710
 
7711
------------------------------------------------------------------------
7712
Version: JATS_2.27.0                                Released: 10-May-05
7713
------------------------------------------------------------------------
7714
Major changes:
7715
    * MOS Toolset
7716
      The generation of multiple THX's in the one makefile.pl now works
7717
      There was a subtle "closure" problem in the toolset.
7718
 
7719
    * WIN32 Toolset
7720
      Added CompileOption of AddLibs (default) and NoAddLibs
7721
      toolset suppress the addition of thread libraries toolset the link
7722
      list.
7723
 
7724
    * Put a version number in the "interface" information toolset
7725
      allow JATS to generate an error when the "interface" changes.
7726
 
7727
      This version is manually maintained and prone to error.
7728
 
7729
    * GenerateFiles directive one Unix systems was incorrectly
7730
      invoking "sh.exe" instead of "sh"
7731
 
7732
 
7733
Minor changes:
7734
    * SOLARIS_SPARC platform (GCC toolset)
7735
      The process of creating a Shared Libraries creates a soft link
7736
      to the the "GBEBIN" directory. This directory was not listed as
7737
      a prerequisite and was not being created. This problem has been
7738
      corrected.
7739
 
7740
    * JATS will detect an "auto.pl" file and use it as an alternate
7741
      build.pl file. Previously this file was named build.use.pl.
7742
 
7743
    * Correct problem when .PDB files are installed from a merged
7744
      library created from libraries that have been 'installed'
7745
      JATS would create a circular dependancy.
7746
 
7747
------------------------------------------------------------------------
7748
Version: JATS_2.26.0                                Released: 03-May-05
7749
------------------------------------------------------------------------
7750
Major changes:
7751
    * WIN32 Toolset
7752
      Correct a problem linking in required / correct libraries for
7753
      use with multithreaded modes.
7754
 
7755
    * Complete the support for Global build options of --OnlyDebug and
7756
      --OnlyProd.
7757
 
7758
      These options can now be provided in the "Platform" directive
7759
      within the makefile.pl.
7760
 
7761
Minor changes:
7762
    * Platform directive within makefile.pl
7763
      These use of the "*" platform specifier has been modified such
7764
      that options provided within the directive will be added to all
7765
      platforms.
7766
 
7767
      eg:   Platform ('*', '--OnlyProduction' );
7768
 
7769
------------------------------------------------------------------------
7770
Version: JATS_2.25.0                                Released: 29-Apr-05
7771
------------------------------------------------------------------------
7772
Major changes:
7773
    * Correct problem in handling the SOLARIS_SPARC platform.
7774
      The SOLARIS platform is a bit of a kludge for backward
7775
      compatibility. JATS was not differentiating between SOLARIS and
7776
      SOLARIS_SPARC correctly.
7777
 
7778
    * Preliminary Support
7779
      Global build options of --OnlyDebug and --OnlyProd, which are
7780
      mutually exclusive. These may between specified in the build.pl
7781
      file as build arguments in any of the three standard mechanism.
7782
 
7783
        BuildPlatforms ( 'SOLARIS', '--OnlyDebug' );
7784
        BuildProduct   ( 'GAK', 'MOS68K,--OnlyProduction' );
7785
        BuildArgument  ( 'WIN', '--OnlyProduction' );
7786
 
7787
      These options limit processing to either Production or Debug
7788
      building. The default build will build both.
7789
 
7790
Minor changes:
7791
    * Extended the search path that JATS will use attempting to locate
7792
      a build.pl file. JATS will now look in ., build and build/jats
7793
      directories in the current directory and 3 directories up.
7794
 
7795
    * WCEX86A420 toolset
7796
      Added suitable libflags entry. Prevents the warning:
7797
        warning: undefined variable `WCE_LIBFLAGS'
7798
 
7799
 
7800
------------------------------------------------------------------------
7801
Version: JATS_2.24.0                                Released: 21-Apr-05
7802
------------------------------------------------------------------------
7803
Major changes:
7804
    * PackageLib and PackageProg directives now have a --Extra=xxx[,xxx]
7805
      option. Where xxx can be one or more of: none stub map lint debug
7806
      or all.
7807
 
7808
      This option may be used to limit the files that are packaged with
7809
      the library or program.
7810
 
7811
      Eg: PackageLib ('MOS', 'MyThx', '--Extra=none' );
7812
 
7813
      Will only package the .thx file. It will not package the stub
7814
      library or any debug files.
7815
 
7816
    * GenerateFiles
7817
      All processed arguments now support two options.
7818
 
7819
          ie: --Prerequisite(xxxx,--dir)
7820
              directory in which the prereq file is found
7821
 
7822
          ie: --Prerequisite(xxxx,--file)
7823
              The filename of the prereq file
7824
 
7825
    * LinkPkgArchive and BuildPkgArchive will cause the build to fail if
7826
      the required package is not available. A "--package" option, to
7827
      the build command, will prevent this behaviour.
7828
 
7829
 
7830
Minor changes:
7831
    * create_dpkg utility
7832
      Touch descpkg files when packages are merged. This will allow
7833
      utilities that use the timestamp of this file to determine that
7834
      the package has been altered.
7835
 
7836
------------------------------------------------------------------------
7837
Version: JATS_2.23.0                                Released: 14-Apr-05
7838
------------------------------------------------------------------------
7839
Major changes:
7840
    * New toolset: WCEX86A420
7841
      This is a WINCE target
7842
      This uses the ADVANTEC_X86_CE42 SDK
7843
 
7844
    * New toolset
7845
      mpt for the mpt500 platfomr
7846
 
7847
    * Modified toolset
7848
      THYRON - updates from An An Tran
7849
 
7850
    * Modified toolset
7851
      MRI68K. Now supports the Microtec 5.1 68k compiler
7852
 
7853
Minor changes:
7854
    * "cbuild" or "release" command now has a -merge option to allow
7855
      builds from different machines to be merged into dpkg_archive.
7856
 
7857
      The default operation is to replace the package indpkg_archive.
7858
 
7859
    * Simplify the use of GBE_BUILDFILTER
7860
      GBE_BUILDFILTER should be used to limit the creation of makefiles
7861
      to those that are supported by the underlying hardware.
7862
 
7863
      The change allows the construct
7864
        GBE_BUILDFILTER=SOLARIS --TARGET=SOLARIS
7865
      to be replaced by the simpler
7866
        GBE_BUILDFILTER=SOLARIS
7867
 
7868
      The default operation is to allow or disallow all TARGETS of the
7869
      specified name.    
7870
 
7871
 
7872
------------------------------------------------------------------------
7873
Version: JATS_2.22.0                                Released: 13-Apr-05
7874
------------------------------------------------------------------------
7875
Major changes:
7876
    * Dependancy generator
7877
      Extend the number of header files that can be included
7878
      to allow for 4096 included files.
7879
 
7880
------------------------------------------------------------------------
7881
Version: JATS_2.21.0                                Released: 12-Apr-05
7882
------------------------------------------------------------------------
7883
Major changes:
7884
    * Dependancy generator
7885
      Extend the number of header files that can be included
7886
 
7887
------------------------------------------------------------------------
7888
Version: JATS_2.20.0                                Released: 12-Apr-05
7889
------------------------------------------------------------------------
7890
Major changes:
7891
    * The "package.pl" file.
7892
      Setting $Pbase to "." is now supported and will result in the
7893
      package name being taken from the build name
7894
 
7895
      It is an error to set Pbase to a value other than "." or the
7896
      package Build Name.
7897
 
7898
Minor changes:
7899
    * create_dpkg utility
7900
      The -m ( merge) option will not replace a file if it already exists
7901
 
7902
------------------------------------------------------------------------
7903
Version: JATS_2.19.0                                Released: 08-Apr-05
7904
------------------------------------------------------------------------
7905
Major changes:
7906
 
7907
Minor changes:
7908
    * Dependancy generator
7909
      Correct two common situations
7910
        1) // Style comments. The following line was ignored
7911
        2) Allow preprocessor directives to be indents. This is not
7912
           ansi, but is often done.
7913
 
7914
    * GCC toolset
7915
      Corrected operation of the C++ compiler. The object file was not
7916
      being created in the correct place.
7917
 
7918
    * jats "label"
7919
      The -auto -clone options allow a label to be created if its not
7920
      present. Previously this would label all files in the VOB.
7921
 
7922
 
7923
------------------------------------------------------------------------
7924
Version: JATS_2.18.0                                Released: 06-Apr-05
7925
------------------------------------------------------------------------
7926
Major changes:
7927
 
7928
Minor changes:
7929
    * BuildPkgArchive. The transfer of the "pkg" subdirectory has been
7930
      modified. Directories of the form pkg/pkg.$(GBE_MACHTYPE) will
7931
      be transferred to the "pkg" directory.
7932
 
7933
      If there are no directores of the form "pkg.xxxxx" then the entire
7934
      pkg directory will be transferred.
7935
 
7936
    * Transfer to dpkg_acrhive
7937
      Corrected a problem in which a file with the same name as the
7938
      package was not being transferred.
7939
 
7940
------------------------------------------------------------------------
7941
Version: JATS_2.17.0                                Released: 06-Apr-05
7942
------------------------------------------------------------------------
7943
Major changes:
7944
    * Support for solaris_i386
7945
      The JATS toolset has been modified to provide the required
7946
      binaries for this target.
7947
 
7948
      The platform SOLARIS_I386 has been created to build on this target
7949
      with the GCC compiler.
7950
 
7951
      The JATS startup shell has been modified to allow specfic values
7952
      to be imported from the environment. Under Unix such values may
7953
      need to be specified in the /etc/profile file.
7954
 
7955
Minor changes:
7956
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
7957
      will now generate a warning if a "local" directory has not been specified
7958
      with a "BuildInterface" directive in the build.pl file.
7959
 
7960
    * cbuild ( release) utility
7961
      Fxied a problem locating VOBs under Solaris
7962
 
7963
------------------------------------------------------------------------
7964
Version: JATS_2.16.0                                Released: 04-Apr-05
7965
------------------------------------------------------------------------
7966
Major changes:
7967
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
7968
      will generate an error if a "local" directory has not been specified
7969
      with a "BuildInterface" directive in the build.pl file.
7970
 
7971
      The "local" directory should be specified to JATS so that it can
7972
      remove the directory tree with the "clobber" command.
7973
 
7974
    * jats_rewrite.pl utility
7975
      Allow BuildName and LinkPkgArchive directives to contains comments
7976
      with either " or ' characters.
7977
 
7978
    * BuildSubDir - in build.pl
7979
      It is now an error if the specified subdirectory does not exist
7980
      and  does not contain the file "makefile.pl".
7981
 
7982
    * SubDir - in makefile.pl
7983
      It is now an error if the specified subdirectory does not exist
7984
      and  does not contain the file "makefile.pl".
7985
 
7986
    * Jats wrapper
7987
      Added a "-locate" option to force JATS to locate the build.pl file
7988
      and then change to the containing directory before execution
7989
      further commands.
7990
 
7991
Minor changes:
7992
    * WinCe and Win32 toolsets
7993
      Corrected a problem in the generation of .dep files used in the
7994
      creation of Shared Libraries. There was a miss-match between the
7995
      name of the .dep file and its content.
7996
 
7997
------------------------------------------------------------------------
7998
Version: JATS_2.15.0                                Released: 22-Mar-05
7999
------------------------------------------------------------------------
8000
Major changes:
8001
    * WIN32 and WinCE Toolset. New CompileOptions
8002
        NoPDB   - Disable the generation of PDBs
8003
        PDB     - Enable the generation of PDBs (default).
8004
 
8005
      These options operation affect all components within the
8006
      makefile.pl. If the directive is used within the common makefile.pl
8007
      then they will affect all components within the build.
8008
 
8009
      Note: It is not possible to create a merged library in which some
8010
            of the component libraries have PDB's and some do not.
8011
 
8012
Minor changes:
8013
 
8014
------------------------------------------------------------------------
8015
Version: JATS_2.14.0                                Released: 18-Mar-05
8016
------------------------------------------------------------------------
8017
Major changes:
8018
    * The MergeLibrary directive, under WIN32 and WinCe, will publish the
8019
      PDB files associated with the library files being merged.
8020
 
8021
Minor changes:
8022
    * gen_winrc tool can add an icon to a program.
8023
      The utility supports -icon=filename.ico
8024
 
8025
    * The JATS wrapper script command "prod" to build and package the
8026
      production parts. This is similar to the "dev" command.
8027
 
8028
------------------------------------------------------------------------
8029
Version: JATS_2.13.0                                Released: 18-Mar-05
8030
------------------------------------------------------------------------
8031
Major changes:
8032
    * Modified the order in which the makefiles passes operate. Merged
8033
      the make_shlib and the install_shlib into one phase. The
8034
      implication of this is that Shared Libraries that are created can
8035
      "installed" so that other shared libraries can link against them.
8036
      The order in which the makefile.pl's are processed is important as
8037
      this is the order in which the libraries will be created and
8038
      installed.
8039
 
8040
      This solution does not handle mutual shared libraries: two shared
8041
      libraries that depend on each other.
8042
 
8043
      This is an issue only in Solaris and Linux systems that do not
8044
      generate separate stub libraries to link against.
8045
 
8046
Minor changes:
8047
    * WIN32 and WinCE Toolsets
8048
      Building up resources. The RC compiler can now locate resource files
8049
      in the "local" and "interface" directory.
8050
 
8051
    * The version.c, version.h and descpkg files will be created in the
8052
      first directory named with a BuildDir directive, unless a
8053
      "src" directory is encountered. This mimics the operation
8054
      of the older JATS, without the need for a "src" directory.
8055
 
8056
------------------------------------------------------------------------
8057
Version: JATS_2.12.0                                Released: 18-Mar-05
8058
------------------------------------------------------------------------
8059
Major changes:
8060
 
8061
Minor changes:
8062
    * Added a --Depend=xxx[,yyy]+ option to the Src directive
8063
      Not needed for C and C++ files, but may be used in conjunction
8064
      with assembler files to indicate that the file includes another
8065
      file.
8066
 
8067
    * Fixed problem with the local_dpkg_archive consistency test when
8068
      a soft link is used to redirect to the package.
8069
 
8070
    * Win32 and WinCE toolsets
8071
      Added a compiler option to enable Run Time Type Information.
8072
            CompileOptions ('WIN32', 'RTTI' );
8073
 
8074
      Add an option to Shared Library creation to allow the generation of
8075
      a Resource Only DLL. Option is "--ResourceOnly"
8076
 
8077
      Add an option to allow Resources to be built into Static Libraries
8078
      in the same manner at Shared Libraries.
8079
 
8080
    * WinCE toolsets
8081
      Mutual DLL support corrected. Library path is used to resolve
8082
      compiler specific libraries.
8083
 
8084
    * SOLARIS toolset
8085
      Prevent the compiler displaying its command line. This is in line
8086
      with the other tools sets. The commands can be seen with
8087
      OPTIONS=args and this may be set in the users environment.
8088
 
8089
      Modified the cleanup process to delete the links to shared
8090
      libraries. Only files, and not links to files, where being
8091
      cleaned up.
8092
 
8093
    * Microtec tools set (MOS)
8094
      Dependancy generation can display commands with OPTIONS=args
8095
 
8096
    * jats_rewriter.pl
8097
      Allow BuildName and LinkPkgArchive directives to contains arguments
8098
      with either " or ' characters.
8099
 
8100
 
8101
------------------------------------------------------------------------
8102
Version: JATS_2.11.0                                Released: 15-Mar-05
8103
------------------------------------------------------------------------
8104
Major changes:
8105
    * BuildPkgArchive operation
8106
      The entire "include" directory is copied into the interface area
8107
      The installer was trying to be too smart and only copy platform
8108
      specific files,but was missing out many needed subdirectories
8109
 
8110
      Reduce the warnings generated. These were an artifact of the process
8111
      of picking up all the strange variations of the directory structures.
8112
 
8113
    * Cleaned up the handling of object files that were generated by the
8114
      user.
8115
 
8116
    * MOS Microtec Toolset
8117
      Always present an absolute filename to the compiler
8118
      Display a shortened filename to allow the user to track progress
8119
 
8120
      This will remove error messages about the path being too long
8121
      for the   -Gf option.
8122
 
8123
Minor changes:
8124
    * SOLARIS Toolset
8125
      Remove duplicate -KPIC flags on the command line
8126
 
8127
    * Win32 and WinCE Toolset
8128
      Source files are either compiled by the C compiler as C files or
8129
      the C++ compiler as C++ files. The option to allow the compiler to
8130
      figure out what sort of file it is has been removed.
8131
 
8132
------------------------------------------------------------------------
8133
Version: JATS_2.10.0                                Released: 11-Mar-05
8134
------------------------------------------------------------------------
8135
Major changes:
8136
    * Extended BuildName to accept the form
8137
            BuildName ('package_name', 'nn.nn.nn.xxx' );
8138
 
8139
    * MOS68K and MOSCF toolset.
8140
      Extended the --board option to allow the user to define code and
8141
      data addresses for the board.
8142
 
8143
            BuildProduct( 'TP5', 'MOSCF','--board=01234H,05678H' );
8144
 
8145
      Will set the code,data address for the debugable image
8146
 
8147
    * Extended the PackageXxxxx options
8148
      1) Allow --Platform=xxx,yyy
8149
         Where xxx is a directory prefix and yyy is suffix to the
8150
         "platform" name.  Only useful within the context of the
8151
         PackageFile
8152
 
8153
      2) The operation of --Platform=xxx when used by the PackageFile
8154
         directive now treats the xxx directory as a prefix to the
8155
         platform name. Other Package directives still treat it as a
8156
         suffix. In practice this is the logical use.
8157
 
8158
    * Allow InstallLib and PackageLib to install a file that has been
8159
      discovered with a "Src" directive. This allows generated files
8160
      to be installed and packaged.
8161
 
8162
Minor changes:
8163
 
8164
    * cache_dpkg utility
8165
      If a package is found in the local_dpkg_archive then the cache
8166
      entry will be deleted and the master archive will not be accessed.
8167
 
8168
    * label utility
8169
      New option -auto to create and label
8170
 
8171
    * Build WIN32 and WinCe Mutual DLLs with all the object files
8172
      This allows the generated import library to contain C++ names
8173
 
8174
    * The BuildDirTree directive now supports an empty first argument
8175
      This allows a NULL tree.dir file, while still creating the root
8176
      directory. ie:
8177
 
8178
            BuildDirTree    ( '', 'pkg' );
8179
 
8180
    * Fixed DEVIM 00019520
8181
      The problem was that /bin/pwd could return a different path to
8182
      the Cwd:getpwd() function. Solution: Use one mechanism throughout.
8183
 
8184
 
8185
------------------------------------------------------------------------
8186
Version: JATS_2.9.0                                 Released: 28-Feb-05
8187
------------------------------------------------------------------------
8188
Major changes:
8189
    * First release for Back Office and Front Office use.
8190
 
8191
    * Added the jats tool  jats_rewrite.pl to rewrite build.pl files.
8192
      To be used by the nightly build process.
8193
 
8194
    * Work around a problem in the Microtec 68K compiler.
8195
      The compiler uses temp files. If the temp file name that the
8196
      compiler uses already exists, then the compiler will not delete
8197
      the file. Instead it appends information to the existing file.
8198
 
8199
      The workaround is to create the temp files within the build's
8200
      interface directory and to remove all temp files before each
8201
      compilation.
8202
 
8203
      This bug does not affect the Mictotec CF compiler.
8204
 
8205
Minor changes:
8206
    * The "jats clobber" command will remove version definition file, if
8207
      one is being produced.
8208
 
8209
    * Using JATS within a Visual Studio project. The "rebuild all"
8210
      option now translates to the JATS unbuild command to do a better
8211
      job of cleaning the workspace.
8212
 
8213
    * Added GetPackageRoot() directive to support the packaging of MOS
8214
 
8215
    * Generate error message for misuse of the SubDir directive
8216
 
8217
    * Modified BuildName to allow an '-' in the name.
8218
      This provides backward compatibility with existing packages.
8219
 
8220
------------------------------------------------------------------------
8221
Version: JATS_2.8.0                                 Released: 17-Feb-05
8222
------------------------------------------------------------------------
8223
Major changes:
8224
    * Added some new WINCE based targets. These require WINCE SDKs to be
8225
      installed in order for the compilers to work.
8226
 
8227
    * New PLATFORMS are WCEIT3000, WCEPA961 and WCEPCM7220
8228
 
8229
    * All invocations of xmake specify the name of the makefile
8230
      This allow GNUMakefiles and the Jats makefiles to exist in the
8231
      same directory
8232
 
8233
    * Overcome a limitation of the Microtec compiler in which the flag
8234
      _DEBUG is defined enev in production builds - contrary to the
8235
      documenattion.
8236
 
8237
Minor changes:
8238
    * Process of descpkg files allows for both Unix and DOS line endings
8239
      Under Unix JATS would report that the package names don't match
8240
 
8241
    * Corrected a problem with BuildPkgArchive in which file names with
8242
      spaces could not be soft linked. Only affects Unix systems.
8243
 
8244
    * Added a -rename to the "jats label" utility.
8245
      Ensure that the user specified label exists in the VOB
8246
 
8247
    * Correct problem with "make clean" that resulted in a verbose display
8248
      when the verbose option had not been selected
8249
 
8250
    * Correct a problem with "make unbuild". Changes in the build files
8251
      would prevent the execution of the command. This command should
8252
      be exempt from this test.
8253
 
8254
    * Correct a problem with "make clean" in the WIN32 and WINCE
8255
      platforms where the .exp files were not deleted.
8256
 
8257
    * The "JATS clobber" command now invokes "make clobber" and "build
8258
      clobber". The result is as clean a clean as it can be.
8259
 
8260
      Note: Jats "clean" does not remove a lot of files. These can be
8261
      removed with "unbuild" and "unpackage". This is what "clobber"
8262
      does.
8263
 
8264
    * The operation of "build clobber" has been cleaned up. It will
8265
      not try to invoke make if the makefiles have already been removed.
8266
 
8267
 
8268
------------------------------------------------------------------------
8269
Version: JATS_2.7.0                                 Released: 09-Feb-05
8270
------------------------------------------------------------------------
8271
Major changes:
8272
    * First release with support for the DAFBR compiler
8273
 
8274
    * Extended MergeLibrary. Added per-file options of:
8275
        --Interface         - Pull lib from Interface directory
8276
        --Local             - Pull lib from Local directory (default)
8277
        --SubDir=pathname   - Pull lib from a subdirectory
8278
                              Note: xxxx,pathname still works
8279
 
8280
    * Added "jats label" to provide a number of useful labeling
8281
      operations.
8282
 
8283
    * Added extensive help to JATS. JATS -man.
8284
 
8285
    * Added this manual ChangeLog file
8286
 
8287
Minor changes
8288
    * Added an 'ebin' command to jats to allow the JATS binary tools to
8289
      be run in a controlled environment from the command line.
8290
 
8291
    * Prune the list of library paths passed through to the various
8292
      toolsets. If a directory does not have any files in it then the
8293
      directory is not added to the library path.
8294
 
8295
      Thus if a library is located in xxxx/lib/WIN32 then JATS will
8296
      not add the xxxx/lib to the path.
8297
 
8298
    * cbuilder will now look in all VOBs for the user specified label.
8299
      The program has a list of "known" labels which it will search
8300
      first in an attempt to speed up the process.
8301
 
8302
    * The AddFlags directive will issue a warning if the flags does not
8303
      begin with a -D or a -U. The user should not be using compiler
8304
      specific flags.
8305
 
8306
    * The use of linker flags will issue a warning.
8307
 
8308
    * Process the common makefile.pl after the toolset has been
8309
      determined. This allows the toolset to extend the CompileOptions
8310
      such they are available to the common makefile.pl.
8311
 
8312
    * Added the WIN32 CompileOptions "jats_v1" to force JATS to specify
8313
      a number of compile time definitions used by earlier versions of
8314
      JATS.
8315
 
8316
    * Fixed bug in the --Debug option to the PackageProg directives that
8317
      caused both the production and debug versions to be packaged.
8318
 
8319
    * The gen_msproject utility now creates simpler names for the MS
8320
      projects that it creates. The name no longer contains the full
8321
      pathname, thus making them shorter and readable.
8322
 
8323
    * The ShowDlls utility now handles absolute and relative paths to
8324
      the initial DLL or EXE.
8325
 
8326
    * Correct problem in which the use of Generate/Rule directives may
8327
      fail since prerequisite subdirectories were not being created
8328
      since the "generate" phase was not being run.
8329
 
8330
      Added messages to prompt the user to remove Generate, Generated
8331
      and Rule directives. Use the GenerateFiles directive
8332
 
8333
    * JATS.BAT file will exclude LINUX builds by default.
8334
 
8335
    * The make NODEPEND=1 processing now does not recurse at all.
8336
      Previously each subdirectory was visited - only to do nothing.
8337
 
8338
    * Correct a problem in creating stub libraries for MOS targets if
8339
      the stub library object was not listed with the SharedLib's
8340
      objects.
8341
 
8342
    * Correct a problem with the MS Studio support. The invoked make
8343
      command is XXX_all_debug. There was a problem with this command in
8344
      that it did not do any dependancy checking and would not always
8345
      build defendants.