Hi list

I've been following OpenNMS for a long time now, and since I have a
little bit of free time I'm setting up a development environment, and
maybe I'll be able to help you fix some bugs or something.

I set up my environment using :
http://www.opennms.org/wiki/Eclipse_and_OpenNMS and with some help from
rangerRick on IRC (thanks).

So basically I started from scratch and kinda validated this procedure,
except I had to change 2 vey little things so far to make it work :

0001) some directories are in the build path but are not created because
they are empty, I just added some .gitignore files to ensure the
directories are created and Eclipse doesn't complain on build path.

0002) An XSD file (datacollection-config.xsd) would not validate in
eclipse (in mine, anyway) without specifying the namespace.

I still have 14 errors (related to GWT and the webapp) and I'll let you
know when I hunt them down :)


--
Philippe Guillebert aka phyce on IRC
Network Management Consultant
Uperto - IDEOS


>From 4ce054b087dfe3eafb0773061ab46772c6b8246f Mon Sep 17 00:00:00 2001
From: Philippe Guillebert <philippe.guilleb...@uperto.com>
Date: Wed, 15 Dec 2010 14:52:24 +0100
Subject: [PATCH 1/2] Added some missing empty directories in source control

---
 0 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 features/remote-poller-jnlp/src/main/groovy/.gitignore
 create mode 100644 features/remote-poller-jnlp/src/test/groovy/.gitignore
 create mode 100644 features/remote-poller/src/test/groovy/.gitignore

diff --git a/features/remote-poller-jnlp/src/main/groovy/.gitignore b/features/remote-poller-jnlp/src/main/groovy/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/features/remote-poller-jnlp/src/test/groovy/.gitignore b/features/remote-poller-jnlp/src/test/groovy/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/features/remote-poller/src/test/groovy/.gitignore b/features/remote-poller/src/test/groovy/.gitignore
new file mode 100644
index 0000000..e69de29
-- 
1.6.3.3


>From 607054814aeae1b3723f9c0baacb84e17142892b Mon Sep 17 00:00:00 2001
From: Philippe Guillebert <philippe.guilleb...@uperto.com>
Date: Wed, 15 Dec 2010 17:47:26 +0100
Subject: [PATCH 2/2] added missing namespace that generated an error in my eclipse

---
 .../src/main/castor/datacollection-config.xsd      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opennms-config/src/main/castor/datacollection-config.xsd b/opennms-config/src/main/castor/datacollection-config.xsd
index cd22e0b..4cac05b 100644
--- a/opennms-config/src/main/castor/datacollection-config.xsd
+++ b/opennms-config/src/main/castor/datacollection-config.xsd
@@ -54,7 +54,7 @@
           </annotation>
         </element>
 
-        <element maxOccurs="unbounded" minOccurs="0" ref="include-collection">
+        <element maxOccurs="unbounded" minOccurs="0" ref="dc:include-collection">
           <annotation>
             <documentation>Include Collection by specifying
             System Definition Name or Data Collection Group Name.</documentation>
-- 
1.6.3.3


<<attachment: philippe_guillebert.vcf>>

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to