Author: lahiru
Date: Tue Mar 5 16:25:46 2013
New Revision: 1452883
URL: http://svn.apache.org/r1452883
Log:
fixing build error in tools.
Modified:
airavata/trunk/tools/phoebus-integration/src/main/java/org/apache/airavata/core/gfac/phoebus/impl/PhoebusGridConfigurationHandler.java
Modified:
airavata/trunk/tools/phoebus-integration/src/main/java/org/apache/airavata/core/gfac/phoebus/impl/PhoebusGridConfigurationHandler.java
URL:
http://svn.apache.org/viewvc/airavata/trunk/tools/phoebus-integration/src/main/java/org/apache/airavata/core/gfac/phoebus/impl/PhoebusGridConfigurationHandler.java?rev=1452883&r1=1452882&r2=1452883&view=diff
==============================================================================
---
airavata/trunk/tools/phoebus-integration/src/main/java/org/apache/airavata/core/gfac/phoebus/impl/PhoebusGridConfigurationHandler.java
(original)
+++
airavata/trunk/tools/phoebus-integration/src/main/java/org/apache/airavata/core/gfac/phoebus/impl/PhoebusGridConfigurationHandler.java
Tue Mar 5 16:25:46 2013
@@ -21,26 +21,25 @@
package org.apache.airavata.core.gfac.phoebus.impl;
-import org.apache.airavata.core.gfac.external.GridConfigurationHandler;
+//import org.apache.airavata.core.gfac.external.GridConfigurationHandler;
import org.apache.airavata.core.gfac.utils.PhoebusUtils;
import org.globus.ftp.DataChannelAuthentication;
import org.globus.ftp.GridFTPClient;
-
-public class PhoebusGridConfigurationHandler implements
- GridConfigurationHandler {
-
- @Override
- public void handleSourceFTPClient(GridFTPClient client) throws
Exception {
- if
(PhoebusUtils.isPhoebusDriverConfigurationsDefined(client.getHost())) {
-
client.setDataChannelAuthentication(DataChannelAuthentication.NONE);
- client.site("SITE SETNETSTACK phoebus:" +
PhoebusUtils.getPhoebusDataChannelXIODriverParameters(client.getHost()));
- }
- }
-
- @Override
- public void handleDestinationFTPClient(GridFTPClient client)
- throws Exception {
-
- }
+//
+public class PhoebusGridConfigurationHandler {
+//
+// @Override
+// public void handleSourceFTPClient(GridFTPClient client) throws
Exception {
+// if
(PhoebusUtils.isPhoebusDriverConfigurationsDefined(client.getHost())) {
+//
client.setDataChannelAuthentication(DataChannelAuthentication.NONE);
+// client.site("SITE SETNETSTACK phoebus:" +
PhoebusUtils.getPhoebusDataChannelXIODriverParameters(client.getHost()));
+// }
+// }
+//
+// @Override
+// public void handleDestinationFTPClient(GridFTPClient client)
+// throws Exception {
+//
+// }
}