Activity
From 01/24/2017 to 02/22/2017
02/22/2017
- 04:53 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> It is not obvious for me, please post a concrete example for this @com.goldencode.p2j.adm... - 04:41 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It is not obvious for me, please post a concrete example for this @com.goldencode.p2j.admin.AclDef@ class, but there ...
- 04:28 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Does it mean that GWT compiler can handle this case? Please explain how it can be fed?
... - 04:23 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Does it mean that GWT compiler can handle this case? Please explain how it can be fed?
- 04:13 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Yes, there are two local paths
> [...]
> But how would you reuse this simple class @com... - 03:59 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Yes, there are two local paths...
- 03:49 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> GWT compiler generates corresponding JS objects for each new type used by service methods... - 03:38 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- GWT compiler generates corresponding JS objects for each new type used by service methods in @AdminExports@, but it r...
- 01:07 PM User Interface Bug #3250: win_spawn failure cannot create process
- I think I was unclear.
The documentation for @CreateProcessW@ states this:
> Creates a new process and its prim... - 12:30 PM User Interface Bug #3250: win_spawn failure cannot create process
- Greg Shah wrote:
> 2. Trusted
>
> This mode is used for the embedded web client AND also for appserver and batch ... - 06:09 AM User Interface Bug #3250: win_spawn failure cannot create process
- We spawn programs in 2 modes:
1. End-User Authenticated
In this mode, there is a real user that either does or ... - 09:24 PM User Interface Bug #3250: win_spawn failure cannot create process
- Some investigation result:
1. The first thing that is wrong is the environment passing to @CreateProcessWithLogonW@ ... - 08:03 AM Base Language Bug #3251: implement safe and secure processing of procedure manager parameters when up-called fr...
- From #3209-731:
I mistakenly passed a javascript @Date@ object instead of a string to the @loadRooms@ function in ... - 08:02 AM Base Language Bug #3251 (New): implement safe and secure processing of procedure manager parameters when up-cal...
02/21/2017
- 09:17 PM User Interface Bug #3250: win_spawn failure cannot create process
- The options the @CreateProcessWithLogonW@ is trying to execute:...
02/20/2017
- 04:56 PM User Interface Bug #3250: win_spawn failure cannot create process
- Some initial background:
>Eugenie,
>
>I've stumbled upon this error, too... I didn't find why this was happening... - 04:48 PM User Interface Bug #3250 (Closed): win_spawn failure cannot create process
- 09:31 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Greg Shah wrote:
> > Also I found that com.goldencode.p2j.util.date class can't implement Serializable but Externali... - 09:14 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok. There is only the reason to split the code is that Admin2ServiceImpl can be used as an admin service provider tha...
- 09:07 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
>
> It seems that we need to split a GWT servlet from the remote service implementation o... - 08:59 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Greg Shah wrote:
> I don't understand why we have a duplicated package hierarchy:
>
> @src/com/goldencode/p2j/adm... - 08:51 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- > Also I found that com.goldencode.p2j.util.date class can't implement Serializable but Externalizable.
Typically,... - 08:49 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I don't understand why we have a duplicated package hierarchy:
@src/com/goldencode/p2j/admin2/src/com/goldencode/p... - 07:10 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Thanks, checked that the rev 11146 fixed admin2 compilation issues and now GWT admin2 project is in a good state. To ...
- 05:48 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, please review committed revision 11144. It excluded admin2 GWT application classes... - 07:34 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, please review committed revision 11144. It excluded admin2 GWT application classes from the P2J build target @...
- 09:13 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- The fix body here too.
- 09:11 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Below is a conversation related to a build failure on Windows when bzr was not installed. Note that a fix has been co...
02/18/2017
- 02:36 AM User Interface Bug #3249: APPLY statement to send characters to an unfocused Fill-In
- The issue with reverted sequence of characters appeared in this task https://proj.goldencode.com/issues/3209#note-699...
- 02:15 AM User Interface Bug #3249 (New): APPLY statement to send characters to an unfocused Fill-In
02/17/2017
- 08:29 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11163@.
Adding changes in @gap_analysis_marking.xml@ to:
1. E... - 06:12 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > If the mark has been found on some step -> we can ignore further steps, saving CPU time, like this:
Good idea.
... - 07:42 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11162@.
In this update the global variables and built-in funct...
02/16/2017
- 03:47 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11161@.
Preparing candidate for global variables and built-in ... - 01:09 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> > And I have reviewed the changes in 3209e since this merge. Do you think something is missed?
>... - 12:21 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > And I have reviewed the changes in 3209e since this merge. Do you think something is missed?
Yes, I think there ... - 12:18 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Yes, please go ahead with adding all of these, including the webspeed functions. Treat the websp... - 05:03 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Yes, please go ahead with adding all of these, including the webspeed functions. Treat the webspeed functions just l...
- 10:33 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- The new candidates for built-in functions to add into @expressions.rules@ map:...
- 09:17 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Please fix @progress.g@ for @_msg@.
OK. Task branch @1521a@ for review updated to revision @11... - 08:48 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Please fix @progress.g@ for @_msg@.
- 08:41 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Good catch. I think this:...
- 07:44 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- OK. According to my refresh for variable/built-in functions criteria the @SUPER(kw_super)@ is the function, not varia...
- 09:35 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> I think they should be in the @downloads/ncurses/@ directory on @proj@. I have uploaded them the... - 09:33 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- > Greg: there are the NCURSES patch files, I've linked them in the doc as @https://proj.goldencode.com/artifacts/ncur...
- 09:05 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Constantin Asofiei wrote:
> > It still should succeed, giving warnings as hints. Can you run the script with --info ... - 08:06 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Ah, I get it: @version.properties@ has these commented values:
... - 08:03 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Constantin Asofiei wrote:
> Ah, I get it: @version.properties@ has these commented values:
> [...]
> And build scr... - 08:01 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Ah, I get it: @version.properties@ has these commented values:...
- 07:59 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Hynek: building FWD is dependent upon @bzr@ - this should not b... - 07:53 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Constantin Asofiei wrote:
> Hynek: building FWD is dependent upon @bzr@ - this should not be a requirement if the pe... - 07:47 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Hynek: building FWD is dependent upon @bzr@ - this should not be a requirement if the person building it doesn't have...
02/15/2017
- 04:57 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11158@.
Fix removing function and system handles from global v... - 10:58 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- If they have FUNC_ types they are not treated as global variables.
- 10:10 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- >Please go back through your list of questions and make sure you only include VAR_ token types that are not system ha...
- 09:59 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Global variables are matched (see @profile.rpt@) using the @builtin_global_variables@ rule from @common-progress.rule...
- 09:19 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Several questions for handling built-in functions. The conversion support is performing in @convert/builtin_functions...
- 08:03 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11157@.
Added global variables list. Please take a look if som...
02/14/2017
- 10:31 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- > User submits his credentials.
> 4a. GWT server recognizes the login request,
> 4c. processes the login credentia... - 08:32 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- > AFAIK, our task is not to provide any additional features, only convert the existing application to html5.
Correct. - 05:46 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Greg, please validate the following pseudo algorithm for establishing the security context for the GWT admin. I want ...
- 04:24 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek, please clarify the archtecture of the GWT Admin application. Does it look like the... - 10:29 AM Conversion Tools Bug #3242 (Test): parser console output written out of order
- A fix is committed to 3209e/11208. We do not bypass the thread executor service as proposed above, but we use it with...
- 08:43 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- +Global variables sub-task+
The new variables to add taken from 4GL documentation:...
02/13/2017
- 01:57 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Sure. Please take all the changes to the gap analysis from there. Then remove them from 3209e s... - 01:15 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Sure. Please take all the changes to the gap analysis from there. Then remove them from 3209e so there are no mergi...
- 12:50 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Can I add/merge your changes(with @3209e@) I noted working with @poc@ application for @expressions.rules@ into @1521a...
- 12:00 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > The mapping for both already defined in expressions.rules file, all adding/change for mapping must be done in this ...
- 11:44 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Next, please work on:
>
> * all global variables (these are often called "built-in functions" ... - 10:52 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- The result is good.
Next, please work on:
* all global variables (these are often called "built-in functions" i... - 10:43 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> I think we support the widget option @kw_width@ at conversion (it is mapped to @setWidthChars()@ ... - 10:20 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- I think we support the widget option @kw_width@ at conversion (it is mapped to @setWidthChars()@ in @frame_generator....
- 01:00 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek, please clarify the archtecture of the GWT Admin application. Does it look like the GWT server is a P2J server ...
- 11:30 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- No, I can access Admin applet without path modifications. It looks unclear that from the code user's passwords are en...
- 08:43 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- 3222a rebased against latest trunk.
- 08:36 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> I think the proper way is to "start" the @JarResourceHandler@ instantiated in @AppletHandler()... - 08:16 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I have no changes. Yes, agree, please rebase 3222a.
- 08:14 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, 3222a grows from 11135 and doesn't contain gradle changes.
Yes, we should reba... - 08:06 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, 3222a grows from 11135 and doesn't contain gradle changes. The note 14 is only to initialize @_mimeTypes@ that...
- 05:48 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Greg Shah wrote:
> Please create branch 3222a and put your changes there.
Please note that 3222a already exists. - 05:37 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Please create branch 3222a and put your changes there.
- 12:24 PM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Constantin Asofiei wrote:
> Ovidiu, can you take a look at @searchpath@ in directory.xml, too? From what I see, thi... - 09:52 PM Documentation Feature #3248: documentation updates
- Use this for spent time on the documentation updates.
- 09:51 PM Documentation Feature #3248 (Closed): documentation updates
02/11/2017
- 04:22 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11154@.
Adding missed options after re-check with bigger proje... - 07:31 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11153@.
The changes:
1. @MENU-ITEM(WID_MENU_ITM)@ removed fro...
02/10/2017
- 05:55 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> > This refers to validate() method, even not the attribute.
>
> No, this is not the validate()... - 05:51 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > This refers to validate() method, even not the attribute.
No, this is not the validate() method. It is really a... - 05:49 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Almost all issues have fixed. One more point where I have some doubts.
The @widget_options@ function considers @KW... - 12:44 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > Looks like we have the browse widget that considering as option for frame widget. This means it must be moved to th...
- 11:35 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11152@.
This is the first working release of the widget option... - 09:31 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > I can see if the support level data are there to check the new rule set is working properly. Correct?
Yes.
> ... - 02:37 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, thank you. I think that due to jetty changes we need to fix workable state for the current admin console...
- 11:53 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Ok, it seems that I have time to debug the current admin and to use it and to check the c... - 11:51 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, it seems that I have time to debug the current admin and to use it and to check the current work flows for differ...
- 11:45 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Ok, thank you. Please correct if my understanding is not correct. Does it mean that this ... - 11:43 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, thank you. Please correct if my understanding is not correct. Does it mean that this new web application will be ...
- 11:32 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, would you plan to keep this directory structure of @src/com/goldencode/p2j/admin2/... - 11:26 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, would you plan to keep this directory structure of @src/com/goldencode/p2j/admin2/@?...
- 03:26 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey: Please look at the backend part of the admin UI, that is to create the GWT RemoteService interface and implem...
- 02:07 PM Conversion Tools Feature #3247: need for different configuration values for different parts of a conversion project
- Starting with revision 11139, FWD configuration file (@fwd.cfg.xml@) is platform independent, meaning that the files ...
- 01:56 PM Conversion Tools Feature #3247 (New): need for different configuration values for different parts of a conversion ...
- 01:30 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- I've put the files in the artifacts directory. We can defer the removal of the old p2j-hibernate-core until we are s...
- 11:41 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg, please upload the contents of the attached zip files to https://proj.goldencode.com/artifacts/.
- 11:16 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- > Also I am wondering whether we should rename p2j-h2 to fwd-h2 (and also p2j-hibernate-core to fwd-hibernate-core).
... - 10:33 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- The attached zip file contains the patched h2 version 1.4.192 with the directory structure expected by gradle.
Gre... - 07:58 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Hynek Cihlar wrote:
> Eric Faulhaber wrote:
> > Please use 1.4.192 for the time being.
>
> OK, no problem. If yo... - 07:42 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Eric Faulhaber wrote:
> Please use 1.4.192 for the time being.
OK, no problem. If you agree I will rename the art... - 07:39 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Please use 1.4.192 for the time being, until I have had a chance to review/merge/test with the latest H2 code base. E...
- 06:23 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Eric, as Hynek noticed, update 1.4.192 -> 1.4.193 has minor sync-related overlap with your changes. What version shou...
02/09/2017
- 05:44 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Please clarify me some points if my understanding is wrong.
1. The control file is @reports/profile.rpt@, current ... - 02:04 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11151@.
More clean ups for @user_interface.rules@ file. The op... - 08:54 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11150@.
Fix for UI options list status maps. This is the base ... - 02:23 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- The sudo prompt fix of the native build task committed to 3209e.
The check in also contains the ability to provid... - 12:08 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Eric Faulhaber wrote:
> Eric Faulhaber wrote:
> > I am attaching the patch here.
> Sorry, wrong one. That had some... - 11:37 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- I'm OK with the approach. You made the right choice to take the merging rather than forcing the user to solve the pr...
- 10:26 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- A minor cleanup.
- 10:24 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Hynek Cihlar wrote:
> Please see the attached diff, it fixes the @native@ build task.
And the attachment.
- 10:23 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Please see the attached diff, it fixes the @native@ build task.
The change turns the gradle daemon off by default... - 08:55 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- > If possible, I'd like to have something more streamlined.
Agreed. It seems strange that gradle wouldn't provide... - 08:53 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> Is there a way to default to @--no-daemon@ mode in the @build.gradle@? It seems like the daemon ... - 08:47 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Is there a way to default to @--no-daemon@ mode in the @build.gradle@? It seems like the daemon causes more problems...
- 02:08 PM User Interface Feature #3246: reduce the amount of data being sent to the client-side when an UI attribute is be...
- Whenever a widget attribute setter is being called on server-side, FWD relies on the @pushScreenDefinition()@ to noti...
- 01:55 PM User Interface Feature #3246 (Closed): reduce the amount of data being sent to the client-side when an UI attrib...
- 07:34 AM Database Feature #1580: upgrade Hibernate to latest level
- All you need to do is to edit the parent document and add @[[My New Page Name]]@ as a link. Save it.
Then you wil... - 04:19 AM Database Feature #1580: upgrade Hibernate to latest level
- I would like to create a new page for "External Project Patches", but I don't know how to do it. Maybe I just don't h...
02/08/2017
- 06:31 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- The problem with the failing @native@ task requesting sudo input is caused by the gradle daemon not handling input re...
- 11:40 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > But from the other widgets map(where only fill-in is considering) the support is: rw.cvt_lvl_full | rw.rt_lvl_full....
- 11:18 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- >The Progress docs say that auto-return can also be used for a browse column. If we don't support it fully at runtime...
- 08:52 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- I have prepared the new list of the widget's options:...
- 08:52 AM Database Feature #1580: upgrade Hibernate to latest level
- I was planning for them to be downloadable from one of our wiki pages (like "FWD v3.0.0":/projects/p2j/wiki/FWD_v3_0_...
- 08:46 AM Database Feature #1580: upgrade Hibernate to latest level
- Guys, we have removed @lib/hibernate-orm-4.1.8.Final_patch.zip@ from P2J project. Where is it stored now?
02/07/2017
- 03:15 PM User Interface Bug #3245: move-before-tab-item and move-after-tab-item must not affect the z-order
- Something else to check: in nested event loops, is the adjusted z-order preserved (from outer to inner and viceversa)?
- 03:04 PM User Interface Bug #3245: move-before-tab-item and move-after-tab-item must not affect the z-order
- These two 4GL functions are implemented in @ThinClient.moveAfterTabItem@ and @ThinClient.moveBeforeTabItem@. When us...
- 02:51 PM User Interface Bug #3245 (New): move-before-tab-item and move-after-tab-item must not affect the z-order
- 02:51 PM User Interface Feature #3244: implement search-by-key in SELECTION-LIST
- Currently, SELECTION-LIST does not allow switching elements when a key matching the first char in the element is pres...
- 02:49 PM User Interface Feature #3244 (New): implement search-by-key in SELECTION-LIST
- 12:08 PM Database Bug #3243: possible mismatch in runtime sequence definition and retrieval
- I'm not sure if this is a bug or not, but it warrants further investigation.
I recently noticed @SequenceManager.a... - 12:01 PM Database Bug #3243 (New): possible mismatch in runtime sequence definition and retrieval
- 11:26 AM Conversion Tools Bug #3242: parser console output written out of order
- The parsing step of the front end conversion phase uses a thread pool managed by an @ExecutorService@ (see @ScanDrive...
- 11:01 AM Conversion Tools Bug #3242 (Closed): parser console output written out of order
02/06/2017
- 04:23 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
- The final change that was needed was to enable the spawner with a truststore that allows proper authentication of the...
- 04:14 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
- In addition to the @directory.xml@ changes, we need to be able to create a Java keystore for the server's private key...
- 02:59 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
- In the directory, I added the root CA certificate, the FWD server's public certificate and the FWD server's private k...
- 01:28 PM Runtime Infrastructure Feature #3240: setup and use of real SSL certificates (NOT self-signed)
- In a recent customer POC using the web client, I was implementing certificates from Let's Encrypt so that the resulti...
- 11:10 AM Runtime Infrastructure Feature #3240 (Closed): setup and use of real SSL certificates (NOT self-signed)
- 02:00 PM Database Bug #3241: schema conversion only allows _user table in one schema
- Schema conversion will create the @meta_user@ (converted name for @_user@ table) in the schema of only the first @nam...
- 01:54 PM Database Bug #3241 (New): schema conversion only allows _user table in one schema
- 01:50 PM Database Feature #2580: make field denormalization the default schema conversion for extent fields
- I am changing the name and purpose of this issue to reflect the intention to make extent field denormalization the de...
- 09:49 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Eric Faulhaber wrote:
> I am attaching the patch here.
Sorry, wrong one. That had some debug code I meant to remove... - 09:45 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Hynek, I see that we are using the lastest, public H2 release (1.4.193) in the gradle build. Greg just reminded me t...
02/02/2017
- 04:27 PM User Interface Bug #3238: GUI BROWSE gives an error when its parent top-level window maximized
- No exact steps are known to reproduce this. The error has been spotted in a customer application. When the main windo...
- 04:23 PM User Interface Bug #3238 (New): GUI BROWSE gives an error when its parent top-level window maximized
- 03:48 PM User Interface Feature #3232: implement WINDOW-STATE attribute support
- Runtime support for @WINDOW-STATE@ has been committed to 3209e. Please note that the implementation is yet missing su...
02/01/2017
- 03:27 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- On further thought, we cannot implement the server-side termination hooks as the only solution for managing the avail...
- 03:24 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- > Do you agree?
I think we do need to consider it, but I seem to recall that we deliberately don't use the watchdo... - 03:20 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- Sergey wrote:
> Another thought is that we don't start watch dog timer here.
>
> // notify the remote client ... - 03:19 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- It is a good point. I had forgotten we did that. For now I'm going to stop working on this idea.
- 03:18 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- Sergey wrote:
> I didn't want to confuse this shutdown use case. I meant that getting MSG_QUIT from the websocket ... - 03:16 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- > where websock.quit() invokes System.exit(0) on receiving MSG_QUIT
I don't see that WebClientProtocol.quit() cal... - 03:15 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- Sergey wrote:
> I think these logs show the correct sequence of shutdown() method invocation:
>
> @Override
>... - 03:14 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- Constantin wrote:
> Ah, OK, then it makes sense. - 03:13 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- > From Constantin:
>
> > What if the client dies unexpectedly and the server is never notified the port is free? ... - 03:13 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- From Constantin:
> What if the client dies unexpectedly and the server is never notified the port is free? This c... - 03:12 PM User Interface Feature #3236: implement port range support for the web client's embedded web server
- I am looking into enabling the "port range" idea for launching web clients. Today we support a hard coded client web...
- 03:10 PM User Interface Feature #3236 (Closed): implement port range support for the web client's embedded web server
- 12:12 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Strange @gradlew@ use case:
Assume you have two different @FWD@ source trees. And it is required to make build for... - 07:59 AM User Interface Feature #3235: Proper handling of the image loading from file containing several images
- The objective is to add ability to select image version to load from the file that has several versions of the same i...
- 07:30 AM User Interface Feature #3235 (New): Proper handling of the image loading from file containing several images
- 07:52 PM User Interface Bug #3233: button accelerators do not work
- From Constantin:
> # the 3111i was rebased and it fixes the radio-set mnemonic (but there is still an issue with i...
01/31/2017
- 03:17 PM User Interface Bug #3234: loading image with no extension in filename does not work from file system
- If an image is loaded by filename, but no extension is given, we cycle through the @ImageExt@ enum to test search for...
- 03:15 PM User Interface Bug #3234 (New): loading image with no extension in filename does not work from file system
- 10:09 AM User Interface Bug #3233: button accelerators do not work
- The original problem can be seen in a customer app (see #3228-83).
- 10:07 AM User Interface Bug #3233: button accelerators do not work
- I've looked into the missing accelerator processing for buttons. It is badly broken in 2 ways. The current implementa...
- 09:59 AM User Interface Bug #3233 (New): button accelerators do not work
- 09:37 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- I think there are some problems with how you are going about this task.
1. There still seems to be confusion about...
01/30/2017
- 05:42 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11149@.
Added options for widgets other than browse and frame.... - 02:16 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- We have seen the following error in some environments:
> [exec] * What went wrong:
> [exec] A problem occ... - 08:01 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Ovidiu Maxiniuc wrote:
> I am trying to do a custom build, and I need to add a new jar to fwd, but gradle will only ... - 06:16 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Are you implementing a customized version of Hibernate or one of the other 3rd party jars we depend upon?
Today we... - 05:01 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg,
I am trying to do a custom build, and I need to add a new jar to fwd, but gradle will only accept it from ht...
01/29/2017
- 01:03 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- I've seen exactly this problem, too. I worked around it by using sudo for something else (as Greg notes in #2699-53),...
- 12:29 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- I just tried the build (including the post-build step that needs sudo) in a mode where it needed to prompt me. When ...
01/28/2017
- 02:27 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> Eric: Make sure that all of your parameters are correct and that the target directory exists. I... - 01:25 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- I've recreated this failure on my system. In my case, I was installing to a directory that did not exist. After I c...
- 11:14 AM User Interface Feature #2959: Implement search by key in browse
- Branch 2959a was merged into 3209e and archived. I'll add missing svg files later.
Please note I'll be unavailable... - 09:14 AM User Interface Feature #2959: Implement search by key in browse
- > When will you be able to merge into 3209e?
In an hour. Sorry for delay, I didn't think it is urgent.
> Understo... - 07:58 AM User Interface Feature #2959: Implement search by key in browse
- When will you be able to merge into 3209e? I need it to convert the POC code, which I'm trying to get done as early ...
- 09:59 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11148@.
Added options from general format phrase into widget o...
01/27/2017
- 01:55 PM User Interface Feature #2959: Implement search by key in browse
- > It is not clear what needs to be done to stabilize this. Other than rebasing and adding history entries/javadoc, wh...
- 10:57 AM User Interface Feature #2959: Implement search by key in browse
- Rebased task branch 2959a from P2J trunk revision 11140.
- 01:19 PM User Interface Feature #3232: implement WINDOW-STATE attribute support
- The support for window state literals was almost complete, I only added the WINDOW-DELAYED-MINIMIZE. Checked it in 32...
- 12:32 PM User Interface Feature #3232: implement WINDOW-STATE attribute support
- Hynek Cihlar wrote:
> WINDOW-STATE conversion so far without proper runtime support checked in to 3209e.
I didn't... - 12:23 PM User Interface Feature #3232: implement WINDOW-STATE attribute support
- WINDOW-STATE conversion so far without proper runtime support checked in to 3209e.
- 12:03 PM User Interface Feature #3232: implement WINDOW-STATE attribute support
- Please put everything in 3209e.
- 12:01 PM User Interface Feature #3232: implement WINDOW-STATE attribute support
- Greg, I had created task branch 3232a, but if you want the changes to go elsewhere please let me know.
- 11:28 AM User Interface Feature #3232: implement WINDOW-STATE attribute support
- OK, I'm on it.
- 11:08 AM User Interface Feature #3232: implement WINDOW-STATE attribute support
- Implement both the getter and setter for this attribute, as well as the backing runtime support needed.
I believe ... - 11:05 AM User Interface Feature #3232 (WIP): implement WINDOW-STATE attribute support
- 01:11 PM Runtime Infrastructure Feature #3226: change p2j to fwd in names, filenames, paths, environment variables et al
- Please get this regression tested (devsrv01, ETF and the customer GUI scenarios). If it is working well for those ca...
- 12:37 PM Runtime Infrastructure Feature #3226: change p2j to fwd in names, filenames, paths, environment variables et al
- The task branch 3226a was rebased to latest trunk (11140). Previously I was able to convert and execute the @hotel@ p...
- 12:23 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > Widget options map should be separated from browse widget map?
Yes.
> Another word we will have 3 types of d... - 12:14 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Thinking about widget options map implementation. And some questions I have got:
1. Widget options map should be sep... - 11:01 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ rebased with trunk @11140@, new version is @11147@.
- 10:21 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ rebased with trunk @11139@, new version is @11146@.
- 09:12 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11145@.
Finished options support status adding into @user_inte... - 07:26 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> > After rescan 4GL documents found more options to add:
>
> I don't understand. These are all... - 09:24 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > After rescan 4GL documents found more options to add:
I don't understand. These are all visible in the @progres... - 09:22 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > 1. @FRAME@ option of the clause like @FORM something WITH FRAME fr@. In this case will the @FRAME@ be the option of...
- 12:09 PM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Greg Shah wrote:
> Please update the Conversion Handbook "Project Setup chapter":/projects/p2j/wiki/Chapter_6_Projec... - 08:57 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Please update the Conversion Handbook "Project Setup chapter":/projects/p2j/wiki/Chapter_6_Project_Setup#Global-Confi...
- 08:48 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Greg Shah wrote:
> I agree, let's get this into the trunk. Go ahead with the merge.
The changes from branch were m... - 06:59 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- I agree, let's get this into the trunk. Go ahead with the merge.
1. Did you look at @searchpath@ (CA's question i... - 06:02 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- The conversion of combined project finished without errors, configured with @opsys=win32@.
I ran a combined test (na... - 11:31 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- The weird thing (with this sudo password prompt issue) is that I don't see this problem. My system is not setup for ...
- 11:13 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Hynek, building p2j with either of the following command lines using trunk rev. 11139 fails for me:...
- 10:39 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- 2699b rebased, merged to trunk as revision 11140 and archived.
- 09:21 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Yes, you can go ahead. You should rebase before testing.
- 09:20 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> Do you know when 2699b will be merged to trunk?
I haven't had change to finish testing, that i... - 08:24 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Do you know when 2699b will be merged to trunk?
01/26/2017
- 06:33 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- After rescan 4GL documents found more options to add:
+Frame phrase:+... - 05:50 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- I have found additional options to add to frame options status. It is related to @FRAME phrase@. But I need some clar...
- 04:11 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> > Both are the frame options, not attributes.
>
> @expressions.rules@ is where we document the... - 12:03 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > Both are the frame options, not attributes.
@expressions.rules@ is where we document the attributes, not the opt... - 11:51 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Are you talking about the attributes or the options? Although the 4GL generally implements both ... - 11:23 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Are you talking about the attributes or the options? Although the 4GL generally implements both with the same backin...
- 11:16 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Found the attributes @PAGE-BOTTOM@ and @PAGE-TOP@ are both fully supported for conversion and runtime.
Do I need t... - 09:13 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11143@.
Completed handling of the browse widget options/attrib... - 01:58 PM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- > Since in the combined project they share the same parameter, I've chosen the opsys=win32, mainly because of GUI req...
- 01:51 PM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Greg Shah wrote:
> How is testing going?
I started the over night conversion for GUI, hoping to have it ready in ... - 01:21 PM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- How is testing going?
- 08:54 AM User Interface Feature #2252: implement GUI client support
- To be clear, the top-only option is fully supported for frame (also as an attribute).
- 08:09 AM User Interface Feature #2252: implement GUI client support
- Greg Shah wrote:
> By the way, we don't need to test this right now if it has never been tested before. We can mark... - 07:51 AM User Interface Feature #2252: implement GUI client support
- By the way, we don't need to test this right now if it has never been tested before. We can mark it as "basic" suppo...
- 07:49 AM User Interface Feature #2252: implement GUI client support
- I'm moving this discussion here so that there will be a searchable record of this outside of email.
Eugenie wrote:...
01/25/2017
- 11:51 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Ovidiu, can you take a look at @searchpath@ in directory.xml, too? From what I see, this is OS-dependent, too...
- 11:50 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- > I don't think this will require retesting.
Agreed.
Excellent. After the @WINDOW-SYSTEM@ changes are checked... - 11:32 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- I already rebased the branch to latest trunk (rev 11144). Before rebasing, the branch passed all tests (devsrv01 and ...
- 11:21 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Code Review Task Branch 3225a Revision 11144
I like the changes.
Other than the @WINDOW-SYSTEM@ defaults, what ... - 11:06 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- I believe that if the original application code is run in @prowin32.exe@, then @WINDOW-SYSTEM@ will return @MS-WIN95@...
- 10:58 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Greg Shah wrote:
> For GUI projects, we should default @WINDOW-SYSTEM@ to @MS-WIN95@ for both:
>
> * @LogicalTerm... - 10:51 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- For GUI projects, we should default @WINDOW-SYSTEM@ to @MS-WIN95@ for both:
* @LogicalTerminal.getWindowSystem()@ ... - 09:44 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- @SESSION:WINDOW-SYSTEM@ handling is unchanged. It should be @TTY@ as defaulted in @com.goldencode.p2j.preproc.Options...
- 09:03 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- To what value are you defaulting the @WINDOWS-SYSTEM@ preprocessor define?
- 08:46 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Ovidiu, 3225a rev 11143 looks OK - I see that you rely on @OPSYS=WIN32@ to determine if this is a Windows OS. I need...
- 11:50 AM User Interface Feature #2959: Implement search by key in browse
- -Ovidiu, can you take a look at @searchpath@ in directory.xml, too? From what I see, this is OS-dependent, too...-
... - 11:44 AM User Interface Feature #2959: Implement search by key in browse
- Code Review Task Branch 2929a Revision 11131
The changes look good.
It seems like most everything we need for #... - 08:47 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Code Review Task Branch 2699b Revision 11138
I'm fine with the change. If you have tested it enough to know it is... - 07:38 AM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Ask Stanislav if you have any questions about the status of a browse option.
- 09:45 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @1521a@ for review updated to revision @11142@.
This is update for browse widget options status. Not a...
01/24/2017
- 05:56 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Both @MIN-HEIGHT-CHARS@ and @CREATE-ON-ADD@ can be marked as @rw.rt_lvl_stub@.
Task branch @15... - 05:11 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Both @MIN-HEIGHT-CHARS@ and @CREATE-ON-ADD@ can be marked as @rw.rt_lvl_stub@.
- 04:04 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- The attribute @CREATE-ON-ADD@ has limited support even less than @MIN-HEIGHT-CHARS@. It is implemented on the server ...
- 03:48 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- The attribute @MIN-HEIGHT-CHARS@ is supported but only by setting @config.minHeightChars@ value. Actually this value ...
- 02:39 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- @kw_creat_oa@ is an attribute. We have some support. You'll have to check the details.
- 02:26 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Method @kw_mov_col@ is now fully supported too.
OK. I looked inside the task and one point lef... - 02:19 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Method @kw_mov_col@ is now fully supported too.
- 02:13 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- > Is it normal?
Yes, for the FWD project (and TRPL and Harness).
> Our internals are now visible for everyone?... - 01:40 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> I think some updates to the supported attributes are still missing.
>
> Both prog.kw_col_mov a... - 01:18 PM Conversion Tools Feature #1521: implement gap analysis rules or backing database/marker approach
- I think some updates to the supported attributes are still missing.
Both prog.kw_col_mov and prog.kw_col_res are n... - 12:09 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- In 2699b:
Prevented build failure when building from unsupported bzr location while version.properties missing def... - 08:14 AM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Task branch 3225a was updated yesterday. The current revision is 11142. The latest changes expect that all paths in @...
Also available in: Atom