Activity
From 01/13/2017 to 02/11/2017
02/10/2017
- 01:30 PM 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 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 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 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 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 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 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 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
- 02:23 PM 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 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 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 Feature #2699: convert the ant build environment to gradle
- A minor cleanup.
- 10:24 AM 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 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 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 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 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/2017
- 06:31 PM 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...
02/06/2017
- 09:49 AM 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 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/01/2017
- 12:12 PM 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...
01/30/2017
- 02:16 PM 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 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 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 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 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 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 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 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...
01/27/2017
- 11:31 AM 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 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 Feature #2699: convert the ant build environment to gradle
- 2699b rebased, merged to trunk as revision 11140 and archived.
- 09:21 AM Feature #2699: convert the ant build environment to gradle
- Yes, you can go ahead. You should rebase before testing.
- 09:20 AM 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 Feature #2699: convert the ant build environment to gradle
- Do you know when 2699b will be merged to trunk?
01/25/2017
- 08:47 AM 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...
01/24/2017
- 12:09 PM 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...
01/23/2017
- 04:34 PM Feature #2699 (Closed): convert the ant build environment to gradle
- These two ideas would be useful to implement at some point:
* migrate the ant tasks to gradle and eliminate use of... - 04:26 PM Feature #2699: convert the ant build environment to gradle
- 2699a was merged to trunk as revision 11138 and archived.
- 03:46 PM Feature #2699: convert the ant build environment to gradle
- Eric reviewed the 11164 revision as is OK. As noted in 28, it has passed testing. Please merge 2699a to trunk.
01/18/2017
- 08:04 AM Feature #2699: convert the ant build environment to gradle
- Code Review Task Branch 2699a Revision 11153
I'm fine with the changes. Once the final changes from #28 are inclu... - 07:08 AM Feature #2699: convert the ant build environment to gradle
- 2699a rebased against trunk revision 11136.
- 06:46 AM Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> 1. I want to remove the patches from bzr. We will provide them separately through Redmine. I th...
01/17/2017
- 05:03 PM Feature #2699: convert the ant build environment to gradle
- OK, we'll go with the checked in wrapper and bootstrap jar.
- 04:52 PM Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> > no need to document the gradle version to download, no need for the developers to search throug... - 04:22 PM Feature #2699: convert the ant build environment to gradle
- > no need to document the gradle version to download, no need for the developers to search through the docs to figure...
- 04:17 PM Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> Code Review Task branch 2699a Revision 11147
>
> This is pretty close. Some thoughts and ques... - 04:00 PM Feature #2699: convert the ant build environment to gradle
- Code Review Task branch 2699a Revision 11147
This is pretty close. Some thoughts and questions:
1. I want to r... - 04:11 AM Feature #2699: convert the ant build environment to gradle
- 2699a passed ChUI regression tests.
Also available in: Atom