Changes to make 'mvn clean test' succeed, add .springBean configuration where missing.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
|
||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
|
||||
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
|
||||
<classpathentry kind="src" path="src/main/java"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -15,8 +15,8 @@ import org.springframework.integration.core.MessageHandler;
|
||||
* @author Oleg Zhurakousky
|
||||
*
|
||||
*/
|
||||
public class GmailInboundImapIdleAdapterTest {
|
||||
private static Logger logger = Logger.getLogger(GmailInboundImapIdleAdapterTest.class);
|
||||
public class GmailInboundImapIdleAdapterTestApp {
|
||||
private static Logger logger = Logger.getLogger(GmailInboundImapIdleAdapterTestApp.class);
|
||||
|
||||
|
||||
public static void main (String[] args) throws Exception {
|
||||
@@ -15,9 +15,9 @@ import org.springframework.integration.core.MessageHandler;
|
||||
* @author Oleg Zhurakousky
|
||||
*
|
||||
*/
|
||||
public class GmailInboundPop3AdapterTest {
|
||||
private static Logger logger = Logger.getLogger(GmailInboundPop3AdapterTest.class);
|
||||
public class GmailInboundPop3AdapterTestApp {
|
||||
|
||||
private static Logger logger = Logger.getLogger(GmailInboundPop3AdapterTestApp.class);
|
||||
|
||||
public static void main (String[] args) throws Exception {
|
||||
ApplicationContext ac = new ClassPathXmlApplicationContext("/META-INF/spring/integration/gmail-pop3-config.xml");
|
||||
Reference in New Issue
Block a user