Maven eclipse not fully functional

2011-12-21 Thread Apache Omega
I'm using the Maven Apache plug in for eclipse because I'm to new to figure out the command line method but now that I've switched I'm having problems again. my maven plug in is installed but the list for the archetype catalogs are greyed out so I cant select them. every time I try to install a

Re: mvn package (build failure)

2011-12-18 Thread Apache Omega
how do i fix this problem -- View this message in context: http://maven.40175.n5.nabble.com/mvn-package-build-failure-tp5083380p5083894.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe,

having problems with java -cp taget command

2011-12-18 Thread Apache Omega
I've worked out some kinks just to find another kink i entered (java -cp target/MavenTestApp-1.0-SNAPSHOT.jar org.JasnThomas.ShadowInnovations) and the message i got was could not find or load main class org.JasonThomas.ShadowInnovations and the folder is clearly in the right path

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
org.JasonThomas.ShadowInnovations C:\Program Files\apache-maven-3.0.3\my-app\joker\MavenTest From: Robert Scholte [via Maven] ml-node+s40175n5084324...@n5.nabble.com To: Apache Omega jason007tho...@yahoo.com Sent: Sunday, December 18, 2011 1:21 PM Subject: RE: having problems

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 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

mvn archetype:create (Ihave a failure when using this command)

2011-12-18 Thread Apache Omega
I'm trying to build my first project but i get this error and this is the message i get {No plugin found for prefix 'archetype' and in the plug in group [org.apache.maven, org.codehaus.mojo]} What is this telling me and what am i doing wrong -- View this message in context:

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

No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Apache Omega
i'm trying to get maven fully operational but every time i run anything there's an error stating NO POM1 how do I correct this??? Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Administratormvn install:install [INFO] Scanning for

Re: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Apache Omega
how do i find pom.xml -- View this message in context: http://maven.40175.n5.nabble.com/No-POM-1-how-do-I-install-my-POM-Please-help-tp5082740p5082770.html Sent from the Maven - Users mailing list archive at Nabble.com. - To

Re: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Apache Omega
I entered mvn -f and this is what i got what does all this mean??? C:\Program Files\apache-maven-3.0.3mvn -f Unable to parse command line options: Missing argument for option: f usage: mvn [options] [goal(s)] [phase(s)] Options: -am,--also-makeIf project list is

using maven for flex on java

2011-12-17 Thread Apache Omega
I'm using maven for flex on java so I'm completly new to maven. I went through the maven in 5 minutes and i got a better prospective on how to use it. I'm having problems now with two things one from the flex on java book and the maven plug in installed in my eclipse SDK. A) when I enter the code

mvn package (build failure)

2011-12-17 Thread Apache Omega
OK these are the steps I took 1)mkdir 2)mvn archetype:generate 3)groupid 4)artifactid 5)mvn compile 6)mvn package (this is where i got the build failure and here's what printed out on the screen) Where did I go wrong? C:\Program Files\apache-maven-3.0.3\my-app\jason\MavenFlexJavaAppmvn package