Re: Question - JDK Minimum of future Apache Maven 4.0.0

2022-07-19 Thread Hilco Wijbenga
On Tue, Jul 19, 2022 at 10:15 AM Karl Heinz Marbaise wrote: > On 19.07.22 19:10, Tamás Cservenák wrote: > > Actually, yes, I keep forgetting about release flag: so, if running on > > LTS, user can do: > > - use compiler "release" flag to target any Java from 8 to 17 (up to > > current LTS it runs

[lxc-users] Yum & Locale

2018-09-12 Thread Hilco Wijbenga
Hi all, This must be really simple but I don't seem to be able to get it working. I've successfully created a container (images:centos/7/amd64) and I can successfully run "yum" ("update" and "install"). But it keeps complaining about a missing locale. I did the usual (e.g. /etc/profile.d/locale.

Re: [PATCH v2 0/4] fix "rebase -i --root" corrupting root commit

2018-08-06 Thread Hilco Wijbenga
On Tue, Jul 31, 2018 at 11:22 PM, Eric Sunshine wrote: > On Tue, Jul 31, 2018 at 9:30 PM Hilco Wijbenga > wrote: >> On Tue, Jul 31, 2018 at 12:33 AM, Eric Sunshine >> wrote: >> > This is a re-roll of [1] which fixes sequencer bugs resulting in commit >> &g

Re: [PATCH v2 0/4] fix "rebase -i --root" corrupting root commit

2018-07-31 Thread Hilco Wijbenga
Hi Eric, On Tue, Jul 31, 2018 at 12:33 AM, Eric Sunshine wrote: > This is a re-roll of [1] which fixes sequencer bugs resulting in commit > object corruption when "rebase -i --root" swaps in a new commit as root. > Unfortunately, those bugs made it into v2.18.0 and have already > corrupted at lea

Re: [gentoo-user] Enable "regular" network traffic when using VPN

2018-06-19 Thread Hilco Wijbenga
On Tue, Jun 19, 2018 at 1:02 PM, Grant Taylor wrote: > On 06/19/2018 05:57 AM, Mick wrote: >> >> Actually, I don't know if there is a way to set up multiple nameservers >> for corresponding name resolution in/out of the tunnel, without using a >> domain- specific override as you would with dnsmasq

Re: [gentoo-user] Enable "regular" network traffic when using VPN

2018-06-12 Thread Hilco Wijbenga
Okay, I've got it mostly working now. The missing route seems to be "10.0.0.0", "255.0.0.0", "0.0.0.0", "100". So not the gateway but 0.0.0.0. This works both in Gentoo and VirtualBox ... except for (at least) one internal site. I have a.i.company.com ("a") and b.i.company.com ("b"). Dig in Gentoo

Re: [gentoo-user] Enable "regular" network traffic when using VPN

2018-06-10 Thread Hilco Wijbenga
On Sun, Jun 10, 2018 at 11:08 AM Wol's lists wrote: > > On 10/06/18 17:53, Mick wrote: > > On Sunday, 10 June 2018 01:31:50 BST Hilco Wijbenga wrote: > >> Okay, with all that advice, I gave it another try. I'm also setting up > >> a VirtualBox for my WFH st

Re: [gentoo-user] Enable "regular" network traffic when using VPN

2018-06-10 Thread Hilco Wijbenga
On Sun, Jun 10, 2018 at 11:31 AM Mick wrote: > > On Sunday, 10 June 2018 19:07:59 BST Wol's lists wrote: > > On 10/06/18 17:53, Mick wrote: > > > On Sunday, 10 June 2018 01:31:50 BST Hilco Wijbenga wrote: > > >> Okay, with all that advice, I gave it ano

Re: [gentoo-user] Enable "regular" network traffic when using VPN

2018-06-10 Thread Hilco Wijbenga
On Sun, Jun 10, 2018 at 10:03 AM Grant Taylor wrote: > > On 06/09/2018 06:31 PM, Hilco Wijbenga wrote: > > Okay, with all that advice, I gave it another try. I'm also setting > > up a VirtualBox for my WFH stuff and VB wants to use 10.0.0.0 for its > > networking. I&

Re: [gentoo-user] Enable "regular" network traffic when using VPN

2018-06-09 Thread Hilco Wijbenga
Okay, with all that advice, I gave it another try. I'm also setting up a VirtualBox for my WFH stuff and VB wants to use 10.0.0.0 for its networking. I've changed this to 172.16.0.0 so now I can easily tell that network from work network (which seems to use 10.25.0.0) I wanted to add a route to Ne

Re: [gentoo-user] Enable "regular" network traffic when using VPN

2018-06-08 Thread Hilco Wijbenga
On Fri, Jun 8, 2018 at 4:34 PM Mick wrote: > > On Friday, 8 June 2018 23:21:52 BST Grant Taylor wrote: > > On 06/08/2018 03:31 PM, Hilco Wijbenga wrote: > > > Sigh, I take it back. That causes the internal sites to no longer work. > > > > Okay. > > > &g

Re: [gentoo-user] Enable "regular" network traffic when using VPN

2018-06-08 Thread Hilco Wijbenga
On Fri, Jun 8, 2018 at 2:19 PM Hilco Wijbenga wrote: > > On Fri, Jun 8, 2018 at 1:59 PM Grant Taylor > wrote: > > > Any ideas? > > > > My bet is routing. Specifically the default gateway probably gets > > changed to route through the VPN when connected. >

Re: [gentoo-user] Enable "regular" network traffic when using VPN

2018-06-08 Thread Hilco Wijbenga
On Fri, Jun 8, 2018 at 1:59 PM Grant Taylor wrote: > > Any ideas? > > My bet is routing. Specifically the default gateway probably gets > changed to route through the VPN when connected. > > You may want to reconfigure the VPN client to only route work prefixes > through the VPN and let everythin

[gentoo-user] Enable "regular" network traffic when using VPN

2018-06-08 Thread Hilco Wijbenga
Hi all, I'm working from home today. :-) (*) To access parts of my employer's infrastructure, I need to use VPN. So I installed NetworkManager, and vpnc, and dnsmasq and configured it all. I can now VPN in successfully and I can see the internal sites. Unfortunately, while VPN is active, "regular"

Re: Opinions on changing add/add conflict resolution?

2018-03-12 Thread Hilco Wijbenga
On Mon, Mar 12, 2018 at 2:35 PM, Jonathan Nieder wrote: > Interesting. I would be tempted to resolve this inconsistency the > other way: by doing a half-hearted two-way merge (e.g. by picking one > of the two versions of the colliding file) and marking the path as > conflicted in the index. That

Re: Git should preserve modification times at least on request

2018-02-20 Thread Hilco Wijbenga
On Mon, Feb 19, 2018 at 3:22 PM, Hilco Wijbenga wrote: > Aside from exactly which modification times should be used (which I > would love to have a bit more control over as well), something else > I'd like to see is that, when switching between branches, files that > are the same

Re: Git should preserve modification times at least on request

2018-02-19 Thread Hilco Wijbenga
On Mon, Feb 19, 2018 at 2:37 PM, Randall S. Becker wrote: > On February 19, 2018 4:58 PM Johannes wrote: >> On Mon, 19 Feb 2018, Peter Backes wrote: >> >> > please ensure to CC me if you reply as I am not subscribed to the list. >> > >> > https://git.wiki.kernel.org/index.php/Git_FAQ#Why_isn.27t_G

Re: Is there any way to "interrupt" a rebase?

2018-02-19 Thread Hilco Wijbenga
On Mon, Feb 19, 2018 at 2:36 PM, brian m. carlson wrote: > On Mon, Feb 19, 2018 at 11:35:25AM -0800, Hilco Wijbenga wrote: >> So a scenario like this: >> >> my-branch : X -> A -> B -> C -> D -> E -> F -> G >> base-branch : X -> Y >

Is there any way to "interrupt" a rebase?

2018-02-19 Thread Hilco Wijbenga
Hi all, When maintaining a long running branch, I regularly rebase onto our active development branch so that my branch stays up-to-date. What happens fairly often is that during such a rebase, Git will exit because of rebase/merge conflicts. Nothing unexpected there, of course, but as it sometime

Re: Handling unknown enum values

2018-02-16 Thread Hilco Wijbenga
On Fri, Feb 16, 2018 at 7:41 AM, wrote: > We have a fairly common forwards-compatibility scenario that makes using > enums problematic: loading unknown enum values results in an exception > during loading. I'm not entirely clear on your environment and deployment strategy. So I'll take a guess:

Re: Mismatch between JOOQ's Maven plugin and latest version

2017-12-05 Thread Hilco Wijbenga
On Mon, Dec 4, 2017 at 8:27 AM, bruno.barin via jOOQ User Group wrote: > I'm using Spring Boot 2.0 M7 (which drags JOOQ 3.10.1)for my service. > > The problem is that the latest version for JOOQ Maven code gen (seems to be > 3.9.6) generates incompatible classes which breaks at compilation time. >

Re: Type-safe IDs

2017-09-07 Thread Hilco Wijbenga
Hey Nikola, On 7 September 2017 at 00:53, wrote: > Has anyone tried to build type-safe IDs with jOOQ? > > Something like described e.g. here: > https://dysphoria.net/2013/04/12/id-type-safety-in-database-code/ > https://www.wix.engineering/single-post/on-identifier-types-type-safety-and-guids >

Re: Help needed from Java developer to finish maven

2017-04-23 Thread Hilco Wijbenga
source. Right, that makes perfect sense except for the part where you jump through hoops and make unexpected changes to Maven just to be able to build it in a highly unorthodox way. ;-) :-) > Am 23.04.2017 um 20:43 schrieb Hilco Wijbenga: I had a look at >> maven-with-guix-versions.patch

Re: Help needed from Java developer to finish maven

2017-04-23 Thread Hilco Wijbenga
Hi Hartmut, On 21 April 2017 at 03:46, Hartmut Goebel wrote: > I'm seeking for help from some skilled Java developer. I nearly finished > bootstrapping maven: I made it to start up, but now fails with this > error message: > > org.apache.maven.InternalErrorException: Internal error: > com.google.

Re: Performance impact of jooq

2017-04-10 Thread Hilco Wijbenga
Hi Lukas, Thank you for this very interesting information. I would like to understand better how DSLContext and Configuration work together. On 8 April 2017 at 13:00, Lukas Eder wrote: > You've mentioned caching and reflection. One of the most common bottlenecks > in jOOQ is when you use DSL.us

Re: How to insert a record and have its primary key set?

2017-03-29 Thread Hilco Wijbenga
Hi Lukas, On 29 March 2017 at 02:00, Lukas Eder wrote: > Thanks for your message. This is a known limitation in jOOQ. We > unfortunately currently don't fetch generated IDs from batch statements. > That's this feature request here: > https://github.com/jOOQ/jOOQ/issues/3327 Ah, okay, that's good

How to insert a record and have its primary key set?

2017-03-28 Thread Hilco Wijbenga
Hi all, I'm trying to (batch) insert a set of records and have their primary keys set afterwards. I have tried with both 3.6.4 and 3.9.1. We use MySQL. I started out with @SuppressWarnings({ "unchecked", "rawtypes" }) final Class> updatableRecordClass = (Class) UpdatableRecord.class; DSL

Re: Git bisect does not find commit introducing the bug

2017-02-18 Thread Hilco Wijbenga
On 18 February 2017 at 10:36, Alex Hoffman wrote: > You definitely convinced me that git MUST search more than only in the > paths between good and bad commits, as the good commit G does not have > to be the first good commit (thank you for that). My problem/confusion > is that it returns somethin

Re: Literal values

2017-02-16 Thread Hilco Wijbenga
On 16 February 2017 at 09:15, Hilco Wijbenga wrote: > We are using jOOQ 3.6.4 because that is the most recent version that > does not require JDK 1.8. > > I ran into a strange problem yesterday when a jOOQ query did not work. > I boiled it down to the following:

There are too many unreachable loose objects

2017-02-16 Thread Hilco Wijbenga
Hi all, Whenever I run "git push --force(-with-lease)" I get a variation of Counting objects: 187, done. Delta compression using up to 12 threads. Compressing objects: 100% (126/126), done. Writing objects: 100% (187/187), 21.35 KiB | 0 bytes/s, done. Total 187 (delta 78), reused 71 (delta 20) wa

Literal values

2017-02-16 Thread Hilco Wijbenga
Hi all, We are using jOOQ 3.6.4 because that is the most recent version that does not require JDK 1.8. I ran into a strange problem yesterday when a jOOQ query did not work. I boiled it down to the following: dslContext .select(DSL.val(Integer.valueOf(1))) .getQue

Re: How to use git show's "%<([,trunc|ltrunc|mtrunc])"?

2017-02-03 Thread Hilco Wijbenga
On 3 February 2017 at 00:06, Duy Nguyen wrote: > On Fri, Feb 3, 2017 at 12:51 AM, Hilco Wijbenga > wrote: >> Hi all, >> >> I'm trying to get the committer date printed in a custom fashion. >> Using "%cI" gets me close: >> >> $ git show --

Re: How to use git show's "%<([,trunc|ltrunc|mtrunc])"?

2017-02-02 Thread Hilco Wijbenga
On 2 February 2017 at 20:19, G. Sylvie Davies wrote: > On Thu, Feb 2, 2017 at 9:51 AM, Hilco Wijbenga > wrote: >> Hi all, >> >> I'm trying to get the committer date printed in a custom fashion. >> Using "%cI" gets me close: >> >> $ gi

How to use git show's "%<([,trunc|ltrunc|mtrunc])"?

2017-02-02 Thread Hilco Wijbenga
Hi all, I'm trying to get the committer date printed in a custom fashion. Using "%cI" gets me close: $ git show --format="%cI | %an" master | head -n 1 2017-01-31T17:02:13-08:00 | Hilco Wijbenga I would like to get rid of the "-08:00" bit at the end of the ti

Re: Force Confirmation for Dropping Changed Lines

2017-01-26 Thread Hilco Wijbenga
On 25 January 2017 at 18:32, Junio C Hamano wrote: > I think you should be able to do something like > > $ cat >$HOME/bin/fail-3way <<\EOF > #!/bin/sh > git merge-file "$@" > exit 1 > EOF > $ chmod +x $HOME/bin/fail-3way > $ cat >>$HOME/.gitc

Re: Force Confirmation for Dropping Changed Lines

2017-01-25 Thread Hilco Wijbenga
On 25 January 2017 at 15:46, Junio C Hamano wrote: > Jacob Keller writes: > >>> Mmm, that sounds complex. The "my-code.x" is made up so I could keep >>> my example as simple as possible. In reality, it's Maven's POM files >>> (pom.xml). >>> >>> So there is no setting for any of this? There is no

Re: Force Confirmation for Dropping Changed Lines

2017-01-25 Thread Hilco Wijbenga
On 25 January 2017 at 14:24, Jacob Keller wrote: > On Wed, Jan 25, 2017 at 2:16 PM, Hilco Wijbenga > wrote: >> How can I force Git to not assume my change to the first line is "redundant"? >> > > My guess is that you probably want a custom merge driver for your

Force Confirmation for Dropping Changed Lines

2017-01-25 Thread Hilco Wijbenga
Hi all, Most of the time, when a later commit changes a line in an identical fashion during, say, a rebase, you want Git to silently continue by dropping the duplicate change from the later commit. I have a common (for me) scenario where I want Git to specifically ask me to resolve this "conflict"

Re: SystemD & Symbolic Links

2016-12-26 Thread Hilco Wijbenga
On 26 December 2016 at 19:48, Leo Famulari wrote: > On Mon, Dec 26, 2016 at 03:14:42PM -0800, Hilco Wijbenga wrote: >> Specifically, "systemctl enable guix-daemon" fails with "Failed to >> execute operation: Too many levels of symbolic links" (see [1]). I

SystemD & Symbolic Links

2016-12-26 Thread Hilco Wijbenga
Hi all, I would like to use GUIX to organise my home directory but unfortunately when I install GUIX it does not work because SystemD (228 in my case) refuses to allow symlinks. Specifically, "systemctl enable guix-daemon" fails with "Failed to execute operation: Too many levels of symbolic links

Re: Takari Maven Lifecycle

2016-12-23 Thread Hilco Wijbenga
On 23 December 2016 at 08:58, Manfred Moser wrote: > From what I remember this is mostly a PoC feature and by default it doesnt > complain or break things. Indeed, you have to explicitly enable it and use the Eclipse compiler ... > The docs are here > http://takari.io/book/40-lifecycle.html#en

Re: Takari Maven Lifecycle

2016-12-23 Thread Hilco Wijbenga
On 22 December 2016 at 16:06, Hilco Wijbenga wrote: > Hi all, > > Has anyone used the Takari Maven Lifecycle? Today, I added it to our > build to find out which transitive dependencies really should be > direct dependencies but I don't get a single failure. I'm not buyin

Takari Maven Lifecycle

2016-12-22 Thread Hilco Wijbenga
Hi all, Has anyone used the Takari Maven Lifecycle? Today, I added it to our build to find out which transitive dependencies really should be direct dependencies but I don't get a single failure. I'm not buying that... :-) In my base POM (in ) I have this: io.takari.maven.plugins takari

Re: Need to fully understand bad implications of combined aggregator and parent pom

2016-12-04 Thread Hilco Wijbenga
Indeed, combining the parent and aggregator concerns in one POM is not a good idea. I would go so far as to call it an anti-pattern. A very common one, unfortunately. First, you get a cycle per module. Cycles are never a good thing, though sometimes they are unavoidable. Maven seems to be fine wit

Re: POM 5: The problems with mixins

2016-12-04 Thread Hilco Wijbenga
On 4 December 2016 at 14:56, Stephen Connolly wrote: > I'm currently trying to figure out how to make mixins possible in POM 5. This is wonderful news! > Mixins basically bring a form of multiple inheritance to the POM... which > leads to the problems of how to solve conflicts. Why allow both i

Re: Clarification needed: is inherited?

2016-07-09 Thread Hilco Wijbenga
On 9 July 2016 at 03:09, Robert Scholte wrote: > prerequisites are never inherited, see > https://github.com/apache/maven/blob/master/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java#L190 Does anyone know why that is? At first glance, that seems rather unhelpfu

Re: CLI Created Jobs Do Not Run

2015-10-08 Thread Hilco Wijbenga
On 8 October 2015 at 15:09, Hilco Wijbenga wrote: > I am experiencing a strange issue. I am successfully creating new jobs using > Jenkins CLI "create-job" + "enable-job" but these jobs are not triggered > (they use "Build Periodically"). If I go in and cha

CLI Created Jobs Do Not Run

2015-10-08 Thread Hilco Wijbenga
Hi all, I am experiencing a strange issue. I am successfully creating new jobs using Jenkins CLI "create-job" + "enable-job" but these jobs are not triggered (they use "Build Periodically"). If I go in and change something through the UI (e.g., I change H/10 * * * * to H/10 * * * 1-7), then all

Re: Git's inconsistent command line options

2015-08-25 Thread Hilco Wijbenga
On 25 August 2015 at 16:43, Junio C Hamano wrote: > I do not see a good way to do such a safe transition with command > words approach, *unless* we are going to introduce new commands, > i.e. "git list-tag", "git create-tag", etc. Perhaps we could introduce a more explicit notion (in .git/config)

Re: [Nix-dev] How to set a specific GHC version?

2015-08-09 Thread Hilco Wijbenga
On 9 August 2015 at 07:13, Peter Simons wrote: > Hi Hilco, > > > 1) GHC 7.6.3 fails to compile; > > GHC 7.6.3 compiles just fine on hydra.nixos.org. Could you please share > the error message you get along with some details about which version of > Nixpkgs use and on what platform? By adding pac

Re: Finding transitive dependencies imported into our code

2015-08-07 Thread Hilco Wijbenga
On 7 August 2015 at 04:14, James Green wrote: > See in-line > > On 7 August 2015 at 12:05, Björn Raupach > wrote: > >> hi, >> >> > On 07 Aug 2015, at 12:33, James Green wrote: >> > >> > Hi, >> > >> > I want to know about any imports within our package base that are >> resolved >> > by a transiti

Re: [Nix-dev] Leksah

2015-08-06 Thread Hilco Wijbenga
On 6 August 2015 at 00:56, Tomas Hlavaty wrote: >> If Hydra built unstable successfully (which, I believe, is a >> prerequisite for the channel to update) then how is it possible that >> Leksah does not build for me? > > because hydra does not build Leksah? Mmm, right, [1] only mentions "some cri

Re: [Nix-dev] How to set a specific GHC version?

2015-08-06 Thread Hilco Wijbenga
On 6 August 2015 at 01:30, Eric Sagnes wrote: > Have you tried the example from the manual [1]? > You can set GHC version by changing the "ghc7101" of the > first line to the version name you want. I tried similar things but with haskellngPackages but I could not get that to work. If I change my

[Nix-dev] Leksah

2015-08-05 Thread Hilco Wijbenga
Hi all, I have been trying for years (yes, years) to compile Leksah so I could finally see whether it was a usable IDE. I tried it with Cabal, with Cabal and sandboxes, and now with Nix. I'm using the unstable channel (which includes Leksah) and I was under the impression that unstable had been bu

[Nix-dev] How to set a specific GHC version?

2015-08-05 Thread Hilco Wijbenga
Hi all, This must be very simple but I have been unable to figure it out. Somewhere on the great, wide Internet I found how to create a default.nix and a shell.nix to set up a basic Haskell development environment (see [1] and [2]). That works fine but gets me whatever the default GHC currently i

Re: [gentoo-dev] Portage dependency solving algorithm

2014-11-08 Thread Hilco Wijbenga
On 8 November 2014 05:40, Ciaran McCreesh wrote: > On Fri, 07 Nov 2014 20:57:41 +0100 > Jauhien Piatlicki wrote: >> What;s wrong with input? PMS itself or how do maintainers write >> ebuilds? Could you explain? > > A mixture of both. Gentoo developers like writing eclasses that write > unnecessar

Re: [PATCH] init - Honour the global core.filemode setting

2014-09-30 Thread Hilco Wijbenga
Hi Torsten, Thank you for taking the time to review my patch. On 28 September 2014 04:52, Torsten Bögershausen wrote: > On 2014-09-28 02.37, Hilco Wijbenga wrote: >> If "~/.gitconfig" contains a "core.filemode" entry then "git init" >> should ho

[PATCH] init - Honour the global core.filemode setting

2014-09-27 Thread Hilco Wijbenga
If "~/.gitconfig" contains a "core.filemode" entry then "git init" should honour that setting. Signed-off-by: Hilco Wijbenga --- This bit me at work where I have to work with Windows. Git on Cygwin and the Eclipse Git plugin do not agree on file attributes so I

Re: [ansible-project] Task Group

2014-09-17 Thread Hilco Wijbenga
On 17 September 2014 10:23, James Cammarata wrote: > You can definitely group tasks within roles using any tags you want, and you > can tag the roles themselves. The tags applied to the role will also apply > to all tasks/handlers within that role as well. How would that work then? I know how to

[ansible-project] Task Group

2014-09-17 Thread Hilco Wijbenga
Hi all, Is there a way to group tasks (below the level of a role)? Perhaps with something with tags? I would like to conditionally run or not run a group of tasks. That would avoid the need to add a "when:" clause for each individual task. Cheers, Hilco -- You received this message because you

[ansible-project] How to remember state?

2014-09-17 Thread Hilco Wijbenga
Hi all, Let's say we have a role-a with two tasks: task-1 and task-2. Task-2 only runs if task-1 has triggered a change. So far, so good. But what happens when task-2 fails? If we rerun role-a then task-1 will not trigger a change so task-2 will not run. But we still need it to run. Is there a wa

Re: [ansible-project] yum install @group

2014-09-16 Thread Hilco Wijbenga
On 16 September 2014 10:59, Michael DeHaan wrote: > Perhaps install the packages you need instead of a group, or ignore the > changed state. I want to rely on the state to (conditionally) execute other things so ignoring is not an option. Installing all the packages individually does work even if

Re: [ansible-project] How to avoid repetitive entries?

2014-09-16 Thread Hilco Wijbenga
On 16 September 2014 10:58, Michael DeHaan wrote: > "Actually, I noticed that even these repeated settings do not work. It > seems this actually needs to be done at the role level?" > > Those settings where you have them are correct. > > I'm not sure what "doesn't work" means in your case, you'll

Re: [ansible-project] yum install @group

2014-09-16 Thread Hilco Wijbenga
On 16 September 2014 10:43, Michael DeHaan wrote: > It looks like we don't have a ticket open on this one - if you'd like to > file one, we'd appreciate it. Done: https://github.com/ansible/ansible/issues/9030 . What do I do in the meantime? Is there a workaround? -- You received this message

Re: [ansible-project] How to avoid repetitive entries?

2014-09-16 Thread Hilco Wijbenga
On 16 September 2014 10:45, Michael DeHaan wrote: > Generally I consider it an important part of play documentation though some > of these defaults can be set in ansible.cfg. Actually, I noticed that even these repeated settings do not work. It seems this actually needs to be done at the role lev

[ansible-project] yum install @group

2014-09-16 Thread Hilco Wijbenga
Hi all, I noticed that using "yum: name='@group'" always results in "changed" even when the group has already been installed. Is there a way to get "ok" when nothing needs to be done? Cheers, Hilco -- You received this message because you are subscribed to the Google Groups "Ansible Project" g

[ansible-project] How to avoid repetitive entries?

2014-09-16 Thread Hilco Wijbenga
Hi all, I have a "user-vars.yml" file that contains a user and password. I also want to set "sudo: True" and "remote_user: root". Right now I repeat all that per hosts entry: --- - hosts: all vars: include_vars: user-vars.yml sudo: True remote_user: root roles: - role-1 - role

Re: [gentoo-user] Kernel boot messages are no longer displayed

2014-05-25 Thread Hilco Wijbenga
On 25 May 2014 08:12, Michael Orlitzky wrote: > On 05/24/2014 04:20 PM, Hilco Wijbenga wrote: >> Hi all, >> >> Since kernel 3.12.13 (3.12.13-gentoo), the kernel boot messages have >> disappeared, i.e. they are no longer displayed at boot time. All I get >> is a

Re: [gentoo-user] Re: Kernel boot messages are no longer displayed

2014-05-24 Thread Hilco Wijbenga
On 24 May 2014 16:53, walt wrote: > On 05/24/2014 01:20 PM, Hilco Wijbenga wrote: >> Since kernel 3.12.13 (3.12.13-gentoo), the kernel boot messages have >> disappeared, i.e. they are no longer displayed at boot time. All I get >> is a line like "Loading kernel 3.1

[gentoo-user] Kernel boot messages are no longer displayed

2014-05-24 Thread Hilco Wijbenga
Hi all, Since kernel 3.12.13 (3.12.13-gentoo), the kernel boot messages have disappeared, i.e. they are no longer displayed at boot time. All I get is a line like "Loading kernel 3.12.13". (I just upgraded to 3.12.20-gentoo, so now it's something like "Loading kernel 3.12.20".) I have no idea why

Re: [PATCH v2 try2 00/14] Officially start moving to the term 'staging area'

2014-04-25 Thread Hilco Wijbenga
On 25 April 2014 11:12, Felipe Contreras wrote: > It has been discussed many times in the past that 'index' is not an > appropriate description for what the high-level user does with it, and > it has been agreed that 'staging area' is the best term. > > The term 'staging area' is more intuitive fo

Re: [Mythryl] Bootstrapping Troubles

2014-04-21 Thread Hilco Wijbenga
Hi Cynbe, On 21 April 2014 20:20, Cynbe ru Taren wrote: > Hilco Wijbenga writes: > >> I have been trying to build Mythryl for quite some time now without >> much luck ... > > Entirely my fault, I'm afraid. > > Executive summary: > Go to >

[Mythryl] Bootstrapping Troubles

2014-04-20 Thread Hilco Wijbenga
Hi all, I have been trying to build Mythryl for quite some time now without much luck, unfortunately. I actually created a 32-bit Debian VM just to be able to compile Mythryl. :-) Everything below is from an up-to-date Git master. According to the README, I should do "make dist-clean": hilco@myt

Re: [Proposal] Clonable scripts

2013-09-09 Thread Hilco Wijbenga
On 9 September 2013 13:48, Niels Basjes wrote: > If those scripts were how ever written in a language that is build > into the git program and the script are run in such a way that they > can only interact with the files in the local git (and _nothing_ > outside of that) this would be solved. Tha

Re: Officially start moving to the term 'staging area'

2013-09-06 Thread Hilco Wijbenga
On 6 September 2013 08:45, Ping Yin wrote: > On Wed, Sep 4, 2013 at 2:08 PM, William Swanson wrote: >> On Thu, Aug 29, 2013 at 11:01 AM, Felipe Contreras >> wrote: >>> It has been discussed many times in the past that 'index' is not an >>> appropriate description for what the high-level user doe

Re: Flatten history

2013-07-29 Thread Hilco Wijbenga
On 29 July 2013 20:59, Bryan Turner wrote: > On 30 July 2013 13:50, Felipe Contreras wrote: >> On Mon, Jul 29, 2013 at 8:42 PM, Hilco Wijbenga >> wrote: >>> Hi all, >>> >>> I have a (public) "feature" branch that has been kept up-to-date wit

Re: Flatten history

2013-07-29 Thread Hilco Wijbenga
On 29 July 2013 20:50, Felipe Contreras wrote: > On Mon, Jul 29, 2013 at 8:42 PM, Hilco Wijbenga > wrote: >> Hi all, >> >> I have a (public) "feature" branch that has been kept up-to-date with >> "master" by regularly merging master back into i

Flatten history

2013-07-29 Thread Hilco Wijbenga
Hi all, I have a (public) "feature" branch that has been kept up-to-date with "master" by regularly merging master back into it. I would now like to get all the changes from feature but not any of the commits. Basically, I want to replay all of feature's commits without creating those commits. I

Re: [Request] Git reset should be able to ignore file permissions

2013-06-19 Thread Hilco Wijbenga
On 19 June 2013 01:00, Alexander Nestorov wrote: > Ok, this is how it looks. If everything is ok, I'm sending it to the ML > > From 262bdfb5cc84fec7c9b74dc92bb604f9d168ef9a Mon Sep 17 00:00:00 2001 > From: Alexander Nestorov > Date: Wed, 19 Jun 2013 09:55:42 +0200 > Subject: [PATCH] Add example f

Re: New feature discussion: git rebase --status

2013-06-11 Thread Hilco Wijbenga
On 11 June 2013 06:19, Matthieu Moy wrote: > John Keeping writes: > >> The one piece of information that I often want is the SHA1 of the commit >> that is currently being applied. Currently I have to look through my >> scrollback for the "stopping" message or poke around in .git/. >> >> Having t

Re: [Haskell-cafe] Backward compatibility

2013-05-03 Thread Hilco Wijbenga
On 3 May 2013 09:44, Niklas Hambüchen wrote: > While I certainly enjoy the discussion, how about addressing one of the > original problems: > > On 02/05/13 13:27, Adrian May wrote: >> I just tried to use Flippi. It broke because of the syntax change so I >> tried WASH. I couldn't even install it b

Re: [gentoo-user] How reliable is ext3?

2013-04-23 Thread Hilco Wijbenga
On 23 April 2013 11:40, Walter Dnes wrote: > I recently got a new Dell "desktop PC" at home, and ran Windows for a > while to make sure nothing is broken. Now I'm getting ready to > partition and reformat for a Gentoo install. My understanding is that > BTRFS and EXT4 are still a bit "bleeding

Re: [ANN] net.ltgt.gwt.maven:gwt-maven-plugin:1.0-alpha-1 released

2013-03-25 Thread Hilco Wijbenga
On 25 March 2013 02:22, Thomas Broyer wrote: > Preliminary documentation is available at > https://github.com/tbroyer/gwt-maven-plugin Is it possible to combine multiple "gwt-lib"s into a "gwt-app" without re-gwt-compiling everything? Because that would be awesome. :-) > Note that this is an ear

Re: PopupPanel.center() not centering content?

2013-03-22 Thread Hilco Wijbenga
On 22 March 2013 12:41, Ed Bras wrote: > Can somebody please test the above centering of the popup ? > Let's confirm that it's not only me such that I can report it as a bug. I haven't tried your exact use case but I can confirm that centering does not always work. Sometimes you have to use a def

Re: I need link

2013-03-05 Thread Hilco Wijbenga
On 5 March 2013 08:03, Crease wrote: > I´m developing an application and I want to do one link that when the user > push over him then the browser open a new page in other tab, for example > www.google.es but I don´t know do it, I don´t know what widget take You are probably looking for target="_

Re: How to invoke Java String methods from JSNI code

2013-02-15 Thread Hilco Wijbenga
On 15 February 2013 05:48, alucard wrote: > Yes, but that was not the question. I'd like to be able to invoke methods > from the Java String implementation. The code above is meant just as an > example for the error I get. The format object.@Class::method(param;)(arg) you are using seems fine (I

Re: Dependency resolution kicks in too early

2013-02-11 Thread Hilco Wijbenga
On 11 February 2013 01:17, Reinhard Nägele wrote: > A couple of years ago I used a plugin execution in the validate phase to > bootstrap jars that were not available on Maven Central as suggested in [1]. > I needed to do the same thing again today but noticed that this approach > does not seem to

Re: [gentoo-user] How can I update *every* ebuild?

2013-01-23 Thread Hilco Wijbenga
On 23 January 2013 11:53, Michael Mol wrote: > On Wed, Jan 23, 2013 at 2:48 PM, Jarry wrote: >> emerge --update --deep --newuse world >> emerge --update --deep --newuse system >> So how can I update really *every* ebuild? > > And in answer...you've got it right. (Though I would use @world and/o

Re: [libvirt] git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Hilco Wijbenga
On 11 January 2013 08:47, Jeff King wrote: > On Fri, Jan 11, 2013 at 09:39:06AM -0700, Eric Blake wrote: > >> > Please don't answer "y" when git send email shows the following prompt: >> > >> > "Message-ID to be used as In-Reply-To for the first email?" >> > >> > you should respond with a message

Re: git send-email should not allow 'y' for in-reply-to

2013-01-11 Thread Hilco Wijbenga
On 11 January 2013 08:47, Jeff King wrote: > On Fri, Jan 11, 2013 at 09:39:06AM -0700, Eric Blake wrote: > >> > Please don't answer "y" when git send email shows the following prompt: >> > >> > "Message-ID to be used as In-Reply-To for the first email?" >> > >> > you should respond with a message

Re: [Haskell] Introduction to Haskell Lectures

2013-01-11 Thread Hilco Wijbenga
On 11 January 2013 09:22, Nick Shukla wrote: > Come join me in this 12 week course. We will start from basic lists and > tuples, and venture far into monads and category theory. The first lecture looks quite nice. Looking forward to the next 11. :-) __

Re: time zone and UTC issue [rant]

2012-11-28 Thread Hilco Wijbenga
On 28 November 2012 09:04, Ralf Mardorf wrote: > On Wed, 2012-11-28 at 08:45 -0800, unruh wrote: >> In linux.debian.user, you wrote: >> > On Wed, 2012-11-28 at 08:44 -0300, Eike Lantzsch wrote: >> >> Yep. Unfortunately Microsoft never learned in > 25 years that the >> >> world has more time zones

Re: [gentoo-user] Re: [ANNOUNCE] I like systemd now :)

2012-11-13 Thread Hilco Wijbenga
On 13 November 2012 15:08, Volker Armin Hemmann wrote: > Am Dienstag, 13. November 2012, 16:57:14 schrieb Canek Peláez Valdés: >> On Tue, Nov 13, 2012 at 4:51 PM, Volker Armin Hemmann >> >> wrote: >> > Am Dienstag, 13. November 2012, 15:45:11 schrieb Bruce Hill: >> >> On Tue, Nov 13, 2012 at 10:2

Re: Running a Maven/GWT project

2012-11-12 Thread Hilco Wijbenga
On 12 November 2012 10:13, Magnus wrote: > Ok, I renamed the *.pom file into "pom.xml" and ran "mvn" without arguments. > It downloaded about 1 million jar files, and ended up with this message: > > [INFO] > > [INFO] BUILD FA

Re: [gentoo-user] From Unstable to Stable: Screen share in Google Hangout and Skype no longer works

2012-10-30 Thread Hilco Wijbenga
On 26 October 2012 11:13, Paul Hartman wrote: > On Fri, Oct 26, 2012 at 12:57 PM, Hilco Wijbenga > wrote: >> Does anyone know how to get screen share to work again? Would this >> depend on unstable OpenRC? Or a later udev? Or a later kernel? > > Try to upgrade to the la

[gentoo-user] From Unstable to Stable: Screen share in Google Hangout and Skype no longer works

2012-10-26 Thread Hilco Wijbenga
Hi all, I used to run Gentoo Unstable (~amd64) but reinstalled just about everything to go back to Stable (amd64). For Chromium, the Google Talk plugin, and Skype I'm running the latest (unstable) versions again (www-client/chromium-23.0.1271.40, www-plugins/google-talkplugin-3.9.1.0, and net-im/

Re: /* in .gitignore

2012-09-25 Thread Hilco Wijbenga
On 25 September 2012 16:13, Junio C Hamano wrote: > Hilco Wijbenga writes: > >> Naturally, this behaviour makes perfect sense: "/*" means everything. >> Still, I was wondering whether it might be a good idea to make an >> exception for '.gitignore'

Re: rename-to module attribute and DevMode

2012-09-24 Thread Hilco Wijbenga
On 24 September 2012 12:59, Joseph Lust wrote: > We've been working with rename-to so that our apps (many submodules) don't > all have ugly, huge urls with the full package name in them. This is working > well, however when we switch to DevMode, it won't run. DevMode appears > highly dependent on

Re: Git as the canonical SCM

2012-09-04 Thread Hilco Wijbenga
On 4 September 2012 14:29, Mark Struberg wrote: > just take as example that you like to checkout all maven core plugins in one > go because you like to do some refactoring/checks/upgrade. > That would require you to go into each plugin project and get the stuff from > there. And where would you

Re: GWT Compilation Time Performance Improvement

2012-09-04 Thread Hilco Wijbenga
On 3 September 2012 23:10, Niraj Salot wrote: > 1) Will this help us in Improving the compilation time? No. > 2) IF we change only Module 2 and then compile Module Main, will GWT still > compile Module 1 as it is inherited by Module Main? Yes. > Please share your views on above scenario. We ha

  1   2   3   4   5   6   7   8   >