Re: Can the javac message format be changed?

2010-07-14 Thread Jan T. Kim
aven could change the format to contain a fixed, regexp-friendly string -- or perhaps error message formats could become configurable via pom settings. Best regards, Jan -- +- Jan T. Kim ---+ | email: j@uea.ac.uk

Can the javac message format be changed?

2010-07-14 Thread Jan T. Kim
umentation. Best regards, Jan -- +- Jan T. Kim ---+ | email: j@uea.ac.uk | | WWW: http://www.cmp.uea.ac.uk/people/jtk | *-=< hierarchical systems are for files, n

Re: Shade plugin: including system-scoped dependencies?

2010-07-09 Thread Jan T. Kim
he duplication of stuff (whether by installing into repos or by building shaded jars) could be avoided if something like Class-Path: ${JBOSS_HOME}/common/lib/jnpserver.jar was supported. So it seems to me that since the root of the problem is not a maven

Re: Shade plugin: including system-scoped dependencies?

2010-07-09 Thread Jan T. Kim
On Fri, Jul 09, 2010 at 03:44:21PM +0100, J??rg Schaible wrote: > Jan T. Kim wrote: > > > Dear All, > > > > is it possible to include system-scoped dependencies in a shaded jar? > > My dependencies look like this: > > > > > > jbo

Shade plugin: including system-scoped dependencies?

2010-07-09 Thread Jan T. Kim
stuff:* but the contents of jbossall-client.jar still don't get included in the shaded jar. Am I just making a stupid mistake? Or are system-scoped dependencies always excluded from shaded jars? Best regards, Jan -- +-

Shade plugin: dependency-reduced-pom.xml fails to validate

2010-07-06 Thread Jan T. Kim
uilder.build(DefaultMavenProjectBuilder.java:217) at org.apache.maven.plugins.shade.mojo.ShadeMojo.createDependencyReducedPom(ShadeMojo.java:799) at org.apache.maven.plugins.shade.mojo.ShadeMojo.execute(ShadeMojo.java:482) ... 19 more -- +- Jan T. Kim --

Re: Building standalone jars

2010-03-23 Thread Jan T. Kim
On Tue, Mar 23, 2010 at 04:38:32AM +, Ron Wheeler wrote: > Everyone should be used to using Classes that are grouped into libraries. yes -- that's what I require adding jars to my classpath for. > Jan T. Kim wrote: > > Dear All, > > > > I need to build a stand

Building standalone jars

2010-03-22 Thread Jan T. Kim
dules that would probably be ok. (2) referencing those other jars by absolute path would be ok for my purpose. I guess my general question is: How do you build standalone executable jars that don't depend on other jars moving along with them? Best regards, Jan -- +-