tetra 0.46.0 → 0.48.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.rubocop.yml +6 -0
- data/README.md +5 -12
- data/SPECIAL_CASES.md +3 -74
- data/integration-tests/build-commons.sh +5 -8
- data/lib/template/kit/CONTENTS +4 -3
- data/lib/template/kit/apache-ant-1.9.4/INSTALL +2 -0
- data/lib/template/kit/apache-ant-1.9.4/KEYS +1497 -0
- data/lib/template/kit/apache-ant-1.9.4/LICENSE +272 -0
- data/lib/template/kit/apache-ant-1.9.4/NOTICE +9 -0
- data/lib/template/kit/apache-ant-1.9.4/README +97 -0
- data/lib/template/kit/apache-ant-1.9.4/WHATSNEW +6108 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/ant +336 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/ant.bat +218 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/ant.cmd +93 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/antRun +24 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/antRun.bat +50 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/antRun.pl +66 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/antenv.cmd +98 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/complete-ant-cmd.pl +114 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/envset.cmd +131 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/lcp.bat +31 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/runant.pl +153 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/runant.py +102 -0
- data/lib/template/kit/apache-ant-1.9.4/bin/runrc.cmd +60 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/ant-bootstrap.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/changelog.xsl +148 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/checkstyle/checkstyle-frames.xsl +299 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/checkstyle/checkstyle-text.xsl +34 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/checkstyle/checkstyle-xdoc.xsl +130 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/coverage-frames.xsl +489 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/jdepend-frames.xsl +487 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/jdepend.xsl +276 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/junit-frames-xalan1.xsl +745 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/junit-frames.xsl +955 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/junit-noframes.xsl +496 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/log.xsl +203 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/maudit-frames.xsl +503 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/mmetrics-frames.xsl +1026 -0
- data/lib/template/kit/apache-ant-1.9.4/etc/tagdiff.xsl +179 -0
- data/lib/template/kit/apache-ant-1.9.4/fetch.xml +335 -0
- data/lib/template/kit/apache-ant-1.9.4/get-m2.xml +121 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/README +3 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-antlr.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-antlr.pom +75 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bcel.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bcel.pom +71 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bsf.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bsf.pom +74 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-log4j.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-log4j.pom +69 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-oro.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-oro.pom +74 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-regexp.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-regexp.pom +70 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-resolver.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-resolver.pom +69 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-xalan2.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-xalan2.pom +94 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-logging.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-logging.pom +70 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-net.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-net.pom +75 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-jai.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-jai.pom +85 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-javamail.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-javamail.pom +78 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-jdepend.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-jdepend.pom +72 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-jmf.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-jmf.pom +65 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-jsch.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-jsch.pom +74 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit.pom +101 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit4.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit4.pom +71 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-launcher.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-launcher.pom +57 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-netrexx.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-netrexx.pom +98 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-parent.pom +151 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-swing.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-swing.pom +66 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-testutil.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant-testutil.pom +74 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant.jar +0 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/ant.pom +225 -0
- data/lib/template/kit/apache-ant-1.9.4/lib/libraries.properties +65 -0
- data/lib/template/kit/apache-maven-3.2.5/LICENSE +302 -0
- data/lib/template/kit/apache-maven-3.2.5/NOTICE +8 -0
- data/lib/template/kit/apache-maven-3.2.5/README.txt +77 -0
- data/lib/template/kit/apache-maven-3.2.5/bin/m2.conf +8 -0
- data/lib/template/kit/apache-maven-3.2.5/bin/mvn +202 -0
- data/lib/template/kit/apache-maven-3.2.5/bin/mvn.bat +197 -0
- data/lib/template/kit/apache-maven-3.2.5/bin/mvnDebug +200 -0
- data/lib/template/kit/apache-maven-3.2.5/bin/mvnDebug.bat +200 -0
- data/lib/template/kit/apache-maven-3.2.5/bin/mvnyjp +207 -0
- data/lib/template/kit/apache-maven-3.2.5/boot/plexus-classworlds-2.5.2.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/conf/logging/simplelogger.properties +25 -0
- data/lib/template/kit/apache-maven-3.2.5/conf/settings.xml +257 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-api-1.0.0.v20140518.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-api.license +261 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-connector-basic-1.0.0.v20140518.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-connector-basic.license +261 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-impl-1.0.0.v20140518.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-impl.license +261 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-spi-1.0.0.v20140518.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-spi.license +261 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-transport-wagon-1.0.0.v20140518.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-transport-wagon.license +261 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-util-1.0.0.v20140518.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aether-util.license +261 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/aopalliance-1.0.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/cdi-api-1.0.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/cdi-api.license +445 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/commons-cli-1.2.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/commons-io-2.2.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/commons-lang-2.6.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/ext/README.txt +2 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/guava-18.0.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/javax.inject-1.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/jsoup-1.7.2.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/jsoup.license +66 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/jsr250-api-1.0.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/jsr250-api.license +406 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-aether-provider-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-aether-provider.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-artifact-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-artifact.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-compat-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-compat.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-core-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-core.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-embedder-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-embedder.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-model-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-model-builder-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-model-builder.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-model.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-plugin-api-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-plugin-api.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-repository-metadata-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-repository-metadata.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings-builder-3.2.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings-builder.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.inject-0.3.0.M1.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.inject.license +261 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.plexus-0.3.0.M1.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.plexus.license +261 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/plexus-cipher-1.7.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/plexus-cipher.license +445 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/plexus-component-annotations-1.5.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/plexus-interpolation-1.21.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/plexus-sec-dispatcher-1.3.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/plexus-sec-dispatcher.license +445 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/plexus-utils-3.0.20.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/sisu-guice-3.2.3-no_aop.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-api-1.7.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-api.license +190 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-simple-1.7.5.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-simple.license +190 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/wagon-file-2.8.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/wagon-file.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http-2.8-shaded.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http-shared-2.8.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http-shared.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http.license +202 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/wagon-provider-api-2.8.jar +0 -0
- data/lib/template/kit/apache-maven-3.2.5/lib/wagon-provider-api.license +202 -0
- data/lib/tetra.rb +30 -29
- data/lib/tetra/facades/ant.rb +27 -0
- data/lib/tetra/{git.rb → facades/git.rb} +29 -24
- data/lib/tetra/facades/mvn.rb +44 -0
- data/lib/tetra/facades/process_runner.rb +65 -0
- data/lib/tetra/facades/tar.rb +20 -0
- data/lib/tetra/{kit_runner.rb → kit.rb} +3 -10
- data/lib/tetra/main.rb +12 -36
- data/lib/tetra/maven_website.rb +1 -1
- data/lib/tetra/packages/archivable.rb +3 -11
- data/lib/tetra/packages/{kit.rb → kit_package.rb} +1 -1
- data/lib/tetra/packages/{built_package.rb → package.rb} +2 -2
- data/lib/tetra/packages/scriptable.rb +27 -15
- data/lib/tetra/project.rb +18 -14
- data/lib/tetra/{commands/ant.rb → ui/ant_subcommand.rb} +5 -5
- data/lib/tetra/ui/dry_run_subcommand.rb +44 -0
- data/lib/tetra/{commands/generate_all.rb → ui/generate_all_subcommand.rb} +5 -5
- data/lib/tetra/{commands/generate_archive.rb → ui/generate_archive_subcommand.rb} +2 -2
- data/lib/tetra/{commands/generate_kit.rb → ui/generate_kit_subcommand.rb} +2 -2
- data/lib/tetra/{commands/generate_script.rb → ui/generate_script_subcommand.rb} +2 -2
- data/lib/tetra/{commands/generate_spec.rb → ui/generate_spec_subcommand.rb} +2 -2
- data/lib/tetra/{commands/get_pom.rb → ui/get_pom_subcommand.rb} +1 -1
- data/lib/tetra/{commands/init.rb → ui/init_subcommand.rb} +1 -1
- data/lib/tetra/{commands/move_jars_to_kit.rb → ui/move_jars_to_kit_subcommand.rb} +1 -1
- data/lib/tetra/{commands/mvn.rb → ui/mvn_subcommand.rb} +5 -5
- data/lib/tetra/{commands/base.rb → ui/subcommand.rb} +19 -6
- data/lib/tetra/version.rb +1 -1
- data/spec/lib/ant_spec.rb +36 -0
- data/spec/lib/archivable_spec.rb +1 -1
- data/spec/lib/built_package_spec.rb +6 -6
- data/spec/lib/kit_package_spec.rb +47 -0
- data/spec/lib/kit_spec.rb +8 -28
- data/spec/lib/mvn_spec.rb +47 -0
- data/spec/lib/project_spec.rb +11 -11
- data/spec/lib/scriptable_spec.rb +8 -16
- data/spec/spec_helper.rb +13 -4
- data/tetra.gemspec +1 -0
- metadata +207 -31
- data/lib/tetra/ant_runner.rb +0 -27
- data/lib/tetra/commands/download_maven_source_jars.rb +0 -29
- data/lib/tetra/commands/dry_run.rb +0 -17
- data/lib/tetra/commands/finish.rb +0 -22
- data/lib/tetra/commands/get_source.rb +0 -30
- data/lib/tetra/commands/list_kit_missing_sources.rb +0 -21
- data/lib/tetra/kit_checker.rb +0 -104
- data/lib/tetra/maven_runner.rb +0 -43
- data/lib/tetra/source_getter.rb +0 -41
- data/spec/lib/ant_runner_spec.rb +0 -45
- data/spec/lib/kit_checker_spec.rb +0 -119
- data/spec/lib/maven_runner_spec.rb +0 -68
- data/spec/lib/source_getter_spec.rb +0 -36
- data/spec/support/kit_runner_examples.rb +0 -15
Binary file
|
@@ -0,0 +1,57 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
5
|
+
this work for additional information regarding copyright ownership.
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
8
|
+
the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
See the License for the specific language governing permissions and
|
16
|
+
limitations under the License.
|
17
|
+
-->
|
18
|
+
<!--
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
21
|
+
URL : http://ant.apache.org
|
22
|
+
-->
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
24
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
25
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
26
|
+
<parent>
|
27
|
+
<groupId>org.apache.ant</groupId>
|
28
|
+
<artifactId>ant-parent</artifactId>
|
29
|
+
<relativePath>../pom.xml</relativePath>
|
30
|
+
<version>1.9.4</version>
|
31
|
+
</parent>
|
32
|
+
<modelVersion>4.0.0</modelVersion>
|
33
|
+
<url>http://ant.apache.org/</url>
|
34
|
+
<groupId>org.apache.ant</groupId>
|
35
|
+
<artifactId>ant-launcher</artifactId>
|
36
|
+
<version>1.9.4</version>
|
37
|
+
<name>Apache Ant Launcher</name>
|
38
|
+
<build>
|
39
|
+
<plugins>
|
40
|
+
<plugin>
|
41
|
+
<groupId>org.apache.maven.plugins</groupId>
|
42
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
43
|
+
<configuration>
|
44
|
+
<includes>
|
45
|
+
<include>org/apache/tools/ant/launch/*.java</include>
|
46
|
+
</includes>
|
47
|
+
|
48
|
+
</configuration>
|
49
|
+
</plugin>
|
50
|
+
</plugins>
|
51
|
+
<sourceDirectory>../../../../src/main</sourceDirectory>
|
52
|
+
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
53
|
+
<outputDirectory>../../../../target/ant-launcher/classes</outputDirectory>
|
54
|
+
<testOutputDirectory>../../../../target/ant-launcher/testcases</testOutputDirectory>
|
55
|
+
<directory>../../../../target/ant-launcher</directory>
|
56
|
+
</build>
|
57
|
+
</project>
|
Binary file
|
@@ -0,0 +1,98 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
5
|
+
this work for additional information regarding copyright ownership.
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
8
|
+
the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
See the License for the specific language governing permissions and
|
16
|
+
limitations under the License.
|
17
|
+
-->
|
18
|
+
<!--
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
21
|
+
URL : http://ant.apache.org
|
22
|
+
-->
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
24
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
25
|
+
<parent>
|
26
|
+
<groupId>org.apache.ant</groupId>
|
27
|
+
<artifactId>ant-parent</artifactId>
|
28
|
+
<relativePath>../pom.xml</relativePath>
|
29
|
+
<version>1.9.4</version>
|
30
|
+
</parent>
|
31
|
+
<modelVersion>4.0.0</modelVersion>
|
32
|
+
<url>http://ant.apache.org/</url>
|
33
|
+
<groupId>org.apache.ant</groupId>
|
34
|
+
<artifactId>ant-netrexx</artifactId>
|
35
|
+
<version>1.9.4</version>
|
36
|
+
<name>Apache Ant + NetRexx</name>
|
37
|
+
<description>NetRexxC task
|
38
|
+
dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html</description>
|
39
|
+
<dependencies>
|
40
|
+
<dependency>
|
41
|
+
<groupId>org.apache.ant</groupId>
|
42
|
+
<artifactId>ant</artifactId>
|
43
|
+
<version>1.9.4</version>
|
44
|
+
<scope>compile</scope>
|
45
|
+
</dependency>
|
46
|
+
<!-- Processed too early, before maven-antrun-plugin gets a chance to work:
|
47
|
+
<dependency>
|
48
|
+
<groupId>com.ibm.netrexx</groupId>
|
49
|
+
<artifactId>netrexx</artifactId>
|
50
|
+
<version>2.0.5</version>
|
51
|
+
<scope>system</scope>
|
52
|
+
<systemPath>${basedir}/../../../../lib/optional/NetRexxC.jar</systemPath>
|
53
|
+
</dependency>
|
54
|
+
-->
|
55
|
+
</dependencies>
|
56
|
+
<build>
|
57
|
+
<plugins>
|
58
|
+
<plugin>
|
59
|
+
<groupId>org.apache.maven.plugins</groupId>
|
60
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
61
|
+
<configuration>
|
62
|
+
<includes>
|
63
|
+
<include>org/apache/tools/ant/taskdefs/optional/NetRexxC*</include>
|
64
|
+
</includes>
|
65
|
+
<!-- Need to use this rather than system scope as above: -->
|
66
|
+
<compilerArguments>
|
67
|
+
<extdirs>${basedir}/../../../../lib/optional</extdirs>
|
68
|
+
</compilerArguments>
|
69
|
+
</configuration>
|
70
|
+
</plugin>
|
71
|
+
<plugin>
|
72
|
+
<groupId>org.apache.maven.plugins</groupId>
|
73
|
+
<artifactId>maven-antrun-plugin</artifactId>
|
74
|
+
<version>1.4</version>
|
75
|
+
<executions>
|
76
|
+
<execution>
|
77
|
+
<phase>validate</phase>
|
78
|
+
<configuration>
|
79
|
+
<tasks>
|
80
|
+
<ant dir="${basedir}/../../../.." antfile="fetch.xml" target="netrexx">
|
81
|
+
<property name="dest" value="optional"/>
|
82
|
+
</ant>
|
83
|
+
</tasks>
|
84
|
+
</configuration>
|
85
|
+
<goals>
|
86
|
+
<goal>run</goal>
|
87
|
+
</goals>
|
88
|
+
</execution>
|
89
|
+
</executions>
|
90
|
+
</plugin>
|
91
|
+
</plugins>
|
92
|
+
<sourceDirectory>../../../../src/main</sourceDirectory>
|
93
|
+
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
94
|
+
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
|
95
|
+
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
|
96
|
+
<directory>../../../../target/${project.artifactId}</directory>
|
97
|
+
</build>
|
98
|
+
</project>
|
@@ -0,0 +1,151 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
5
|
+
this work for additional information regarding copyright ownership.
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
8
|
+
the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
See the License for the specific language governing permissions and
|
16
|
+
limitations under the License.
|
17
|
+
-->
|
18
|
+
<!--
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
21
|
+
URL : http://ant.apache.org
|
22
|
+
-->
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
24
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
25
|
+
<modelVersion>4.0.0</modelVersion>
|
26
|
+
<groupId>org.apache.ant</groupId>
|
27
|
+
<artifactId>ant-parent</artifactId>
|
28
|
+
<version>1.9.4</version>
|
29
|
+
<packaging>pom</packaging>
|
30
|
+
<description>master POM</description>
|
31
|
+
<licenses>
|
32
|
+
<license>
|
33
|
+
<name>The Apache Software License, Version 2.0</name>
|
34
|
+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
35
|
+
<distribution>repo</distribution>
|
36
|
+
</license>
|
37
|
+
</licenses>
|
38
|
+
<name>Apache Ant</name>
|
39
|
+
<url>http://ant.apache.org/</url>
|
40
|
+
<inceptionYear>2000</inceptionYear>
|
41
|
+
<organization>
|
42
|
+
<name>The Apache Software Foundation</name>
|
43
|
+
<url>http://www.apache.org/</url>
|
44
|
+
</organization>
|
45
|
+
<distributionManagement>
|
46
|
+
<!-- Null out inherited apache distribution repo by default -->
|
47
|
+
<repository>
|
48
|
+
<id>dummy</id>
|
49
|
+
<name>Dummy to avoid accidental deploys</name>
|
50
|
+
<url>http://nowhere.net/</url>
|
51
|
+
</repository>
|
52
|
+
</distributionManagement>
|
53
|
+
<scm>
|
54
|
+
<connection>scm:svn:http://svn.apache.org/repos/asf/ant/core/trunk</connection>
|
55
|
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ant/core/trunk</developerConnection>
|
56
|
+
<url>http://svn.apache.org/repos/asf/ant/core/trunk</url>
|
57
|
+
</scm>
|
58
|
+
<ciManagement>
|
59
|
+
<system>hudson</system>
|
60
|
+
<url>https://builds.apache.org/job/Ant_BuildFromPOMs/</url>
|
61
|
+
</ciManagement>
|
62
|
+
<mailingLists>
|
63
|
+
<mailingList>
|
64
|
+
<name>Ant Developers List</name>
|
65
|
+
<subscribe>dev-subscribe@ant.apache.org</subscribe>
|
66
|
+
<unsubscribe>dev-unsubscribe@ant.apache.org</unsubscribe>
|
67
|
+
<post>dev@ant.apache.org</post>
|
68
|
+
<archive>http://mail-archives.apache.org/mod_mbox/ant-dev</archive>
|
69
|
+
</mailingList>
|
70
|
+
<mailingList>
|
71
|
+
<name>Ant Users List</name>
|
72
|
+
<subscribe>user-subscribe@ant.apache.org</subscribe>
|
73
|
+
<unsubscribe>user-unsubscribe@ant.apache.org</unsubscribe>
|
74
|
+
<post>user@ant.apache.org</post>
|
75
|
+
<archive>http://mail-archives.apache.org/mod_mbox/ant-user</archive>
|
76
|
+
</mailingList>
|
77
|
+
</mailingLists>
|
78
|
+
<issueManagement>
|
79
|
+
<system>bugzilla</system>
|
80
|
+
<url>http://issues.apache.org/bugzilla/</url>
|
81
|
+
</issueManagement>
|
82
|
+
<modules>
|
83
|
+
<module>ant</module>
|
84
|
+
<module>ant-antlr</module>
|
85
|
+
<module>ant-apache-bcel</module>
|
86
|
+
<module>ant-apache-bsf</module>
|
87
|
+
<module>ant-apache-log4j</module>
|
88
|
+
<module>ant-apache-oro</module>
|
89
|
+
<module>ant-apache-regexp</module>
|
90
|
+
<module>ant-apache-resolver</module>
|
91
|
+
<module>ant-apache-xalan2</module>
|
92
|
+
<module>ant-commons-logging</module>
|
93
|
+
<module>ant-commons-net</module>
|
94
|
+
<module>ant-jai</module>
|
95
|
+
<module>ant-javamail</module>
|
96
|
+
<module>ant-jdepend</module>
|
97
|
+
<module>ant-jmf</module>
|
98
|
+
<module>ant-jsch</module>
|
99
|
+
<module>ant-junit</module>
|
100
|
+
<module>ant-junit4</module>
|
101
|
+
<module>ant-launcher</module>
|
102
|
+
<module>ant-netrexx</module>
|
103
|
+
<module>ant-swing</module>
|
104
|
+
<module>ant-testutil</module>
|
105
|
+
</modules>
|
106
|
+
<dependencies>
|
107
|
+
<dependency>
|
108
|
+
<groupId>junit</groupId>
|
109
|
+
<artifactId>junit</artifactId>
|
110
|
+
<version>3.8.2</version>
|
111
|
+
<scope>test</scope>
|
112
|
+
</dependency>
|
113
|
+
</dependencies>
|
114
|
+
<build>
|
115
|
+
<sourceDirectory>../../../src/main</sourceDirectory>
|
116
|
+
<testSourceDirectory>../../../src/testcases</testSourceDirectory>
|
117
|
+
<outputDirectory>../../../target/classes</outputDirectory>
|
118
|
+
<testOutputDirectory>../../../target/testcases</testOutputDirectory>
|
119
|
+
<pluginManagement>
|
120
|
+
<plugins>
|
121
|
+
<plugin>
|
122
|
+
<groupId>org.apache.maven.plugins</groupId>
|
123
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
124
|
+
<version>2.3.2</version>
|
125
|
+
<configuration>
|
126
|
+
<source>1.5</source>
|
127
|
+
<target>1.5</target>
|
128
|
+
</configuration>
|
129
|
+
</plugin>
|
130
|
+
<plugin>
|
131
|
+
<groupId>org.apache.maven.plugins</groupId>
|
132
|
+
<artifactId>maven-jar-plugin</artifactId>
|
133
|
+
<version>2.4</version>
|
134
|
+
</plugin>
|
135
|
+
<plugin>
|
136
|
+
<groupId>org.apache.maven.plugins</groupId>
|
137
|
+
<artifactId>maven-surefire-plugin</artifactId>
|
138
|
+
<version>2.12</version>
|
139
|
+
</plugin>
|
140
|
+
<plugin>
|
141
|
+
<groupId>org.apache.maven.plugins</groupId>
|
142
|
+
<artifactId>maven-surefire-report-plugin</artifactId>
|
143
|
+
<version>2.12</version>
|
144
|
+
</plugin>
|
145
|
+
</plugins>
|
146
|
+
</pluginManagement>
|
147
|
+
</build>
|
148
|
+
<properties>
|
149
|
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
150
|
+
</properties>
|
151
|
+
</project>
|
Binary file
|
@@ -0,0 +1,66 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
5
|
+
this work for additional information regarding copyright ownership.
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
8
|
+
the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
See the License for the specific language governing permissions and
|
16
|
+
limitations under the License.
|
17
|
+
-->
|
18
|
+
<!--
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
21
|
+
URL : http://ant.apache.org
|
22
|
+
-->
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
24
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
25
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
26
|
+
<parent>
|
27
|
+
<groupId>org.apache.ant</groupId>
|
28
|
+
<artifactId>ant-parent</artifactId>
|
29
|
+
<relativePath>../pom.xml</relativePath>
|
30
|
+
<version>1.9.4</version>
|
31
|
+
</parent>
|
32
|
+
<modelVersion>4.0.0</modelVersion>
|
33
|
+
<url>http://ant.apache.org/</url>
|
34
|
+
<groupId>org.apache.ant</groupId>
|
35
|
+
<artifactId>ant-swing</artifactId>
|
36
|
+
<version>1.9.4</version>
|
37
|
+
<name>Apache Ant + Swing</name>
|
38
|
+
<description>a listener and a splash task based on Swing</description>
|
39
|
+
<dependencies>
|
40
|
+
<dependency>
|
41
|
+
<groupId>org.apache.ant</groupId>
|
42
|
+
<artifactId>ant</artifactId>
|
43
|
+
<version>1.9.4</version>
|
44
|
+
<scope>compile</scope>
|
45
|
+
</dependency>
|
46
|
+
</dependencies>
|
47
|
+
<build>
|
48
|
+
<plugins>
|
49
|
+
<plugin>
|
50
|
+
<groupId>org.apache.maven.plugins</groupId>
|
51
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
52
|
+
<configuration>
|
53
|
+
<includes>
|
54
|
+
<include>org/apache/tools/ant/taskdefs/optional/splash/*</include>
|
55
|
+
</includes>
|
56
|
+
</configuration>
|
57
|
+
</plugin>
|
58
|
+
</plugins>
|
59
|
+
<sourceDirectory>../../../../src/main</sourceDirectory>
|
60
|
+
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
61
|
+
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
|
62
|
+
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
|
63
|
+
<directory>../../../../target/${project.artifactId}</directory>
|
64
|
+
</build>
|
65
|
+
|
66
|
+
</project>
|
Binary file
|
@@ -0,0 +1,74 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
5
|
+
this work for additional information regarding copyright ownership.
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
8
|
+
the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
See the License for the specific language governing permissions and
|
16
|
+
limitations under the License.
|
17
|
+
-->
|
18
|
+
<!--
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
21
|
+
URL : http://ant.apache.org
|
22
|
+
-->
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
24
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
25
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
26
|
+
<parent>
|
27
|
+
<groupId>org.apache.ant</groupId>
|
28
|
+
<artifactId>ant-parent</artifactId>
|
29
|
+
<relativePath>../pom.xml</relativePath>
|
30
|
+
<version>1.9.4</version>
|
31
|
+
</parent>
|
32
|
+
<modelVersion>4.0.0</modelVersion>
|
33
|
+
<url>http://ant.apache.org/</url>
|
34
|
+
<groupId>org.apache.ant</groupId>
|
35
|
+
<artifactId>ant-testutil</artifactId>
|
36
|
+
<version>1.9.4</version>
|
37
|
+
<name>Apache Ant Test Utilities</name>
|
38
|
+
<description>test utility classes</description>
|
39
|
+
<dependencies>
|
40
|
+
<dependency>
|
41
|
+
<groupId>org.apache.ant</groupId>
|
42
|
+
<artifactId>ant</artifactId>
|
43
|
+
<version>1.9.4</version>
|
44
|
+
<scope>compile</scope>
|
45
|
+
</dependency>
|
46
|
+
<dependency>
|
47
|
+
<groupId>junit</groupId>
|
48
|
+
<artifactId>junit</artifactId>
|
49
|
+
<version>4.11</version>
|
50
|
+
<scope>compile</scope>
|
51
|
+
</dependency>
|
52
|
+
</dependencies>
|
53
|
+
<build>
|
54
|
+
<plugins>
|
55
|
+
<plugin>
|
56
|
+
<groupId>org.apache.maven.plugins</groupId>
|
57
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
58
|
+
<configuration>
|
59
|
+
<includes>
|
60
|
+
<include>org/apache/tools/ant/BuildFileTest*</include>
|
61
|
+
<include>org/apache/tools/ant/util/regexp/RegexpMatcherTest*</include>
|
62
|
+
<include>org/apache/tools/ant/util/regexp/RegexpTest*</include>
|
63
|
+
<include>org/apache/tools/ant/taskdefs/optional/AbstractXSLTLiaisonTest*</include>
|
64
|
+
<include>org/apache/tools/ant/types/AbstractFileSetTest*</include>
|
65
|
+
</includes>
|
66
|
+
</configuration>
|
67
|
+
</plugin>
|
68
|
+
</plugins>
|
69
|
+
<sourceDirectory>../../../../src/tests/junit</sourceDirectory>
|
70
|
+
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
|
71
|
+
<directory>../../../../target/${project.artifactId}</directory>
|
72
|
+
</build>
|
73
|
+
|
74
|
+
</project>
|