Repository: juddi Updated Branches: refs/heads/master 94e82b5f7 -> 09908035a
NOJIRA minor site documentation updates, attempt to fix the dotnet build Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/09908035 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/09908035 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/09908035 Branch: refs/heads/master Commit: 09908035aff887650616eba6b3adb43c1f24fdf9 Parents: 94e82b5 Author: Alex O'Ree <[email protected]> Authored: Fri Aug 24 22:12:17 2018 -0400 Committer: Alex O'Ree <[email protected]> Committed: Fri Aug 24 22:12:17 2018 -0400 ---------------------------------------------------------------------- .gitignore | 4 ++++ .../en-US/ClientGuideUsingthejUDDIGUI.asciidoc | 13 +++++++++++++ juddi-client.net/bb-win7.bat | 3 +++ src/site/site.xml | 2 +- 4 files changed, 21 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/09908035/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index d24491f..d4954dd 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,7 @@ nb-configuration.xml uddi-tck/drivers/ *.releaseBackup *.versionsBackup +**/bin/Debug/* +**/obj/** +*.suo +juddi-client.net/.vs/juddi-client.net/v15/** http://git-wip-us.apache.org/repos/asf/juddi/blob/09908035/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc ---------------------------------------------------------------------- diff --git a/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc b/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc index a4e516a..22d1756 100644 --- a/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc +++ b/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc @@ -425,3 +425,16 @@ image::images/juddi-gui-nodeswitcher.png[Node Switcher] TIP: Administrators can define the default node via the Setting, Configuration page. +=== Adding Additional Language Translations + +Adding support for a new translation is relatively simple. + +. Identify what language you want to add (i.e. French) +. Identify the two letter language code (i.e. fr) +. Copy the default language resource file "web.properties" and name it "web_fr.properties". +. Edit "web_fr.properties" and translating each phrase as needed. It's a standard Java properties file that uses the format key=value. +. Place this new file within "juddi-gui/WEB-INF/classes/org/apache/juddi/webconsole/resources" +. Edit the "index.jsp" file in "juddi-gui" to add the new line for the "fr" langauge code. It's towards the bottom. +. Restart Tomcat or your application server and test. + +Finally, contributions are always welcome. Either open a ticket with our issue tracker and attached the new translation or open a pull request. http://git-wip-us.apache.org/repos/asf/juddi/blob/09908035/juddi-client.net/bb-win7.bat ---------------------------------------------------------------------- diff --git a/juddi-client.net/bb-win7.bat b/juddi-client.net/bb-win7.bat index 9a44da4..58c4353 100644 --- a/juddi-client.net/bb-win7.bat +++ b/juddi-client.net/bb-win7.bat @@ -16,6 +16,9 @@ rem KIND, either express or implied. See the License for the rem specific language governing permissions and limitations rem under the License. rem Hi, this is for running nunit tests on ASF's build bot CI servers, specifically the Windows 7 bb server + +juddi-installer\bin\debug\juddi-installer.exe + if "%NUNIT_HOME%"=="" ( set NUNIT_HOME=c:\juddi\NUnit-2.6.1 echo WARN - NUNIT_HOME is not defined, using default value, which is probably wrong http://git-wip-us.apache.org/repos/asf/juddi/blob/09908035/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index d420ec9..41ee936 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -75,7 +75,7 @@ <menu name="Documentation"> - + <item name="Supported UDDI Interfaces" href="uddi.html"/> <item name="Security Advisories" href="security.html"/> <item name="jUDDI Docs" href="docs.html"/> <item name="Wiki" href="http://wiki.apache.org/juddi"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
