409 reputation
214
bio website lilalinux.net
location
age
visits member for 1 year
seen 20 hours ago
stats profile views 33

2d
awarded  Yearling
May
15
accepted Maven Shade Plugin not including resources of dependency
May
14
answered Maven Shade Plugin not including resources of dependency
May
14
comment Maven Shade Plugin not including resources of dependency
It's quite embarrasing, but there was a typo in the version of the dependency and that version didn't have that file :-/ Should I delete this question?
May
14
comment Maven Shade Plugin not including resources of dependency
Yes, the License.txt is copied. I'll add more info.
May
13
asked Maven Shade Plugin not including resources of dependency
May
7
answered Java Application: Getting Log4j To Work Within Eclipse Environment
Apr
24
accepted Shared test resources for different projects
Apr
24
asked Shared test resources for different projects
Apr
24
comment Where should Exceptions be put that are used by multiple projects?
They are two models for two (actually more) different systems that are used to import data into a target system. There are more things in common that I already put in an util project. But I don't think exceptions should go there, as one system might not need the utils but the exceptions.
Apr
23
revised Debugging getResource*
fixed method calls (needed to replace blah with foobar, for the edit to get 6 chars)
Apr
23
suggested suggested edit on Debugging getResource*
Apr
23
accepted Where should Exceptions be put that are used by multiple projects?
Apr
23
awarded  Student
Apr
23
asked Where should Exceptions be put that are used by multiple projects?
Mar
13
comment Need a regular expression to capture url path
Maybe for PHP. I just said mine will work with any interpreter ;-)
Mar
12
comment Need a regular expression to capture url path
Word boundary is empty in the POSIX column en.wikipedia.org/wiki/…
Mar
12
comment Need a regular expression to capture url path
I'm pretty sure he wants to match everything before product/zzz ;-)
Mar
12
comment Need a regular expression to capture url path
But it still matches foo/bar instead of foo/bar/product/meh
Mar
12
comment Need a regular expression to capture url path
Mine works with any regex interpreter. No extension needed.