| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4836 |
3969 d 7 h |
dpurdie |
/core_devl/branches/dpurdie_3.5.10000.cr/ |
Created by Jats svn branch |
|
| 4619 |
4075 d 4 h |
dpurdie |
/core_devl/trunk/ |
SQL interface to RM. use of classes12.jar and ojdbc6.jar did not work.
Found that ojdbc14.jar can do the required work. Using that. |
|
| 4544 |
4099 d 3 h |
dpurdie |
/core_devl/trunk/UTILS/DBI-JDBC/src/ |
|
|
| 4543 |
4099 d 3 h |
dpurdie |
/core_devl/trunk/UTILS/DBI-JDBC/ |
Merged the ClearQuest and Release Manager operations into one
Works, with reduced functionality, with Java 1.4
Works better with Java 1.6 |
|
| 4536 |
4101 d 1 h |
dpurdie |
/core_devl/trunk/UTILS/DBI-JDBC/ |
Build utils with Java 1.4. Its the lowest common denominator on all of our build machines |
|
| 4466 |
4137 d 3 h |
dpurdie |
/core_devl/trunk/ |
Extended the Data Base Interface to allow access to the ClearQuest Database
Will be used in the generation of Release Notes |
|
| 4192 |
4274 d 3 h |
dpurdie |
/core_devl/trunk/ |
Support for VS2012 and CSHARP2012 |
|
| 4160 |
4288 d 7 h |
dpurdie |
/core_devl/trunk/UTILS/MKDEPEND/src/ |
Change the name of the getline function to avoid conflict under recent versions of glibc |
|
| 2764 |
4729 d 6 h |
dpurdie |
/core_devl/trunk/ |
|
|
| 2453 |
4780 d 3 h |
dpurdie |
/core_devl/trunk/ |
Added binary missing in previous commit |
|
| 2450 |
4780 d 3 h |
dpurdie |
/core_devl/trunk/ |
* 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. |
|
| 2439 |
4786 d 1 h |
dpurdie |
/core_devl/trunk/ |
Improved the clobber operation by using JatsFileUtils to remove directory trees |
|
| 2429 |
4787 d 6 h |
dpurdie |
/core_devl/trunk/ |
Major changes:
* Make-time performance improvement of packaging
Improved the performance of the 'packaging' and 'installing' operations
by an order of magnitude under windows. Replaced the shell scripting of
these operations with a dedicated program.
This change also addressed a long-time Windows issue with the packaging
of files into very long (>~250) paths as the utility supports the full
windows path scheme.
Minor changes:
* Command Changes: jats clobber
The 'jats clobber' command has been significantly sped up
The 'clobber' no longer unpackages and uninstalls files one by one
from the relevant directories. The entire directory is deleted.
The original sequence can still be perform, if required, with the commands
jats make clobber
This operates as before.
* Utility: escrow
Support to extract packages with a subdirectory structure that
breaks the JATS rule that the TTB directory names are reserved.
Some COTS packages break the rule.
* Utility: svn : delete-branch
Modified the svn branch deletion operation.
With no arguments it will show the current branch.
* Utility: svn : url
Improved the conversions supported. Now handles leading SVN::
and will decode tags of the form SVN::path::tag
* Utility: svn : import
Added a '-nocommit' option to allow the results of the import to be
inspected before committing them to the Repository.
* Subversion Support
Detect authentication errors and issue user-friendly error messages
showing the user what to do.
The special label of TIMESTAMP now creates a tag with a .WIP
suffix. This allows the tag to be deleted in the VIX protected
repositories. |
|
| 361 |
5288 d 18 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. |
|
| 341 |
5516 d 22 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 1 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 |
|
| 317 |
5808 d 17 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Minor changes:
* WinCe Toolsets
New CompileOptions operations:
Exceptions - Enable exception handling
noExceptions - Disable
Default is to retain backward compatibility. It is mixed.
Example:
CompileOptions ('*', 'Exceptions' );
* Solaris targets
Full support for a target called SOLARIS8_SPARC32
It is identical to SOLARIS in a 'sparc' build machine, but it is only
available on a 'sparc' build machine. Can be used to limit builds to one
machine type. |
|
| 315 |
5810 d 20 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
------------------------------------------------------------------------
Version: 2.82.0000.cr Released:
------------------------------------------------------------------------
Major changes:
* New Build Platform: VB6
Jats has been enhanced to support the building of VB6 .vbg and .vbp
project files.
* Build Directive BuildVersion.
This has been extended to allow the creation of Version Information in a
form that can be consumed by Visual Basic using '--Style=VB'
Minor changes:
* Added more internal documentation
Use jats help to see available documentation
* Jats label -info command [DEVI-059929]
Fixed problem that prevent this command running on Unix systems.
* Jats save_build utility
Corrected problem in unreserving a reserved checkout of a build.pl file
under windows.
* Solaris 10, 64 Bit Sparc Builds
All compiles are done in a position independent manner (-KPIC)
This solved issues where static libraries are linked into shared
libraries.
* Solaris builds
Program and Shared library dependency checking is now done before
the program/library objects are built. Thus errors associated with missing
dependencies occur before objects are built and the user can see the cause
of the build failure.
Internal changes:
* Moved 'jats vars' functionality into a separate program
Moved associated documentation into the jats_vars tool
* Moved some other internal documentation into InstallationNotes and
PkgArchive topics. |
|
| 313 |
5816 d 19 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Major changes:
* Solaris Builds for 64 bit targets
Changes to fully support the SOLARIS10_X86 and SOLARIS10_SPARC64
targets. These are using a different version of the compiler than the
existing 32-bit builds.
64-Bit Solaris10 builds are performed with Sun Studio 12.1
32-Bit Solaris10 builds are performed with Sun Studio 11
Minor changes:
* jats label -exclude=nnn
Corrected problem with the -exclude option introduced in 2.80.3000.cr
* Package searching
The BuildpkgArchive and LinkPkgArchive directives will search
both dpkg_archive and deploy_archive paths for packages.
Allows JATS to be used to process deployable packages.
* jats help
Modified the operation of the 'jats help' command.
This command now provides a gateway to the jats help system.
Information provided by the previous 'jats help' can be achieved
with one of:
jats -h
jats help jats
Internal:
* Updated cmdfile utility |
|
| 311 |
5842 d 19 h |
dpurdie |
/core_devl/trunk/ |
DevTools/core_devl: Checkin by Svn Import
Internal changes
* Created a Pseudo package to describe the interface directory
This simplifies the various scanning algorithms within JATS
Useful side effects include:
JATS plugins will be sourced from the interface directory if included
with a BuildPkgArchive. This will simplify debugging.
[DEVI-059682] QtBase can be consumed via a BuildPkgArchive directive,
simplifying the process of packaging additional fonts.
[DEVI-059685] Simplify implementation of --FromPackage options in other
tools, which obviates the need for QtBase to be consumed via a
BuildPkgArchive |
|