Re: Can't compile project

2007-03-02 Thread Thierry Lach
Noticed this again while going through some of the old emails I had marked for followup. There is a maven 2 repository also https://maven2-repository.dev.java.net/ On 2/18/07, Mark Derricutt <[EMAIL PROTECTED]> wrote: On 2/19/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > > 2) javax.trans

Re: Can't compile project

2007-02-18 Thread Mark Derricutt
On 2/19/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > 2) javax.transaction:jta:jar:1.0.1B That must be one of the Sun jars that can't go into the central repo due to licensing. Only the pom is there: http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/ Regarding this - I see that Suns

Re: Can't compile project

2007-02-18 Thread Wendy Smoak
On 2/18/07, lightbulb432 <[EMAIL PROTECTED]> wrote: When I do a mvn -e compiler:compile in the root of my project with a pom.xml in it, I get the following output. It doesn't work, and I'm not sure why. Any ideas how I can get it to work? Try "mvn package" or "mvn install" instead of the plugi

Can't compile project

2007-02-18 Thread lightbulb432
When I do a mvn -e compiler:compile in the root of my project with a pom.xml in it, I get the following output. It doesn't work, and I'm not sure why. Any ideas how I can get it to work? It's saying that it can't find the file from the remote repository, but those files were all automatically do