So I am a little worried that we are testing the latest from master but maybe 
that's ok, you tell me. Aside from that and the notes below I was able to run 
through the rest of the readme file and all of the build commands on Windows, 
yes, all the way to xsltc_int_truncation_test.bat :-)

So +1

My test env:

Apache Ant(TM) version 1.10.12 compiled on October 13 2021

openjdk version "1.8.0_352"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_352-b08)
OpenJDK 64-Bit Server VM (Temurin)(build 25.352-b08, mixed mode)

Microsoft Windows [Version 10.0.19044.2364]

I tried and gave up on macOS as I did not want to debug or adapt the build sh 
file.

Gary

On 2023/01/08 16:49:15 "Gary D. Gregory" wrote:
> I don't understand why the fix below was needed because it so in git master.
> 
> Gary
> 
> On 2023/01/08 16:48:19 "Gary D. Gregory" wrote:
> > Required edit to build.bat:
> > 
> > "%_JAVACMD%" -mx1024m -classpath %_CLASSPATH% org.apache.tools.ant.Main %1 
> > %2 %3 %4 %5 %6 %7 %8 %9
> > 
> > ->
> > 
> > "%_JAVACMD%" -mx1024m -classpath "%_CLASSPATH%" org.apache.tools.ant.Main 
> > %1 %2 %3 %4 %5 %6 %7 %8 %9
> > 
> > Note the double quotes around %_CLASSPATH% which is required when your Java 
> > install folder contains spaces, for example: C:\Program Files\Eclipse 
> > Adoptium\jdk-8.0.352.8-hotspot\
> > 
> > Gary
> > 
> > On 2023/01/07 17:38:42 Mukul Gandhi wrote:
> > > Hi all,
> > >     We've published the new RC for XalanJ 2.7.3 release (located at
> > > https://dist.apache.org/repos/dist/dev/xalan/j/2.7.3/RC8/). This RC,
> > > uses Apache Commons BCEL 6.7.0, and also provides means (via improved
> > > ant build scripts, currently updated for windows platform) to build
> > > and test XalanJ from the source distribution.
> > > 
> > > The apache git tags corresponding to this RC, are following (these
> > > have been committed as well),
> > > xalan-java repos (branch xalan-j_2_7_1_maint) : xalan-j_2_7_3-rc8
> > > xalan-test repos (branch master) : xalan-j_2_7_3-rc8
> > > 
> > > The necessary XalanJ build tests pass, with this RC.
> > > 
> > > The key that can be used, to verify this RC is located within the file, at
> > > https://dlcdn.apache.org/xalan/xalan-j/KEYS.
> > > 
> > > The XalanJ readme file, has been updated here
> > > https://gitbox.apache.org/repos/asf?p=xalan-java.git;a=blob_plain;f=README;hb=refs/heads/xalan-j_2_7_1_maint,
> > > describing the XalanJ build and tests process.
> > > 
> > > Kindly review and vote, for this XalanJ 2.7.3 RC.
> > > 
> > > Great work everyone. Here's my +1 for this RC.
> > > 
> > > 
> > > -- 
> > > Regards,
> > > Mukul Gandhi
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
> > > For additional commands, e-mail: dev-h...@xalan.apache.org
> > > 
> > > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
> > For additional commands, e-mail: dev-h...@xalan.apache.org
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
> For additional commands, e-mail: dev-h...@xalan.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to