Subversion Repositories DevTools

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4018 4487 d 18 h dpurdie /core_devl/branches/dpurdie_devl/ Makeproject and MakeAnt - better handling of generated project files.  
4001 4495 d 10 h dpurdie /core_devl/branches/dpurdie_devl/ Added support for a dummy build (nobuild) on a build Machine when the GBE_BUILDFILTER prevents ant targets being built.  
3965 4514 d 10 h dpurdie /core_devl/branches/dpurdie_devl/ Support for UBUNTU12.
Support for testing of GCC compiler versions to ensure sanity of the build system.
Clean up some file headers
 
3890 4543 d 12 h dpurdie /core_devl/branches/dpurdie_devl/TOOLS/ Close input file so that it can be renamed  
3527 4613 d 18 h dpurdie /core_devl/branches/dpurdie_devl/ Support sandbox specific build filter.  
2930 4702 d 11 h dpurdie /core_devl/branches/dpurdie_devl/ See 3.1.4000.cr  
2449 4780 d 12 h dpurdie /core_devl/branches/dpurdie_devl/ * Makefile generation
Warning generation of bad source paths does not generate an error
if the path test escapes the directopry tree. It will generate a
warning, which allows the build to progress as before - with lots
of warnings.

* Makefile Generation
BuildSubDir and SubDir directives - cleanup paths.

* Jats Utility: JatsFileUtil
Better handling of double '\' in pathnames under windows.
 
2085 4820 d 14 h dpurdie /core_devl/branches/dpurdie_devl/ Extended JatsFileUtil to perform directory cleanup operations  
391 4963 d 17 h dpurdie /core_devl/branches/dpurdie_devl/ Created by Jats SvnRelease branch request  
379 5016 d 10 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:

* WIN32 Target (Visual Studio 6)
This target will now consume headers/libraries from a VS6 directory.
This has been provided to allow the use of Dinkumware_STL to be limited
to this one compiler. Specifically we need to excluded the use of
Dinkumware from VS2010 builds.

* C# Toolchain
Correctly detect missing .cs file in .resx /.cs file pair.

Minor changes:
* Jats wrapper script
New option: -logfile=name

* Jats configuration
jats.bat example (Windows)
jats.sh example (Unix)
Redefined location of the Perth Subversion server AUPERASVN01

* Escrow build on solaris_x86
Added workaround for strange issue on X86 based Solaris machines
The GBE_MACHTYPE EnvVar would disappear during the build process

* Utility ccrelease
The -extractfiles option nolonger uses a dynamic view to perform the
extraction. It uses the same process as normal view creation.

* Utility: svn
Improved package import processing.
Allow Date, Author and Log to be added to the imported package

* Jats Utility: gen_cots
Added support for Subversion.
Subversion is supported on Windows and Unix.
ClearCase is supported on Windows.

* Jats Utility: vcsdiff
New Utility. Will diff two versions of a package. Supports
mixed ClearCase and Subversion versions.
Under windows it can invoke BeyondCompare
Under Windows and Unix it can perform a MD5 check over both directories.
 
375 5086 d 9 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Command: jats clobber
When building packages that use deploylib - remove the 'build/deploy'
directory as a part of the clobber processing.

* Jats wrapper. Environment Variable Cleanup (Windows Only)
Force ALL EnvVars stored in the environment and passed to programs
invoked by JATS to be converted to upper case.

This solves problems associated with some programs that do not treat
Windows EnvVars as case insensitive.

A useful side effect of this chnage is is that VS2010 running on
64-bit Windows-7 will now locate the default installation of VS2010.

* jats svnlabel
Report conflicting options: Label and Clone

Correct the 'label' operation. The user is not allowed to provide
path. The user must provide a simple label. JATS will determine the
workspace and the correct branch/tag to place the label in.

* Built Daemon support
jats_svn_savebuild will now delete a WIP if its in the /tags/ directory.
This allows WIPs to be tags or branches
 
371 5107 d 7 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* RIORDS Platform
Generate output files with the package version embedded in the name
This can be disabled with --NoVersion

Package up the 'hex' file created when the .img file is processed.

* Jats Sandbox
Softlinks to packages within the sandbox are now relative to the root of
the sandbox. This allows packages in the sandbox to be created under one
machine architecture and consumed under another.
 
369 5116 d 6 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* New Platform and Toolchain
Platform is RIORDT. This uses the MSP430 toolchain.
Beta release of this toolchain

* Jats Escrow. Escrow extraction
Force views created to be done in the same manner as the build daemon.
Under Clearcase, do not include the /main/0 rule.

* Utility: ccrelease (jats release, jats extract)
Correct use of /main/0 on Unix platforms to match Windows behavior.
Only add /main/0 if the user has provided a path to a directory within
a vob.

* Various changes to remove warnings when used with perl 5.14.
Note: Perl 5.14 is not recommended.
Perl 5.8.8 is recommended.

* Windows utilities
Updated 7z to version 9.20.

* Subversion Support
Support for 1.7 error messages
Extended the 'jats svn' utility. New subcommands:
paths - Display Subversion tag to URL conversions
tag - Convert a path or URL to a Release Manager Tag
url - Convert Release Manager tag to URL

* COBRA Toolset
Suppress compiler warning on incompatible ABI

* Create dpkg utility
Allows packaging from a sandbox, but only of package versions 99.99.99
 
367 5145 d 4 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Jats Utility:
Added 'ccdelete_view'. This utility will delete a Clear Case view given a
viewtag, even if the view has been deleted from disk.

* Jats startup
Jats will report an error if started in a directory that is inaccessible
to the user. An error will also be report if jats is directed to change to
in inaccessible directory.

* Building an ANT project.
Jats will warn if a buildfile does not have an associated depends file.

* TOOLSET: GCC
The 'options=args' now shows the operation of the dependency generation step.

* TOOLSET: WINCE
Better detection of missing SDK components.

* Subversion support
Allow untrusted certificates in https connections.
VisualSvnServer provides self signed certificates
 
363 5242 d 1 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New toolset: ARM251

* New target platform: ARM_I5100
Uses the ARM251 toolset.

Minor changes:
* HTML Help
Correct display of subheadings in the Table of Contents under IE8

* jats build -noforce
The 'quick' test to force a re-build now takes the value of
GBE_BUILDFILTER into account. If the value changes, then a rebuild will
be forced.

This affect the 'jats all' and associated 'sandbox' commands.

* Utility: ccrelease (jats release, jats extract)
Improved the ClearCase config spec used to create the view.

If the command specifies a branching rule, then the view will not allow
directories above the package base to be branched. This will prevent
unintentional branching within the root of the VOB.

If the command does not specify a branching rule, the view now allows
files and folders to be 'added' within the view, within the package. This
feature is suppressed when the tool is used by the AutoBuilder.

* Utility: svnrelease
Remove duplicate package-name words from the generated workspace name to
provide a cleaner workspace name.

Allow the workspace to be deleted in 'release' mode by changing out of the
workspace directory before attempting the delete.

* Utility: svn
Added 'test' to verify that the subversion CLI utility has been
installed and can be used.

* Toolset: CSharp
Utilize features of cmdfile to simplify the generated makefile
Force the generated command file to have correct directory separation
character.

* Toolset: SunWorks
Corrected usage of the -erroff directive
The later SunWorks compilers are more strict about its usage.
May affect 64 Solaris builds as the incorrect usage may have been
masking an error.

* Toolset: Delphi7
Correct library building process that had been broken by previous
enhancement.

* Toolset: dafbr
Internal option to simplify compiler testing

* makefile.pl directive: GenerateFiles and RunTests
Corrected operation of the '--PackageInfo' expansion
- Return correct path to package
- If no info is selected, then assume '--path'

* build.pl directive: BuildPlatforms
Added a '--Alias=Name[,Name]+' option. This allows the setting of
a platform alias, when the platform is defined.

* build.pl directive: BuildVersion
Generate well formed VB6 definitions for packages that have dependent
packages.

* make command: show
Improved the readability of the 'Alias Targets' list in the
'jats make show' command.

* Utility: create_dpkg
When transferring files from a Windows file system to dpkg_archive
ensure that the execute permission is set for all users.

Allows 'GENERIC' packages to package up executables that will be
executed on Unix machines.
 
361 5289 d 3 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* HTML Help (Experimental)
Generated documentation for the various JATS utilities
It is based on the internal JATS documentation available on the command
line.

Use http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html

Minor changes:
* PackageFile directive
Allow packaging of files with a comma in the name.
Used by some COTS packages.

* Windows utilities used by jats
stdmux and rpccpp: provide production versions that do not use debug
libraries as these are not present for all users.

* Jats utility: dstatus
Shows the user friendly host name rather then the internal machine name.
This change is in line with the changes to Release Manager

* Utility: svnrelease
Better deletion of workspaces referenced with non-standard URLs
Corrected problem with -branch=name option

* Utility: svnrelease and ccrelease
Better deletion of workingspace directory.
Attempt to correct for directory permission problems.

* Updated definition of GBE_SVN_URL_FRBESASVN01 to use
the server by name, rather than IP address: 'frbesasvn01'

* Added EnvVar GBE_VCS to control the default Version Control System
employed by the 'jats release' and 'jats extract' commands.

Usable values are: 'cc' and 'svn'.
The default value is 'cc', providing backward compatability to existing
developers.
 
359 5338 d 4 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
* WIN32 Toolset
Remove .exp and .lib files that may be created when building a program.
These files may be generated when using code to create a DLL is used
to create an EXE.

* Utility: upddep
Handle packages with version strings like: 1.6.0,REV=2006.11.29.05.03
The '=' was causing issues.

* Utility: sandbox
New sub command - populate. Beta Release of this command
This sub command can be use to populate a sandbox with a specific package
and (optionally) its dependenents, that (optionally) are not available
in a package archive.

Sub command: create
New option '-exact'. This will create a sandbox in which the package
version numbers are significant. This is useful when recreating a specific
package version.

Command specific help
Each sub command now has its own help.
ie: 'jats sandbox populate -help' will provide help on the populate
command.

* BuildVersion directive
Will create well formed Windows Resource files when the Packages Build
Number is greater than 7.
 
343 5492 d 10 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* Jats Sandbox operation
Don't remove .RUL files in sandbox testing of the build files

* Jats MakeProject directive
Added --TargetDebug= and --TargetProd= to allow the default target
of the project builds to be specified.

Can be used in all targets that use a Visual Studio project or solution
to build a package.

* MergeLibrary directive
New sub-option --InterfacePlain
This will allow the use of 3rd party libraries that do not have a P or D
suffix in the library name.

* GenerateFiles directive
Use of --Var(ObjDir) will cause the Object directory to a prequisite
of the command. Similar for BinDir and LibDir.

* BuildPlatform
New option: --NoToolSet
Supresses the check for the existance of the underlying toolset.
Ensures that the user does not attempt to use the underlying toolset.

To be used in packages that generate installers, where there is
no compilation phase, but the package search mechanism may still
need toolset specific information.

Normally used in conjunction with --OnlyProd.

eg: BuildPlatforms ( 'WIN32,--OnlyProd,--NoToolSet' );
 
341 5517 d 7 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
* DEVI-059977: 64-bit Solaris libraries try to link against 32-bit libs
The 64-bit Solaris build will no longer attempt to consume 32-bit libraries
or header files.

* New tool update_release
Extracts current package version list from Deployment Manager SBom(s)
and copy resultant packages to release specific directory.

Use 'jats man update_release' for full details

* New tool ccmerge_build
Merge an autobuilt build.pl file back to the parent branch
and leave the resultant file checked out.

Use 'jats man ccmerge_build' for full details

* Jats Sandbox command
Improved operation of 'sandbox all' and packages that use
BuildPkgArchive.

* GCC and SUNWORKS tools
Allow shlib dependency generation to be displayed in verbose mode
 
333 5621 d 10 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:

Minor changes:
* Dependency Generation Tool - mkdepend
Correct a problem encountered when the name of an included file
matches the name of a subdirectory within the include search path
resulting in multiple builds.

* SOLARIS and LINUX toolsets
Corrected problem in dependency tracking of shared libraries
Dependency between shared librares was not being used at all.

Only affected Solaris and Linux builds
 

Show All