mirabilos

Results 383 comments of mirabilos

OK, I have done so in https://github.com/feulf/raintpl3/pull/187

The new release/tag is still missing.

It certainly _works_ on PHP 7 (Debian)…

Hi! […] >As a matter of fact, a pull request have been already opened to bring >support for Nextbike's roaming bikes in the API >(https://github.com/eskerda/pybikes/pull/417). Thanks for the detailled response...

See also http://www.mirbsd.org/ksh-chan.htm for more Korn Shell information.

It’s not about the crash, this is just a funny side effect. I _need_ to be able to have the maven-source-plugin follow symlinks when creating the sources JAR instead of...

Yes, of course, hence the request to make it configurable. Per resource set, as @petr-ujezdsky suggested in his comment, would probably match best.

Setting `collection.setFollowingSymLinks(true);` does __not__ seem to be enough; the resulting JAR file still contains the symbolic link instead of the pointed-to file :(

Some debugging later… ``` Archiver archiver; archiver.addDirectory( sourceDirectory, pIncludes, pExcludes ); getLog().info( "resource {{{" ); ResourceIterator ri = archiver.getResources(); while (ri.hasNext()) { getLog().info( "resource: " + fmt(ri.next()) ); } getLog().info(...