SHAPE_STDVAR(7) Miscellaneous Information Manual SHAPE_STDVAR(7)NAME
shape_stdvar - shapeTools RMS project wide variant definitions
DESCRIPTION
This file contains common variant definitions to be used in a software development project supported by the shape release management sys-
tem. The stdvar file defines a variant raster for a whole development project. This central definition facility unifies the naming and
semantics of supported system variants.
Stdvar is to be included into the Shapefiles of any part of the developed system via shape's include mechanism. The definitions in stdvar
should be carefully designed and maintained for each supported project. They usually concern variant control for all hardware/operating
system platforms to be supported or variant settings to produce different qualities of generated code (debug or optimized).
Enclosed in the shapeTools distribution, you find the stdvar file used in the development of the shape toolkit itself. This may be a good
starting point for developing an own variant raster. At least, it helps you learning the definition syntax. Otherwise, for a description on
the syntax of variant definition parts see the shape(1) manual.
FILES
$(SHAPELIBPATH)/stdvar
SEE ALSO shape_RMS(1), shape (1)
26.9.119SHAPE_STDVAR(7)
Check Out this Related Man Page
SHAPE_STDVAR(7) Miscellaneous Information Manual SHAPE_STDVAR(7)NAME
shape_stdvar - shapeTools RMS project wide variant definitions
DESCRIPTION
This file contains common variant definitions to be used in a software development project supported by the shape release management sys-
tem. The stdvar file defines a variant raster for a whole development project. This central definition facility unifies the naming and
semantics of supported system variants.
Stdvar is to be included into the Shapefiles of any part of the developed system via shape's include mechanism. The definitions in stdvar
should be carefully designed and maintained for each supported project. They usually concern variant control for all hardware/operating
system platforms to be supported or variant settings to produce different qualities of generated code (debug or optimized).
Enclosed in the shapeTools distribution, you find the stdvar file used in the development of the shape toolkit itself. This may be a good
starting point for developing an own variant raster. At least, it helps you learning the definition syntax. Otherwise, for a description on
the syntax of variant definition parts see the shape(1) manual.
FILES
$(SHAPELIBPATH)/stdvar
SEE ALSO shape_RMS(1), shape (1)
24.8.119SHAPE_STDVAR(7)
At work, we use a software development product (from a company that will remain nameless, but whose name may be considered a synonym for "logical"). The development trees are organized beneath a top directory, let's call it "$rat". The first level under $rat contains the major system names, and... (2 Replies)
Hi All,
I have a function which reads parameter and gets the value from config file.
The entry in the file can be either of two
Name=value or
Name=value
so if the variant is not present it should return me the generic value ie Name without variant.
I am first searching for variant in... (4 Replies)
Hi, I am a german lawstudent and have to learn a few hundred definitions and laws in the next months. I thought it would be cool to have a little helper, a bashscript which is working with flat textfiles. I found one in the archlinuxforum which was almost perfect...almost. It is on some point based... (2 Replies)
Big noob in everything, so I want know from more experienced users and programmers what they think which OS is better for system development? (3 Replies)
I am thinking of developing an app' for Android mobile devices...
Two questions here:-
1) Does anyone _develop_ for the Android _mobile_ platform?
If so do you use OSX 10.7.5 or greater as your _development_platform_?
2) I know ********* is gonna say that the Android terminal/shell is... (13 Replies)
Hello,
I have a database of name variants with the following structure:
variant=variant=variant
The number of variants can be as many as thirty to forty.
Since the database is quite large (at present around 60,000 lines) duplicate sets of variants creep in. Thus
John=Johann=Jon
and... (2 Replies)
I am just trying to add specific text in front of a ${variant} but can not seem to get the syntax correct.
I have tried sed -i '$a NM_004004.5' ${variant} and printf "NM_004004.5:%s\n" ${variant} with no luck.
Thank you :). (7 Replies)
Recently, have been learning Vue and, as always, learning-by-doing, which means writing code for real-world applications. In this process, I have learned something that is not really mentioned in the majority of online Vue tutorials.
Basically, when you create a Vue instance in your browser,... (0 Replies)