16 references to WriteJarWithManifest
Aspire.Hosting.Java.Tests (16)
AddJavaAppTests.cs (16)
1396var runJar = WriteJarWithManifest( 1472var jarPath = WriteJarWithManifest(tempDir.Path, "api.jar", "com.example.catalog.CatalogApplication"); 1491var jarPath = WriteJarWithManifest(tempDir.Path, "target/api.jar", "com.example.catalog.CatalogApplication"); 1507WriteJarWithManifest(tempDir.Path, "api.jar", MainClass, wrapLongValue: true); 1521var jarPath = WriteJarWithManifest(tempDir.Path, "api.jar", "org.springframework.boot.loader.JarLauncher"); 1537WriteJarWithManifest(tempDir.Path, "no-main.jar", mainClass: null); 1564WriteJarWithManifest( 1608WriteJarWithManifest(tempDir.Path, "build/libs/orders.jar", mainClass: null, startClass: "com.example.orders.OrdersApplication"); 1611WriteJarWithManifest(tempDir.Path, "build/libs/orders-plain.jar", mainClass: null); 1612WriteJarWithManifest(tempDir.Path, "build/libs/orders-sources.jar", mainClass: null); 1613WriteJarWithManifest(tempDir.Path, "build/libs/orders-javadoc.jar", mainClass: null); 1629WriteJarWithManifest(tempDir.Path, "target/catalog-0.0.1-SNAPSHOT.jar", mainClass: null, startClass: "com.example.catalog.CatalogApplication"); 1630WriteJarWithManifest(tempDir.Path, "target/catalog-0.0.1-SNAPSHOT-shaded.jar", mainClass: null, startClass: "com.example.catalog.Other"); 1647WriteJarWithManifest(tempDir.Path, "target/catalog.jar", mainClass: "org.springframework.boot.loader.launch.JarLauncher"); 1665WriteJarWithManifest(tempDir.Path, "target/catalog.jar", mainClass: null, startClass: "com.example.catalog.CatalogApplication"); 1779WriteJarWithManifest(