Discussion:
[mule-scm] [mule][23789] branches/mule-3.x/transports/sftp: SFTP test reactivation
Santiago Vacas
2012-02-02 00:01:30 UTC
Permalink
it seems you missed some classes:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile
(default-testCompile) on project mule-transport-sftp: Compilation
failure: Compilation failure:
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/AbstractSftpTestCase.java:[38,35]
cannot find symbol
[ERROR] symbol : class SftpServer
[ERROR] location: package org.mule.transport.sftp.util
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/AbstractSftpTestCase.java:[84,14]
cannot find symbol
[ERROR] symbol : class SftpServer
[ERROR] location: class org.mule.transport.sftp.AbstractSftpTestCase
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCantCreateTempDirectoryTestCase.java:[16,30]
cannot find symbol
[ERROR] symbol : class LatchDownExceptionListener
[ERROR] location: package org.mule.transport.sftp
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpWrongPassPhraseOnOutboundDirectoryTestCase.java:[30,35]
cannot find symbol
[ERROR] symbol : class SftpServer
[ERROR] location: package org.mule.transport.sftp.util
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCheckDuplicateFileHandlingTestCase.java:[22,30]
cannot find symbol
[ERROR] symbol : class LatchDownExceptionListener
[ERROR] location: package org.mule.transport.sftp
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCheckDuplicateFileHandlingTestCase.java:[24,35]
cannot find symbol
[ERROR] symbol : class SftpServer
[ERROR] location: package org.mule.transport.sftp.util
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCheckDuplicateFileHandlingTestCase.java:[61,19]
cannot find symbol
[ERROR] symbol : class SftpServer
[ERROR] location: class
org.mule.transport.sftp.dataintegrity.SftpCheckDuplicateFileHandlingTestCase
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/AbstractSftpTestCase.java:[1339,25]
cannot find symbol
[ERROR] symbol : class SftpServer
[ERROR] location: class org.mule.transport.sftp.AbstractSftpTestCase
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCantCreateTempDirectoryTestCase.java:[75,45]
cannot find symbol
[ERROR] symbol : class LatchDownExceptionListener
[ERROR] location: class
org.mule.transport.sftp.dataintegrity.SftpCantCreateTempDirectoryTestCase
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCheckDuplicateFileHandlingTestCase.java:[95,25]
cannot find symbol
[ERROR] symbol : class SftpFilePresentProbe
[ERROR] location: class
org.mule.transport.sftp.dataintegrity.SftpCheckDuplicateFileHandlingTestCase
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCheckDuplicateFileHandlingTestCase.java:[97,25]
cannot find symbol
[ERROR] symbol : class SftpFilePresentProbe
[ERROR] location: class
org.mule.transport.sftp.dataintegrity.SftpCheckDuplicateFileHandlingTestCase
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCheckDuplicateFileHandlingTestCase.java:[109,25]
cannot find symbol
[ERROR] symbol : class SftpFilePresentProbe
[ERROR] location: class
org.mule.transport.sftp.dataintegrity.SftpCheckDuplicateFileHandlingTestCase
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCheckDuplicateFileHandlingTestCase.java:[111,41]
cannot find symbol
[ERROR] symbol : class LatchDownExceptionListener
[ERROR] location: class
org.mule.transport.sftp.dataintegrity.SftpCheckDuplicateFileHandlingTestCase
[ERROR] ce/transports/sftp/src/test/java/org/mule/transport/sftp/dataintegrity/SftpCheckDuplicateFileHandlingTestCase.java:[139,25]
cannot find symbol
[ERROR] symbol : class SftpServer
[ERROR] location: class
org.mule.transport.sftp.dataintegrity.SftpCheckDuplicateFileHandlingTestCase

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Dirk Olmes
2012-02-02 02:21:27 UTC
Permalink
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
Fix your IDE: indentation is done using spaces, not tabs.

-dirk

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Dirk Olmes
2012-02-02 02:55:09 UTC
Permalink
rolled back as it does not even compile

-dirk

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...