You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(42) |
Nov
(368) |
Dec
(248) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
(207) |
Mar
(180) |
Apr
(9) |
May
(39) |
Jun
(9) |
Jul
(22) |
Aug
(56) |
Sep
(82) |
Oct
(113) |
Nov
(236) |
Dec
(219) |
2005 |
Jan
(119) |
Feb
(81) |
Mar
(53) |
Apr
(177) |
May
(2) |
Jun
(67) |
Jul
(17) |
Aug
(5) |
Sep
(53) |
Oct
(17) |
Nov
(122) |
Dec
(77) |
2006 |
Jan
(293) |
Feb
(16) |
Mar
(32) |
Apr
(14) |
May
(29) |
Jun
(6) |
Jul
|
Aug
|
Sep
(18) |
Oct
(28) |
Nov
|
Dec
(2) |
2007 |
Jan
(8) |
Feb
(19) |
Mar
(4) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(37) |
Oct
(1) |
Nov
(8) |
Dec
(25) |
2008 |
Jan
(1) |
Feb
(13) |
Mar
(17) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(19) |
Dec
(16) |
2009 |
Jan
(6) |
Feb
(9) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Konstantin S. <ks...@us...> - 2004-10-06 12:03:37
|
Update of /cvsroot/opengtoolkit/deab/example_projects/Test 001 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1364/example_projects/Test 001 Modified Files: Test Build.deab deab_build.log Log Message: Index: Test Build.deab =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test Build.deab,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Test Build.deab 5 Oct 2004 11:54:43 -0000 1.4 --- Test Build.deab 6 Oct 2004 12:02:46 -0000 1.5 *************** *** 117,120 **** --- 117,131 ---- # specified as a Source Dir of another Destination. # + # + ##### NEW !!! NEW !!! NEW ###### + # Target Dir can contain <KeepHierarchy> keyword as the last + # component of a path. In this case, a VI hierarchy in Target Dir + # is saved as it is beneath Source Dir, including dirs and llbs. + # + # Example: + # Source Dir = <user.lib> + # Target Dir = "libraries\user.lib\<KeepHierarchy>" + ##### END OF NEWS ############## + # #Target Dir="HT-DAQ.llb" # Index: deab_build.log =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/deab_build.log,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** deab_build.log 4 Oct 2004 12:00:49 -0000 1.3 --- deab_build.log 6 Oct 2004 12:02:46 -0000 1.4 *************** *** 1,35 **** ! *** 19:09:39.733 : Build started [04.10.2004] ! ! >>> 19:09:39.842 : Load VIs into Memory.vi started ! ! >>> 19:09:39.983 : Test VIs need be Unloaded.vi started ! ! >>> 19:09:40.046 : Create Target Directories and LLBs.vi started ! >>> 19:09:40.171 : Copy VIs to Destinations and Mangle Names.vi started ! >>> 19:09:48.967 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 19:09:49.030 : Copy Resource Files and Relink VIs.vi started ! >>> 19:09:50.030 : Set Top Level VIs in LLBs.vi started ! >>> 19:09:50.125 : Convert LLBs to EXEs.vi started ! >>> 19:09:50.171 : Copy Support Files.vi started ! *** ERROR *** ! Error 7 occurred at List Directory in Copy Support Files.vi->Build Application.vi->Build Application from Build File.vi. ! Error Conditions: ! Source Dir: "C:\Shared Projects\OpenG\deab\example_projects\Test 001\docs" ! Possible reasons: ! LabVIEW: File not found. ! or ! NI-488: Non-existent board. ! *** 19:09:50.264 : Build finished --- 1,26 ---- ! *** 18:15:38.078 : Build started [06.10.2004] ! >>> 18:15:38.078 : Expand Build Parameter Paths.vi started ! >>> 18:15:38.139 : Load VIs into Memory.vi started ! >>> 18:15:38.264 : Test VIs need be Unloaded.vi started ! >>> 18:15:38.328 : ++ Build VI Detination Info.vi started ! >>> 18:15:39.655 : ++ Create Target Dirs and LLBs.vi started ! >>> 18:15:39.780 : ++ Copy VIs to Destinations.vi started + >>> 18:15:47.358 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 18:15:47.453 : ++ Copy Resource Files and Relink VIs.vi started ! >>> 18:15:48.546 : Set Top Level VIs in LLBs.vi started ! >>> 18:15:48.625 : Convert LLBs to EXEs.vi started ! >>> 18:15:48.671 : Copy Support Files.vi started ! *** 18:15:48.750 : Build finished |
From: Konstantin S. <ks...@us...> - 2004-10-06 12:03:37
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1364/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** news.txt 5 Oct 2004 11:54:43 -0000 1.4 --- news.txt 6 Oct 2004 12:02:45 -0000 1.5 *************** *** 4,7 **** --- 4,16 ---- + 19:51 06.10.2004 + + - [Destination N] sections: New option to write VIs to Target Dir keeping VIs hierarchy + as it is in Source Dir. + + Test Build.deab file in an <deab\example_projects\Test 001> contains comments on the new + feature in [Destination N] section. + + 19:50 05.10.2004 *************** *** 15,19 **** - 19:31 04.10.2004 --- 24,27 ---- |
Update of /cvsroot/opengtoolkit/deab/source/Support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1364/source/Support Modified Files: Copy Resource Files and Relink VIs.vi Copy VIs to Destinations and Mangle Names.vi DEAB Build Progress Info.vi Expand Build Parameter Paths.vi Find Source VIs Destination Folder.vi Set Top-Level VI Properties.vi Added Files: Create Target Dirs and LLBs.vi Find Destination of a Source VI.vi Generate VI Building Info.vi Revise Destinations.vi Save VIs to Destination.vi Treat Keep Hierarchy Flag.vi Log Message: --- NEW FILE: Find Destination of a Source VI.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Treat Keep Hierarchy Flag.vi --- (This appears to be a binary file; contents omitted.) Index: Expand Build Parameter Paths.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Expand Build Parameter Paths.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsjwaaEb and /tmp/cvsF9DeHi differ --- NEW FILE: Revise Destinations.vi --- (This appears to be a binary file; contents omitted.) Index: DEAB Build Progress Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Build Progress Info.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsE7h0aj and /tmp/cvsJHohjq differ --- NEW FILE: Generate VI Building Info.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Save VIs to Destination.vi --- (This appears to be a binary file; contents omitted.) Index: Copy Resource Files and Relink VIs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Copy Resource Files and Relink VIs.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsNzNHbp and /tmp/cvsqN6tuw differ --- NEW FILE: Create Target Dirs and LLBs.vi --- (This appears to be a binary file; contents omitted.) Index: Find Source VIs Destination Folder.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Find Source VIs Destination Folder.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvstPA7qE and /tmp/cvsokvGRL differ Index: Set Top-Level VI Properties.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Set Top-Level VI Properties.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvstsAF9T and /tmp/cvsLUTgP1 differ Index: Copy VIs to Destinations and Mangle Names.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Copy VIs to Destinations and Mangle Names.vi,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 Binary files /tmp/cvs6usrGm and /tmp/cvsU7tiHu differ |
From: Konstantin S. <ks...@us...> - 2004-10-06 12:03:06
|
Update of /cvsroot/opengtoolkit/deab/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1364/source Modified Files: VI Tree - deab.vi Log Message: Index: VI Tree - deab.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/VI Tree - deab.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsPmShnl and /tmp/cvsjy7Mvs differ |
From: Konstantin S. <ks...@us...> - 2004-10-06 12:03:05
|
Update of /cvsroot/opengtoolkit/deab/source/Support/Data Structures/Build Parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1364/source/Support/Data Structures/Build Parameters Added Files: VI Build Info.ctl Log Message: --- NEW FILE: VI Build Info.ctl --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/opengtoolkit/deab/source/Support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7394/source/Support Modified Files: Build Absolute Path.vi Convert LLBs to EXEs.vi Copy Resource Files and Relink VIs.vi Copy Support Files.vi Copy VIs to Destinations and Mangle Names.vi Create Target Directories and LLBs.vi DEAB Build Progress Info.vi DEAB Log Store.vi DEAB Log VI Execution.vi Find Source VIs Destination Folder.vi Get Dir to LLB and EXE Conversions.vi List VIs to Unload.vi Load Top-Level and Dynamic VIs.vi Load VIs into Memory.vi Read Extra Parameters from File.vi Set Top Level VIs in LLBs.vi Set Top-Level VI Properties.vi Test VIs need be Unloaded.vi UnLoad Top-Level and Dynamic VIs.vi Log Message: Index: List VIs to Unload.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/List VIs to Unload.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvspgEu7c and /tmp/cvsdEzzrr differ Index: DEAB Log VI Execution.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Log VI Execution.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsDYLZlh and /tmp/cvsKF4nJv differ Index: Copy Support Files.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Copy Support Files.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsob2x0r and /tmp/cvstFajuG differ Index: Get Dir to LLB and EXE Conversions.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Get Dir to LLB and EXE Conversions.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvs7NGCmz and /tmp/cvsGw6qVN differ Index: Set Top Level VIs in LLBs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Set Top Level VIs in LLBs.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsSClbfg and /tmp/cvs5Bgglv differ Index: Convert LLBs to EXEs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Convert LLBs to EXEs.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsG7021N and /tmp/cvszZIEB3 differ Index: Read Extra Parameters from File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Read Extra Parameters from File.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsIlnzXY and /tmp/cvs70CIFe differ Index: Load VIs into Memory.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Load VIs into Memory.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsXPt4bi and /tmp/cvsyzsh7x differ Index: DEAB Log Store.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Log Store.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvszOlzLz and /tmp/cvsjenUOP differ Index: DEAB Build Progress Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Build Progress Info.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs11nYEz and /tmp/cvsxP4rOP differ Index: UnLoad Top-Level and Dynamic VIs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/UnLoad Top-Level and Dynamic VIs.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsz6ePLC and /tmp/cvseIQOYS differ Index: Copy Resource Files and Relink VIs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Copy Resource Files and Relink VIs.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvscsGRAK and /tmp/cvs7v8AV0 differ Index: Test VIs need be Unloaded.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Test VIs need be Unloaded.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsPjPDlj and /tmp/cvsCF1h0z differ Index: Find Source VIs Destination Folder.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Find Source VIs Destination Folder.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvseoHk0r and /tmp/cvsEx2GJI differ Index: Create Target Directories and LLBs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Create Target Directories and LLBs.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsAFwnox and /tmp/cvsUAUPeO differ Index: Set Top-Level VI Properties.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Set Top-Level VI Properties.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsGdeNcy and /tmp/cvsrJgO7O differ Index: Build Absolute Path.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Build Absolute Path.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsCxb4AH and /tmp/cvs4P4zCY differ Index: Load Top-Level and Dynamic VIs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Load Top-Level and Dynamic VIs.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsQJnecR and /tmp/cvsLFFwj8 differ Index: Copy VIs to Destinations and Mangle Names.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Copy VIs to Destinations and Mangle Names.vi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvsy7sfp5 and /tmp/cvsSh7fGm differ |
From: Konstantin S. <ks...@us...> - 2004-10-05 11:55:29
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7394/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** news.txt 4 Oct 2004 12:00:48 -0000 1.3 --- news.txt 5 Oct 2004 11:54:43 -0000 1.4 *************** *** 4,7 **** --- 4,19 ---- + 19:50 05.10.2004 + + - A build can now be aborted + - Log file can be specified in .deab file (optional) + - A default destination can now be allowed. The default is a destination with the least + number in [Destination N] + - Support files: if no source files specified for a target dir, dir is created anyway + + Test Build.deab file in an <deab\example_projects\Test 001> contains comments on new features + + + 19:31 04.10.2004 *************** *** 19,23 **** - 19:36 01.10.2004 --- 31,34 ---- *************** *** 32,36 **** - 19:49 30.09.2004 --- 43,46 ---- *************** *** 39,43 **** - Writes Build Log File - More detailed info on error conditions (VI, dir, file names) ! - Test Build.deab file in an <deab\example\projects> contains comments on new features --- 49,53 ---- - Writes Build Log File - More detailed info on error conditions (VI, dir, file names) ! - Test Build.deab file in an <deab\example_projects\Test 001> contains comments on new features |
From: Konstantin S. <ks...@us...> - 2004-10-05 11:55:29
|
Update of /cvsroot/opengtoolkit/deab/example_projects/Test 001 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7394/example_projects/Test 001 Modified Files: Test Build.deab Added Files: Test Build_Def_Dst.deab Log Message: --- NEW FILE: Test Build_Def_Dst.deab --- ########################################################### # This section contains general project build settings. [General] # Project Root is optional. If it is not specified, it is # assumed to be the .deab file's parent directory Project Root="" # Build Root is optional. If it is not specified, it is # assumed to be the Project Root. Build Root may be either # an absolute path, or a path relative to the Project Root Build Root="Target-2" # Source Root is optional. If it is not specified, it is # assumed to be the Project Root. Source Root may be either # an absolute path, or a path relative to the Project Root Source Root="" # Overwrite Existing Files specifies whether to overwrite # files in the build location. This is an optional. If it # is not specified, it is assumed to be FALSE Overwrite Existing Files=TRUE # If a Namespace is specified, all VIs and CTLs will be # "name magled" with the Namespace as a suffix. For # example, "MyVI.vi" with a Namespace of "MyApp" becomes # "MyVI__MyApp.vi" in the built software product. Namespace="built" ######### NEW !!! NEW !!! NEW ########### # This is an optional parameter. If it is TRUE, a destination that has # the least number is used as a default destination to save source VIs # not covered in any destination section. This can be helpful # to simplify building of executables. By default, it is FALSE. # For more info, see comments to "Destination N" section. TheLeastNumberedDestinationIsDefault = True # Log File is optional. If it is not specified, a log file is # <DeabFileDir>\DeabFileName.deab.log. Log File may be either an absolute # file path or a file path relative to the .deab file's parent directory Log File = "" # The parameters below specify whether to include respective # resources to a build. By default, all of them are assumed # to be True. Include Help Files = True Include Shared Libs = True Include External Subrs = True # Help File Dir, Shared Lib Dir and External Subr Dir are optional. # Any of them can be either an absolute path or a path relative to # Build Root. By default (if a path is empty), the paths assume the # following values respectively: # <Buid Root>\Help, <Build Root>\Rsrc and <Build Root>\Rsrc Help File Dir = "Help Files" Shared Lib Dir = "Bin Resources" External Subr Dir = "Bin Resources" ######### END OF NEWS ########### ########################################################### # Top Level VIs specifies VIs whose hierarchies are to be # included in the build. Additionally, Top Level VIs will # be set as "Top-Level" in destination LLBs if the its # Destination is converted to an LLB or EXE. You can use # any keyname for Top Level VIs. Keynames for this section # are arbitrary. [Top Level VIs] 1="Test 002.llb\Test VI 002.vi" ########################################################### # Dynamic VIs specifies VIs whose hierarchies are to be # included in the build. Keynames for this section are # arbitrary [Dynamic VIs] 1 = "Test VI 001.vi" ########################################################### # Destination sections should be named "Destination N", where # "N" is an integer. This allows you to specify multiple # Destination sections. # #[Destination 1] # # Every VI or CTL in the application source hierarchy which # is located beneath Source Directory will be aggregated into # Target Dir, except for those VIs and CTLs found beneath a # subdirectory specified as a Source Dir of another Destination # #Source Dir="C:\HTAS-LabVIEW\HT-DAQ 3" # # The Build Target Dir for every VI or CTL in the application # source hierarchy which is located beneath Source Directory, # except for those VIs and CTLs found beneath a subdirectory # specified as a Source Dir of another Destination. # #Target Dir="HT-DAQ.llb" # # If TRUE, then the Target Dir will be converted into an LLB. # This setting may be overrided by the Convert Target to EXE # setting. # #Convert Target to LLB=TRUE # # If TRUE, then the Target Dir will be converted into an EXE. # This setting overrides the Convert Target to LLB setting. # #Convert Target to EXE=FALSE # # If TRUE, all VIs in this Destination will have thier diagrams # removed, during the build. # #Remove Diagrams=FALSE # ########################################################### [Destination 1] Source Dir="" Target Dir="all_in_one" Convert Target to LLB=TRUE Convert Target to EXE=FALSE Remove Diagrams=FALSE ########################################################### [Exclude Lib Dirs from Build] # 1=<help> ######### NEW !!! NEW !!! NEW ########### ########################################################### # SupportFiles sections should be named "SupportFiles N", where # "N" is an integer. This allows you to specify multiple # SupportFiles sections. # [SupportFiles 001] # The TargetDir is optional. If it is not specified, it is # assumed to be the Build Root. TargetDir may be either # an absolute path, or a path relative to the Build Root. TargetDir="" # The OverwriteExisting specifies whether to overwrite # files in the Target Dir. This is an optional. If it # is not specified, it is assumed to be FALSE OverwriteExisting=True # The Source keys should be named "SourceFile N", where "N" # is an integer. Is allows you to specify multiple source files # for the TargetDir. A SourceFile can be either an absolute path # or a path relative to Source Root. A SourceFile can contain # wildcards in a file name to specify a group of files. # It is possible to specify no SourceFiles in order to just # create the TargetDir. SourceFile 001=*.ini SourceFile 002=readme.txt [SupportFiles 002] TargetDir="Docs" OverwriteExisting=False SourceFile 001=*.txt # SourceFile 002=docs\*.txt ######### END OF NEWS ########### Index: Test Build.deab =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test Build.deab,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Test Build.deab 4 Oct 2004 12:00:49 -0000 1.3 --- Test Build.deab 5 Oct 2004 11:54:43 -0000 1.4 *************** *** 41,51 **** ######### NEW !!! NEW !!! NEW ########### # The parameters below specify whether to include respective # resources to a build. By default, all of them are assumed # to be True. ! Include Help Files=True ! Include Shared Libs=True ! Include External Subrs=True # Help File Dir, Shared Lib Dir and External Subr Dir are optional. --- 41,65 ---- ######### NEW !!! NEW !!! NEW ########### + # This is an optional parameter. If it is TRUE, a destination that has + # the least number is used as a default destination to save source VIs + # not covered in any destination section. This can be helpful + # to simplify building of executables. By default, it is FALSE. + # For more info, see comments to "Destination N" section. + + TheLeastNumberedDestinationIsDefault = FALSE + + # Log File is optional. If it is not specified, a log file is + # <DeabFileDir>\DeabFileName.deab.log. Log File may be either an absolute + # file path or a file path relative to the .deab file's parent directory + + Log File = "deab_build.log" + # The parameters below specify whether to include respective # resources to a build. By default, all of them are assumed # to be True. ! Include Help Files = True ! Include Shared Libs = True ! Include External Subrs = True # Help File Dir, Shared Lib Dir and External Subr Dir are optional. *************** *** 55,61 **** # <Buid Root>\Help, <Build Root>\Rsrc and <Build Root>\Rsrc ! Help File Dir="Help Files" ! Shared Lib Dir="Bin Resources" ! External Subr Dir="Bin Resources" ######### END OF NEWS ########### --- 69,75 ---- # <Buid Root>\Help, <Build Root>\Rsrc and <Build Root>\Rsrc ! Help File Dir = "Help Files" ! Shared Lib Dir = "Bin Resources" ! External Subr Dir = "Bin Resources" ######### END OF NEWS ########### *************** *** 130,134 **** Remove Diagrams=FALSE ! [Destination 1001] Source Dir="<vi.lib>" Target Dir="test-ni.llb" --- 144,148 ---- Remove Diagrams=FALSE ! [Destination 91001] Source Dir="<vi.lib>" Target Dir="test-ni.llb" *************** *** 175,182 **** # The Source keys should be named "SourceFile N", where "N" ! # is an integer. is allows you to specify multiple source files # for the TargetDir. A SourceFile can be either an absolute path # or a path relative to Source Root. A SourceFile can contain ! # wildcards in a file name to specify a group of files SourceFile 001=*.ini --- 189,198 ---- # The Source keys should be named "SourceFile N", where "N" ! # is an integer. Is allows you to specify multiple source files # for the TargetDir. A SourceFile can be either an absolute path # or a path relative to Source Root. A SourceFile can contain ! # wildcards in a file name to specify a group of files. ! # It is possible to specify no SourceFiles in order to just ! # create the TargetDir. SourceFile 001=*.ini |
From: Konstantin S. <ks...@us...> - 2004-10-05 11:55:29
|
Update of /cvsroot/opengtoolkit/deab/source/Static API In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7394/source/Static API Modified Files: Build Application from Build File.vi Build Application.vi Read Build Paramters from File.vi Log Message: Index: Build Application from Build File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Static API/Build Application from Build File.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsHWmL9V and /tmp/cvs3KGekj differ Index: Read Build Paramters from File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Static API/Read Build Paramters from File.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsyBMPW2 and /tmp/cvsSTBieq differ Index: Build Application.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Static API/Build Application.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsm1r4Fm and /tmp/cvsDdpe9J differ |
From: Konstantin S. <ks...@us...> - 2004-10-05 11:55:14
|
Update of /cvsroot/opengtoolkit/deab/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7394/source Modified Files: VI Tree - deab.vi Log Message: Index: VI Tree - deab.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/VI Tree - deab.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvs7mIwde and /tmp/cvsIJrgit differ |
From: Konstantin S. <ks...@us...> - 2004-10-05 11:55:13
|
Update of /cvsroot/opengtoolkit/deab/source/Support/Data Structures In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7394/source/Support/Data Structures Modified Files: Extra Build Parameters Cluster.ctl Log Message: Index: Extra Build Parameters Cluster.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Data Structures/Extra Build Parameters Cluster.ctl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsW4vaub and /tmp/cvspW1LOp differ |
From: Mark Z. <mz...@us...> - 2004-10-04 12:48:54
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13627/developer docs Modified Files: features.txt Log Message: Index: features.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/features.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** features.txt 4 Oct 2004 11:18:53 -0000 1.5 --- features.txt 4 Oct 2004 12:48:43 -0000 1.6 *************** *** 8,10 **** 6) The window/table showing all the VI's / files incl. in the build should be sortable and it should possible to change attributes on more files at the same time 7) Windows Explorer function that opens Explorer in different directories, e.g. "Explorer Runtime dir", Explorer support file dir" and so on. ! 8) We should work hard on Optimizing the build speed !!! this is really important \ No newline at end of file --- 8,11 ---- 6) The window/table showing all the VI's / files incl. in the build should be sortable and it should possible to change attributes on more files at the same time 7) Windows Explorer function that opens Explorer in different directories, e.g. "Explorer Runtime dir", Explorer support file dir" and so on. ! 8) We should work hard on Optimizing the build speed !!! this is really important ! |
From: Konstantin S. <ks...@us...> - 2004-10-04 12:01:30
|
Update of /cvsroot/opengtoolkit/deab/example_projects/Test 001 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4116/example_projects/Test 001 Modified Files: Test 002.llb Test Build.deab deab_build.log Log Message: Index: Test 002.llb =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test 002.llb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsCegHwj and /tmp/cvsIcT5N1 differ Index: Test Build.deab =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test Build.deab,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Test Build.deab 30 Sep 2004 11:56:44 -0000 1.2 --- Test Build.deab 4 Oct 2004 12:00:49 -0000 1.3 *************** *** 125,130 **** [Destination 0001] Source Dir="" ! Target Dir="test_built.llb" Convert Target to LLB=TRUE Remove Diagrams=FALSE --- 125,131 ---- [Destination 0001] Source Dir="" ! Target Dir="test_built" Convert Target to LLB=TRUE + Convert Target to EXE=FALSE Remove Diagrams=FALSE *************** *** 133,136 **** --- 134,138 ---- Target Dir="test-ni.llb" Convert Target to LLB=TRUE + Convert Target to EXE=FALSE Remove Diagrams=FALSE *************** *** 139,142 **** --- 141,145 ---- Target Dir="test-openg.llb" Convert Target to LLB=TRUE + Convert Target to EXE=FALSE Remove Diagrams=FALSE Index: deab_build.log =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/deab_build.log,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** deab_build.log 1 Oct 2004 11:52:56 -0000 1.2 --- deab_build.log 4 Oct 2004 12:00:49 -0000 1.3 *************** *** 1,24 **** ! *** 18:52:29.078 : Build started [01.10.2004] ! >>> 18:52:29.092 : List VIs to Unload.vi started ! >>> 18:52:29.530 : Load Top-Level and Dynamic VIs.vi started ! >>> 18:52:29.546 : Load Top-Level and Dynamic VIs.vi started ! >>> 18:52:29.625 : Copy VIs to Destinations and Mangle Names.vi started ! >>> 18:52:33.280 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 18:52:33.280 : Copy Resource Files and Relink VIs.vi started ! >>> 18:52:33.639 : Get Dir to LLB and EXE Conversions.vi started ! >>> 18:52:41.250 : Set Top Level VIs in LLBs.vi started ! >>> 18:52:41.296 : Convert LLBs to EXEs.vi started - >>> 18:52:41.296 : Copy Support Files.vi started ! *** 18:52:41.311 : Build finished --- 1,35 ---- ! *** 19:09:39.733 : Build started [04.10.2004] ! >>> 19:09:39.842 : Load VIs into Memory.vi started ! >>> 19:09:39.983 : Test VIs need be Unloaded.vi started ! >>> 19:09:40.046 : Create Target Directories and LLBs.vi started ! >>> 19:09:40.171 : Copy VIs to Destinations and Mangle Names.vi started ! >>> 19:09:48.967 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 19:09:49.030 : Copy Resource Files and Relink VIs.vi started ! >>> 19:09:50.030 : Set Top Level VIs in LLBs.vi started ! >>> 19:09:50.125 : Convert LLBs to EXEs.vi started ! >>> 19:09:50.171 : Copy Support Files.vi started + *** ERROR *** + Error 7 occurred at List Directory in Copy Support Files.vi->Build Application.vi->Build Application from Build File.vi. ! Error Conditions: ! Source Dir: "C:\Shared Projects\OpenG\deab\example_projects\Test 001\docs" ! ! Possible reasons: ! ! LabVIEW: File not found. ! or ! NI-488: Non-existent board. ! ! ! *** 19:09:50.264 : Build finished |
From: Konstantin S. <ks...@us...> - 2004-10-04 12:01:29
|
Update of /cvsroot/opengtoolkit/deab/source/Static API In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4116/source/Static API Modified Files: Build Application from Build File.vi Build Application.vi Log Message: Index: Build Application from Build File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Static API/Build Application from Build File.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvso2Otgc and /tmp/cvsVOyGfV differ Index: Build Application.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Static API/Build Application.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvs0MRU4t and /tmp/cvs8Ub8fd differ |
From: Konstantin S. <ks...@us...> - 2004-10-04 12:01:28
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4116/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** news.txt 1 Oct 2004 11:52:55 -0000 1.2 --- news.txt 4 Oct 2004 12:00:48 -0000 1.3 *************** *** 4,7 **** --- 4,23 ---- + 19:31 04.10.2004 + + - Top-Level VIs in EXEs: Have 'Run When Opened' property set to True + - LLBs: VIs are directly written to LLBs now (instead of saving VIs to Dirs with further + conversion of Dirs to LLBs). It significantly reduces total time to build LLBs. + - Method of loading VIs and testing for VIs 'are already in memory' condition changed in + order to speed up building. + - Other changes intended to speed up building. + - Non-fatal errors are reported as a warning in an 'error out' cluster. + + An application involving 597 VIs, DLLs, CINs, Help files was successfully built. + The application (EXE) works correctly. Time spent to build was more than 3 times less + than in previous release. + + + 19:36 01.10.2004 |
Update of /cvsroot/opengtoolkit/deab/source/Support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4116/source/Support Modified Files: Convert LLBs to EXEs.vi Copy Resource Files and Relink VIs.vi Copy Support Files.vi Copy VIs to Destinations and Mangle Names.vi DEAB Build Progress Info.vi DEAB Error Handler.vi DEAB Log Store.vi DEAB Log VI Execution.vi Find Source VIs Destination Folder.vi Get Dir to LLB and EXE Conversions.vi List VIs to Unload.vi Load Top-Level and Dynamic VIs.vi Set Top Level VIs in LLBs.vi UnLoad Top-Level and Dynamic VIs.vi Added Files: Create Target Directories and LLBs.vi DEAB Error Counter.vi Get Top-Level and Opened VIs to Unload.vi Load VIs into Memory.vi New VI Library (proxy).vi Set Top-Level VI Properties.vi Test VIs need be Unloaded.vi Log Message: Index: List VIs to Unload.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/List VIs to Unload.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs8lId9I and /tmp/cvsWUEtY8 differ --- NEW FILE: New VI Library (proxy).vi --- (This appears to be a binary file; contents omitted.) Index: DEAB Log VI Execution.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Log VI Execution.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsHC5J01 and /tmp/cvsXtcA1r differ Index: Copy Support Files.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Copy Support Files.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs9Zgds7 and /tmp/cvsfxDwyx differ Index: Get Dir to LLB and EXE Conversions.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Get Dir to LLB and EXE Conversions.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsbq1Pnz and /tmp/cvsFz6QKZ differ Index: Set Top Level VIs in LLBs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Set Top Level VIs in LLBs.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs62dldC and /tmp/cvsbfQMI2 differ Index: DEAB Error Handler.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Error Handler.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsuuk3lK and /tmp/cvsTP7HYa differ Index: Convert LLBs to EXEs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Convert LLBs to EXEs.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsnD2yP5 and /tmp/cvsc34vFw differ --- NEW FILE: Get Top-Level and Opened VIs to Unload.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Load VIs into Memory.vi --- (This appears to be a binary file; contents omitted.) Index: DEAB Log Store.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Log Store.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvseID4jf and /tmp/cvshMICgG differ Index: DEAB Build Progress Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Build Progress Info.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsfVPE3r and /tmp/cvsYdBm6S differ Index: UnLoad Top-Level and Dynamic VIs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/UnLoad Top-Level and Dynamic VIs.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs7QhgNC and /tmp/cvsDPCIZ3 differ Index: Copy Resource Files and Relink VIs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Copy Resource Files and Relink VIs.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsSqMcXH and /tmp/cvsonrLh9 differ Index: Load Top-Level and Dynamic VIs.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Load Top-Level and Dynamic VIs.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs64xk2j and /tmp/cvs071TLL differ Index: Find Source VIs Destination Folder.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Find Source VIs Destination Folder.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsiIzSRC and /tmp/cvsDfYsM4 differ --- NEW FILE: Create Target Directories and LLBs.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Set Top-Level VI Properties.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DEAB Error Counter.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Test VIs need be Unloaded.vi --- (This appears to be a binary file; contents omitted.) Index: Copy VIs to Destinations and Mangle Names.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Copy VIs to Destinations and Mangle Names.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvse6edrH and /tmp/cvs397Fy9 differ |
From: Konstantin S. <ks...@us...> - 2004-10-04 12:01:06
|
Update of /cvsroot/opengtoolkit/deab/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4116/source Modified Files: VI Tree - deab.vi Log Message: Index: VI Tree - deab.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/VI Tree - deab.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsbi3FJB and /tmp/cvsDEOH91 differ |
From: Mark Z. <mz...@us...> - 2004-10-04 11:19:02
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29150/developer docs Modified Files: features.txt Log Message: Index: features.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/features.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** features.txt 4 Oct 2004 11:17:26 -0000 1.4 --- features.txt 4 Oct 2004 11:18:53 -0000 1.5 *************** *** 7,9 **** 5) General, visuel and "intelligent" Error handling is a must 6) The window/table showing all the VI's / files incl. in the build should be sortable and it should possible to change attributes on more files at the same time ! 7) Windows Explorer function that opens Explorer in different directories, e.g. "Explorer Runtime dir", Explorer support file dir" and so on. \ No newline at end of file --- 7,10 ---- 5) General, visuel and "intelligent" Error handling is a must 6) The window/table showing all the VI's / files incl. in the build should be sortable and it should possible to change attributes on more files at the same time ! 7) Windows Explorer function that opens Explorer in different directories, e.g. "Explorer Runtime dir", Explorer support file dir" and so on. ! 8) We should work hard on Optimizing the build speed !!! this is really important \ No newline at end of file |
From: Mark Z. <mz...@us...> - 2004-10-04 11:17:41
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28869/developer docs Modified Files: features.txt Log Message: Index: features.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/features.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** features.txt 4 Oct 2004 10:54:45 -0000 1.3 --- features.txt 4 Oct 2004 11:17:26 -0000 1.4 *************** *** 1,5 **** ! 12:54 04-10-2004 ! 1) GUI Design should be simula to LV-AB 2) New feature to DEAB should be handling of LabVIEW DSC build ! 3) DSC should show in the GUI as a TAB, if DSC is NOT installed then the TAB is GRAY \ No newline at end of file --- 1,9 ---- ! 12:54 04-10-2004 (MZL) ! 1) GUI Design should be simula to LV-AB but the windows (and objects) should be scaleable 2) New feature to DEAB should be handling of LabVIEW DSC build ! 3) LVDSC should show in the GUI as a TAB, if DSC is NOT installed then the TAB is GRAY ! 4) When building apps. incl. LVDSC OPC/VI servers DEAB should also be able to register servers and move them to the runtime lib. (options) ! 5) General, visuel and "intelligent" Error handling is a must ! 6) The window/table showing all the VI's / files incl. in the build should be sortable and it should possible to change attributes on more files at the same time ! 7) Windows Explorer function that opens Explorer in different directories, e.g. "Explorer Runtime dir", Explorer support file dir" and so on. \ No newline at end of file |
From: Mark Z. <mz...@us...> - 2004-10-04 10:55:01
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24369/developer docs Modified Files: features.txt Log Message: Index: features.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/features.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** features.txt 4 Oct 2004 10:53:17 -0000 1.2 --- features.txt 4 Oct 2004 10:54:45 -0000 1.3 *************** *** 1,3 **** 12:54 04-10-2004 ! 1) GUI Design should be simula to LV-AB \ No newline at end of file --- 1,5 ---- 12:54 04-10-2004 ! 1) GUI Design should be simula to LV-AB ! 2) New feature to DEAB should be handling of LabVIEW DSC build ! 3) DSC should show in the GUI as a TAB, if DSC is NOT installed then the TAB is GRAY \ No newline at end of file |
From: Mark Z. <mz...@us...> - 2004-10-04 10:53:29
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24151/developer docs Modified Files: features.txt Log Message: Index: features.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/features.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** features.txt 30 Sep 2004 04:10:34 -0000 1.1 --- features.txt 4 Oct 2004 10:53:17 -0000 1.2 *************** *** 0 **** --- 1,3 ---- + 12:54 04-10-2004 + + 1) GUI Design should be simula to LV-AB \ No newline at end of file |
From: Konstantin S. <ks...@us...> - 2004-10-01 11:53:37
|
Update of /cvsroot/opengtoolkit/deab/experimental/DEAB RTM Testing/Read-Write Linker Info from File In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18795/experimental/DEAB RTM Testing/Read-Write Linker Info from File Modified Files: Read Linker Info from File 60.vi Write Linker Info from File 60.vi Log Message: Index: Read Linker Info from File 60.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/experimental/DEAB RTM Testing/Read-Write Linker Info from File/Read Linker Info from File 60.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvssj2nHO and /tmp/cvsrJtB9i differ Index: Write Linker Info from File 60.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/experimental/DEAB RTM Testing/Read-Write Linker Info from File/Write Linker Info from File 60.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsJlzWaj and /tmp/cvsoATM4N differ |
From: Konstantin S. <ks...@us...> - 2004-10-01 11:53:37
|
Update of /cvsroot/opengtoolkit/deab/experimental/DEAB RTM Testing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18795/experimental/DEAB RTM Testing Modified Files: Untitled 1.vi Log Message: Index: Untitled 1.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/experimental/DEAB RTM Testing/Untitled 1.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsWrTsbP and /tmp/cvsehAsLj differ |
From: Konstantin S. <ks...@us...> - 2004-10-01 11:53:36
|
Update of /cvsroot/opengtoolkit/deab/example_projects/Test 001 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18795/example_projects/Test 001 Modified Files: deab_build.log Log Message: Index: deab_build.log =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/deab_build.log,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** deab_build.log 30 Sep 2004 12:00:10 -0000 1.1 --- deab_build.log 1 Oct 2004 11:52:56 -0000 1.2 *************** *** 1,24 **** ! *** 19:45:49.750 30.09.2004 : Build started ! >>> 19:45:49.750 : List VIs to Unload.vi started ! >>> 19:45:49.889 : Load Top-Level and Dynamic VIs.vi started ! >>> 19:45:49.889 : Load Top-Level and Dynamic VIs.vi started ! >>> 19:45:49.967 : Copy VIs to Destinations and Mangle Names.vi started ! >>> 19:45:53.483 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 19:45:53.483 : Copy Resource Files and Relink VIs.vi started ! >>> 19:45:53.811 : Get Dir to LLB and EXE Conversions.vi started ! >>> 19:46:00.983 : Set Top Level VIs in LLBs.vi started ! >>> 19:46:01.030 : Convert LLBs to EXEs.vi started ! >>> 19:46:01.030 : Copy Support Files.vi started ! *** 19:46:01.046 : Build finished --- 1,24 ---- ! *** 18:52:29.078 : Build started [01.10.2004] ! >>> 18:52:29.092 : List VIs to Unload.vi started ! >>> 18:52:29.530 : Load Top-Level and Dynamic VIs.vi started ! >>> 18:52:29.546 : Load Top-Level and Dynamic VIs.vi started ! >>> 18:52:29.625 : Copy VIs to Destinations and Mangle Names.vi started ! >>> 18:52:33.280 : UnLoad Top-Level and Dynamic VIs.vi started ! >>> 18:52:33.280 : Copy Resource Files and Relink VIs.vi started ! >>> 18:52:33.639 : Get Dir to LLB and EXE Conversions.vi started ! >>> 18:52:41.250 : Set Top Level VIs in LLBs.vi started ! >>> 18:52:41.296 : Convert LLBs to EXEs.vi started ! >>> 18:52:41.296 : Copy Support Files.vi started ! *** 18:52:41.311 : Build finished |
From: Konstantin S. <ks...@us...> - 2004-10-01 11:53:36
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18795/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** news.txt 30 Sep 2004 12:00:09 -0000 1.1 --- news.txt 1 Oct 2004 11:52:55 -0000 1.2 *************** *** 1,3 **** --- 1,20 ---- + All the new features need be tested more carefully than it's done. More, a testing has + been performed on Windows platform only (W2K) + + + 19:36 01.10.2004 + + - More correctly copies and relinks Shared Libraries. System libraries (more exactly, + libraries on which linker info does not contain an absolute path) are not copied more. + - Build logging is improved + - Progress indicator is added + + Trial build of a large application result: + All phases seem to complete except an EXE was not created (a reason is not known yet) + DLLs and Help files seemed to be copied and relinked correctly. + + + 19:49 30.09.2004 *************** *** 8,12 **** - Test Build.deab file in an <deab\example\projects> contains comments on new features - All the new features need be tested more carefully than it's done. --- 25,28 ---- |