Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1178 committed - Misc. fixes for the -rc1 prerelease

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1178 committed - Misc. fixes for the -rc1 prerelease


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1178 committed - Misc. fixes for the -rc1 prerelease
  • Date: Wed, 21 Jan 2015 17:18:13 +0000

Revision: 1178
Author:

Date: Wed Jan 21 17:17:58 2015 UTC
Log: Misc. fixes for the -rc1 prerelease


https://code.google.com/p/ndt/source/detail?r=1178

Modified:
/trunk/Applet/MANIFEST.MF
/trunk/Applet/precompiled/Tcpbw100.jar
/trunk/configure.ac
/trunk/ndt.spec
/trunk/src/Makefile.am

=======================================
--- /trunk/Applet/MANIFEST.MF Thu Nov 13 14:15:57 2014 UTC
+++ /trunk/Applet/MANIFEST.MF Wed Jan 21 17:17:58 2015 UTC
@@ -3,5 +3,5 @@
Created-By: Rich Carlson
Application-Name: NDT
Main-Class: edu.internet2.ndt.Tcpbw100
-Permissions: sandbox
+Permissions: all-permissions
Caller-Allowable-Codebase: *
=======================================
--- /trunk/Applet/precompiled/Tcpbw100.jar Fri Jan 9 16:09:33 2015 UTC
+++ /trunk/Applet/precompiled/Tcpbw100.jar Wed Jan 21 17:17:58 2015 UTC
Binary file, no diff available.
=======================================
--- /trunk/configure.ac Fri Jan 9 16:35:41 2015 UTC
+++ /trunk/configure.ac Wed Jan 21 17:17:58 2015 UTC
@@ -149,7 +149,7 @@

# Enabling/disabling flash client build
AC_ARG_WITH(flash, [ --enable-flash=[yes/no/precompiled/auto] turn on flash client build
- [default=auto]],, enable_flash=yes)
+ [default=auto]],, with_flash=auto)

if test "x$with_flash" == "xauto"; then
AC_CHECK_PROGS(NDTMXMLC, mxmlc)
=======================================
--- /trunk/ndt.spec Fri Jan 9 15:36:25 2015 UTC
+++ /trunk/ndt.spec Wed Jan 21 17:17:58 2015 UTC
@@ -2,7 +2,7 @@

Name: ndt
Version: 3.7.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Network Diagnostic Tool

Group: Applications/Networking
@@ -60,9 +60,9 @@

%build
%if "%{?CERT_FILE}" == ""
-%configure --with-I2util=%{_libdir} --enable-fakewww --with-java=precompiled --with-flash=precompiled
+%configure --enable-fakewww --with-java=precompiled --with-flash=precompiled
%else
-%configure --with-I2util=%{_libdir} --enable-fakewww --with-java=precompiled --with-cert="%{CERT_FILE}" --with-alias="%{CERT_ALIAS}" --with-flash=precompiled
+%configure --enable-fakewww --with-java=precompiled --with-cert="%{CERT_FILE}" --with-alias="%{CERT_ALIAS}" --with-flash=precompiled
%endif

#make %{?_smp_mflags}
=======================================
--- /trunk/src/Makefile.am Mon Dec 8 19:27:27 2014 UTC
+++ /trunk/src/Makefile.am Wed Jan 21 17:17:58 2015 UTC
@@ -130,5 +130,5 @@

EXTRA_DIST = clt_tests.h logging.h mrange.h network.h protocol.h testoptions.h test_sfw.h test_meta.h \
troute.h tr-tree.h usage.h utils.h varinfo.h web100-admin.h web100srv.h ndt_odbc.h runningtest.h ndtptestconstants.h \
- heuristics.h strlutils.h test_results_clt.h tests_srv.h jsonutils.h
+ heuristics.h strlutils.h test_results_clt.h tests_srv.h jsonutils.h unit_testing.h



  • [ndt-dev] [ndt] r1178 committed - Misc. fixes for the -rc1 prerelease, ndt, 01/21/2015

Archive powered by MHonArc 2.6.16.

Top of Page