Discussions tagged AutoCompiler
How to specify filename for SMS log during compile
- Resolved
- How-to
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
When performing a compile using the autocompiler for PB 2019 R2, it seems to generate a log file but the filename seems to change depending on when and where I do the compile.
Here is an example of my compile using pbc190.exe:
C:\temp_git\Powerbuil...
Enhancements for Appeon AutoCompiler
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
When switching our internal build system to support the PowerBuilder Standalone Compiler (pbc170) I ran into several issues that might be worth looking at.
The compiler does not provide a proper exit code.
In my tests several different build fai...
Duplicate objects in different PBLs not handled by PBC or Orcascript
- Issue
- Last updated 1 year ago
- Roland Smith replied 1 year ago
Source control in PB2017 and 2019 was improved to no longer export all objects into a common folder. It now creates a subfolder for each PBL and extracts it's source there. This avoids the problem of having objects with the same name in multiple PBLs...
Orcascr170 failed while ws_objects/*.pbl.src/ contains duplicated items
- Resolved
- Issue
- Last updated 2 years ago
- Daniel Maak replied 2 years ago
Hallo Appeon Team,
we want to switch from MSSCCI Provider to native GIT interface and we want use the Powerbuilder compile on our CI Server. The migration to GIT works fine and on the source code level we could use this feature, but for our CI Pipel...
Silent Install for AutoCompile.exe
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 1 year ago
Hello,
I'm creating a Chocolatey package for the standalone PowerBuilder Compiler (PBC). The goal is to silently install PBC on hosted agents for our automated build process in Azure DevOps (formerly VSTS). I generated an InstallShield response file...
Hello,
I was able to create my PBL files from the objects that were in my ws_objects folder. However, when I try to open the workspace in PowerBuilder I get a prompt to migrate the target.
Is it possible to set a version via orca script so that a...
Ideally, we would like to be able to do the following:
Track all of our objects that exist in the ws_objects folder to source control (Bitbucket)
We typically include PBL files in our .gitignore file so they would never be committed to our r...
PB AutoCompiler and .NET targets
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi all,
Currently, the AutoCompiler utility only supports compiling .exe applications. Does Appeon have any intention to support .NET targets in future releases - specifically the new .NET assembly feature coming out in PB 2018?
Thanks,
Don Ollive...
PBC and DashesInIdentifiers
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
On an isolated build server where there is NO pb.ini file, what is the compiler behavior
[PB]
DashesInIdentifiers=1
Integer my-name-is-i, i
i=i-1
Will there be a compiler error? If so which
...
- Page :
- 1