Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for bndrun (0.1 sec)

  1. okhttp/src/test/java/okhttp3/osgi/OsgiTest.kt

       * metadata this will fail with an exception.
       */
      @Test
      fun testMainModuleWithSiblings() {
        createWorkspace().use { workspace ->
          createBndRun(workspace).use { bndRun ->
            bndRun.resolve(
              false,
              false,
            )
          }
        }
      }
    
      private fun createWorkspace(): Workspace {
        val bndDir = workspaceDir / "cnf"
        val repoDir = bndDir / "repo"
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/BNDSmokeTest.groovy

        }
    
        def "BND plugin can resolve a bndrun file"() {
            given:
            def commonsVersion = "3.12.0"
            def directVersion = "2.7-SNAPSHOT"
            def calculatedDirectVersionRange = "[2.7,3)"
            def pathToBndrun = "src/main/resources/my.bndrun"
    
            settingsFile << """
    include "direct"
    """
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. src/cmd/go/internal/run/run.go

    For more about specifying packages, see 'go help packages'.
    
    See also: go build.
    	`,
    }
    
    func init() {
    	CmdRun.Run = runRun // break init loop
    
    	work.AddBuildFlags(CmdRun, work.DefaultBuildFlags)
    	if cfg.Experiment != nil && cfg.Experiment.CoverageRedesign {
    		work.AddCoverFlags(CmdRun, nil)
    	}
    	CmdRun.Flag.Var((*base.StringsFlag)(&work.ExecCmd), "exec", "")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 19:09:38 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  4. maven-compat/src/test/resources/inheritance-repo/t10/p0/p1/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t10-c</artifactId>
          <scope>runtime</scope>
        </dependency>
    
      </dependencies>
    
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 877 bytes
    - Viewed (0)
  5. maven-compat/src/test/resources/inheritance-repo/t05/p0/p1/pom.xml

          <artifactId>t05-c</artifactId>
          <version>1.0</version>
          <scope>runtime</scope>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 1.3K bytes
    - Viewed (0)
  6. maven-compat/src/test/resources/inheritance-repo/t06/p0/p1/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t06-c</artifactId>
          <version>1.0</version>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 1.3K bytes
    - Viewed (0)
  7. maven-compat/src/test/resources/inheritance-repo/t08/p0/p1/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t08-d</artifactId>
          <version>1.0</version>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 1.4K bytes
    - Viewed (0)
  8. maven-compat/src/test/resources/inheritance-repo/t09/p0/p2/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t09-d</artifactId>
          <version>1.0</version>
        </dependency>
    
      </dependencies>
    
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 877 bytes
    - Viewed (0)
  9. maven-compat/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml

          <groupId>maven-test</groupId>
          <artifactId>t04-c</artifactId>
          <version>1.0</version>
        </dependency>
    
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 26 20:16:00 UTC 2009
    - 876 bytes
    - Viewed (0)
  10. maven-core/src/test/resources/imports-repo/t01/p0/p1/pom.xml

        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>maven-test-b</artifactId>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 29 05:20:38 UTC 2009
    - 1.1K bytes
    - Viewed (0)
Back to top