[FOray-commit] SF.net SVN: foray: [8254] trunk/foray/scripts
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-30 16:52:27
|
Revision: 8254
http://svn.sourceforge.net/foray/?rev=8254&view=rev
Author: victormote
Date: 2006-09-30 09:52:19 -0700 (Sat, 30 Sep 2006)
Log Message:
-----------
1. Add a script that minimally tests whether FOray is working or not.
2. Add svn:eol-style keywords to all script files. This is needed to ensure that the line-endings are proper regardless of what platform was used to download the scripts.
Modified Paths:
--------------
trunk/foray/scripts/build.bat
Added Paths:
-----------
trunk/foray/scripts/foray-test.bat
Property Changed:
----------------
trunk/foray/scripts/build.bat
trunk/foray/scripts/build.sh
trunk/foray/scripts/foray.bat
trunk/foray/scripts/foray.sh
trunk/foray/scripts/xalan.sh
Modified: trunk/foray/scripts/build.bat
===================================================================
--- trunk/foray/scripts/build.bat 2006-09-30 16:07:46 UTC (rev 8253)
+++ trunk/foray/scripts/build.bat 2006-09-30 16:52:19 UTC (rev 8254)
@@ -1,27 +1,27 @@
-@echo off
-
-echo "FOray Build System"
-echo "------------------"
-
-IF "%JAVA_HOME%" == "" GOTO JAVA_HOME_ERR
-IF "%ANT_HOME%" == "" GOTO ANT_HOME_ERR
-
-call %ANT_HOME%\bin\ant.bat %*
-
-GOTO END
-
-:JAVA_HOME_ERR
- echo ERROR: JAVA_HOME not found in your environment.
- echo
- echo Please set the JAVA_HOME variable in your environment to match the
- echo location of the Java Virtual Machine you want to use.
-GOTO END
-
-:ANT_HOME_ERR
- echo ERROR: ANT_HOME not found in your environment.
- echo
- echo Please set the ANT_HOME variable in your environment to match the
- echo location of the root of your ANT installation.
-GOTO END
-
-:END
+@echo off
+
+echo "FOray Build System"
+echo "------------------"
+
+IF "%JAVA_HOME%" == "" GOTO JAVA_HOME_ERR
+IF "%ANT_HOME%" == "" GOTO ANT_HOME_ERR
+
+call %ANT_HOME%\bin\ant.bat %*
+
+GOTO END
+
+:JAVA_HOME_ERR
+ echo ERROR: JAVA_HOME not found in your environment.
+ echo
+ echo Please set the JAVA_HOME variable in your environment to match the
+ echo location of the Java Virtual Machine you want to use.
+GOTO END
+
+:ANT_HOME_ERR
+ echo ERROR: ANT_HOME not found in your environment.
+ echo
+ echo Please set the ANT_HOME variable in your environment to match the
+ echo location of the root of your ANT installation.
+GOTO END
+
+:END
Property changes on: trunk/foray/scripts/build.bat
___________________________________________________________________
Name: svn:eol-style
- native
+ CRLF
Property changes on: trunk/foray/scripts/build.sh
___________________________________________________________________
Name: svn:eol-style
- native
+ LF
Added: trunk/foray/scripts/foray-test.bat
===================================================================
--- trunk/foray/scripts/foray-test.bat (rev 0)
+++ trunk/foray/scripts/foray-test.bat 2006-09-30 16:52:19 UTC (rev 8254)
@@ -0,0 +1,6 @@
+echo off
+
+rem The purpose of this script is to run FOray on one file from the
+rem distribution resources, just to ensure that it generally runs.
+
+foray.bat -fo file:../resource/fo-examples/basic/minimal.fo -pdf minimal.pdf
\ No newline at end of file
Property changes on: trunk/foray/scripts/foray-test.bat
___________________________________________________________________
Name: svn:eol-style
+ CRLF
Property changes on: trunk/foray/scripts/foray.bat
___________________________________________________________________
Name: svn:eol-style
+ CRLF
Property changes on: trunk/foray/scripts/foray.sh
___________________________________________________________________
Name: svn:eol-style
- native
+ LF
Property changes on: trunk/foray/scripts/xalan.sh
___________________________________________________________________
Name: svn:eol-style
- native
+ LF
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|