2009/12/16 zhang99 <[email protected]>: > > i try maven install on hupa and i get error below . Anyone experienced > similar problem?
Can you give more details on your environment? What's your OS/JDK/maven version. > [INFO] [compiler:compile] > [INFO] Compiling 2 source files to /Users/user/work/project2/hupa/ > server/war/WEB-INF/classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > /Users/user/work/project2/hupa/server/src/main/java/org/apache/hupa/ > server/InMemoryIMAPStoreCache.java:[131,41] cannot access Session > file Session.class not found > cstore = new CachedIMAPStore(new MockIMAPStore(session), > 300); > > /Users/user/work/project2/hupa/server/src/main/java/org/apache/hupa/ > server/InMemoryIMAPStoreCache.java:[131,41] cannot access Session > file Session.class not found > cstore = new CachedIMAPStore(new MockIMAPStore(session), > 300); > -- > View this message in context: > http://old.nabble.com/hupa-example-maven-build-problem-tp26807006p26807006.html > Sent from the James - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
