Tarus Balog | 1 Apr 2005 01:14
Picon

[opennms-cvs] CVS: opennms CHANGELOG,1.136.2.28,1.136.2.29

Update of /cvsroot/opennms/opennms
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22582

Modified Files:
      Tag: OPENNMS_1_2_BRANCH
	CHANGELOG 
Log Message:
Applied fix for poll outages, bug 1116

Index: CHANGELOG
===================================================================
RCS file: /cvsroot/opennms/opennms/CHANGELOG,v
retrieving revision 1.136.2.28
retrieving revision 1.136.2.29
diff -u -r1.136.2.28 -r1.136.2.29
--- CHANGELOG	19 Mar 2005 00:13:06 -0000	1.136.2.28
+++ CHANGELOG	31 Mar 2005 23:14:08 -0000	1.136.2.29
 <at>  <at>  -1,3 +1,11  <at>  <at> 
+1.2.2 to 1.2.3
+----------------------------------------------------------------------
+- Applied final version of poll outage editor. Bug 1116. Thx Craig
+
+1.2.1 to 1.2.2
+----------------------------------------------------------------------
+- Fixed an issue with the webUI and null issnmpprimary values.
+
 1.2.0 to 1.2.1
 ----------------------------------------------------------------------
 - Fix source RPM builds ("srpm" build target).  Bug 1112.  Thanks, Tarus.

(Continue reading)

Tarus Balog | 1 Apr 2005 01:14
Picon

[opennms-cvs] CVS: opennms/src/web/web/admin index.jsp,1.9.12.3,1.9.12.4

Update of /cvsroot/opennms/opennms/src/web/web/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22582/src/web/web/admin

Modified Files:
      Tag: OPENNMS_1_2_BRANCH
	index.jsp 
Log Message:
Applied fix for poll outages, bug 1116

Index: index.jsp
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/web/admin/index.jsp,v
retrieving revision 1.9.12.3
retrieving revision 1.9.12.4
diff -u -r1.9.12.3 -r1.9.12.4
--- index.jsp	18 Mar 2005 15:39:49 -0000	1.9.12.3
+++ index.jsp	31 Mar 2005 23:14:09 -0000	1.9.12.4
 <at>  <at>  -165,11 +165,9  <at>  <at> 
         <a HREF="admin/pollerConfig/index.jsp">Configure Pollers</a>
       <p>
         <a HREF="admin/asset/index.jsp">Import and Export Asset Information</a>
-<!-- 
       <p>
         <a HREF="admin/sched-outages/index.jsp">Scheduled Outages</a>
       <p>
--->

       <!-- security link -->

 <at>  <at>  -267,12 +265,11  <at>  <at> 
(Continue reading)

Tarus Balog | 1 Apr 2005 01:14
Picon

[opennms-cvs] CVS: opennms/src/web/web/admin/sched-outages editoutage.jsp,1.1.2.2,1.1.2.3

Update of /cvsroot/opennms/opennms/src/web/web/admin/sched-outages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22582/src/web/web/admin/sched-outages

Modified Files:
      Tag: OPENNMS_1_2_BRANCH
	editoutage.jsp 
Log Message:
Applied fix for poll outages, bug 1116

Index: editoutage.jsp
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/web/admin/sched-outages/editoutage.jsp,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- editoutage.jsp	17 Mar 2005 22:50:35 -0000	1.1.2.2
+++ editoutage.jsp	31 Mar 2005 23:14:09 -0000	1.1.2.3
 <at>  <at>  -35,6 +35,37  <at>  <at> 
 shortDayNames.put("thursday","Thu");
 shortDayNames.put("friday","Fri");
 shortDayNames.put("saturday","Sat");
+shortDayNames.put("1","1st");
+shortDayNames.put("2","2nd");
+shortDayNames.put("3","3rd");
+shortDayNames.put("4","4th");
+shortDayNames.put("5","5th");
+shortDayNames.put("6","6th");
+shortDayNames.put("7","7th");
+shortDayNames.put("8","8th");
+shortDayNames.put("9","9th");
(Continue reading)

Matt Brozowski | 1 Apr 2005 01:58
Picon

[opennms-cvs] CVS: opennms build.xml,1.111,1.112

Update of /cvsroot/opennms/opennms
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15181

Modified Files:
	build.xml 
Log Message:
Add oro to libraries.path 

Index: build.xml
===================================================================
RCS file: /cvsroot/opennms/opennms/build.xml,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- build.xml	31 Mar 2005 19:39:09 -0000	1.111
+++ build.xml	31 Mar 2005 23:58:52 -0000	1.112
 <at>  <at>  -175,6 +175,7  <at>  <at> 
   <path id="libraries.java.path">
     <pathelement path="${packaged.lib.dir}/log4j.jar"/>
     <pathelement path="${packaged.lib.dir}/commons-logging.jar"/>
+    <pathelement path="${packaged.lib.dir}/oro204.jar"/>
     <pathelement path="${packaged.lib.dir}/regexp120.jar"/>
     <pathelement path="${dev.lib.dir}/servlet.jar"/>
     <pathelement path="${packaged.lib.dir}/ldap.jar"/>

-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30
(Continue reading)

Matt Brozowski | 1 Apr 2005 06:40
Picon

[opennms-cvs] CVS: opennms/tools/packages/solaris simple-solaris-howto.txt,1.8,1.9

Update of /cvsroot/opennms/opennms/tools/packages/solaris
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1510/tools/packages/solaris

Modified Files:
	simple-solaris-howto.txt 
Log Message:
First merge after 1_2_2 but before 1_2_3.

Index: simple-solaris-howto.txt
===================================================================
RCS file: /cvsroot/opennms/opennms/tools/packages/solaris/simple-solaris-howto.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- simple-solaris-howto.txt	29 Mar 2005 23:16:18 -0000	1.8
+++ simple-solaris-howto.txt	1 Apr 2005 04:40:08 -0000	1.9
 <at>  <at>  -11,11 +11,11  <at>  <at> 

 ./build.sh docs

-2b: Run:
+2a: Run:

 cp -pr work/docs /tmp/opennms/usr/local/opennms/
 
-2. go into your directory and walk down to /usr/local (install things in
+2b. go into your directory and walk down to /usr/local (install things in
    /usr/local just to fit with sunfreeware)

 3. in the opennms package, don't forget to make jar symlinks for tomcat
(Continue reading)

Matt Brozowski | 1 Apr 2005 06:40
Picon

[opennms-cvs] CVS: opennms/src/web/web/admin/sched-outages editoutage.jsp,1.3,1.4

Update of /cvsroot/opennms/opennms/src/web/web/admin/sched-outages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1510/src/web/web/admin/sched-outages

Modified Files:
	editoutage.jsp 
Log Message:
First merge after 1_2_2 but before 1_2_3.

Index: editoutage.jsp
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/web/admin/sched-outages/editoutage.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- editoutage.jsp	24 Mar 2005 18:36:27 -0000	1.3
+++ editoutage.jsp	1 Apr 2005 04:40:09 -0000	1.4
 <at>  <at>  -35,6 +35,37  <at>  <at> 
 shortDayNames.put("thursday","Thu");
 shortDayNames.put("friday","Fri");
 shortDayNames.put("saturday","Sat");
+shortDayNames.put("1","1st");
+shortDayNames.put("2","2nd");
+shortDayNames.put("3","3rd");
+shortDayNames.put("4","4th");
+shortDayNames.put("5","5th");
+shortDayNames.put("6","6th");
+shortDayNames.put("7","7th");
+shortDayNames.put("8","8th");
+shortDayNames.put("9","9th");
+shortDayNames.put("10","10th");
(Continue reading)

Matt Brozowski | 1 Apr 2005 06:40
Picon

[opennms-cvs] CVS: opennms/src/web/web/admin index.jsp,1.10,1.11

Update of /cvsroot/opennms/opennms/src/web/web/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1510/src/web/web/admin

Modified Files:
	index.jsp 
Log Message:
First merge after 1_2_2 but before 1_2_3.

Index: index.jsp
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/web/admin/index.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- index.jsp	22 Mar 2005 05:49:28 -0000	1.10
+++ index.jsp	1 Apr 2005 04:40:09 -0000	1.11
 <at>  <at>  -165,11 +165,9  <at>  <at> 
         <a HREF="admin/pollerConfig/index.jsp">Configure Pollers</a>
       <p>
         <a HREF="admin/asset/index.jsp">Import and Export Asset Information</a>
-<!-- 
       <p>
         <a HREF="admin/sched-outages/index.jsp">Scheduled Outages</a>
       <p>
--->

       <!-- security link -->

 <at>  <at>  -267,12 +265,11  <at>  <at> 
             database applications, and details for using the Import and Export
(Continue reading)

Matt Brozowski | 1 Apr 2005 06:40
Picon

[opennms-cvs] CVS: opennms CHANGELOG,1.147,1.148

Update of /cvsroot/opennms/opennms
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1510

Modified Files:
	CHANGELOG 
Log Message:
First merge after 1_2_2 but before 1_2_3.

Index: CHANGELOG
===================================================================
RCS file: /cvsroot/opennms/opennms/CHANGELOG,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- CHANGELOG	29 Mar 2005 06:11:55 -0000	1.147
+++ CHANGELOG	1 Apr 2005 04:40:09 -0000	1.148
 <at>  <at>  -33,6 +33,14  <at>  <at> 
 - De-singletonized Eventd for jUnit test framework
 - Added support the new notion of Alarms vs. Events

+1.2.2 to 1.2.3
+----------------------------------------------------------------------
+- Applied final version of poll outage editor. Bug 1116. Thx Craig
+
+1.2.1 to 1.2.2
+----------------------------------------------------------------------
+- Fixed an issue with the webUI and null issnmpprimary values.
+
 1.2.0 to 1.2.1
 ----------------------------------------------------------------------
(Continue reading)

Matt Brozowski | 1 Apr 2005 06:40
Picon

[opennms-cvs] CVS: opennms/etc destinationPaths.xml,1.3,1.4 notificationCommands.xml,1.4,1.5

Update of /cvsroot/opennms/opennms/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1510/etc

Modified Files:
	destinationPaths.xml notificationCommands.xml 
Log Message:
First merge after 1_2_2 but before 1_2_3.

Index: destinationPaths.xml
===================================================================
RCS file: /cvsroot/opennms/opennms/etc/destinationPaths.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- destinationPaths.xml	22 Mar 2005 05:48:55 -0000	1.3
+++ destinationPaths.xml	1 Apr 2005 04:40:09 -0000	1.4
 <at>  <at>  -210,4 +210,10  <at>  <at> 
                 <command>xmppMessage</command>
         </target>
     </path>
+    <path name="Growl-Admin">
+        <target>
+                <name>Admin</name>
+                <command>growlMessage</command>
+        </target>
+    </path>
 </destinationPaths>

Index: notificationCommands.xml
===================================================================
(Continue reading)

Matt Brozowski | 1 Apr 2005 06:40
Picon

[opennms-cvs] CVS: opennms/tools/packages/opennms opennms.spec.in,1.45,1.46

Update of /cvsroot/opennms/opennms/tools/packages/opennms
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1510/tools/packages/opennms

Modified Files:
	opennms.spec.in 
Log Message:
First merge after 1_2_2 but before 1_2_3.

Index: opennms.spec.in
===================================================================
RCS file: /cvsroot/opennms/opennms/tools/packages/opennms/opennms.spec.in,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- opennms.spec.in	22 Mar 2005 05:49:32 -0000	1.45
+++ opennms.spec.in	1 Apr 2005 04:40:09 -0000	1.46
 <at>  <at>  -146,6 +146,15  <at>  <at> 
 %define platform_match	true
 %endif

+%if "%{platform}" == "linux-i386-rhel-4"
+%define	initdir		/etc
+%define psql_service	rhdb
+%define requires	postgresql-server >= 7.2, compat-libstdc++, j2sdk >= 1.4
+%define webapp_requires tomcat4 >= 4.1.18
+%define release_pkg     %{release}_rhel4
+%define platform_match	true
+%endif
+
 %if "%{platform}" == "linux-i386-suse-7"
(Continue reading)


Gmane