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

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
with java -cp taget command 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

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 code and this is what it says I

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
with 'o' From: Robert Scholte [via Maven] ml-node+s40175n5084433...@n5.nabble.com To: Apache Omega jason007tho...@yahoo.com Sent: Sunday, December 18, 2011 2:21 PM Subject: RE: having problems with java -cp taget command Is Jason with or without 'o

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
To: Apache Omega jason007tho...@yahoo.com 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 -0800 From: [hidden email] To: [hidden email] Subject: Re: having problems with java

Re: having problems with java -cp taget command

2011-12-18 Thread Matt Narrell
, 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 command I tried it again and it still gives me the same error

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
\my-app\stupid\TestAppTest From: Matt Narrell [via Maven] ml-node+s40175n5084553...@n5.nabble.com To: Apache Omega jason007tho...@yahoo.com Sent: Sunday, December 18, 2011 3:34 PM Subject: Re: having problems with java -cp taget command Is this class in your

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

Re: having problems with java -cp taget command

2011-12-18 Thread Matt Narrell
jason007tho...@yahoo.com 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:02 PM, Apache Omega [hidden email] wrote: with 'o' From: Robert Scholte [via Maven

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 wayne...@gmail.com 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

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 put

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
!!! From: Wayne Fay [via Maven] ml-node+s40175n5085064...@n5.nabble.com To: Apache Omega jason007tho...@yahoo.com 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