Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for compilation (0.36 sec)

  1. guava-gwt/pom.xml

                Let's take the warnings for one module, c.g.c.base.testModule, as an example:
    
                  [INFO] Validating units:
                  [INFO]    Ignored 53 units with compilation errors in first pass.
                  [INFO] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
    
                Turning up the log level, we see that GWT is trying to compile classes from other
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 11 15:00:55 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  2. .idea/scopes/IDE.xml

      <scope name="IDE" pattern="file[idea_main]:*/||file[idea]:testData/*/||file[idea-formatter_main]:*/||file[ide-common_main]:*/||file[idea-android_main]:*/||file[idea-android-output-parser_main]:*/||file[idea]:idea-completion/testData/*/||file[idea-core_main]:*/||file[idea-gradle_main]:*/||file[idea-jps-common_main]:*/||file[idea-jvm_main]:*/||file[idea]:idea-live-templates/src/*/||file[idea]:idea-live-templates/testData/*/||file[idea-maven_main]:*/||file[idea-repl]...
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Tue Oct 24 16:22:04 GMT 2017
    - 609 bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/dependency-order/w-plugin-mgmt/pom.xml

        <dependency>
          <groupId>org.apache.maven.its.mng4003</groupId>
          <artifactId>d</artifactId>
          <version>1</version>
        </dependency>
      </dependencies>
    
      <build>
        <!-- NOTE: The combination with a plugin management section is an essential part of the test -->
        <pluginManagement>
          <plugins>
            <plugin>
              <artifactId>maven-clean-plugin</artifactId>
              <version>2.3</version>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/dependency-order/wo-plugin-mgmt/pom.xml

        <dependency>
          <groupId>org.apache.maven.its.mng4003</groupId>
          <artifactId>d</artifactId>
          <version>1</version>
        </dependency>
      </dependencies>
    
      <build>
        <!-- NOTE: The combination with a plugin section is an essential part of the test -->
        <plugins>
          <plugin>
            <artifactId>maven-clean-plugin</artifactId>
            <version>2.3</version>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  5. android/pom.xml

                         be passed as part of the same <arg> as -Xplugin:ErrorProne,
                         and I gave up trying to figure out how to do that for test
                         compilation only. -->
                    <arg>-Xplugin:ErrorProne -Xep:NullArgumentForNonNullParameter:OFF -Xep:Java8ApiChecker:ERROR</arg>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  6. api/maven-api-model/src/main/mdo/maven.mdo

                <![CDATA[
                The scope of the dependency - {@code compile}, {@code runtime},
                {@code test}, {@code system}, and {@code provided}. Used to
                calculate the various classpaths used for compilation, testing, and so on.
                It also assists in determining which artifacts to include in a distribution of
                this project. For more information, see
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  7. api/maven-api-metadata/src/main/mdo/metadata.mdo

              <version>1.1.0+</version>
              <description>Information for each sub-artifact available in this artifact snapshot. This is only the most recent SNAPSHOT for each unique extension/classifier combination.</description>
              <association>
                <type>SnapshotVersion</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
          </fields>
          <codeSegments>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 11 14:06:34 GMT 2024
    - 15.8K bytes
    - Viewed (0)
Back to top