Re: having problems with java -cp taget command

2011-12-18 Thread Matt Narrell
Is this class in your jar? On Dec 18, 2011, at 1:02 PM, Apache Omega wrote: > with 'o' > > > > > From: Robert Scholte [via Maven] > To: Apache Omega > Sent: Sunday, December 18, 2011 2:21 PM > Subject: RE: having problems with java -cp taget command > > > > Is

Re: having problems with java -cp taget command

2011-12-18 Thread Matt Narrell
gt;java -cp > target\Te > stAppTest-1.0-SNAPSHOT. jar org.jason.ShadowInnovations.App > Error: Could not find or load main class jar > > > > C:\Program Files\apache-maven-3.0.3\my-app\stupid\TestAppTest>java -cp > target\Te > stAppTest-1.0-SNAPSHOT.jar org.jason.Shado

Re: Howto access project version programmatically within application

2012-01-11 Thread Matt Narrell
Agreed. I filter-copy a properties file with the following: project.name=${project.name} project.version=${project.version} build.date=${build.date} ... Then I can load this file and have at it. matt On Jan 11, 2012, at 7:48 AM, Mark H. Wood wrote: > On Wed, Jan 11, 2012 at 09:07:29AM -0600,

Re: Maven - offer anything for runtime?

2012-04-28 Thread Matt Narrell
You can also use the maven-enforcer-plugin to identify dependencies that attempt to bring in older versions of transitive dependencies. On Apr 28, 2012, at 10:55 AM, Ron Wheeler wrote: > It is not that hard. > You just paste the same exclusion into each POM that includes something that > brings