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

Reply via email to