Searched refs:getSourceDir (Results 1 - 18 of 18) sorted by relevance

/glassfish-3.1.2/extras/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/
H A DOSGiDeployer.java103 File file = context.getSourceDir();
122 String location = makeBundleLocation(context.getSourceDir());
128 throw new RuntimeException("Unable to determine bundle corresponding to application location " + context.getSourceDir());
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/
H A DDeploymentContext.java114 public File getSourceDir(); method in interface:DeploymentContext
/glassfish-3.1.2/deployment/common/src/main/java/com/sun/enterprise/deploy/jar/
H A DJarHandler.java118 new GFEjbJarXMLParser(context.getSourceDir());
130 new SunEjbJarXMLParser(context.getSourceDir());
144 new File[] {context.getSourceDir()}, true);
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebDeployer.java164 wmInfo.setLocation(dc.getSourceDir());
218 final File inDir = dc.getSourceDir();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/startup/
H A DEjbDeployer.java194 String errMsg = localStrings.getLocalString("context.contains.no.ejb", "DeploymentContext does not contain any EJB", dc.getSourceDir());
252 _logger.log( Level.FINE, "EjbDeployer Loading app from: " + dc.getSourceDir());
263 " Check archive to ensure correct packaging for " + dc.getSourceDir());
449 dc.getSourceDir(), e);
/glassfish-3.1.2/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/
H A DEarHandler.java311 new GFApplicationXmlParser(context.getSourceDir());
322 new SunApplicationXmlParser(context.getSourceDir());
329 final URL[] earLibURLs = ASClassLoaderUtil.getAppLibDirLibraries(context.getSourceDir(), holder.app.getLibraryDirectory(), compatProp);
H A DEarDeployer.java400 File appRoot = context.getSourceDir();
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DSnifferManagerImpl.java244 context.getSourceDir().getPath()));
H A DApplicationLifecycle.java337 report.setMessage(localStrings.getLocalString("unknownarchivetype","Archive type of {0} was not recognized",context.getSourceDir()));
613 report.failure(logger,localStrings.getLocalString("deploy.unknownmoduletpe","Module type not recognized for module {0}", context.getSourceDir()));
/glassfish-3.1.2/deployment/javaee-core/src/main/java/org/glassfish/javaee/core/deployment/
H A DJavaEEDeployer.java114 classpath.append(ctx.getSourceDir().toURI().getPath());
H A DDolProvider.java305 context.getSourceDir());
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/
H A DClientJarMakerThread.java145 dc.getSourceDir());
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/
H A DConnectorDeployer.java162 File sourceDir = context.getSourceDir();
266 File sourceDir = dc.getSourceDir();
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DVerifier.java132 verifierFrameworkContext.setJarFileName(context.getSourceDir().getAbsolutePath());
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DWebServicesDeployer.java207 File moduleDir = dc.getSourceDir();
648 File f = new File(dc.getSourceDir(),next.getWsdlFileUri()) ;
920 context.getSourceDir());
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/
H A DDeploymentContextImpl.java267 public File getSourceDir() { method in class:DeploymentContextImpl
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/codegen/
H A DJaxRpcRICodegen.java145 rootLocation_.open(context.getSourceDir().toURI());
670 // Could also check if getSourceDir() ends in 'war,' but
672 String moduleBasePath = context.getSourceDir().getAbsolutePath();
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/
H A DJavaWebStartInfo.java229 dc.getSourceDir() : new File(dc.getSource().getParentArchive().getURI());

Completed in 45 milliseconds