SingingBush commented on PR #54:
URL: https://github.com/apache/xerces-j/pull/54#issuecomment-3552481668

   > I need to figure out how these are actually used. I would have thought all 
these came from head. I'm surprised we're loading particular jars. We might 
need to pull in someone who has admin rights on the GitHub repo.
   
   They are referenced in the build.xml when setting up classpath for xjavac:
   
   ```
   
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}"
   ```
   
   but certainly overhauling the build would be good. I'd prefer to just 
migrate to a maven build. There seems to be a lot of unnecessary stuff in this 
Ant build. A good starting point could be to drop the deprecated tasks: 
   
    - deprecatedjar
    - deprecatedjars
    - deprecated-bin
    - deprecatedall


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to