onia2...@hotmail.com
To: opennms-devel@lists.sourceforge.net
Date: Fri, 30 Jan 2009 15:18:07 -0500
Subject: Re: [opennms-devel] OpenNMS Web-App project in Eclipse
Shahzada,
Thanks again for helping me :-) Just wanted to let you know that I was able to
build the source code for eclipse
line 225Java Problem
> Date: Thu, 29 Jan 2009 23:29:56 +
> From: ha...@hatimonline.com
> To: opennms-devel@lists.sourceforge.net
> Subject: Re: [opennms-devel] OpenNMS Web-App project in Eclipse
>
> Just to make sure that I do every thing similar to your setup I
imonline.com> To:
> opennms-devel@lists.sourceforge.net> Subject: Re: [opennms-devel] OpenNMS
> Web-App project in Eclipse> > Just to make sure that I do every thing similar
> to your setup I checked> out the said branch of opennms and made an eclipse
> project of it. And I&g
Just to make sure that I do every thing similar to your setup I checked
out the said branch of opennms and made an eclipse project of it. And I
can easily import the project in my eclipse IDE after doing
./build eclipse:eclipse
This is not to build the project as such but to make it as an eclips
What do you suggest I should do? Please let me know.
Thanks
> Date: Tue, 27 Jan 2009 21:03:25 +> From: ha...@hatimonline.com> To:
> opennms-devel@lists.sourceforge.net> Subject: Re: [opennms-devel] OpenNMS
> Web-App project in Eclipse> > > Today, I again foll
See
http://www.opennms.org/index.php/Eclipse_and_OpenNMS
Alejandro.
Honia A wrote:
> Hi all,
>
> I downloaded the source code for OpenNMS 1.6.1 and was able to build it
> successfully, it's now running on http://localhost:8980/ exactly as
> expected. The built files are in /target/opennms-1.
> Today, I again followed the instruction of the first link:
>
> - Opened Eclipse and created a new workspace
> - Added M2_REPO classpath variable and set its value to the path of my
> repository directory
>
Did you do the follwing?
>./build.sh eclipse:eclipse
As per my understanding this is sa
se help
Thanks in advance
> Date: Tue, 27 Jan 2009 17:38:50 +
> From: ha...@hatimonline.com
> To: opennms-devel@lists.sourceforge.net
> Subject: Re: [opennms-devel] OpenNMS Web-App project in Eclipse
>
> Take a look at the following links
> http://www.opennms.org/index.p
Take a look at the following links
http://www.opennms.org/index.php/Eclipse_and_OpenNMS
http://www.opennms.org/index.php/Development
You could deploy the web app on Tomcat, but the builtin jetty works just
fine IMO.
On Tue, Jan 27, 2009 at 11:37:30AM -0500, Honia A wrote:
>
> Hi all,
>
> I down