Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
n thanks again!!! From: Wayne Fay [via Maven] To: Apache Omega Sent: Sunday, December 18, 2011 10:24 PM Subject: Re: having problems with java -cp taget command > Running org.jason.ShadowInnovations.AppTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec ...

Re: having problems with java -cp taget command

2011-12-18 Thread Wayne Fay
> Running org.jason.ShadowInnovations.AppTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec ... > when I run java -cp target\TestAppTest-1.0-SNAPSHOT.jar > (and then)org.jason.ShadowInnovations.App (that didnt work [Error: Could not > find or load main class jar] so I

Re: having problems with java -cp taget command

2011-12-18 Thread Barrie Treloar
On Mon, Dec 19, 2011 at 9:40 AM, Wayne Fay wrote: >> when I run java -cp target\TestAppTest-1.0-SNAPSHOT.jar >> (and then)org.jason.ShadowInnovations.App (that didnt work [Error: Could not >> find or load main class jar] so I put >> in)org.jason.ShadowInnovations.AppTest (and i got [Error: Could n

Re: having problems with java -cp taget command

2011-12-18 Thread Matt Narrell
wInnovations.AppTest > Error: Could not find or load main class org.jason.ShadowInnovations.AppTest > > C:\Program Files\apache-maven-3.0.3\my-app\stupid\TestAppTest> > > > > From: Matt Narrell [via Maven] > To: Apache Omega > Sent: Sun

Re: having problems with java -cp taget command

2011-12-18 Thread Wayne Fay
> when I run java -cp target\TestAppTest-1.0-SNAPSHOT.jar > (and then)org.jason.ShadowInnovations.App (that didnt work [Error: Could not > find or load main class jar] so I put > in)org.jason.ShadowInnovations.AppTest (and i got [Error: Could not find or > load main class] You should go download E

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
Program Files\apache-maven-3.0.3\my-app\stupid\TestAppTest> From: Matt Narrell [via Maven] To: Apache Omega Sent: Sunday, December 18, 2011 3:34 PM Subject: Re: having problems with java -cp taget command Is this class in your jar? On Dec 18, 2011, at 1:

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 w

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
t: Sunday, December 18, 2011 2:21 PM Subject: RE: having problems with java -cp taget command Is Jason with or without 'o'?   > Date: Sun, 18 Dec 2011 12:15:53 -0800 > From: [hidden email] > To: [hidden email] > Subject: Re: having problems with java -cp taget c

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
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 Jason with or without 'o'?   > Date: Sun, 18 Dec 2011 12:15:53

RE: having problems with java -cp taget command

2011-12-18 Thread Robert Scholte
Is Jason with or without 'o'? > Date: Sun, 18 Dec 2011 12:15:53 -0800 > From: jason007tho...@yahoo.com > To: users@maven.apache.org > Subject: Re: having problems with java -cp taget command > > I tried it again and it still gives me the same error I copied the

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
in class org.JasonThomas.ShadowInnovations C:\Program Files\apache-maven-3.0.3\my-app\joker\MavenTest> From: Robert Scholte [via Maven] To: Apache Omega Sent: Sunday, December 18, 2011 1:21 PM Subject: RE: having problems with java -cp taget command This problem has no

RE: having problems with java -cp taget command

2011-12-18 Thread Robert Scholte
This problem has nothing to do with Maven, it's java basics. First of all, you shouldn't look under src/main/java, this is not on the classpath. You should look in the jar. The real problem is a typo: org.JasnThomas.ShadowInnovations org.JasonThomas.ShadowInnovations see the difference?