You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2016/03/29 11:19:31 UTC

svn commit: r1736993 - in /xmlgraphics/fop/trunk/fop: fop fop.bat

Author: ssteiner
Date: Tue Mar 29 09:19:30 2016
New Revision: 1736993

URL: http://svn.apache.org/viewvc?rev=1736993&view=rev
Log:
FOP-2593: Shell scripts only point to ant jars

Modified:
    xmlgraphics/fop/trunk/fop/fop
    xmlgraphics/fop/trunk/fop/fop.bat

Modified: xmlgraphics/fop/trunk/fop/fop
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/fop?rev=1736993&r1=1736992&r2=1736993&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/fop (original)
+++ xmlgraphics/fop/trunk/fop/fop Tue Mar 29 09:19:30 2016
@@ -158,7 +158,7 @@ LOCALCLASSPATH=${FOP_HOME}/build/fop.jar
 OLD_IFS=$IFS
 IFS="
 "
-DIRLIBS=${FOP_HOME}/lib/*.jar
+DIRLIBS=${FOP_HOME}/*/*.jar
 for i in ${DIRLIBS}
 do
     # if the directory is empty, then it will return the input string

Modified: xmlgraphics/fop/trunk/fop/fop.bat
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/fop.bat?rev=1736993&r1=1736992&r2=1736993&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/fop.bat (original)
+++ xmlgraphics/fop/trunk/fop/fop.bat Tue Mar 29 09:19:30 2016
@@ -56,7 +56,7 @@ rem set LOGLEVEL=-Dorg.apache.commons.lo
 set LIBDIR=%LOCAL_FOP_HOME%lib
 
 set LOCALCLASSPATH=%FOP_HYPHENATION_PATH%
-for %%l in (%LOCAL_FOP_HOME%build\*.jar %LIBDIR%\*.jar) do set LOCALCLASSPATH=!LOCALCLASSPATH!;%%l
+for %%l in (%LOCAL_FOP_HOME%build\*.jar %LIBDIR%\*.jar %LOCAL_FOP_HOME%target\*.jar) do set LOCALCLASSPATH=!LOCALCLASSPATH!;%%l
 
 set JAVAOPTS=-Denv.windir=%WINDIR%
 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org