That is a good thought, but this is one of 50 errors, all classes located in
the junit jar.  I do have the import statements at the top of my Java file.

Is the test goal any different classpath-wise than other goals?  I have
verified that the junit Jar is in my local repo --
~/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar .

- Dave


=============Begin imports ===================
import com.thoughtworks.selenium.*;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;

import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.DriverManager;
import java.util.Calendar;
import java.util.Properties;
import java.util.regex.Pattern;
import java.io.InputStream;

import junit.framework.Assert;
============End imports =======================



--
View this message in context: 
http://maven.40175.n5.nabble.com/Getting-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: users-h...@maven.apache.org

Reply via email to