#
# Configuration check
#
-XMLLINT="$(git config --get hooks.xmllint)"
+XMLINDENT="$(git config --get hooks.xmlindent)"
-if test ! -x "$XMLLINT"
+if test ! -x "$XMLINDENT"
then
- echo "Unable to find xmllint executable on the configuration."
+ echo "Unable to find xmlindent executable on the configuration."
echo
echo "Please configure it with :"
- echo " git config --global hooks.xmllint C:/path/to/xmllint"
+ echo " git config --global hooks.xmlindent C:/path/to/xmlindent"
echo " or "
- echo " git config --global hooks.xmllint /usr/bin/xmllint"
+ echo " git config --global hooks.xmlindent /usr/bin/xmlindent"
echo
fi
-if test -z "$(git config --get-all xmllint.ignored)"
+if test -z "$(git config --get-all xmlindent.ignored)"
then
- echo "Unable to find xmllint ignored list on the configuration, ignored"
+ echo "Unable to find xmlindent ignored list on the configuration, ignored"
echo
echo "You can configure it with :"
- echo " git config --add xmllint.ignored 'scilab/Visual-Studio-settings/*.xml' "
- echo " git config --add xmllint.ignored 'scilab/checkstyle/*.xml' "
+ echo " git config --add xmlindent.ignored 'scilab/Visual-Studio-settings/*.xml' "
+ echo " git config --add xmlindent.ignored 'scilab/checkstyle/*.xml' "
echo
- XMLLINT_IGNORED=""
+ XMLINDENT_IGNORED=""
else
- XMLLINT_IGNORED="$(find $(git config --get-all xmllint.ignored))"
+ XMLINDENT_IGNORED="$(find $(git config --get-all xmlindent.ignored))"
fi
INDENT="$(git config --get hooks.indent)"
esac
done
}
-# Indent the file with xmllint if this is an xcos file
+# Indent the file with xmlindent if this is an xcos file
__indent_Xml() {
- if test ! -x "$XMLLINT"
+ if test ! -x "$XMLINDENT"
then
return;
fi
fi
# ignored globs
- if test -n "$XMLLINT_IGNORED"
+ if test -n "$XMLINDENT_IGNORED"
then
- echo $XMLLINT_IGNORED |grep -q $file
+ echo $XMLINDENT_IGNORED |grep -q $file
if test $? -eq 0
then
echo "Formatting" $file ": ignored"
fi
echo "Formatting" $file
- "$XMLLINT" --format -o "$file" "$file"
+ "$XMLINDENT" -i 2 -o "$file" "$file"
git add "$file"
}
# Indent the file with `indent' if this is a C/CPP file
* Bug #10185 fixed - Add xmlDelete("all") in xml.quit.
+
+Help
+====
+
+* Management of Docbook tags <note>, <caution>, <warning>, <important> and
+ <tip>. See bug #10505.
+
+
Xcos
====
- SELECT_m - Selector block
- NEGTOPOS_f - Threshold negative to positive
+* Bug #6733 fixed - Each call to xcos created an empty diagram.
+
* Bug #8744 fixed - Solving the initialization problem more than once crash
Scilab.
* Bug #10422 fixed - Exception occured when exporting with an unspecified
format.
+* Bug #10461 fixed - Canceling a Quit operation did not work.
+
+* Bug #10486 fixed - importXcosDiagram opened a tab.
+
+* Bug #10499 fixed - lincos example in help file returned warning and error.
+
Unitary testing
===============
* Bug #10267 fixed - The help browser did not use the default language on restoration.
+* Bug #10303 fixed - test_run ignored "enable_lt" option.
+
+* Bug #10304 fixed - test_run did not return an error when using an invalid option.
+
+* Bug #10330 fixed - 'error' did not manage vector of strings as input argument, but
+ but 'lasterror' returned vector of strings.
+
* Bug #10379 fixed - lines did not manage a 1x2 vector [nc, nl] as input argument.
* Bug #10384 fixed - On exit, "Close Console" was proposed rather than "Close
* Bug #10482 fixed - Wrong error message in format function fixed.
+* Bug #10500 fixed - ATOMS module without DESCRIPTION file returned a wrong
+ error message.
+
+* Bug #10503 fixed - error(999.666) did trunc error code without an error.
+
Changes between version 5.3.3 and 5.4.0-alpha-1 of Scilab
=========================================================
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graphics", "modules\graphics\graphics.vcxproj", "{8CCDD3C2-B025-4A12-A986-1AA28D7C0C33}"
ProjectSection(ProjectDependencies) = postProject
{DBC45B0D-6E0A-4107-B284-5A3B0C5BB50D} = {DBC45B0D-6E0A-4107-B284-5A3B0C5BB50D}
+ {43C5BAB1-1DCA-4743-A183-77E0D42FE7D0} = {43C5BAB1-1DCA-4743-A183-77E0D42FE7D0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "integer", "modules\integer\src\c\integer.vcxproj", "{C7865CAA-EC7C-41EB-8324-2B81C384CA20}"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "javasci-Ant", "modules\javasci\src\java\javasci-JAVA.vcxproj", "{6182A20D-8111-41C1-9713-CD2A4725057C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {ABCB724E-8534-4420-AC12-7C33A606ABA3} = {ABCB724E-8534-4420-AC12-7C33A606ABA3}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gui-Ant", "modules\gui\src\java\gui-JAVA.vcxproj", "{F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {4235A847-ED0E-43A3-B62B-E59CB857EDE9} = {4235A847-ED0E-43A3-B62B-E59CB857EDE9}
{B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
+ {3E4EF47F-2284-4B43-ABBB-20593FF0B51D} = {3E4EF47F-2284-4B43-ABBB-20593FF0B51D}
{63965A84-E354-4CBC-BFAC-FDFC8224573F} = {63965A84-E354-4CBC-BFAC-FDFC8224573F}
+ {251D7C8F-9B69-4CE9-959E-57F343DDC883} = {251D7C8F-9B69-4CE9-959E-57F343DDC883}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dynamiclibrary", "libs\dynamiclibrary\dynamiclibrary.vcxproj", "{77154919-8A20-4F35-B7C7-6B3B957BDCA1}"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renderer-Ant", "modules\renderer\src\java\renderer-JAVA.vcxproj", "{4235A847-ED0E-43A3-B62B-E59CB857EDE9}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renderer", "modules\renderer\renderer.vcxproj", "{B23B01C1-A545-4BA0-9950-7BCADE201C5B}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "console-Ant", "modules\console\src\java\console-JAVA.vcxproj", "{251D7C8F-9B69-4CE9-959E-57F343DDC883}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
+ {63965A84-E354-4CBC-BFAC-FDFC8224573F} = {63965A84-E354-4CBC-BFAC-FDFC8224573F}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
{E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
+ {B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D} = {B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doublylinkedlist", "libs\doublylinkedlist\doublylinkedlist.vcxproj", "{ED02137F-0A4F-4EF0-AC58-97ACE37FA89D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "completion-Ant", "modules\completion\src\java\completion-JAVA.vcxproj", "{B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D}"
ProjectSection(ProjectDependencies) = postProject
{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nocompletion", "modules\completion\src\nocompletion\nocompletion.vcxproj", "{D1586C83-3F16-467B-85C6-6A12A08CCB8D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "action_binding", "modules\action_binding\src\c\action_binding.vcxproj", "{8A654CC5-22C1-4972-A8CF-1B89F78B5383}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "action_binding-Ant", "modules\action_binding\src\java\action_binding-JAVA.vcxproj", "{B2911268-79E2-4FE5-AD59-2C3CB7CB794E}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "output_stream", "modules\output_stream\src\c\output_stream.vcxproj", "{A5911CD7-F8E8-440C-A23E-4843A0636F3A}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graphic_export-Ant", "modules\graphic_export\src\java\graphic_export-JAVA.vcxproj", "{3E4EF47F-2284-4B43-ABBB-20593FF0B51D}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {4235A847-ED0E-43A3-B62B-E59CB857EDE9} = {4235A847-ED0E-43A3-B62B-E59CB857EDE9}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5-Ant", "modules\hdf5\src\java\hdf5-JAVA.vcxproj", "{9B6500B0-66F6-44F0-910D-47A1435B4E02}"
ProjectSection(ProjectDependencies) = postProject
{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {ABCB724E-8534-4420-AC12-7C33A606ABA3} = {ABCB724E-8534-4420-AC12-7C33A606ABA3}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scinotes-Ant", "modules\scinotes\src\java\scinotes-JAVA.vcxproj", "{43B095CB-B86C-44CB-BCE8-87FE8E7D2A0E}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {78D8B862-964A-4D0E-93D2-CA8A25BA1207} = {78D8B862-964A-4D0E-93D2-CA8A25BA1207}
+ {B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
{63965A84-E354-4CBC-BFAC-FDFC8224573F} = {63965A84-E354-4CBC-BFAC-FDFC8224573F}
{251D7C8F-9B69-4CE9-959E-57F343DDC883} = {251D7C8F-9B69-4CE9-959E-57F343DDC883}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
{E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
{B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D} = {B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
+ {899DECF1-D4DC-4C84-BB3C-3A343401A5B4} = {899DECF1-D4DC-4C84-BB3C-3A343401A5B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scinotes", "modules\scinotes\src\c\scinotes.vcxproj", "{BAE68B54-2C1A-44D0-A0E9-05156A784E79}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xcos-Ant", "modules\xcos\src\java\xcos-JAVA.vcxproj", "{F6DA4FFA-E405-4DCF-883B-A3C1713F8C5D}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
{FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {ABCB724E-8534-4420-AC12-7C33A606ABA3} = {ABCB724E-8534-4420-AC12-7C33A606ABA3}
{78D8B862-964A-4D0E-93D2-CA8A25BA1207} = {78D8B862-964A-4D0E-93D2-CA8A25BA1207}
{B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {9B6500B0-66F6-44F0-910D-47A1435B4E02} = {9B6500B0-66F6-44F0-910D-47A1435B4E02}
+ {968FD6C1-5845-4B22-B61E-F6DE987D47AD} = {968FD6C1-5845-4B22-B61E-F6DE987D47AD}
{F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
EndProjectSection
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graph-Ant", "modules\graph\src\java\graph-JAVA.vcxproj", "{968FD6C1-5845-4B22-B61E-F6DE987D47AD}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
{FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "types-Ant", "modules\types\src\java\types-JAVA.vcxproj", "{ABCB724E-8534-4420-AC12-7C33A606ABA3}"
ProjectSection(ProjectDependencies) = postProject
{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rename-vc-files", "Visual-Studio-settings\rename-vc-files\rename-vc-files.vcxproj", "{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ui_data", "modules\ui_data\src\c\ui_data.vcxproj", "{142D643B-A9EC-49DB-9D48-A925A20F63B1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ui_data-Ant", "modules\ui_data\src\java\ui_data-JAVA.vcxproj", "{405E6B33-DBA9-4850-A19F-19298DA5A64D}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {ABCB724E-8534-4420-AC12-7C33A606ABA3} = {ABCB724E-8534-4420-AC12-7C33A606ABA3}
+ {78D8B862-964A-4D0E-93D2-CA8A25BA1207} = {78D8B862-964A-4D0E-93D2-CA8A25BA1207}
+ {B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "history_browser-Ant", "modules\history_browser\src\java\history_browser-JAVA.vcxproj", "{95C21D50-FFD1-4FCE-A545-49FA1F825B28}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
+ {63965A84-E354-4CBC-BFAC-FDFC8224573F} = {63965A84-E354-4CBC-BFAC-FDFC8224573F}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "history_browser", "modules\history_browser\src\c\history_browser.vcxproj", "{AB1EEB8F-86F7-45B7-8CEC-B18C8E97EEFF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "commons-Ant", "modules\commons\src\java\commons-JAVA.vcxproj", "{9188FA91-E039-485D-AF1D-781CEA92F541}"
ProjectSection(ProjectDependencies) = postProject
{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core-Ant", "modules\core\src\java\core-JAVA.vcxproj", "{78D8B862-964A-4D0E-93D2-CA8A25BA1207}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {251D7C8F-9B69-4CE9-959E-57F343DDC883} = {251D7C8F-9B69-4CE9-959E-57F343DDC883}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "commons", "modules\commons\src\c\commons.vcxproj", "{ECA09A1E-6D12-4A47-92E1-A671C181DF77}"
EndProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "preferences-Ant", "modules\preferences\src\java\preferences-JAVA.vcxproj", "{32352BC0-9D50-4479-8B77-698287CCB8DE}"
+ ProjectSection(ProjectDependencies) = postProject
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
+ EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graphics", "modules\graphics\graphics.vcxproj", "{8CCDD3C2-B025-4A12-A986-1AA28D7C0C33}"
ProjectSection(ProjectDependencies) = postProject
{DBC45B0D-6E0A-4107-B284-5A3B0C5BB50D} = {DBC45B0D-6E0A-4107-B284-5A3B0C5BB50D}
+ {43C5BAB1-1DCA-4743-A183-77E0D42FE7D0} = {43C5BAB1-1DCA-4743-A183-77E0D42FE7D0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "integer", "modules\integer\src\c\integer.vcxproj", "{C7865CAA-EC7C-41EB-8324-2B81C384CA20}"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "javasci-Ant", "modules\javasci\src\java\javasci-JAVA.vcxproj", "{6182A20D-8111-41C1-9713-CD2A4725057C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {ABCB724E-8534-4420-AC12-7C33A606ABA3} = {ABCB724E-8534-4420-AC12-7C33A606ABA3}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gui-Ant", "modules\gui\src\java\gui-JAVA.vcxproj", "{F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {4235A847-ED0E-43A3-B62B-E59CB857EDE9} = {4235A847-ED0E-43A3-B62B-E59CB857EDE9}
{B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
+ {3E4EF47F-2284-4B43-ABBB-20593FF0B51D} = {3E4EF47F-2284-4B43-ABBB-20593FF0B51D}
{63965A84-E354-4CBC-BFAC-FDFC8224573F} = {63965A84-E354-4CBC-BFAC-FDFC8224573F}
+ {251D7C8F-9B69-4CE9-959E-57F343DDC883} = {251D7C8F-9B69-4CE9-959E-57F343DDC883}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dynamiclibrary", "libs\dynamiclibrary\dynamiclibrary.vcxproj", "{77154919-8A20-4F35-B7C7-6B3B957BDCA1}"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renderer-Ant", "modules\renderer\src\java\renderer-JAVA.vcxproj", "{4235A847-ED0E-43A3-B62B-E59CB857EDE9}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renderer", "modules\renderer\renderer.vcxproj", "{B23B01C1-A545-4BA0-9950-7BCADE201C5B}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "console-Ant", "modules\console\src\java\console-JAVA.vcxproj", "{251D7C8F-9B69-4CE9-959E-57F343DDC883}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
+ {63965A84-E354-4CBC-BFAC-FDFC8224573F} = {63965A84-E354-4CBC-BFAC-FDFC8224573F}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
{E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
+ {B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D} = {B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doublylinkedlist", "libs\doublylinkedlist\doublylinkedlist.vcxproj", "{ED02137F-0A4F-4EF0-AC58-97ACE37FA89D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "completion-Ant", "modules\completion\src\java\completion-JAVA.vcxproj", "{B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D}"
ProjectSection(ProjectDependencies) = postProject
{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nocompletion", "modules\completion\src\nocompletion\nocompletion.vcxproj", "{D1586C83-3F16-467B-85C6-6A12A08CCB8D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "action_binding", "modules\action_binding\src\c\action_binding.vcxproj", "{8A654CC5-22C1-4972-A8CF-1B89F78B5383}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "action_binding-Ant", "modules\action_binding\src\java\action_binding-JAVA.vcxproj", "{B2911268-79E2-4FE5-AD59-2C3CB7CB794E}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "output_stream", "modules\output_stream\src\c\output_stream.vcxproj", "{A5911CD7-F8E8-440C-A23E-4843A0636F3A}"
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graphic_export-Ant", "modules\graphic_export\src\java\graphic_export-JAVA.vcxproj", "{3E4EF47F-2284-4B43-ABBB-20593FF0B51D}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {4235A847-ED0E-43A3-B62B-E59CB857EDE9} = {4235A847-ED0E-43A3-B62B-E59CB857EDE9}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5-Ant", "modules\hdf5\src\java\hdf5-JAVA.vcxproj", "{9B6500B0-66F6-44F0-910D-47A1435B4E02}"
ProjectSection(ProjectDependencies) = postProject
{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {ABCB724E-8534-4420-AC12-7C33A606ABA3} = {ABCB724E-8534-4420-AC12-7C33A606ABA3}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scinotes-Ant", "modules\scinotes\src\java\scinotes-JAVA.vcxproj", "{43B095CB-B86C-44CB-BCE8-87FE8E7D2A0E}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {78D8B862-964A-4D0E-93D2-CA8A25BA1207} = {78D8B862-964A-4D0E-93D2-CA8A25BA1207}
+ {B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
{63965A84-E354-4CBC-BFAC-FDFC8224573F} = {63965A84-E354-4CBC-BFAC-FDFC8224573F}
{251D7C8F-9B69-4CE9-959E-57F343DDC883} = {251D7C8F-9B69-4CE9-959E-57F343DDC883}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
{E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
{B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D} = {B5E4D0C2-8C6A-4437-81BF-DBFA95900C9D}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
+ {899DECF1-D4DC-4C84-BB3C-3A343401A5B4} = {899DECF1-D4DC-4C84-BB3C-3A343401A5B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scinotes", "modules\scinotes\src\c\scinotes.vcxproj", "{BAE68B54-2C1A-44D0-A0E9-05156A784E79}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xcos-Ant", "modules\xcos\src\java\xcos-JAVA.vcxproj", "{F6DA4FFA-E405-4DCF-883B-A3C1713F8C5D}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
{FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {ABCB724E-8534-4420-AC12-7C33A606ABA3} = {ABCB724E-8534-4420-AC12-7C33A606ABA3}
{78D8B862-964A-4D0E-93D2-CA8A25BA1207} = {78D8B862-964A-4D0E-93D2-CA8A25BA1207}
{B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {9B6500B0-66F6-44F0-910D-47A1435B4E02} = {9B6500B0-66F6-44F0-910D-47A1435B4E02}
+ {968FD6C1-5845-4B22-B61E-F6DE987D47AD} = {968FD6C1-5845-4B22-B61E-F6DE987D47AD}
{F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
EndProjectSection
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graph-Ant", "modules\graph\src\java\graph-JAVA.vcxproj", "{968FD6C1-5845-4B22-B61E-F6DE987D47AD}"
ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
{FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
{9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "types-Ant", "modules\types\src\java\types-JAVA.vcxproj", "{ABCB724E-8534-4420-AC12-7C33A606ABA3}"
ProjectSection(ProjectDependencies) = postProject
{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rename-vc-files", "Visual-Studio-settings\rename-vc-files\rename-vc-files.vcxproj", "{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ui_data", "modules\ui_data\src\c\ui_data.vcxproj", "{142D643B-A9EC-49DB-9D48-A925A20F63B1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ui_data-Ant", "modules\ui_data\src\java\ui_data-JAVA.vcxproj", "{405E6B33-DBA9-4850-A19F-19298DA5A64D}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {ABCB724E-8534-4420-AC12-7C33A606ABA3} = {ABCB724E-8534-4420-AC12-7C33A606ABA3}
+ {78D8B862-964A-4D0E-93D2-CA8A25BA1207} = {78D8B862-964A-4D0E-93D2-CA8A25BA1207}
+ {B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "history_browser-Ant", "modules\history_browser\src\java\history_browser-JAVA.vcxproj", "{95C21D50-FFD1-4FCE-A545-49FA1F825B28}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {B2911268-79E2-4FE5-AD59-2C3CB7CB794E} = {B2911268-79E2-4FE5-AD59-2C3CB7CB794E}
+ {63965A84-E354-4CBC-BFAC-FDFC8224573F} = {63965A84-E354-4CBC-BFAC-FDFC8224573F}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "history_browser", "modules\history_browser\src\c\history_browser.vcxproj", "{AB1EEB8F-86F7-45B7-8CEC-B18C8E97EEFF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "commons-Ant", "modules\commons\src\java\commons-JAVA.vcxproj", "{9188FA91-E039-485D-AF1D-781CEA92F541}"
ProjectSection(ProjectDependencies) = postProject
{DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core-Ant", "modules\core\src\java\core-JAVA.vcxproj", "{78D8B862-964A-4D0E-93D2-CA8A25BA1207}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4} = {DD8A0506-8D31-4CF8-856A-C10ECE9C13A4}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {251D7C8F-9B69-4CE9-959E-57F343DDC883} = {251D7C8F-9B69-4CE9-959E-57F343DDC883}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
+ {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC} = {F01C26E3-E409-4E74-BA84-C7C4A71A7FDC}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "commons", "modules\commons\src\c\commons.vcxproj", "{ECA09A1E-6D12-4A47-92E1-A671C181DF77}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "types", "modules\types\types.vcxproj", "{626B9142-13A1-4765-A072-FB08952E7BB8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "preferences", "modules\preferences\src\c\preferences.vcxproj", "{7B893E9F-D032-44DE-9B71-197A29C4989B}"
+ ProjectSection(ProjectDependencies) = postProject
+ {43B095CB-B86C-44CB-BCE8-87FE8E7D2A0E} = {43B095CB-B86C-44CB-BCE8-87FE8E7D2A0E}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "preferences-Ant", "modules\preferences\src\java\preferences-JAVA.vcxproj", "{32352BC0-9D50-4479-8B77-698287CCB8DE}"
ProjectSection(ProjectDependencies) = postProject
- {43B095CB-B86C-44CB-BCE8-87FE8E7D2A0E} = {43B095CB-B86C-44CB-BCE8-87FE8E7D2A0E}
+ {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43} = {FBA3BC3F-8A2C-4D47-A50D-EB808BE42F43}
+ {9188FA91-E039-485D-AF1D-781CEA92F541} = {9188FA91-E039-485D-AF1D-781CEA92F541}
+ {E9783492-017E-4811-9CC7-6B71856F847C} = {E9783492-017E-4811-9CC7-6B71856F847C}
EndProjectSection
EndProject
Global
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
cd $(SolutionDir)modules\localization && call ant
cd $(SolutionDir)modules\commons && call ant
-cd $(SolutionDir)modules\renderer && call ant
-cd $(SolutionDir)modules\action_binding && call ant
cd $(SolutionDir)modules\jvm && call ant
+cd $(SolutionDir)modules\renderer && call ant
cd $(SolutionDir)modules\history_manager && call ant
cd $(SolutionDir)modules\completion && call ant
+cd $(SolutionDir)modules\action_binding && call ant
cd $(SolutionDir)modules\console && call ant
cd $(SolutionDir)modules\graphic_export && call ant
cd $(SolutionDir)modules\types && call ant
cd $(SolutionDir)modules\gui && call ant
-cd $(SolutionDir)modules\graph && call ant
-cd $(SolutionDir)modules\hdf5 && call ant
cd $(SolutionDir)modules\core && call ant
-cd $(SolutionDir)modules\xcos && call ant
+cd $(SolutionDir)modules\hdf5 && call ant
+cd $(SolutionDir)modules\graph && call ant
cd $(SolutionDir)modules\helptools && call ant
-cd $(SolutionDir)modules\javasci && call ant
+cd $(SolutionDir)modules\xcos && call ant
cd $(SolutionDir)modules\ui_data && call ant
cd $(SolutionDir)modules\history_browser && call ant
+cd $(SolutionDir)modules\javasci && call ant
cd $(SolutionDir)modules\scinotes && call ant
cd $(SolutionDir)modules\preferences && call ant
+
</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
cd $(SolutionDir)modules\localization && call ant clean && call ant
cd $(SolutionDir)modules\commons && call ant clean && call ant
-cd $(SolutionDir)modules\renderer && call ant clean && call ant
-cd $(SolutionDir)modules\action_binding && call ant clean && call ant
cd $(SolutionDir)modules\jvm && call ant clean && call ant
+cd $(SolutionDir)modules\renderer && call ant clean && call ant
cd $(SolutionDir)modules\history_manager && call ant clean && call ant
cd $(SolutionDir)modules\completion && call ant clean && call ant
+cd $(SolutionDir)modules\action_binding && call ant clean && call ant
cd $(SolutionDir)modules\console && call ant clean && call ant
cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
cd $(SolutionDir)modules\types && call ant clean && call ant
cd $(SolutionDir)modules\gui && call ant clean && call ant
-cd $(SolutionDir)modules\graph && call ant clean && call ant
-cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
cd $(SolutionDir)modules\core && call ant clean && call ant
-cd $(SolutionDir)modules\xcos && call ant clean && call ant
+cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
+cd $(SolutionDir)modules\graph && call ant clean && call ant
cd $(SolutionDir)modules\helptools && call ant clean && call ant
-cd $(SolutionDir)modules\javasci && call ant clean && call ant
+cd $(SolutionDir)modules\xcos && call ant clean && call ant
cd $(SolutionDir)modules\ui_data && call ant clean && call ant
cd $(SolutionDir)modules\history_browser && call ant clean && call ant
+cd $(SolutionDir)modules\javasci && call ant clean && call ant
cd $(SolutionDir)modules\scinotes && call ant clean && call ant
cd $(SolutionDir)modules\preferences && call ant clean && call ant
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
-cd $(SolutionDir)modules\localization && call ant clean
-cd $(SolutionDir)modules\commons && call ant clean
-cd $(SolutionDir)modules\renderer && call ant clean
-cd $(SolutionDir)modules\action_binding && call ant clean
-cd $(SolutionDir)modules\jvm && call ant clean
-cd $(SolutionDir)modules\history_manager && call ant clean
-cd $(SolutionDir)modules\completion && call ant clean
-cd $(SolutionDir)modules\console && call ant clean
-cd $(SolutionDir)modules\graphic_export && call ant clean
-cd $(SolutionDir)modules\types && call ant clean
-cd $(SolutionDir)modules\gui && call ant clean
-cd $(SolutionDir)modules\graph && call ant clean
-cd $(SolutionDir)modules\hdf5 && call ant clean
-cd $(SolutionDir)modules\core && call ant clean
-cd $(SolutionDir)modules\xcos && call ant clean
-cd $(SolutionDir)modules\helptools && call ant clean
-cd $(SolutionDir)modules\javasci && call ant clean
-cd $(SolutionDir)modules\ui_data && call ant clean
-cd $(SolutionDir)modules\history_browser && call ant clean
-cd $(SolutionDir)modules\scinotes && call ant clean
-cd $(SolutionDir)modules\preferences && call ant clean</NMakeCleanCommandLine>
+cd $(SolutionDir)modules\localization && call ant clean
+cd $(SolutionDir)modules\commons && call ant clean
+cd $(SolutionDir)modules\jvm && call ant clean
+cd $(SolutionDir)modules\renderer && call ant clean
+cd $(SolutionDir)modules\history_manager && call ant clean
+cd $(SolutionDir)modules\completion && call ant clean
+cd $(SolutionDir)modules\action_binding && call ant clean
+cd $(SolutionDir)modules\console && call ant clean
+cd $(SolutionDir)modules\graphic_export && call ant clean
+cd $(SolutionDir)modules\types && call ant clean
+cd $(SolutionDir)modules\gui && call ant clean
+cd $(SolutionDir)modules\core && call ant clean
+cd $(SolutionDir)modules\hdf5 && call ant clean
+cd $(SolutionDir)modules\graph && call ant clean
+cd $(SolutionDir)modules\helptools && call ant clean
+cd $(SolutionDir)modules\xcos && call ant clean
+cd $(SolutionDir)modules\ui_data && call ant clean
+cd $(SolutionDir)modules\history_browser && call ant clean
+cd $(SolutionDir)modules\javasci && call ant clean
+cd $(SolutionDir)modules\scinotes && call ant clean
+cd $(SolutionDir)modules\preferences && call ant clean
+
+</NMakeCleanCommandLine>
<NMakeOutput>
</NMakeOutput>
</PropertyGroup>
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
cd $(SolutionDir)modules\localization && call ant
cd $(SolutionDir)modules\commons && call ant
-cd $(SolutionDir)modules\renderer && call ant
-cd $(SolutionDir)modules\action_binding && call ant
cd $(SolutionDir)modules\jvm && call ant
+cd $(SolutionDir)modules\renderer && call ant
cd $(SolutionDir)modules\history_manager && call ant
cd $(SolutionDir)modules\completion && call ant
+cd $(SolutionDir)modules\action_binding && call ant
cd $(SolutionDir)modules\console && call ant
cd $(SolutionDir)modules\graphic_export && call ant
cd $(SolutionDir)modules\types && call ant
cd $(SolutionDir)modules\gui && call ant
-cd $(SolutionDir)modules\graph && call ant
-cd $(SolutionDir)modules\hdf5 && call ant
cd $(SolutionDir)modules\core && call ant
-cd $(SolutionDir)modules\xcos && call ant
+cd $(SolutionDir)modules\hdf5 && call ant
+cd $(SolutionDir)modules\graph && call ant
cd $(SolutionDir)modules\helptools && call ant
-cd $(SolutionDir)modules\javasci && call ant
+cd $(SolutionDir)modules\xcos && call ant
cd $(SolutionDir)modules\ui_data && call ant
cd $(SolutionDir)modules\history_browser && call ant
+cd $(SolutionDir)modules\javasci && call ant
cd $(SolutionDir)modules\scinotes && call ant
cd $(SolutionDir)modules\preferences && call ant
+
</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
cd $(SolutionDir)modules\localization && call ant clean && call ant
cd $(SolutionDir)modules\commons && call ant clean && call ant
-cd $(SolutionDir)modules\renderer && call ant clean && call ant
-cd $(SolutionDir)modules\action_binding && call ant clean && call ant
cd $(SolutionDir)modules\jvm && call ant clean && call ant
+cd $(SolutionDir)modules\renderer && call ant clean && call ant
cd $(SolutionDir)modules\history_manager && call ant clean && call ant
cd $(SolutionDir)modules\completion && call ant clean && call ant
+cd $(SolutionDir)modules\action_binding && call ant clean && call ant
cd $(SolutionDir)modules\console && call ant clean && call ant
cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
cd $(SolutionDir)modules\types && call ant clean && call ant
cd $(SolutionDir)modules\gui && call ant clean && call ant
-cd $(SolutionDir)modules\graph && call ant clean && call ant
-cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
cd $(SolutionDir)modules\core && call ant clean && call ant
-cd $(SolutionDir)modules\xcos && call ant clean && call ant
+cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
+cd $(SolutionDir)modules\graph && call ant clean && call ant
cd $(SolutionDir)modules\helptools && call ant clean && call ant
-cd $(SolutionDir)modules\javasci && call ant clean && call ant
+cd $(SolutionDir)modules\xcos && call ant clean && call ant
cd $(SolutionDir)modules\ui_data && call ant clean && call ant
cd $(SolutionDir)modules\history_browser && call ant clean && call ant
+cd $(SolutionDir)modules\javasci && call ant clean && call ant
cd $(SolutionDir)modules\scinotes && call ant clean && call ant
cd $(SolutionDir)modules\preferences && call ant clean && call ant
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
-cd $(SolutionDir)modules\localization && call ant clean
-cd $(SolutionDir)modules\commons && call ant clean
-cd $(SolutionDir)modules\renderer && call ant clean
-cd $(SolutionDir)modules\action_binding && call ant clean
-cd $(SolutionDir)modules\jvm && call ant clean
-cd $(SolutionDir)modules\history_manager && call ant clean
-cd $(SolutionDir)modules\completion && call ant clean
-cd $(SolutionDir)modules\console && call ant clean
-cd $(SolutionDir)modules\graphic_export && call ant clean
-cd $(SolutionDir)modules\types && call ant clean
-cd $(SolutionDir)modules\gui && call ant clean
-cd $(SolutionDir)modules\graph && call ant clean
-cd $(SolutionDir)modules\hdf5 && call ant clean
-cd $(SolutionDir)modules\core && call ant clean
-cd $(SolutionDir)modules\xcos && call ant clean
-cd $(SolutionDir)modules\helptools && call ant clean
-cd $(SolutionDir)modules\javasci && call ant clean
-cd $(SolutionDir)modules\ui_data && call ant clean
-cd $(SolutionDir)modules\history_browser && call ant clean
-cd $(SolutionDir)modules\scinotes && call ant clean
-cd $(SolutionDir)modules\preferences && call ant clean</NMakeCleanCommandLine>
+cd $(SolutionDir)modules\localization && call ant clean
+cd $(SolutionDir)modules\commons && call ant clean
+cd $(SolutionDir)modules\jvm && call ant clean
+cd $(SolutionDir)modules\renderer && call ant clean
+cd $(SolutionDir)modules\history_manager && call ant clean
+cd $(SolutionDir)modules\completion && call ant clean
+cd $(SolutionDir)modules\action_binding && call ant clean
+cd $(SolutionDir)modules\console && call ant clean
+cd $(SolutionDir)modules\graphic_export && call ant clean
+cd $(SolutionDir)modules\types && call ant clean
+cd $(SolutionDir)modules\gui && call ant clean
+cd $(SolutionDir)modules\core && call ant clean
+cd $(SolutionDir)modules\hdf5 && call ant clean
+cd $(SolutionDir)modules\graph && call ant clean
+cd $(SolutionDir)modules\helptools && call ant clean
+cd $(SolutionDir)modules\xcos && call ant clean
+cd $(SolutionDir)modules\ui_data && call ant clean
+cd $(SolutionDir)modules\history_browser && call ant clean
+cd $(SolutionDir)modules\javasci && call ant clean
+cd $(SolutionDir)modules\scinotes && call ant clean
+cd $(SolutionDir)modules\preferences && call ant clean
+
+</NMakeCleanCommandLine>
<NMakeOutput>
</NMakeOutput>
</PropertyGroup>
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
cd $(SolutionDir)modules\localization && call ant
cd $(SolutionDir)modules\commons && call ant
-cd $(SolutionDir)modules\renderer && call ant
-cd $(SolutionDir)modules\action_binding && call ant
cd $(SolutionDir)modules\jvm && call ant
+cd $(SolutionDir)modules\renderer && call ant
cd $(SolutionDir)modules\history_manager && call ant
cd $(SolutionDir)modules\completion && call ant
+cd $(SolutionDir)modules\action_binding && call ant
cd $(SolutionDir)modules\console && call ant
cd $(SolutionDir)modules\graphic_export && call ant
cd $(SolutionDir)modules\types && call ant
cd $(SolutionDir)modules\gui && call ant
-cd $(SolutionDir)modules\graph && call ant
-cd $(SolutionDir)modules\hdf5 && call ant
cd $(SolutionDir)modules\core && call ant
-cd $(SolutionDir)modules\xcos && call ant
+cd $(SolutionDir)modules\hdf5 && call ant
+cd $(SolutionDir)modules\graph && call ant
cd $(SolutionDir)modules\helptools && call ant
-cd $(SolutionDir)modules\javasci && call ant
+cd $(SolutionDir)modules\xcos && call ant
cd $(SolutionDir)modules\ui_data && call ant
cd $(SolutionDir)modules\history_browser && call ant
+cd $(SolutionDir)modules\javasci && call ant
cd $(SolutionDir)modules\scinotes && call ant
cd $(SolutionDir)modules\preferences && call ant
+
</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
cd $(SolutionDir)modules\localization && call ant clean && call ant
cd $(SolutionDir)modules\commons && call ant clean && call ant
-cd $(SolutionDir)modules\renderer && call ant clean && call ant
-cd $(SolutionDir)modules\action_binding && call ant clean && call ant
cd $(SolutionDir)modules\jvm && call ant clean && call ant
+cd $(SolutionDir)modules\renderer && call ant clean && call ant
cd $(SolutionDir)modules\history_manager && call ant clean && call ant
cd $(SolutionDir)modules\completion && call ant clean && call ant
+cd $(SolutionDir)modules\action_binding && call ant clean && call ant
cd $(SolutionDir)modules\console && call ant clean && call ant
cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
cd $(SolutionDir)modules\types && call ant clean && call ant
cd $(SolutionDir)modules\gui && call ant clean && call ant
-cd $(SolutionDir)modules\graph && call ant clean && call ant
-cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
cd $(SolutionDir)modules\core && call ant clean && call ant
-cd $(SolutionDir)modules\xcos && call ant clean && call ant
+cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
+cd $(SolutionDir)modules\graph && call ant clean && call ant
cd $(SolutionDir)modules\helptools && call ant clean && call ant
-cd $(SolutionDir)modules\javasci && call ant clean && call ant
+cd $(SolutionDir)modules\xcos && call ant clean && call ant
cd $(SolutionDir)modules\ui_data && call ant clean && call ant
cd $(SolutionDir)modules\history_browser && call ant clean && call ant
+cd $(SolutionDir)modules\javasci && call ant clean && call ant
cd $(SolutionDir)modules\scinotes && call ant clean && call ant
cd $(SolutionDir)modules\preferences && call ant clean && call ant
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
-cd $(SolutionDir)modules\localization && call ant clean
-cd $(SolutionDir)modules\commons && call ant clean
-cd $(SolutionDir)modules\renderer && call ant clean
-cd $(SolutionDir)modules\action_binding && call ant clean
-cd $(SolutionDir)modules\jvm && call ant clean
-cd $(SolutionDir)modules\history_manager && call ant clean
-cd $(SolutionDir)modules\completion && call ant clean
-cd $(SolutionDir)modules\console && call ant clean
-cd $(SolutionDir)modules\graphic_export && call ant clean
-cd $(SolutionDir)modules\types && call ant clean
-cd $(SolutionDir)modules\gui && call ant clean
-cd $(SolutionDir)modules\graph && call ant clean
-cd $(SolutionDir)modules\hdf5 && call ant clean
-cd $(SolutionDir)modules\core && call ant clean
-cd $(SolutionDir)modules\xcos && call ant clean
-cd $(SolutionDir)modules\helptools && call ant clean
-cd $(SolutionDir)modules\javasci && call ant clean
-cd $(SolutionDir)modules\ui_data && call ant clean
-cd $(SolutionDir)modules\history_browser && call ant clean
-cd $(SolutionDir)modules\scinotes && call ant clean
-cd $(SolutionDir)modules\preferences && call ant clean</NMakeCleanCommandLine>
+cd $(SolutionDir)modules\localization && call ant clean
+cd $(SolutionDir)modules\commons && call ant clean
+cd $(SolutionDir)modules\jvm && call ant clean
+cd $(SolutionDir)modules\renderer && call ant clean
+cd $(SolutionDir)modules\history_manager && call ant clean
+cd $(SolutionDir)modules\completion && call ant clean
+cd $(SolutionDir)modules\action_binding && call ant clean
+cd $(SolutionDir)modules\console && call ant clean
+cd $(SolutionDir)modules\graphic_export && call ant clean
+cd $(SolutionDir)modules\types && call ant clean
+cd $(SolutionDir)modules\gui && call ant clean
+cd $(SolutionDir)modules\core && call ant clean
+cd $(SolutionDir)modules\hdf5 && call ant clean
+cd $(SolutionDir)modules\graph && call ant clean
+cd $(SolutionDir)modules\helptools && call ant clean
+cd $(SolutionDir)modules\xcos && call ant clean
+cd $(SolutionDir)modules\ui_data && call ant clean
+cd $(SolutionDir)modules\history_browser && call ant clean
+cd $(SolutionDir)modules\javasci && call ant clean
+cd $(SolutionDir)modules\scinotes && call ant clean
+cd $(SolutionDir)modules\preferences && call ant clean
+
+</NMakeCleanCommandLine>
<NMakeOutput>
</NMakeOutput>
</PropertyGroup>
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
cd $(SolutionDir)modules\localization && call ant
cd $(SolutionDir)modules\commons && call ant
-cd $(SolutionDir)modules\renderer && call ant
-cd $(SolutionDir)modules\action_binding && call ant
cd $(SolutionDir)modules\jvm && call ant
+cd $(SolutionDir)modules\renderer && call ant
cd $(SolutionDir)modules\history_manager && call ant
cd $(SolutionDir)modules\completion && call ant
+cd $(SolutionDir)modules\action_binding && call ant
cd $(SolutionDir)modules\console && call ant
cd $(SolutionDir)modules\graphic_export && call ant
cd $(SolutionDir)modules\types && call ant
cd $(SolutionDir)modules\gui && call ant
-cd $(SolutionDir)modules\graph && call ant
-cd $(SolutionDir)modules\hdf5 && call ant
cd $(SolutionDir)modules\core && call ant
-cd $(SolutionDir)modules\xcos && call ant
+cd $(SolutionDir)modules\hdf5 && call ant
+cd $(SolutionDir)modules\graph && call ant
cd $(SolutionDir)modules\helptools && call ant
-cd $(SolutionDir)modules\javasci && call ant
+cd $(SolutionDir)modules\xcos && call ant
cd $(SolutionDir)modules\ui_data && call ant
cd $(SolutionDir)modules\history_browser && call ant
+cd $(SolutionDir)modules\javasci && call ant
cd $(SolutionDir)modules\scinotes && call ant
cd $(SolutionDir)modules\preferences && call ant
+
</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
cd $(SolutionDir)modules\localization && call ant clean && call ant
cd $(SolutionDir)modules\commons && call ant clean && call ant
-cd $(SolutionDir)modules\renderer && call ant clean && call ant
-cd $(SolutionDir)modules\action_binding && call ant clean && call ant
cd $(SolutionDir)modules\jvm && call ant clean && call ant
+cd $(SolutionDir)modules\renderer && call ant clean && call ant
cd $(SolutionDir)modules\history_manager && call ant clean && call ant
cd $(SolutionDir)modules\completion && call ant clean && call ant
+cd $(SolutionDir)modules\action_binding && call ant clean && call ant
cd $(SolutionDir)modules\console && call ant clean && call ant
cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
cd $(SolutionDir)modules\types && call ant clean && call ant
cd $(SolutionDir)modules\gui && call ant clean && call ant
-cd $(SolutionDir)modules\graph && call ant clean && call ant
-cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
cd $(SolutionDir)modules\core && call ant clean && call ant
-cd $(SolutionDir)modules\xcos && call ant clean && call ant
+cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
+cd $(SolutionDir)modules\graph && call ant clean && call ant
cd $(SolutionDir)modules\helptools && call ant clean && call ant
-cd $(SolutionDir)modules\javasci && call ant clean && call ant
+cd $(SolutionDir)modules\xcos && call ant clean && call ant
cd $(SolutionDir)modules\ui_data && call ant clean && call ant
cd $(SolutionDir)modules\history_browser && call ant clean && call ant
+cd $(SolutionDir)modules\javasci && call ant clean && call ant
cd $(SolutionDir)modules\scinotes && call ant clean && call ant
cd $(SolutionDir)modules\preferences && call ant clean && call ant
</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
set PATH=$(SolutionDir)java\ant\bin;%PATH%;
-cd $(SolutionDir)modules\localization && call ant clean
-cd $(SolutionDir)modules\commons && call ant clean
-cd $(SolutionDir)modules\renderer && call ant clean
-cd $(SolutionDir)modules\action_binding && call ant clean
-cd $(SolutionDir)modules\jvm && call ant clean
-cd $(SolutionDir)modules\history_manager && call ant clean
-cd $(SolutionDir)modules\completion && call ant clean
-cd $(SolutionDir)modules\console && call ant clean
-cd $(SolutionDir)modules\graphic_export && call ant clean
-cd $(SolutionDir)modules\types && call ant clean
-cd $(SolutionDir)modules\gui && call ant clean
-cd $(SolutionDir)modules\graph && call ant clean
-cd $(SolutionDir)modules\hdf5 && call ant clean
-cd $(SolutionDir)modules\core && call ant clean
-cd $(SolutionDir)modules\xcos && call ant clean
-cd $(SolutionDir)modules\helptools && call ant clean
-cd $(SolutionDir)modules\javasci && call ant clean
-cd $(SolutionDir)modules\ui_data && call ant clean
-cd $(SolutionDir)modules\history_browser && call ant clean
-cd $(SolutionDir)modules\scinotes && call ant clean
-cd $(SolutionDir)modules\preferences && call ant clean</NMakeCleanCommandLine>
+cd $(SolutionDir)modules\localization && call ant clean
+cd $(SolutionDir)modules\commons && call ant clean
+cd $(SolutionDir)modules\jvm && call ant clean
+cd $(SolutionDir)modules\renderer && call ant clean
+cd $(SolutionDir)modules\history_manager && call ant clean
+cd $(SolutionDir)modules\completion && call ant clean
+cd $(SolutionDir)modules\action_binding && call ant clean
+cd $(SolutionDir)modules\console && call ant clean
+cd $(SolutionDir)modules\graphic_export && call ant clean
+cd $(SolutionDir)modules\types && call ant clean
+cd $(SolutionDir)modules\gui && call ant clean
+cd $(SolutionDir)modules\core && call ant clean
+cd $(SolutionDir)modules\hdf5 && call ant clean
+cd $(SolutionDir)modules\graph && call ant clean
+cd $(SolutionDir)modules\helptools && call ant clean
+cd $(SolutionDir)modules\xcos && call ant clean
+cd $(SolutionDir)modules\ui_data && call ant clean
+cd $(SolutionDir)modules\history_browser && call ant clean
+cd $(SolutionDir)modules\javasci && call ant clean
+cd $(SolutionDir)modules\scinotes && call ant clean
+cd $(SolutionDir)modules\preferences && call ant clean
+
+</NMakeCleanCommandLine>
<NMakeOutput>
</NMakeOutput>
</PropertyGroup>
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jgraphx.jar" "$jardir/libjgraphx.jar" "$jardir/libjgraphx-java.jar" "$jardir/jgraphx*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 12197 "configure"
+// #line 12193 "configure"
import com.mxgraph.model.mxCell;
public class conftest {
if test "x" == "x"; then
cat << \EOF > conftest.java
-// #line 12291 "configure"
+// #line 12287 "configure"
import com.mxgraph.view.mxGraph;
public class conftest {
else
cat << \EOF > conftest.java
-// #line 12342 "configure"
+// #line 12338 "configure"
import com.mxgraph.view.mxGraph;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jhdf5.jar" "$jardir/libjhdf5.jar" "$jardir/libjhdf5-java.jar" "$jardir/jhdf5*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 12419 "configure"
+// #line 12411 "configure"
import ncsa.hdf.hdf5lib.HDF5Constants;
public class conftest {
if test "x" == "x"; then
cat << \EOF > conftest.java
-// #line 12572 "configure"
+// #line 12564 "configure"
import ncsa.hdf.hdf5lib.H5;
public class conftest {
else
cat << \EOF > conftest.java
-// #line 12627 "configure"
+// #line 12619 "configure"
import ncsa.hdf.hdf5lib.H5;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/flexdock.jar" "$jardir/libflexdock.jar" "$jardir/libflexdock-java.jar" "$jardir/flexdock*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 12711 "configure"
+// #line 12699 "configure"
import org.flexdock.docking.DockingManager;
public class conftest {
if test "x" == "x"; then
cat << \EOF > conftest.java
-// #line 12805 "configure"
+// #line 12793 "configure"
import org.flexdock.util.Utilities;
public class conftest {
else
cat << \EOF > conftest.java
-// #line 12856 "configure"
+// #line 12844 "configure"
import org.flexdock.util.Utilities;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/looks.jar" "$jardir/liblooks.jar" "$jardir/liblooks-java.jar" "$jardir/looks*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 12929 "configure"
+// #line 12913 "configure"
import com.jgoodies.looks.common.MenuItemRenderer;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jgoodies-looks.jar" "$jardir/libjgoodies-looks.jar" "$jardir/libjgoodies-looks-java.jar" "$jardir/jgoodies-looks*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 13036 "configure"
+// #line 13016 "configure"
import com.jgoodies.looks.common.MenuItemRenderer;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/skinlf.jar" "$jardir/libskinlf.jar" "$jardir/libskinlf-java.jar" "$jardir/skinlf*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 13144 "configure"
+// #line 13120 "configure"
import com.l2fprod.util.AccessUtils;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jogl.jar" "$jardir/libjogl.jar" "$jardir/libjogl-java.jar" "$jardir/jogl*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 13251 "configure"
+// #line 13223 "configure"
import javax.media.opengl.glu.GLUnurbs;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/gluegen-rt.jar" "$jardir/libgluegen-rt.jar" "$jardir/libgluegen-rt-java.jar" "$jardir/gluegen-rt*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 13465 "configure"
+// #line 13433 "configure"
import com.sun.gluegen.runtime.CPU;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jhall.jar" "$jardir/libjhall.jar" "$jardir/libjhall-java.jar" "$jardir/jhall*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 13628 "configure"
+// #line 13592 "configure"
import javax.help.JHelp;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/javahelp2.jar" "$jardir/libjavahelp2.jar" "$jardir/libjavahelp2-java.jar" "$jardir/javahelp2*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 13735 "configure"
+// #line 13695 "configure"
import javax.help.JHelp;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jrosetta-API.jar" "$jardir/libjrosetta-API.jar" "$jardir/libjrosetta-API-java.jar" "$jardir/jrosetta-API*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 13843 "configure"
+// #line 13799 "configure"
import com.artenum.rosetta.interfaces.core.ConsoleConfiguration;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jrosetta-api.jar" "$jardir/libjrosetta-api.jar" "$jardir/libjrosetta-api-java.jar" "$jardir/jrosetta-api*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 13948 "configure"
+// #line 13900 "configure"
import com.artenum.rosetta.interfaces.core.ConsoleConfiguration;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jrosetta-engine.jar" "$jardir/libjrosetta-engine.jar" "$jardir/libjrosetta-engine-java.jar" "$jardir/jrosetta-engine*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 14056 "configure"
+// #line 14004 "configure"
import com.artenum.rosetta.core.action.AbstractConsoleAction;
public class conftest {
if test "x" == "x"; then
cat << \EOF > conftest.java
-// #line 14149 "configure"
+// #line 14097 "configure"
import com.artenum.rosetta.util.ConfigurationBuilder;
public class conftest {
else
cat << \EOF > conftest.java
-// #line 14200 "configure"
+// #line 14148 "configure"
import com.artenum.rosetta.util.ConfigurationBuilder;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jeuclid-core.jar" "$jardir/libjeuclid-core.jar" "$jardir/libjeuclid-core-java.jar" "$jardir/jeuclid-core*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 14275 "configure"
+// #line 14219 "configure"
import net.sourceforge.jeuclid.LayoutContext;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/fop.jar" "$jardir/libfop.jar" "$jardir/libfop-java.jar" "$jardir/fop*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 14384 "configure"
+// #line 14324 "configure"
import org.apache.fop.pdf.PDFInfo;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/batik-all.jar" "$jardir/libbatik-all.jar" "$jardir/libbatik-all-java.jar" "$jardir/batik-all*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 14491 "configure"
+// #line 14427 "configure"
import org.apache.batik.parser.Parser;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/batik.jar" "$jardir/libbatik.jar" "$jardir/libbatik-java.jar" "$jardir/batik*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 14598 "configure"
+// #line 14530 "configure"
import org.apache.batik.parser.Parser;
public class conftest {
if test "x" == "x"; then
cat << \EOF > conftest.java
-// #line 14692 "configure"
+// #line 14624 "configure"
import org.apache.batik.Version;
public class conftest {
else
cat << \EOF > conftest.java
-// #line 14743 "configure"
+// #line 14675 "configure"
import org.apache.batik.Version;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/commons-io.jar" "$jardir/libcommons-io.jar" "$jardir/libcommons-io-java.jar" "$jardir/commons-io*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 14816 "configure"
+// #line 14744 "configure"
import org.apache.commons.io.output.CountingOutputStream;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/xmlgraphics-commons.jar" "$jardir/libxmlgraphics-commons.jar" "$jardir/libxmlgraphics-commons-java.jar" "$jardir/xmlgraphics-commons*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 14923 "configure"
+// #line 14847 "configure"
import org.apache.xmlgraphics.util.Service;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/avalon-framework.jar" "$jardir/libavalon-framework.jar" "$jardir/libavalon-framework-java.jar" "$jardir/avalon-framework*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 15030 "configure"
+// #line 14950 "configure"
import org.apache.avalon.framework.configuration.ConfigurationException;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/xml-apis-ext.jar" "$jardir/libxml-apis-ext.jar" "$jardir/libxml-apis-ext-java.jar" "$jardir/xml-apis-ext*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 15137 "configure"
+// #line 15053 "configure"
import org.w3c.dom.svg.SVGDocument;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/xml-commons-apis-ext.jar" "$jardir/libxml-commons-apis-ext.jar" "$jardir/libxml-commons-apis-ext-java.jar" "$jardir/xml-commons-apis-ext*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 15244 "configure"
+// #line 15156 "configure"
import org.w3c.dom.svg.SVGDocument;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/commons-logging.jar" "$jardir/libcommons-logging.jar" "$jardir/libcommons-logging-java.jar" "$jardir/commons-logging*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 15355 "configure"
+// #line 15263 "configure"
import org.apache.commons.logging.LogFactory;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jlatexmath.jar" "$jardir/libjlatexmath.jar" "$jardir/libjlatexmath-java.jar" "$jardir/jlatexmath*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 15462 "configure"
+// #line 15366 "configure"
import org.scilab.forge.jlatexmath.TeXFormula;
public class conftest {
if test "x" == "x"; then
cat << \EOF > conftest.java
-// #line 15556 "configure"
+// #line 15460 "configure"
import org.scilab.forge.jlatexmath.TeXFormula;
public class conftest {
else
cat << \EOF > conftest.java
-// #line 15607 "configure"
+// #line 15511 "configure"
import org.scilab.forge.jlatexmath.TeXFormula;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/checkstyle.jar" "$jardir/libcheckstyle.jar" "$jardir/libcheckstyle-java.jar" "$jardir/checkstyle*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 15686 "configure"
+// #line 15586 "configure"
import com.puppycrawl.tools.checkstyle.CheckStyleTask;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/commons-beanutils.jar" "$jardir/libcommons-beanutils.jar" "$jardir/libcommons-beanutils-java.jar" "$jardir/commons-beanutils*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 15793 "configure"
+// #line 15689 "configure"
import org.apache.commons.beanutils.Converter;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/antlr.jar" "$jardir/libantlr.jar" "$jardir/libantlr-java.jar" "$jardir/antlr*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 15900 "configure"
+// #line 15792 "configure"
import antlr.TokenStreamException;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/testng.jar" "$jardir/libtestng.jar" "$jardir/libtestng-java.jar" "$jardir/testng*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 16007 "configure"
+// #line 15895 "configure"
import org.testng.TestNG;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/beust-jcommander.jar" "$jardir/libbeust-jcommander.jar" "$jardir/libbeust-jcommander-java.jar" "$jardir/beust-jcommander*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 16114 "configure"
+// #line 15998 "configure"
import com.beust.jcommander.JCommander;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/qdox.jar" "$jardir/libqdox.jar" "$jardir/libqdox-java.jar" "$jardir/qdox*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 16221 "configure"
+// #line 16101 "configure"
import com.thoughtworks.qdox.tools.QDoxTester;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/bsh.jar" "$jardir/libbsh.jar" "$jardir/libbsh-java.jar" "$jardir/bsh*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 16328 "configure"
+// #line 16204 "configure"
import bsh.Console;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/junit.jar" "$jardir/libjunit.jar" "$jardir/libjunit-java.jar" "$jardir/junit*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 16435 "configure"
+// #line 16307 "configure"
import junit.framework.Assert;
public class conftest {
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test "$cv_lib_arpack_ok" = "yes"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: Working ARPACK library found (probably arpack-ng or a patched version of arpack)à" >&5
-$as_echo "Working ARPACK library found (probably arpack-ng or a patched version of arpack)à" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: Working ARPACK library found (probably arpack-ng or a patched version of arpack)" >&5
+$as_echo "Working ARPACK library found (probably arpack-ng or a patched version of arpack)" >&6; }
else
as_fn_error $? "ARPACK library found, but seems not to work properly. Please make sure you are using arpack-ng" "$LINENO" 5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if tcl is version $CHK_TCL_MAJOR.$CHK_TCL_MINOR or later" >&5
$as_echo_n "checking if tcl is version $CHK_TCL_MAJOR.$CHK_TCL_MINOR or later... " >&6; }
cat > conftest.$ac_ext <<EOF
-#line 24298 "configure"
+#line 24170 "configure"
#include "confdefs.h"
#include "$CHK_TCL_INCLUDE_PATH/$CHK_TCL_INC_NAME"
$as_echo_n "checking if tk is version $CHK_TK_MAJOR.$CHK_TK_MINOR or later... " >&6; }
cat > conftest.$ac_ext <<EOF
-#line 24608 "configure"
+#line 24480 "configure"
#include "confdefs.h"
#include "$CHK_TK_INCLUDE_PATH/$CHK_TK_INC_NAME"
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/saxon.jar" "$jardir/libsaxon.jar" "$jardir/libsaxon-java.jar" "$jardir/saxon*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 25189 "configure"
+// #line 25057 "configure"
import com.icl.saxon.Loader;
public class conftest {
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/jlatexmath-fop.jar" "$jardir/libjlatexmath-fop.jar" "$jardir/libjlatexmath-fop-java.jar" "$jardir/jlatexmath-fop*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
export ac_java_classpath="$jar_resolved:$ac_java_classpath"
cat << \EOF > conftest.java
-// #line 25296 "configure"
+// #line 25160 "configure"
import org.scilab.forge.jlatexmath.fop.JLaTeXMathObj;
public class conftest {
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 31602 "configure"
+#line 31466 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 31708 "configure"
+#line 31572 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
)
CHECK_ARPACK_OK(
-[AC_MSG_RESULT([Working ARPACK library found (probably arpack-ng or a patched version of arpack)à])],
+[AC_MSG_RESULT([Working ARPACK library found (probably arpack-ng or a patched version of arpack)])],
[AC_MSG_ERROR([ARPACK library found, but seems not to work properly. Please make sure you are using arpack-ng])
])
#################
DEFAULT_JAR_DIR="/usr/share/java /usr/lib/java /usr/share/java /usr/share/java/jar /opt/java/lib /usr/local/java /usr/local/java/jar /usr/local/share/java /usr/local/share/java/jar /usr/local/lib/java $(ls -d /usr/share/java/* 2>/dev/null) $(ls -d /usr/lib64/* 2>/dev/null) $(ls -d /usr/lib/* 2>/dev/null) $(ls -d /usr/share/*/lib 2>/dev/null)"
for jardir in "`pwd`/thirdparty" "`pwd`/jar" $DEFAULT_JAR_DIR "$_user_libdir"; do
for jar in "$jardir/$1.jar" "$jardir/lib$1.jar" "$jardir/lib$1-java.jar" "$jardir/$1*.jar"; do
-# jar=`echo $jar|sed -e 's/ /\\ /'`
-# echo "protected $jar"
-# jar_resolved=`ls $jar 2>/dev/null`
-# echo "looking for $jar_resolved"
# TODO check the behaviour when spaces
jars_resolved=`ls $jar 2>/dev/null`
for jar_resolved in $jars_resolved; do # If several jars matches
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: ca\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
#, c-format
msgid "%s: Wrong type for input argument #%d: A string expected.\n"
"Project-Id-Version: scilab\n"
"Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n"
"POT-Creation-Date: 2011-10-03 10:34+0100\n"
-"PO-Revision-Date: 2011-11-12 17:46+0000\n"
-"Last-Translator: Keruskerfuerst <armin_mohring@web.de>\n"
+"PO-Revision-Date: 2011-12-28 18:11+0000\n"
+"Last-Translator: Petersen <Unknown>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: de\n"
#, c-format
"%s: A Java exception arisen:\n"
"%s"
msgstr ""
-"%s: eine Java Ausnahme ist aufgetreten:\n"
+"%s: Eine Java Ausnahme ist aufgetreten:\n"
"%s"
msgid "Same command executed again"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: es\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: fr\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: it\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"X-Poedit-Country: Japan\n"
"Language: ja\n"
"X-Poedit-Language: Japanese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: pl\n"
#, c-format
"Project-Id-Version: scilab\n"
"Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n"
"POT-Creation-Date: 2011-10-03 10:34+0100\n"
-"PO-Revision-Date: 2011-03-09 14:03+0000\n"
+"PO-Revision-Date: 2012-01-06 14:23+0000\n"
"Last-Translator: RodolfoRG <rodolforg@gmail.com>\n"
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: pt_BR\n"
#, c-format
"%s: A Java exception arisen:\n"
"%s"
msgstr ""
+"%s: Ocorreu uma exceção Java:\n"
+"%s"
msgid "Same command executed again"
msgstr "Mesmo comando executado novamente"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: ru\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: uk\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: \n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: \n"
#, c-format
<None Include="org\scilab\modules\action_binding\InterpreterManagementJNI.java" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\..\localization\src\java\localization-JAVA.vcxproj">
- <Project>{fba3bc3f-8a2c-4d47-a50d-eb808be42f43}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ <ProjectReference Include="..\c\action_binding.vcxproj">
+ <Project>{8a654cc5-22c1-4972-a8cf-1b89f78b5383}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
#, c-format
msgid "%s: Invalid argument address"
"Project-Id-Version: scilab\n"
"Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n"
"POT-Creation-Date: 2011-10-03 10:34+0100\n"
-"PO-Revision-Date: 2011-04-16 14:20+0000\n"
-"Last-Translator: Markus Graube <Unknown>\n"
+"PO-Revision-Date: 2012-01-02 21:14+0000\n"
+"Last-Translator: Petersen <Unknown>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: de\n"
#, c-format
msgid "%s: Invalid argument address"
-msgstr ""
+msgstr "%s: Ungültige Adresse des Arguments"
#, c-format
msgid "%s: Invalid argument type, %s excepted"
-msgstr ""
+msgstr "%s: Ungültiger Argument-Typ, %s erwartet"
msgid "boolean matrix"
-msgstr ""
+msgstr "Boolesche Matrix"
#, c-format
msgid "%s: Unable to get argument #%d"
#, c-format
msgid "%s: Unable to create variable in Scilab memory"
-msgstr ""
+msgstr "%s: Kann Variable nicht im Scilab-Speicher anlegen"
#, c-format
msgid "%s: Invalid variable name."
-msgstr ""
+msgstr "%s: Ungültiger Variablenname."
#, c-format
msgid "%s: Unable to create %s named \"%s\""
msgstr ""
msgid "matrix of boolean"
-msgstr ""
+msgstr "Matrix boolescher Werte"
#, c-format
msgid "%s: Unable to get variable \"%s\""
#, c-format
msgid "%s: Wrong type for input argument #%d: A scalar expected.\n"
-msgstr ""
+msgstr "%s: Falscher Typ für Eingangsargument #%d: ein Skalar erwartet.\n"
#, c-format
msgid "%s: Unable to get argument \"%s\""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: es\n"
#, c-format
"Project-Id-Version: scilab\n"
"Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n"
"POT-Creation-Date: 2011-10-03 10:34+0100\n"
-"PO-Revision-Date: 2011-11-08 10:03+0000\n"
+"PO-Revision-Date: 2012-01-09 14:18+0000\n"
"Last-Translator: Julie PAUL <Unknown>\n"
"Language-Team: French <fr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: fr\n"
#, c-format
#, c-format
msgid "%s: Wrong type for input argument #%d: A single string expected.\n"
msgstr ""
-"%s : Type erroné de l'argument d'entrée n°%d : Une seule chaîne de caractère "
+"%s : Type erroné de l'argument d'entrée n°%d : Une chaîne de caractère "
"attendue.\n"
#, c-format
msgid "%s: Wrong type for input argument \"%s\": A single string expected.\n"
msgstr ""
-"%s : Type erroné de l'argument d'entrée \"%s\" : Un seul string attendu.\n"
+"%s : Type erroné de l'argument d'entrée \"%s\" : Une chaîne de caractères "
+"attendue.\n"
#, c-format
msgid "%s: Wrong size for input argument #%d.\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: it\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: ja\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
#, c-format
msgid "%s: Invalid argument address"
"Project-Id-Version: scilab\n"
"Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n"
"POT-Creation-Date: 2011-10-03 10:34+0100\n"
-"PO-Revision-Date: 2011-04-18 18:02+0000\n"
-"Last-Translator: Luciano Édipo <Unknown>\n"
+"PO-Revision-Date: 2012-01-06 14:46+0000\n"
+"Last-Translator: RodolfoRG <rodolforg@gmail.com>\n"
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: pt_BR\n"
#, c-format
#, c-format
msgid "%s: Invalid argument type, %s excepted"
-msgstr "%s: Tipo de argumento inválido, %s excedido"
+msgstr "%s: Tipo de argumento inválido; aceita-se %s"
msgid "boolean matrix"
msgstr "matriz booleana"
#, c-format
msgid "%s: Unable to create variable in Scilab memory"
-msgstr "%s: Impossivel criar a variável na mamória de Scilab"
+msgstr "%s: Impossível criar a variável na memória de Scilab"
#, c-format
msgid "%s: Invalid variable name."
-msgstr ""
+msgstr "%s: O nome da variável é inválido."
#, c-format
msgid "%s: Unable to create %s named \"%s\""
#, c-format
msgid "%s: Wrong type for input argument #%d: A scalar expected.\n"
msgstr ""
-"%s: Tipo incorreto para o argumento #%d: Esperava-se uma grandeza escalar.\n"
+"%s: Tipo incorreto para o argumento de entrada #%d: esperava-se um escalar.\n"
#, c-format
msgid "%s: Unable to get argument \"%s\""
#, c-format
msgid "%s: Wrong type for input argument \"%s\": A scalar expected.\n"
msgstr ""
-"%s: Tipo incorreto para o argumento \"%s\": Esperava-se uma grandeza "
-"escalar.\n"
+"%s: Tipo incorreto para o argumento de entrada \"%s\": esperava-se uma "
+"grandeza escalar.\n"
msgid "boolean sparse matrix"
-msgstr "matriz boleana esparça"
+msgstr "matriz boleana esparsa"
msgid "API_ERROR_READ_NAMED_BOOLEAN_SPARSE"
msgstr "API_ERROR_READ_NAMED_BOOLEAN_SPARSE"
#, c-format
msgid "%s: matrix argument excepted"
-msgstr "%s: matriz de argumento excedido"
+msgstr "%s: o argumento não é uma matriz"
#, c-format
msgid "%s: Unable to get dimension of variable \"%s\""
-msgstr "%s: Impossível obter a dimensão da variável \"%s\""
+msgstr "%s: Impossível obter as dimensões da variável \"%s\""
#, c-format
msgid "%s: bad call to %s! (1rst argument).\n"
-msgstr "%s: Chamada inválida para %s! (primeiro argumento)\n"
+msgstr "%s: Chamada inválida para %s (primeiro argumento)!\n"
#, c-format
msgid "%s: Unable to get name of argument #%d"
#, c-format
msgid "%s: Unable to get argument dimension"
-msgstr "%s: Impossível obter a dimensão do argumento"
+msgstr "%s: Impossível obter as dimensões do argumento"
#, c-format
msgid "%s: Unable to get variable address"
-msgstr "%s: Impossível obter o endereçod a variável"
+msgstr "%s: Impossível obter o endereço da variável"
#, c-format
msgid "%s: Unable to get argument type"
#, c-format
msgid "%s: Wrong size for argument %d: (%d,%d) expected.\n"
-msgstr "%s: Dimensão incorreta para o argumento %d: esperava-se (%d, %d).\n"
+msgstr "%s: Tamanho incorreto para o argumento %d: esperava-se (%d,%d).\n"
#, c-format
msgid ""
"%s: Wrong type for input argument #%d: A string or a scalar expected.\n"
msgstr ""
-"%s: Tipo incorreto para o argumento #%d: Esperava-se uma string ou grandeza "
-"escalar.\n"
+"%s: Tipo incorreto para o argumento de entrada #%d: esperava-se um texto ou "
+"uma grandeza escalar.\n"
#, c-format
msgid "%s: Wrong value for input argument #%d: '%s' or '%s' expected.\n"
msgstr ""
+"%s: Valor incorreto para o argumento de entrada #%d: esperava-se \"%s\" ou "
+"\"%s\".\n"
#, c-format
msgid "%s: Wrong type for argument %d: Real matrix expected.\n"
msgstr ""
-"%s: Tipo incorreto para o argumento %d: Esperava-se uma matriz de números "
+"%s: Tipo incorreto para o argumento %d: esperava-se uma matriz de números "
"reais.\n"
#, c-format
"%s: Wrong type for input argument #%d: A real scalar or a integer scalar "
"expected.\n"
msgstr ""
-"%s: Tipo incorreto para o argumento #%d: Esperava-se uma grandeza escalar ou "
-"um inteiro.\n"
+"%s: Tipo incorreto para o argumento #%d: esperava-se um número escalar "
+"inteiro ou real.\n"
#, c-format
msgid "%s: Unable to get dimension from variable \"%s\""
-msgstr "%s: Impossível obter a dimensão da variável \"%s\""
+msgstr "%s: Impossível obter as dimensões da variável \"%s\""
msgid "double matrix"
-msgstr "double matriz"
+msgstr "matriz de reais"
#, c-format
msgid "%s: Bad call to get a non complex matrix"
#, c-format
msgid "stack size exceeded!\n"
-msgstr "tamanho da pilha excedido!\n"
+msgstr "excedeu o tamanho da pilha!\n"
#, c-format
msgid "Use stacksize function to increase it.\n"
msgstr "\tem %s\n"
msgid "int matrix"
-msgstr "int matriz"
+msgstr "matriz de inteiros"
#, c-format
msgid "%s: Unable to get precision of variable \"%s\""
#, c-format
msgid "%s: Unable to create list item #%d in Scilab memory"
-msgstr "%s: Impossível criar a lista de itens #%d na memória do Scilab"
+msgstr "%s: Impossível criar o item #%d da lista na memória do Scilab"
#, c-format
msgid "%s: Unable to create list item #%d in variable \"%s\""
-msgstr "%s: Impossível criar a lista de itens #%d na variável \"%s\""
+msgstr "%s: Impossível criar o item #%d da lista na variável \"%s\""
#, c-format
msgid "%s: Items must be inserted in order"
"%s: O nome formal de variáveis de polinômios não pode exceder 4 caracteres"
msgid "matrix of double"
-msgstr "matriz de double"
+msgstr "matriz de reais"
msgid "sparse matrix"
-msgstr "matriz esparça"
+msgstr "matriz esparsa"
msgid "string matrix"
-msgstr "string matriz"
+msgstr "matriz de textos"
msgid "matrix of string"
-msgstr "matriz de string"
+msgstr "matriz de textos"
msgid "matrix of wide string"
-msgstr "matriz de wide string"
+msgstr "matriz de textos longos"
#, c-format
msgid "%s: Wrong type for input argument #%d: A single string expected.\n"
msgstr ""
-"%s: Tipo incorreto para o argumento #%d: Esperava-se uma string simples.\n"
+"%s: Tipo incorreto para o argumento de entrada #%d: esperava-se um único "
+"texto.\n"
#, c-format
msgid "%s: Wrong type for input argument \"%s\": A single string expected.\n"
msgstr ""
-"%s: Tipo incorreto para o argumento \"%s\": Esperava-se uma string simples.\n"
+"%s: Tipo incorreto para o argumento de entrada \"%s\": esperava-se um único "
+"texto.\n"
#, c-format
msgid "%s: Wrong size for input argument #%d.\n"
-msgstr "%s: Tamanho incorreto para o argumento #%d.\n"
+msgstr "%s: Tamanho incorreto para o argumento de entrada #%d.\n"
#, c-format
msgid "%s: No more memory.\n"
#, c-format
msgid "%s: Invalid variable name.\n"
-msgstr ""
+msgstr "%s: O nome da variável é inválido.\n"
"Project-Id-Version: scilab\n"
"Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n"
"POT-Creation-Date: 2011-10-03 10:34+0100\n"
-"PO-Revision-Date: 2011-10-04 15:03+0000\n"
+"PO-Revision-Date: 2011-12-16 23:56+0000\n"
"Last-Translator: Stanislav V. Kroter <krotersv@gmail.com>\n"
"Language-Team: Russian <ru@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: ru\n"
#, c-format
#, c-format
msgid "%s: Unable to create %s named \"%s\""
-msgstr "%s: Невозможно создать %s именованный \"%s\""
+msgstr "%s: Невозможно создать %s с именем \"%s\""
msgid "matrix of boolean"
msgstr "булева матрица"
#, c-format
msgid "%s: Formal variable name of polynomial can't exceed 4 characters"
msgstr ""
-"%s: Формальное имя переменной многочлена не может превышать 4 символов"
+"%s: Формальное имя переменной многочлена не может превышать 4 символа"
msgid "matrix of double"
msgstr "матрица чисел двойной точности"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: ukPlural-Forms: nplurals=1; plural=0;\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: \n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: ca\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
#, c-format
msgid "%s: the computation is already terminated\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: de\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: es\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: fr\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: it\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: ja\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: pl\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: pt_BR\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: ru\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: uk\n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: \n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: \n"
#, c-format
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: ca\n"
#, c-format
#, c-format
msgid ""
+"%s: Wrong type for input argument #%d: A boolean or single string expected.\n"
+msgstr ""
+
+#, c-format
+msgid ""
+"%s: Wrong size for input argument #%d: A boolean or single string expected.\n"
+msgstr ""
+
+#, c-format
+msgid ""
"%s: Wrong value for input argument #%d: 'user' or 'allusers' or 'all' "
"expected.\n"
msgstr ""
"'allusers' o 'all'.\n"
#, c-format
+msgid "%s: Wrong type for input argument #%d: A boolean expected.\n"
+msgstr ""
+"%s: L'argument d'entrada #%d és d'un tipus incorrecte: Ha de ser un booleà.\n"
+
+#, c-format
+msgid "%s: Wrong size for input argument #%d: A boolean expected.\n"
+msgstr ""
+"%s: L'argument d'entrada #%d té una mida incorrecta: Ha de ser un booleà.\n"
+
+#, c-format
msgid "%s: You have not enough rights to remove the package %s (%s).\n"
msgstr "%s: No teniu permisos per eliminar el paquet %s (%s).\n"
#, c-format
msgid ""
+"Removing %s (%s)(%s).\n"
+"\n"
+msgstr ""
+
+#, c-format
+msgid ""
"%s: The directory of this package (%s-%s) is located neither in SCI nor in "
"SCIHOME. For security reason, ATOMS refuses to delete this directory.\n"
msgstr ""
"que teniu accés d'escriptura a aquest directori: %s.\n"
#, c-format
+msgid ""
+"Deleting archives files for %s.\n"
+"\n"
+msgstr ""
+
+#, c-format
msgid "%s: Wrong value for input argument #%d: This ("
msgstr "%s: L'argument d'entrada #%d té un valor incorrecte: Aquest ("
#, c-format
msgid ""
+"%s%s deleted.\n"
+"\n"
+msgstr ""
+
+#, c-format
+msgid ""
+"%s%s does not exist.\n"
+"\n"
+msgstr ""
+
+#, c-format
+msgid ""
"%s: Wrong value for input argument #%d: String that start with "
"'http://','ftp://' or 'file://' expected.\n"
msgstr ""
"text de 1x1 o 1x2.\n"
#, c-format
-msgid "%s: Wrong type for input argument #%d: A boolean expected.\n"
-msgstr ""
-"%s: L'argument d'entrada #%d és d'un tipus incorrecte: Ha de ser un booleà.\n"
-
-#, c-format
-msgid "%s: Wrong size for input argument #%d: A boolean expected.\n"
-msgstr ""
-"%s: L'argument d'entrada #%d té una mida incorrecta: Ha de ser un booleà.\n"
-
-#, c-format
msgid "%s: Wrong size for input argument #%d: 1x2 string matrix expected.\n"
msgstr ""
"%s: L'argument d'entrada #%d té una mida incorrecta: Ha de ser una matriu de "
"Project-Id-Version: scilab\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2011-10-03 10:34+0100\n"
-"PO-Revision-Date: 2011-10-05 15:41+0000\n"
+"PO-Revision-Date: 2011-12-27 20:49+0000\n"
"Last-Translator: Zbyněk Schwarz <Unknown>\n"
"Language-Team: Czech <cs@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
#, c-format
msgid "%s: Wrong number of input arguments: %d expected.\n"
#, c-format
msgid ""
+"%s: Wrong type for input argument #%d: A boolean or single string expected.\n"
+msgstr ""
+"%s: Špatný typ vstupního argumentu #%d: Očekáván jeden řetězec nebo "
+"boolean.\n"
+
+#, c-format
+msgid ""
+"%s: Wrong size for input argument #%d: A boolean or single string expected.\n"
+msgstr ""
+"%s: Špatná velikost vstupního argumentu #%d: Očekáván jeden řetězec nebo "
+"boolean.\n"
+
+#, c-format
+msgid ""
"%s: Wrong value for input argument #%d: 'user' or 'allusers' or 'all' "
"expected.\n"
msgstr ""
"nebo 'all'.\n"
#, c-format
+msgid "%s: Wrong type for input argument #%d: A boolean expected.\n"
+msgstr "%s: Špatný typ vstupního argumentu #%d: Očekáván boolean.\n"
+
+#, c-format
+msgid "%s: Wrong size for input argument #%d: A boolean expected.\n"
+msgstr "%s: Špatná velikost vstupního argumentu #%d: Byl očekáván boolean.\n"
+
+#, c-format
msgid "%s: You have not enough rights to remove the package %s (%s).\n"
msgstr "%s: Nemáte dostatečná práva k odstranění balíčku %s (%s).\n"
#, c-format
msgid ""
+"Removing %s (%s)(%s).\n"
+"\n"
+msgstr ""
+"Odstraňování %s (%s)(%s).\n"
+"\n"
+
+#, c-format
+msgid ""
"%s: The directory of this package (%s-%s) is located neither in SCI nor in "
"SCIHOME. For security reason, ATOMS refuses to delete this directory.\n"
msgstr ""
"prosím, zdali máte přístup pro zápis do tohoto adresáře : %s.\n"
#, c-format
+msgid ""
+"Deleting archives files for %s.\n"
+"\n"
+msgstr ""
+"Mazání souborů archivu pro %s.\n"
+"\n"
+
+#, c-format
msgid "%s: Wrong value for input argument #%d: This ("
msgstr "%s: Špatná hodnota vstupního argumentu #%d: Toto ("
#, c-format
msgid ""
+"%s%s deleted.\n"
+"\n"
+msgstr ""
+"smazáno %s%s.\n"
+"\n"
+
+#, c-format
+msgid ""
+"%s%s does not exist.\n"
+"\n"
+msgstr ""
+"%s%s neexistuje.\n"
+"\n"
+
+#, c-format
+msgid ""
"%s: Wrong value for input argument #%d: String that start with "
"'http://','ftp://' or 'file://' expected.\n"
msgstr ""
"nebo 1x2.\n"
#, c-format
-msgid "%s: Wrong type for input argument #%d: A boolean expected.\n"
-msgstr "%s: Špatný typ vstupního argumentu #%d: Očekáván boolean.\n"
-
-#, c-format
-msgid "%s: Wrong size for input argument #%d: A boolean expected.\n"
-msgstr "%s: Špatná velikost vstupního argumentu #%d: Byl očekáván boolean.\n"
-
-#, c-format
msgid "%s: Wrong size for input argument #%d: 1x2 string matrix expected.\n"
msgstr ""
"%s: Špatná velikost vstupního argumentu #%d: Očekávána matice řetězců 1x2.\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: de\n"
#, c-format
#, c-format
msgid ""
+"%s: Wrong type for input argument #%d: A boolean or single string expected.\n"
+msgstr ""
+
+#, c-format
+msgid ""
+"%s: Wrong size for input argument #%d: A boolean or single string expected.\n"
+msgstr ""
+
+#, c-format
+msgid ""
"%s: Wrong value for input argument #%d: 'user' or 'allusers' or 'all' "
"expected.\n"
msgstr ""
"'all' erwartet.\n"
#, c-format
+msgid "%s: Wrong type for input argument #%d: A boolean expected.\n"
+msgstr ""
+"%s: Falscher Typ für Eingangsargument #%d: einen booleschen Wert erwartet.\n"
+
+#, c-format
+msgid "%s: Wrong size for input argument #%d: A boolean expected.\n"
+msgstr ""
+"%s: Falsche Größe für Eingangsargument #%d: einen booleschen Wert erwartet.\n"
+
+#, c-format
msgid "%s: You have not enough rights to remove the package %s (%s).\n"
msgstr ""
"%s: Sie haben nicht genügend Rechte, um das Paket %s (%s) zu entfernen.\n"
#, c-format
msgid ""
+"Removing %s (%s)(%s).\n"
+"\n"
+msgstr ""
+
+#, c-format
+msgid ""
"%s: The directory of this package (%s-%s) is located neither in SCI nor in "
"SCIHOME. For security reason, ATOMS refuses to delete this directory.\n"
msgstr ""
"haben: %s.\n"
#, c-format
+msgid ""
+"Deleting archives files for %s.\n"
+"\n"
+msgstr ""
+
+#, c-format
msgid "%s: Wrong value for input argument #%d: This ("
msgstr "%s: Falscher Wert für Eingangsargument #%d: Dies ("
#, c-format
msgid ""
+"%s%s deleted.\n"
+"\n"
+msgstr ""
+
+#, c-format
+msgid ""
+"%s%s does not exist.\n"
+"\n"
+msgstr ""
+
+#, c-format
+msgid ""
"%s: Wrong value for input argument #%d: String that start with "
"'http://','ftp://' or 'file://' expected.\n"
msgstr ""
"Zeichenkettenmatrix erwartet.\n"
#, c-format
-msgid "%s: Wrong type for input argument #%d: A boolean expected.\n"
-msgstr ""
-"%s: Falscher Typ für Eingangsargument #%d: einen booleschen Wert erwartet.\n"
-
-#, c-format
-msgid "%s: Wrong size for input argument #%d: A boolean expected.\n"
-msgstr ""
-"%s: Falsche Größe für Eingangsargument #%d: einen booleschen Wert erwartet.\n"
-
-#, c-format
msgid "%s: Wrong size for input argument #%d: 1x2 string matrix expected.\n"
msgstr ""
"%s: Falsche Größe für Eingangsargument #%d: 1x2 Zeichenkettenmatrix "
"Project-Id-Version: scilab\n"
"Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n"
"POT-Creation-Date: 2011-10-03 10:34+0100\n"
-"PO-Revision-Date: 2011-10-21 22:54+0000\n"
-"Last-Translator: Fido <Unknown>\n"
+"PO-Revision-Date: 2012-01-02 21:03+0000\n"
+"Last-Translator: J. Cappelletto <Unknown>\n"
"Language-Team: Spanish <es@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Launchpad (build 14487)\n"
+"X-Generator: Launchpad (build 14664)\n"
"Language: es\n"
#, c-format
#, c-format
msgid ""
+"%s: Wrong type for input argument #%d: A boolean or single string expected.\n"
+msgstr ""
+
+#, c-format