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,

Re: mvn package (build failure)

2011-12-18 Thread Benson Margulies
On Sun, Dec 18, 2011 at 9:26 AM, Apache Omega jason007tho...@yahoo.com wrote: how do i fix this problem You install the application that its asking for and put it in PATH. This is a mailing list for maven itself. You are asking a question about flex. You should take your question to the

Re: Problem with jaxb2-maven-plugin 1.2

2011-12-18 Thread smoking81
I am really sorry that my reply was sent so many times.. Please forgive me, it wasn't my intention to spam the mailing list! Does anybody can help me with my problem please? In the worst case, how can I debug maven executing the JAXB2 plugin? Thanks a lot (and sorry again) 2011/12/16 Wayne Fay

RE: Problem with jaxb2-maven-plugin 1.2

2011-12-18 Thread Robert Scholte
Did you google? This blog explains the problem quite good: http://www.jsfblog.info/2010/04/maven-site-generation-error-dtddvfactoryimpl-does-not-extend-from-dtddvfactory/ -Robert Date: Sun, 18 Dec 2011 09:31:20 -0800 From: smokin...@gmail.com To: users@maven.apache.org Subject:

RE: maven-release-plugin: using git where do I see the tag used to build the release in the pom?

2011-12-18 Thread Mirko Friedenhagen
I had a look :-D . The class code boils down to executing 'git tag -F messageFile' AFAICS. So there is no sign in a released POM how the tagname was. Would it be an useful enhancement to put either the hash or the tagname into the POM? Regards Mirko -- Sent from my phone

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 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
I tried it again and it still gives me the same error I copied the code and this is what it says I just don't understand this problem ---  T E S T S --- Running

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
its even in my POM so why cant it find it? - projectxmlns=http://maven.apache.org/POM/4.0.0xmlns:xsi=http://www.w3.org/2001/XMLSchema-instancexsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;   modelVersion4.0.0/modelVersion  

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 jason007tho...@yahoo.com wrote: with 'o' From: Robert Scholte [via Maven] ml-node+s40175n5084433...@n5.nabble.com To: Apache Omega jason007tho...@yahoo.com Sent: Sunday, December 18,

RE: maven-release-plugin: using git where do I see the tag used to build the release in the pom?

2011-12-18 Thread Stephen Connolly
yes - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 18 Dec 2011 17:41, Mirko Friedenhagen mfriedenha...@gmail.com wrote: I had a look :-D . The class code boils down to

Re: having problems with java -cp taget command

2011-12-18 Thread Apache Omega
yes its in there I'm just totally confused right now hers everything i did 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

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 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: mvn archetype:create (Ihave a failure when using this command)

2011-12-18 Thread Wayne Fay
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]} Most likely you are behind an Internet proxy/firewall or something and so Maven cannot connect to the

RE: maven-release-plugin: using git where do I see the tag used to build the release in the pom?

2011-12-18 Thread Mirko Friedenhagen
OK, I will open an issue in the SCM plugin and give it a try :-D . Regards Mirko -- Sent from my phone http://illegalstateexception.blogspot.com http://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On Dec 18, 2011 11:14 PM, Stephen Connolly stephen.alan.conno...@gmail.com

Re: having problems with java -cp taget command

2011-12-18 Thread Matt Narrell
Where is the code? On Dec 18, 2011, at 2:46 PM, Apache Omega jason007tho...@yahoo.com wrote: yes its in there I'm just totally confused right now hers everything i did when I run java -cp target\TestAppTest-1.0-SNAPSHOT.jar (and then)org.jason.ShadowInnovations.App (that didnt work [Error:

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
thank you I'm going to research on the proxy subject I didnt know learning all this would be so difficult. I'm just a junior in college just getting past C++ and Java but I now my proxy is in settings so I think i'm in the right direction thanks again!!!

Re: Problem with jaxb2-maven-plugin 1.2

2011-12-18 Thread smoking81
Hi Robert, thank you for your answer! I've read that blog, it confirms somehow my intuition that xerces comes in play when it shouldn't hence causing the exception.. Unfortunately it refers to the Maven Site Plugin.. In my case, (I do not make use of the site plugin yet) I should try to