On 23/04/2007, at 12:56 PM, Paul Smith wrote:

fixed it myself, this is obviously a DumbNewbieMaven user:

mvn -U install

fixes it. The -U obviously picks up new plugins from the repository. Be nice if Maven suggested that.


Actually, almost fixed, now getting a compile error. Curt, have you done something odd with svn and symbolic links?

Paul-Smiths-Computer:/workspace/log4j-component/src/test/java/org/ apache/log4j/xml paulsmith$ ls -alh
total 16
drwxr-xr-x   5 paulsmit  admin  170B Apr 23 08:59 .
drwxr-xr-x   6 paulsmit  admin  204B Apr 23 08:59 ..
drwxr-xr-x   9 paulsmit  admin  306B Apr 23 08:59 .svn
lrwxr-xr-x 1 paulsmit admin 83B Apr 23 08:59 MockReceiver.java - > /Users/curta/ls-svn/log4j/tests/src/java/org/apache/log4j/plugins/ MockReceiver.java -rw-r--r-- 1 paulsmit admin 2K Apr 23 08:59 PluginConfiguratorTest.java




Paul-Smiths-Computer:/workspace/log4j-component paulsmith$ mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------ ----
[INFO] Building Apache Component Companion for log4j 1.2.
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------ ----
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to /workspace/log4j-component/target/ test-classes [INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/workspace/log4j-component/src/test/java/org/apache/log4j/xml/ PluginConfiguratorTest.java:[59,16] cannot find symbol
symbol  : class MockReceiver
location: class org.apache.log4j.xml.PluginConfiguratorTest

/workspace/log4j-component/src/test/java/org/apache/log4j/xml/ PluginConfiguratorTest.java:[61,8] cannot find symbol
symbol  : class MockReceiver
location: class org.apache.log4j.xml.PluginConfiguratorTest

/workspace/log4j-component/src/test/java/org/apache/log4j/xml/ PluginConfiguratorTest.java:[61,30] cannot find symbol
symbol  : class MockReceiver
location: class org.apache.log4j.xml.PluginConfiguratorTest

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to