1. Tom Mangano
  2. PowerBuilder
  3. Monday, 2 December 2019 18:24 PM UTC

when doing a full build is there a way to log output to a file?  i have 2 apps with common objects.  i compile APP1 and move PBD's to a common folder.  when i compile APP2, which has PBD's in the common folder, the pbl's compile as expected.  when PB tries to link the PBD's, it crashes.  i'm trying to find the offending PBD that causes the crash.

Brad Mettee Accepted Answer Pending Moderation
  1. Monday, 2 December 2019 18:45 PM UTC
  2. PowerBuilder
  3. # 1

You can compile an entire workspace (all targets) with the following command, and it'll log to a file.

pb190.exe /work workspace.pbw /full /deploy /output compile_output.txt

You can also specify a single target by using "/target target.pbt" in place of "/work workspace.pbw"

Can't say for sure, but the compile_output.txt file *should* remain intact even if the compile crashes out. Might be enough for you to find out where in the compile process it's dying, but no guarantees.

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.