![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
| Summary: | Please allow TeeRecompile to run unattended | ||
|---|---|---|---|
| Product: | VCL TeeChart | Reporter: | h.hasenack <hans> |
| Component: | Install | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | david, hans, sandra |
| Priority: | High | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | RAD XE5 |
| Attachments: | Beta version with command line support for automated builds | ||
|
Description
h.hasenack
2014-02-26 06:43:18 EST
This has already been discussed several times: http://www.teechart.net/support/viewtopic.php?f=3&t=14161 http://209.68.2.74/stee/support/viewtopic.php?f=3&t=12928 But it seems no action as been taken on it (yet). Kind regards, Hans Hasenack This has been implemented, attached a new TeeRecompile.exe but I think it'll need the latest TeeChart source code to work properly (I can send it to you by email). Usage examples: TeeRecompile.exe -silent -build:7,19 -debug -install -skip:vcl,fmx,tree,qr,maker start /wait TeeRecompile.exe -silent -build:all -sources:”c:\mysources” TeeRecompile.exe /silent /build:Lazarus,16,18 /log:”c:\logs\teelog.txt” Notes: All parameters are optional except “-build:” -build: XX,YY is a comma separated list with IDE numbers (7=D7, 19 = XE5, etc) -silent Means it will close when finished, returning 0 or an error code on exit. -debug Will compile everything using $D+ debug info ($D2 in XE5 and up) -noinstall After compilation, packages will NOT be copied and installed. -skip Do not compile packages for specified components and/or platforms: -skip:vcl,fmx,tree,qr,maker,win32,win64,osx,iosdevice,iossimulator,android -sources:”path” Indicates the root folder containing TeeChart source code. -log:”filename” Indicates the filename to save the process log. Created attachment 103 [details]
Beta version with command line support for automated builds
|