Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for bndrun (0.17 sec)

  1. 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)
  2. src/cmd/go/main.go

    		clean.CmdClean,
    		doc.CmdDoc,
    		envcmd.CmdEnv,
    		fix.CmdFix,
    		fmtcmd.CmdFmt,
    		generate.CmdGenerate,
    		modget.CmdGet,
    		work.CmdInstall,
    		list.CmdList,
    		modcmd.CmdMod,
    		workcmd.CmdWork,
    		run.CmdRun,
    		telemetrycmd.CmdTelemetry,
    		test.CmdTest,
    		tool.CmdTool,
    		version.CmdVersion,
    		vet.CmdVet,
    
    		help.HelpBuildConstraint,
    		help.HelpBuildmode,
    		help.HelpC,
    		help.HelpCache,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:09:11 UTC 2024
    - 10K bytes
    - Viewed (0)
  3. src/cmd/dist/util.go

    			select {
    			case <-dying:
    				return
    			default:
    				w()
    			}
    		}
    	}
    }
    
    // bgrun is like run but runs the command in the background.
    // CheckExit|ShowOutput mode is implied (since output cannot be returned).
    // bgrun adds 1 to wg immediately, and calls Done when the work completes.
    func bgrun(wg *sync.WaitGroup, dir string, cmd ...string) {
    	wg.Add(1)
    	bgwork <- func() {
    		defer wg.Done()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 23 17:50:29 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/plugin/DefaultBuildPluginManager.java

    import org.codehaus.plexus.classworlds.realm.ClassRealm;
    import org.eclipse.aether.RepositorySystemSession;
    import org.eclipse.aether.repository.RemoteRepository;
    import org.slf4j.LoggerFactory;
    
    // TODO the antrun plugin has its own configurator, the only plugin that does. might need to think about how that works
    // TODO remove the coreArtifactFilterManager
    
    /**
     * DefaultBuildPluginManager
     */
    @Named
    @Singleton
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

                </configuration>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-antrun-plugin</artifactId>
            <dependencies>
              <dependency>
                <groupId>ant</groupId>
                <artifactId>ant-antlr</artifactId>
                <version>1.6.5</version>
              </dependency>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Sep 22 08:59:31 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/toolchain/select.go

    	switch os.Args[1] {
    	default:
    		// Command doesn't support a pkg@version as the main module.
    		return false
    	case "install":
    		cmdFlags = &work.CmdInstall.Flag
    	case "run":
    		cmdFlags = &run.CmdRun.Flag
    	}
    
    	// The modcachrw flag is unique, in that it affects how we fetch the
    	// requested module to even figure out what toolchain it needs.
    	// We need to actually set it before we check the toolchain version.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:25:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  7. guava-gwt/pom.xml

                <version>${project.version}</version>
                <classifier>test-sources</classifier>
              </dependency>
            </dependencies>
          </plugin>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <executions>
              <execution>
                <id>copy-gwt-files</id>
                <phase>generate-resources</phase>
                <goals><goal>run</goal></goals>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 11 15:00:55 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  8. android/pom.xml

            </plugin>
            <plugin>
              <artifactId>maven-dependency-plugin</artifactId>
              <version>3.1.1</version>
            </plugin>
            <plugin>
              <artifactId>maven-antrun-plugin</artifactId>
              <version>1.6</version>
            </plugin>
            <plugin>
              <artifactId>maven-surefire-plugin</artifactId>
              <version>2.7.2</version>
              <configuration>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  9. pom.xml

            </plugin>
            <plugin>
              <artifactId>maven-dependency-plugin</artifactId>
              <version>3.1.1</version>
            </plugin>
            <plugin>
              <artifactId>maven-antrun-plugin</artifactId>
              <version>1.6</version>
            </plugin>
            <plugin>
              <artifactId>maven-surefire-plugin</artifactId>
              <version>2.7.2</version>
              <configuration>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    Although the plugin systems are very different beneath the surface, they share many feature-based plugins, such as:
    
    * Shade/Shadow
    * Jetty
    * Checkstyle
    * JaCoCo
    * AntRun (see further down)
    
    Why does this matter? Because many plugins rely on standard Java conventions, migration is just a matter of replicating the configuration of the Maven plugin in Gradle.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
Back to top