Fred Cooke

Results 47 comments of Fred Cooke

I'm kinda surprised that no one struck this before, as I want my packages to depend on each other with >= [[version]] so as to be able to install development...

I was reading the DebMojo class last night on my phone in bed before my eye lids fell down and the only thing that struck me was that packaging type,...

On a bus: final File controlDirFile = new File(Utils.replaceVariables(resolver, controlDir, openReplaceToken, closeReplaceToken)); the resolver does this: @SuppressWarnings("unchecked") final Map projectProperties = Map.class.cast(getProject().getProperties()); Which I assume is the overall project under...

OK, I totally misunderstood what the resolver did, but now see where the issue lies... The variable in the code is [[baseDir]]/whatever/path and now that I setup my parent to...

Sometimes I think I'd make a better tester than a developer ;-) I don't have a patch, but I'd love to contribute actual code to jdeb, so if I get...

Actually, looking at the code again, if the constructor just *always* set the ID from the PodTemplateStep object whether it was null or not, that would have the same effect...

Nearly an hour to complete all builds, tests must be super thorough or build env on the slow side, I guess. Impressive either way.

Hi Vincent, yes, we're on 1.29.4 in both of the instances I have access to. Looking at the change you linked, the block is as follows: ``` if (id ==...

Of course, another way to solve this would be to move your line of code to the constructor in place of the line that's there and do away with the...

My previous comment was wrong, that would not work as label is always null in those two constructors. In any case, just allowing us to set the ID would be...