[Builds] ziptie Build Failed
Leo Bayer
lbayer at alterpoint.com
Fri Jun 22 16:11:12 CDT 2007
I jumped the gun on my check-in. Brian is working on changes to the
TFTP server's configuration that will fix this break.
Sorry for any inconvenience.
- Leo
On Fri, 2007-06-22 at 15:37 -0500, BuildAgent at ziptie.org wrote:
> Ziptie Commits:
> Date: 06/22/2007 15:36:30
>
> ______________________________________________________________________
> /home/build/cruisecontrol-bin-2.5/projects/ziptie/org.ziptie.net.ftp/src/org/ziptie/net/ftp/Activator.java:29: package org.eclipse.core.runtime does not exist
> import org.eclipse.core.runtime.FileLocator;
> ^
> /home/build/cruisecontrol-bin-2.5/projects/ziptie/org.ziptie.net.ftp/src/org/ziptie/net/ftp/Activator.java:30: package org.eclipse.core.runtime does not exist
> import org.eclipse.core.runtime.Path;
> ^
> /home/build/cruisecontrol-bin-2.5/projects/ziptie/org.ziptie.net.ftp/src/org/ziptie/net/ftp/Activator.java:35: package org.ziptie.server.config does not exist
> import org.ziptie.server.config.IConfigurationService;
> ^
> /home/build/cruisecontrol-bin-2.5/projects/ziptie/org.ziptie.net.ftp/src/org/ziptie/net/ftp/Activator.java:54: cannot find symbol
> symbol : class IConfigurationService
> location: class org.ziptie.net.ftp.Activator
> configServiceTracker = new ServiceTracker(context, IConfigurationService.class.getName(), null);
> ^
> /home/build/cruisecontrol-bin-2.5/projects/ziptie/org.ziptie.net.ftp/src/org/ziptie/net/ftp/Activator.java:87: cannot find symbol
> symbol : class Path
> location: class org.ziptie.net.ftp.Activator
> URL result = FileLocator.find(bundle, new Path(""), null); //$NON-NLS-1$
> ^
> /home/build/cruisecontrol-bin-2.5/projects/ziptie/org.ziptie.net.ftp/src/org/ziptie/net/ftp/Activator.java:87: cannot find symbol
> symbol : variable FileLocator
> location: class org.ziptie.net.ftp.Activator
> URL result = FileLocator.find(bundle, new Path(""), null); //$NON-NLS-1$
> ^
> /home/build/cruisecontrol-bin-2.5/projects/ziptie/org.ziptie.net.ftp/src/org/ziptie/net/ftp/Activator.java:88: cannot find symbol
> symbol : variable FileLocator
> location: class org.ziptie.net.ftp.Activator
> result = FileLocator.toFileURL(result);
> ^
> /home/build/cruisecontrol-bin-2.5/projects/ziptie/org.ziptie.net.ftp/src/org/ziptie/net/ftp/Activator.java:100: cannot find symbol
> symbol : class IConfigurationService
> location: class org.ziptie.net.ftp.Activator
> return ((IConfigurationService) configServiceTracker.getService()).getConfigurationRoot().toASCIIString();
> ^
> 8 errors
>
>
> ______________________________________________________________________
> User
> File
> Comment
> lbayer
> .classpath v1.3
> mv ftpserver-dev.jar to
> root of bundle to
> support exporting
> classes
> lbayer
> build.properties v1.2
> mv ftpserver-dev.jar to
> root of bundle to
> support exporting
> classes
> lbayer
> ftpserver-dev.jar v1.1
> mv ftpserver-dev.jar to
> root of bundle to
> support exporting
> classes
> lbayer
> MANIFEST.MF v1.7
> export apache ftpserver
> packages
> lbayer
> MANIFEST.MF v1.6
> mv ftpserver-dev.jar to
> root of bundle to
> support exporting
> classes
> lbayer
> ftpserver-dev.jar v1.2
> mv ftpserver-dev.jar to
> root of bundle to
> support exporting
> classes
More information about the Builds
mailing list