You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/11/28 22:25:00 UTC

cvs commit: jakarta-turbine-maven/src/bin forehead.conf

dion        2002/11/28 13:25:00

  Modified:    src/bin  forehead.conf
  Log:
  - Move piccolo into the root class loader, as it has xml classes
  possibly needed by xml-apis.
  - Note: the current piccolo jar also contains classes in the xml-apis jar - this
    needs to be fixed
  - Ensure piccolo is below xml-apis.jar in the list so that the xml-apis 
    JAXP/sax/dom classes are used, not the ones in piccolo
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-turbine-maven/src/bin/forehead.conf
  
  Index: forehead.conf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/bin/forehead.conf,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- forehead.conf	15 Nov 2002 23:56:25 -0000	1.12
  +++ forehead.conf	28 Nov 2002 21:25:00 -0000	1.13
  @@ -6,13 +6,13 @@
   =[root.maven] org.apache.maven.cli.App
   
   [root]
  -
       ${tools.jar}
       ${maven.home}/lib/commons-grant-1.0-beta-4.jar
       ${maven.home}/lib/ant-1.5.jar
  -    ${maven.home}/lib/xerces-2.0.2.jar
       ${maven.home}/lib/xml-apis-1.0.b2.jar
       ${maven.home}/lib/ant-optional-1.5.jar
  +    ${maven.home}/lib/piccolo-1.0.3.jar
  +    ${maven.home}/lib/xerces-2.2.1.jar
   
   [root.maven]
       ${maven.home}/lib/*.jar