You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'd like to propose an enhancement to PCTCompile / PCTCompilExt to print out
the program name to be compiled, just like the PROGRESS Compiler does.
Maybe this could be controller by a new attribute verbose="true" or displayed
all the time, I don't care really as long as it gets displayed.
Thanks,
Dan
pctBgCompile.p
line 275:
RUN logInfo IN ipSrcProc (SUBSTITUTE("Compiling &1", inputFile)).
Just wondering if it's better to use RUN logVerbose and so be able to display
using ant -v, or add a verbose flag in PCTCompileExt and display this
information with INFO log level. I'm more inclined on logVerbose.
Original comment by g.quer...@gmail.com on 1 Aug 2011 at 6:36
Thanks Gilles,
I've just setup Jenkins yesterday - I'll take down your changes and try them on.
I had more suggestions for verbose on the compile task like printing the
PROPATH and PROGRESS versions, things that I've done through Ant code but I'd
rather see them done by the PCTCompile task itself.
I'll come back with more details.
Thanks,
Dan
Original comment by dan.dra...@gmail.com on 4 Aug 2011 at 8:26
Hi,
I think -v outputs a bit too much technical information from Ant - I might make
a change in my clone to introduce a verbose property and see how that goes and
propose it for review later.
I've got other things that I'd like to display in verbose mode, like PROPATH
used and db connection parameter (DB-PARAMS) and maybe other things.
Thanks,
Dan
Original comment by dan.dra...@gmail.com on 13 Aug 2011 at 8:52
pctBgCompile.p
line 275:
RUN logInfo IN ipSrcProc (SUBSTITUTE("Compiling &1", inputFile)).
Original issue reported on code.google.com by
dan.dra...@gmail.com
on 30 Jul 2011 at 8:49The text was updated successfully, but these errors were encountered: