Browse Source

getting better, I found the xercesImpl and the xml-apis that we are using on the Maven repository.

And I did an upload request for jsch-0.1.29


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467207 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 18 years ago
parent
commit
ed5200f638
4 changed files with 8 additions and 10 deletions
  1. +2
    -4
      src/etc/poms/README.txt
  2. +2
    -2
      src/etc/poms/ant-nodeps/pom.xml
  3. +2
    -2
      src/etc/poms/ant-trax/pom.xml
  4. +2
    -2
      src/etc/poms/ant/pom.xml

+ 2
- 4
src/etc/poms/README.txt View File

@@ -6,8 +6,6 @@ The Ant jars can be built using Maven and the POMS present in this directory.
Libs not available in the maven repository

groupId artifactId version comment
xerces xerces-impl 2.8.1 the xercesImpl.jar supplied with ant is the right one
xml-apis xml-apis 2.8.1 the xml-apis.jar supplied with ant is the right one
com.bea weblogic 8.1.3.0 download it
com.bea weblogicclasses 5.1 a newer version can do.
jai jai-core 1.1.2_01 download jai from sun
@@ -39,8 +37,6 @@ mvn install -Dmaven.test.skip=true

TODO :

* write MAVEN-UPLOAD request for xerces, xml-apis, and jsch.

* see if the dependency to weblogicclasses.jar can be replaced by a dependency to some j2ee.jar from Sun,
as it supplies some javax.ejb classes which are required at compile time.

@@ -57,4 +53,6 @@ REFERENCES :
about skipping tests :
http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html

upload request for jsch-0.1.29
http://jira.codehaus.org/browse/MAVENUPLOAD-1197

+ 2
- 2
src/etc/poms/ant-nodeps/pom.xml View File

@@ -25,7 +25,7 @@
XML files, particularly the build files, if the JDK does not provide a parser
xercesImpl.jar is provided with ant -->
<groupId>xerces</groupId>
<artifactId>xerces-impl</artifactId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
<optional>true</optional>
<scope>runtime</scope>
@@ -37,7 +37,7 @@
a version of xml-apis.jar is delivered with ant -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.8.1</version>
<version>1.3.03</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>


+ 2
- 2
src/etc/poms/ant-trax/pom.xml View File

@@ -25,7 +25,7 @@
XML files, particularly the build files, if the JDK does not provide a parser
xercesImpl.jar is provided with ant -->
<groupId>xerces</groupId>
<artifactId>xerces-impl</artifactId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
<optional>true</optional>
<scope>runtime</scope>
@@ -37,7 +37,7 @@
a version of xml-apis.jar is delivered with ant -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.8.1</version>
<version>1.3.03</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>


+ 2
- 2
src/etc/poms/ant/pom.xml View File

@@ -29,7 +29,7 @@
XML files, particularly the build files, if the JDK does not provide a parser
xercesImpl.jar is provided with ant -->
<groupId>xerces</groupId>
<artifactId>xerces-impl</artifactId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
<optional>true</optional>
<scope>runtime</scope>
@@ -41,7 +41,7 @@
a version of xml-apis.jar is delivered with ant -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.8.1</version>
<version>1.3.03</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>


Loading…
Cancel
Save