Re: Getting compilation errors despite including the correct repo

2011-05-10 Thread laredotornado-3
Ah, that was it ... forgot to follow the surefire naming conventions. Thanks to all, - Dave -- View this message in context: http://maven.40175.n5.nabble.com/Getting-compilation-errors-despite-including-the-correct-repo-tp4382157p4384792.html Sent from the Maven - Users mailing list archive at

Re: Getting compilation errors despite including the correct repo

2011-05-10 Thread Wayne Fay
> The test is in my src/main/test directory.  Where else should it be?  I have > nothing in my src/main/java directory.  Below is the output of running the > above command. - Dave This is Maven 101 and the answer can easily be found online in countless locations. As such, I will not spoon-feed the

Re: Getting compilation errors despite including the correct repo

2011-05-10 Thread Wendy Smoak
On Tue, May 10, 2011 at 9:23 AM, laredotornado-3 wrote: > The test is in my src/main/test directory.  Where else should it be?  I have > nothing in my src/main/java directory.  Below is the output of running the > above command. - Dave I can see that it compiles the test class > [INFO] Compilin

Re: Getting compilation errors despite including the correct repo

2011-05-10 Thread laredotornado-3
nabble.com/Getting-compilation-errors-despite-including-the-correct-repo-tp4382157p4384429.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional c

Re: Getting compilation errors despite including the correct repo

2011-05-09 Thread Wayne Fay
>   >    src Are you sure about that line, or is it also potentially incorrect? Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Getting compilation errors despite including the correct repo

2011-05-09 Thread laredotornado-3
1.6 1.6 ===End pom.xml -- View this message in context: http://maven.40175.n5.nabble.com/Getting-compilation-errors-despite-including-the-correct-repo-tp4382157p4383031.html Sent from the Maven - Users mailing list archi

Re: Getting compilation errors despite including the correct repo

2011-05-09 Thread Dennis Lundberg
t; > > > > src > test Here you are telling Maven that your tests are in the folder 'test', not 'src/test/java'. > > > maven-compiler-plugin > > 1.6 > 1.6 > > > > >

Re: Getting compilation errors despite including the correct repo

2011-05-09 Thread laredotornado-3
-compilation-errors-despite-including-the-correct-repo-tp4382157p4382531.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Getting compilation errors despite including the correct repo

2011-05-09 Thread Wayne Fay
> [ERROR] symbol  : class After > [ERROR] location: class com.myco.infinitiusa.tests.InfinitiConfigOldG25Base > cannot find symbol The class is org.junit.After. Are you missing an import statement maybe? Wayne - To unsubscribe,

Getting compilation errors despite including the correct repo

2011-05-09 Thread laredotornado-3
selenium-java-client-driver 1.0.1 test src test maven-compiler-plugin 1.6 1.6 ~ -- View this message in context: http://maven.40175.n5.nabble.com/Getting-compilation-errors-desp