Rena Tsantouli 2009-05-06 11:48:49 +00:00
parent 33170d16b8
commit 9c8ec976c3
2 changed files with 5 additions and 6 deletions

View File

@ -2,10 +2,9 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/dependenciesD4s"/>
<classpathentry kind="lib" path="C:/Documents and Settings/rena/Desktop/ISCache.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/dependenciesD4S"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ehcache"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/gCore"/>
<classpathentry kind="lib" path="C:/Users/Rena/workspace/ISCache.jar"/>
<classpathentry kind="lib" path="C:/Users/Rena/workspace/org.gcube.thumbnailer.stubs.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -23,9 +23,9 @@ public class UserCredential {
try {
String sharedDir = Settings.getInstance().getProperty("sharedDir");
System.out.println("file " + sharedDir + "/vomsAPI.properties exists: "+ new File(sharedDir + "/vomsAPI.properties").exists());
// man = new CredentialsManagerImpl(sharedDir + "/vomsAPI.properties");
VOMSAdminImpl vomsAdm = new VOMSAdminImpl(sharedDir + "/vomsAPI.properties");
man = new CredentialsManagerImpl(vomsAdm);
man = new CredentialsManagerImpl(sharedDir + "/vomsAPI.properties");
// VOMSAdminImpl vomsAdm = new VOMSAdminImpl(sharedDir + "/vomsAPI.properties");
// man = new CredentialsManagerImpl(vomsAdm);
} catch (Exception e1) {
e1.printStackTrace();
}