|
From: Stian S. <sso...@cs...> - 2007-04-04 09:59:43
|
I just downloaded the GridSAM 2.0.1 source release, and I can't
succeed in compiling it.
I believe there is some issues with the dependencies, such as:
[WARNING] POM for 'axis:axis-1.2.1:pom:itinnov-1:provided' is
invalid. It will be ignored for artifact resolution. Reason: Not a
v4.0.0 POM.
: stain@mira ~/download/GridSAM-2.0.1-src;mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] GridSAM
[INFO] GridSAM Schema
[INFO] GridSAM Core Engine
[INFO] GridSAM Client
[INFO] GridSAM Broker Plugin
[INFO] GridSAM Service
[INFO] artifact org.apache.maven.wagon:wagon-ssh-external: checking
for updates from ibiblio-repo
[INFO] artifact org.apache.maven.wagon:wagon-ssh-external: checking
for updates from apache-repo
[INFO] artifact org.apache.maven.wagon:wagon-ssh-external: checking
for updates from codehaus
[INFO] artifact org.apache.maven.wagon:wagon-ssh-external: checking
for updates from mevenide
[INFO] artifact org.apache.maven.wagon:wagon-ssh-external: checking
for updates from gridsam
[INFO] artifact org.apache.maven.wagon:wagon-ssh-external: checking
for updates from central
[INFO]
------------------------------------------------------------------------
----
[INFO] Building GridSAM
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
----
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /Users/stain/download/GridSAM-2.0.1-src/pom.xml to /
Users/stain/.m2/repository/org/icenigrid/gridsam/2.0.1/gridsam-2.0.1.pom
[INFO]
------------------------------------------------------------------------
----
[INFO] Building GridSAM Schema
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
----
[WARNING] While downloading xml-apis:xml-apis:2.0.2
This artifact has been relocated to xml-apis:xml-apis:1.0.b2.
[INFO] [xmlbeans:xmlbeans {execution: default}]
[INFO] Either nothing to generate or all schema objects are up to date.
[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] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [surefire:test {execution: unit-test}]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: /Users/stain/download/GridSAM-2.0.1-src/modules/
schema/target/gridsam-schema-2.0.1.jar
[INFO] [install:install]
[INFO] Installing /Users/stain/download/GridSAM-2.0.1-src/modules/
schema/target/gridsam-schema-2.0.1.jar to /Users/stain/.m2/repository/
org/icenigrid/gridsam-schema/2.0.1/gridsam-schema-2.0.1.jar
[INFO]
------------------------------------------------------------------------
----
[INFO] Building GridSAM Core Engine
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
----
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot commons-vfs:commons-vfs:1.0-SNAPSHOT: checking for
updates from ibiblio-repo
[INFO] snapshot commons-vfs:commons-vfs:1.0-SNAPSHOT: checking for
updates from apache-repo
[INFO] snapshot commons-vfs:commons-vfs:1.0-SNAPSHOT: checking for
updates from codehaus
[INFO] snapshot commons-vfs:commons-vfs:1.0-SNAPSHOT: checking for
updates from mevenide
[INFO] snapshot commons-vfs:commons-vfs:1.0-SNAPSHOT: checking for
updates from gridsam
[WARNING] POM for 'hivemind:hivemind:pom:1.1.1:compile' is invalid.
It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM.
[WARNING] POM for 'axis:axis-1.2.1:pom:itinnov-1:provided' is
invalid. It will be ignored for artifact resolution. Reason: Not a
v4.0.0 POM.
[WARNING] POM for 'slide:slide-webdavlib:pom:2.1:compile' is invalid.
It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM.
[WARNING] POM for 'jsch:jsch:pom:0.1.25:compile' is invalid. It will
be ignored for artifact resolution. Reason: Not a v4.0.0 POM.
[INFO] [compiler:compile]
[INFO] Compiling 125 source files to /Users/stain/download/
GridSAM-2.0.1-src/modules/core/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/support/GridSAMSupport.java:[22,23]
package org.apache.axis does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/persistence/hibernate/
HibernatePersistenceStore.java:[23,34] package
org.apache.hivemind.events does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/persistence/hibernate/
HibernatePersistenceStore.java:[43,37] cannot find symbol
symbol: class RegistryShutdownListener
implements PersistenceStore, RegistryShutdownListener {
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/DRMConnectorDescriptor.java:
[18,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/DRMConnectorDescriptor.java:
[113,44] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DRMConnectorDescriptor
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[29,34]
package org.apache.hivemind.events does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[36,23]
package com.jcraft.jsch does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[37,23]
package com.jcraft.jsch does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[38,23]
package com.jcraft.jsch does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[39,23]
package com.jcraft.jsch does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[40,23]
package com.jcraft.jsch does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[45,52]
cannot find symbol
symbol: class RegistryShutdownListener
public class SSHShell extends POSIXShell implements
RegistryShutdownListener {
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[55,12]
cannot find symbol
symbol : class Session
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[291,30]
cannot find symbol
symbol : class UserInfo
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[455,16]
cannot find symbol
symbol : class ChannelExec
location: class
org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell.ProcessWrapper
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[473,30]
cannot find symbol
symbol : class ChannelExec
location: class
org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell.ProcessWrapper
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/DefaultJobContext.java:
[23,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/
DefaultJobManagerContext.java:[24,27] package org.apache.hivemind
does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/DefaultJobContext.java:
[67,32] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobContext
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/
DefaultJobManagerContext.java:[62,12] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobManagerContext
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/
DefaultJobManagerContext.java:[80,39] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobManagerContext
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/
DefaultJobManagerContext.java:[87,31] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobManagerContext
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/
DefaultJobManagerContext.java:[97,14] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobManagerContext
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/connector/condor/
ShellBasedCondorDRMConnectorManager.java:[27,34] package
org.apache.hivemind.events does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/connector/condor/
ShellBasedCondorDRMConnectorManager.java:[51,47] cannot find symbol
symbol: class RegistryShutdownListener
AbstractDRMConnectorManager implements
RegistryShutdownListener {
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/scheduler/SchedulerDelegate.java:
[24,34] package org.apache.hivemind.events does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/scheduler/SchedulerDelegate.java:
[43,53] cannot find symbol
symbol: class RegistryShutdownListener
public class SchedulerDelegate implements Scheduler,
RegistryShutdownListener {
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[25,46] package org.globus.cog.abstraction.impl.common does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[26,51] package org.globus.cog.abstraction.impl.common.task does not
exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[27,45] package org.globus.cog.abstraction.interfaces does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[28,45] package org.globus.cog.abstraction.interfaces does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[40,12] cannot find symbol
symbol : class FileResource
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[81,19] cannot find symbol
symbol : class FileResource
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[153,27] cannot find symbol
symbol : class FileResource
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/connector/fork/
ForkDRMConnectorManager.java:[17,34] package
org.apache.hivemind.events does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/connector/fork/
ForkDRMConnectorManager.java:[30,19] cannot find symbol
symbol: class RegistryShutdownListener
implements RegistryShutdownListener {
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/auth/simple/
DefaultAuthorisation.java:[13,34] package org.apache.hivemind.events
does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/auth/simple/
DefaultAuthorisation.java:[23,60] cannot find symbol
symbol: class RegistryShutdownListener
public class DefaultAuthorisation implements Authorisation,
RegistryShutdownListener {
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileObject.java:
[32,45] package org.globus.cog.abstraction.interfaces does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileObject.java:
[33,45] package org.globus.cog.abstraction.interfaces does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileObject.java:
[110,62] cannot find symbol
symbol : class Permissions
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileObject
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[21,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[22,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[23,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[24,32] package org.apache.hivemind.impl does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[30,49] cannot find symbol
symbol: class Registry
public abstract class ManagedRegistry implements Registry {
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[35,12] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.ManagedRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[86,14] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.ManagedRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[95,27] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.ManagedRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[126,42] cannot find symbol
symbol : class Location
location: class
org.icenigrid.gridsam.core.plugin.manager.ManagedRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[158,11] cannot find symbol
symbol : class Messages
location: class
org.icenigrid.gridsam.core.plugin.manager.ManagedRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/connector/drmaa/
DrmaaDRMConnectorManager.java:[17,34] package
org.apache.hivemind.events does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/connector/drmaa/
DrmaaDRMConnectorManager.java:[33,19] cannot find symbol
symbol: class RegistryShutdownListener
implements RegistryShutdownListener {
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/DefaultJobManager.java:
[30,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/DefaultJobManager.java:
[70,12] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobManager
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/DefaultJobManager.java:
[158,30] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobManager
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/DefaultJobManager.java:
[205,14] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobManager
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/local/LocalShell.java:[30,34]
package org.apache.hivemind.events does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/local/LocalShell.java:[39,54]
cannot find symbol
symbol: class RegistryShutdownListener
public class LocalShell extends POSIXShell implements
RegistryShutdownListener {
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[24,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[25,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[26,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[27,27] package org.apache.hivemind does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[28,32] package org.apache.hivemind.impl does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[29,32] package org.apache.hivemind.impl does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[30,32] package org.apache.hivemind.impl does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[31,32] package org.apache.hivemind.util does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[32,32] package org.apache.hivemind.util does not exist
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[79,14] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.ResourceRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/support/GridSAMSupport.java:[267,18]
cannot find symbol
symbol : class AxisFault
location: class org.icenigrid.gridsam.core.support.GridSAMSupport
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/jsdl/JSDLSupport.java:[73,49] cannot
access org.apache.xmlbeans.xml.stream.XMLInputStream
file org/apache/xmlbeans/xml/stream/XMLInputStream.class not found
xJSDL = JobDefinitionDocument.Factory.parse(pReader);
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[206,16]
cannot find symbol
symbol : class UserInfo
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[256,50]
cannot find symbol
symbol : class UserInfo
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[294,8]
cannot find symbol
symbol : class JSch
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[294,25]
cannot find symbol
symbol : class JSch
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[298,21]
cannot find symbol
symbol : class JSchException
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[308,17]
cannot find symbol
symbol : class JSchException
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[408,8]
cannot find symbol
symbol : class ChannelExec
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[410,24]
cannot find symbol
symbol : class ChannelExec
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/shell/ssh/SSHShell.java:[430,17]
cannot find symbol
symbol : class JSchException
location: class org.icenigrid.gridsam.core.plugin.shell.ssh.SSHShell
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/
DefaultJobManagerContext.java:[412,12] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobManagerContext.Stage
Task
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/
DefaultJobManagerContext.java:[416,29] cannot find symbol
symbol : class Registry
location: class
org.icenigrid.gridsam.core.plugin.manager.DefaultJobManagerContext.Stage
Task
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[84,12] cannot find symbol
symbol : class FileResource
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[84,37] cannot find symbol
symbol : variable AbstractionFactory
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[86,44] cannot find symbol
symbol : class ServiceContactImpl
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[88,12] cannot find symbol
symbol : class SecurityContext
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[88,39] cannot find symbol
symbol : variable AbstractionFactory
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileSystem.java:
[176,8] cannot find symbol
symbol : class FileResource
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileSystem
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileObject.java:
[88,8] cannot find symbol
symbol : class GridFile
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileObject
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileObject.java:
[143,8] cannot find symbol
symbol : class GridFile
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileObject
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileObject.java:
[162,12] cannot find symbol
symbol : class GridFile
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileObject
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/vfs/gsiftp/GSIFTPFileObject.java:
[162,30] cannot find symbol
symbol : class GridFile
location: class
org.icenigrid.gridsam.core.plugin.vfs.gsiftp.GSIFTPFileObject
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ManagedRegistry.java:
[87,15] cannot find symbol
symbol : variable RegistryBuilder
location: class
org.icenigrid.gridsam.core.plugin.manager.ManagedRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[82,8] cannot find symbol
symbol : class RegistryBuilder
location: class
org.icenigrid.gridsam.core.plugin.manager.ResourceRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[82,39] cannot find symbol
symbol : class RegistryBuilder
location: class
org.icenigrid.gridsam.core.plugin.manager.ResourceRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[82,59] cannot find symbol
symbol : class ErrorHandler
location: class
org.icenigrid.gridsam.core.plugin.manager.ResourceRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[90,8] cannot find symbol
symbol : class ClassResolver
location: class
org.icenigrid.gridsam.core.plugin.manager.ResourceRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[90,38] cannot find symbol
symbol : class DefaultClassResolver
location: class
org.icenigrid.gridsam.core.plugin.manager.ResourceRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[91,49] cannot find symbol
symbol : class XmlModuleDescriptorProvider
location: class
org.icenigrid.gridsam.core.plugin.manager.ResourceRegistry
/Users/stain/download/GridSAM-2.0.1-src/modules/core/src/main/java/
org/icenigrid/gridsam/core/plugin/manager/ResourceRegistry.java:
[101,61] cannot find symbol
symbol : class XmlModuleDescriptorProvider
location: class
org.icenigrid.gridsam.core.plugin.manager.ResourceRegistry
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 28 seconds
[INFO] Finished at: Wed Apr 04 09:30:37 WEST 2007
[INFO] Final Memory: 9M/18M
[INFO]
------------------------------------------------------------------------
--
Stian Soiland, myGrid team
School of Computer Science
The University of Manchester
http://www.cs.man.ac.uk/~ssoiland/
|