elharo commented on code in PR #100:
URL: https://github.com/apache/xerces-j/pull/100#discussion_r3582695853


##########
build.xml:
##########
@@ -915,11 +916,19 @@ Authors:
           classpathref="test.classpath"
           failOnError="yes">
     </java>
+<<<<<<< HEAD
+    <echo message="Running dom.ids.Test..." />
+    <java fork="yes"
+          classname="dom.ids.Test"
+          classpathref="test.classpath"
+          failOnError="yes">
+=======
     <java fork="yes"
           classname="dom.range.Test"
           classpathref="test.classpath"
           failOnError="yes">
       <arg value="all"/>
+>>>>>>> main

Review Comment:
   yes, the various conversions all hit the same few lines in the build.xml 
file. As son as one merges, the others need to be resolved.



-- 
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