<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Building Mango in Eclipse"]]></title>
		<link>http://forum.infiniteautomation.com/forum/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "Building Mango in Eclipse"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Building Mango in Eclipse</title>
				<description><![CDATA[ Hi,<br /> <br /> I would like to add a "driver" for a data source, so I'm trying to build Mango. Since you're using Eclipse, I figured I'll use Eclipse also. <br /> <br /> I've downloaded Galileo and tried to import the 1.8.0 Mango source with File-&gt;Import as "General existing project". I got errors because a src_gen and src_test directory is expected, so I added these dirs. Also, I had to alter the path to RXTXcomm in .classpath to the war dir and the tomcat.home in build.properties (as mentioned elsewhere on the forum).<br /> <br /> This got me further, but I still get a "buildpath incomplete" error: <br /> The type com.serotonin.io.messaging.RequestHandler cannot be resolved. It is indirectly referenced from required .class files	SpinwaveSensorListener.java	/Mango/src/com/serotonin/mango/web/dwr/beans<br /> <br /> I'm now doubting if I'm on th right track here...]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1221.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1221.page</link>
				<pubDate><![CDATA[Tue, 5 Jan 2010 16:43:39]]> GMT</pubDate>
				<author><![CDATA[ Andras]]></author>
			</item>
			<item>
				<title>Building Mango in Eclipse</title>
				<description><![CDATA[ I do the following:<br /> 1. make sure you have eclipse release which includes the web tools project.<br /> 2. unpack mango source in a directory called "myMangoBranch" inside the eclipse workspace directory<br /> 3. Do File-&gt;New-&gt;Other, choose "Dynamic Web project" from under "Web"<br /> 4. Make Project name "myMangoBranch" (must match existing directory name)<br /> 5. I don't have to change any other options on the new dynamic web project dialog, target runtime is apache tomcat 6.0 (you may have to add a target runtime), so I hit next.<br /> 6. Source folders on the build path i leave as "src" and default output folder I leave as build/classes, so i hit next<br /> 7. Content Directory I change from "WebContent" to war.  Hit finish!<br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1222.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1222.page</link>
				<pubDate><![CDATA[Tue, 5 Jan 2010 17:34:25]]> GMT</pubDate>
				<author><![CDATA[ craig]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi Craig,<br /> <br /> I followed your steps. I got the webtools Eclipse. However, it seems the current Eclipse version doesn't like that the myMangoBranch directory already exists (and suggests to use import existing project). <br /> <br /> Nevertheless, I did create a new dynamic web project according to your steps and copied the Mango source into the newly created directory afterwards. Then I did a refresh in the project explorer. The new source files are then recognized, but I get exactly the same problems as before.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1223.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1223.page</link>
				<pubDate><![CDATA[Wed, 6 Jan 2010 04:09:12]]> GMT</pubDate>
				<author><![CDATA[ Andras]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Update: building Mango now succeeded <img src="http://forum.infiniteautomation.com/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> <br /> <br /> I had to run the createconfigfiles task first. Still, I had to solve the problem that axis tools (wsdl2java) couldn't be found. axis-ant.jar is needed for this. I downloaded it from somewhere and put it in the WEB-INF/lib where it is now next to axis.jar. I understand that this isn't the correct place, but until someone points out what the right place is, this works for now <img src="http://forum.infiniteautomation.com/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /> <br /> <br /> Summarizing the steps I had to take to build Mango:<br /> -follow the general Mango installation instructions (including Tomcat install) from the Mango download page<br /> -get Eclipse IDE for Java EE Developers<br /> -get Mango source code, unpack it<br /> -add empty subdirectories lib, src_gen and src_test to Mango source<br /> -in file build.properties, edit tomcat.home to point at the tomcat location on your system. For windows, make sure forward slashes "/" are used in the tomcat.home path<br /> -get axis-ant.jar and put it into the WEB-INF/lib directory<br /> -In Eclipse choose import-&gt;general and browse to the mango source<br /> -right-click build.xml in the project explorer and choose run as-&gt;2.ant-build... <br />  choose the createconfigfiles target<br /> -right-click build.xml again and again choose run as-&gt;2.ant-build... <br />  choose the default deploy<br /> <br /> The newly built Mango is now copied to the tomcat webapps/test directory<br /> <br /> Probably this isn't the most optimal recipe, but it does the job  <img src="http://forum.infiniteautomation.com/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1224.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1224.page</link>
				<pubDate><![CDATA[Wed, 6 Jan 2010 06:08:14]]> GMT</pubDate>
				<author><![CDATA[ Andras]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ You should be able to just remove the axis jar from your build path. ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1225.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1225.page</link>
				<pubDate><![CDATA[Wed, 6 Jan 2010 11:03:29]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Building Mango in Eclipse</title>
				<description><![CDATA[ Thanks, I removed it from the build path and now the axix-ant.jar isn't needed anymore.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1226.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1226.page</link>
				<pubDate><![CDATA[Wed, 6 Jan 2010 11:16:02]]> GMT</pubDate>
				<author><![CDATA[ Andras]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi,<br /> <br /> if you want to build it with maven and/or Netbeans i can provide a setup-script (bash with symlinks) and a pom.xml.<br /> <br /> Arne]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1229.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1229.page</link>
				<pubDate><![CDATA[Thu, 7 Jan 2010 02:14:40]]> GMT</pubDate>
				<author><![CDATA[ apl]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi,<br /> <br /> i want to install the mango source, but i have this error when i try run the build.xml.<br /> <br /> BUILD FAILED<br /> /home/.../workspace/myMangoBranch/build.xml:233: taskdef class org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask cannot be found<br /> <br /> i know the lib axis-ant fix a problem linked to wsdl2, but in my case this doesn't work... the lib's version is axis-ant-1.2.1.jar<br /> <br /> please i need help...<br /> <br /> regards <br /> Mario<br /> <br /> thanks]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1672.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1672.page</link>
				<pubDate><![CDATA[Mon, 22 Mar 2010 11:04:54]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi Mario,<br /> <br /> For building Mango you don't need the axis stuff. Besides removing the axis jars from the build path, you can remove the last WDSL related part of the build.xml as well. It's not needed for the "deploy" build target. Building the way I described above should then work.<br /> <br /> Although building now works, when using the IDE, you will still get quite some unresolved red markings. You can solve that by adding some jars to the build path under the menu "project-&gt;properties-&gt;java build path-&gt;libraries". I used "add jar" to add these jars in war/WEB-INF/lib :<br /> <br /> modbus4J<br /> seroUtils<br /> common-httputils<br /> quartz<br /> bacnet4J<br /> commons-codec<br /> joda<br /> <br /> You might also need use "add external jar" to point to the servlet and jsp api. For Tomcat 5 these jars are in ${tomcat.home}/lib and are named:<br /> <br /> servlet-api<br /> jsp-api<br /> <br /> Regards,<br /> <br /> Andras]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1678.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1678.page</link>
				<pubDate><![CDATA[Tue, 23 Mar 2010 09:32:04]]> GMT</pubDate>
				<author><![CDATA[ Andras]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi Andras,<br /> <br /> i use: linux(ubuntu-10.4)<br />          tomcat-6.0.20<br />          eclipse 3.5(galileo)<br />          mysql-server-5.0<br /> <br /> and i build the mango source without error or red markers the way you said(i added more others jars)<br /> <br /> [quote]<br /> For building Mango you don't need the axis stuff. Besides removing the axis jars from the build path, you can remove the last WDSL related part of the build.xml as well. It's not needed for the "deploy" build target. Building the way I described above should then work.<br /> [/quote]<br /> <br /> but when i try to access <a class="snap_shots" href="http://localhost:8080/test" target="_blank" rel="nofollow">http://localhost:8080/test</a> with my browser(firefox 3.5) i can't see nothing only a HTTP STATUS 404<br /> <br /> regards,<br /> Mario]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1697.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1697.page</link>
				<pubDate><![CDATA[Fri, 26 Mar 2010 15:30:37]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Did you installed Mango in webapps/test? Also, are there any startup errors in the Tomcat console?]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1698.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1698.page</link>
				<pubDate><![CDATA[Fri, 26 Mar 2010 16:07:56]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ this is the default folder in build.properties<br /> <br /> tomcat.appdir=test<br /> tomcat.apppath=/test<br /> <br /> no errors<br /> <br /> 26/03/2010 18:30:38 org.apache.catalina.core.AprLifecycleListener init<br /> INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/i386/server:/usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.15/jre/../lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/i386/client:/usr/lib/jvm/java-6-sun-1.6.0.15/jre/lib/i386:/usr/lib/xulrunner-addons:/usr/lib/xulrunner-addons:/usr/java/packages/lib/i386:/lib:/usr/lib<br /> 26/03/2010 18:30:38 org.apache.coyote.http11.Http11Protocol init<br /> INFO: Initializing Coyote HTTP/1.1 on http-8080<br /> 26/03/2010 18:30:38 org.apache.catalina.startup.Catalina load<br /> INFO: Initialization processed in 1018 ms<br /> 26/03/2010 18:30:38 org.apache.catalina.core.StandardService start<br /> INFO: Starting service Catalina<br /> 26/03/2010 18:30:38 org.apache.catalina.core.StandardEngine start<br /> INFO: Starting Servlet Engine: Apache Tomcat/6.0.20<br /> 26/03/2010 18:30:38 org.apache.coyote.http11.Http11Protocol start<br /> INFO: Starting Coyote HTTP/1.1 on http-8080<br /> 26/03/2010 18:30:38 org.apache.jk.common.ChannelSocket init<br /> INFO: JK: ajp13 listening on /0.0.0.0:8009<br /> 26/03/2010 18:30:39 org.apache.jk.server.JkMain start<br /> INFO: Jk running ID=0 time=0/61  config=null<br /> 26/03/2010 18:30:39 org.apache.catalina.startup.Catalina start<br /> INFO: Server startup in 710 ms<br /> <br /> sorry my ignorance...<br /> and thanks for your patience<br /> <br /> regards,<br /> Mario]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1699.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1699.page</link>
				<pubDate><![CDATA[Fri, 26 Mar 2010 17:33:58]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Obvious sounding, i know, but can you check that there is a &lt;tomcat&gt;/webapps/test directory?<br /> <br /> Also (assuming you're using ANT), what does "ant list" tell you?]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1700.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1700.page</link>
				<pubDate><![CDATA[Fri, 26 Mar 2010 17:39:42]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi mlohbihler,<br /> <br /> yes this folder exist and have into:<br /> <br /> /audio<br /> /exception<br /> /graphics<br /> /images<br /> /resources<br /> /uploads<br /> /WEB-INF<br /> customViewExample.jsp<br /> index.jsp<br /> soundmanager2.swf<br /> soundmanager2_flash9.swf<br /> <br /> i guess the ant is used to build and get what i need to build the project and deploy.<br /> <br /> but i don't use the ant because Andras said this is not necessary<br /> <br /> sorry my ignorance...<br /> and thanks for your patience<br /> <br /> regards,<br /> Mario]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1701.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1701.page</link>
				<pubDate><![CDATA[Fri, 26 Mar 2010 17:57:25]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ What do you see when you hit <a class="snap_shots" href="http://localhost:8080/manager/list" target="_blank" rel="nofollow">http://localhost:8080/manager/list</a> (changing host info as necessary)? This assumes that you left the manager application in the deployment. You should be able to find your u/p in the conf/tomcat-users.xml file.<br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1704.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1704.page</link>
				<pubDate><![CDATA[Sun, 28 Mar 2010 18:43:40]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi,<br /> <br /> I try do everything from beginning again...because i could't access  <a class="snap_shots" href="http://localhost:8080/manager/list" target="_blank" rel="nofollow">http://localhost:8080/manager/list</a><br /> so i install the tomcat6 again<br /> <br /> and when i try build i have another error <br /> <br /> [quote]<br />      [copy] Copying 2797 files to /home/mario/Programas/apache-tomcat-6.0.20/webapps/mango<br /> <br /> BUILD FAILED<br /> /home/mario/workspace7/SuperMango/build.xml:117: Failed to copy /home/mario/workspace7/SuperMango/build/WEB-INF/classes/com/serotonin/mango/rt/maint/work/WorkItem.class to /home/mario/Programas/apache-tomcat-6.0.20/webapps/mango/WEB-INF/classes/com/serotonin/mango/rt/maint/work/WorkItem.class due to java.io.FileNotFoundException /home/mario/Programas/apache-tomcat-6.0.20/webapps/mango/WEB-INF/classes/com/serotonin/mango/rt/maint/work/WorkItem.class (No such file or directory)<br /> <br /> Total time: 3 seconds<br /> [/quote]<br /> <br /> sorry my ignorance...<br /> and thanks for your patience<br /> <br /> regards,<br /> Mario]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1705.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1705.page</link>
				<pubDate><![CDATA[Mon, 29 Mar 2010 14:05:36]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Regarding your problem to access the manager: did you check that the manager role was assigned to the user with which you tried to access the manager ?<br /> <br /> In conf/tomcat-users.xml you should have something like<br /> <br /> &lt;tomcat-users&gt;<br /> &lt;role rolename="manager"/&gt;<br /> &lt;user username="manager" password="manager" roles="manager"/&gt;<br /> &lt;/tomcat-users&gt;<br /> <br /> to be able to access <a class="snap_shots" href="http://localhost:8080/manager/html" target="_blank" rel="nofollow">http://localhost:8080/manager/html</a> with user manager<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1716.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1716.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 04:34:06]]> GMT</pubDate>
				<author><![CDATA[ Andras]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi Andras,<br /> <br /> in my tomcat-users.xml i have this<br /> <br /> [quote]<br /> &lt;tomcat-users&gt;<br /> <br /> &lt;role rolename="tomcat"/&gt;<br /> &lt;role rolename="role1"/&gt;<br /> &lt;role rolename="manager"/&gt;<br /> &lt;user username="tomcat" password="tomcat" roles="tomcat"/&gt;<br /> &lt;user username="manager" password="manager" roles="tomcat,manager"/&gt;<br /> &lt;user username="both" password="tomcat" roles="tomcat,role1"/&gt;<br /> &lt;user username="role1" password="tomcat" roles="role1"/&gt;<br /> <br /> &lt;/tomcat-users&gt; <br /> [/quote]<br /> <br /> and in my build.properties i have<br /> <br /> [quote]<br /> tomcat.home=/home/mario/Programas/apache-tomcat-6.0.20<br /> tomcat.manager.url=http://localhost:8080/manager<br /> tomcat.manager.username=manager<br /> tomcat.manager.password=manager<br /> tomcat.hostname=webapps/ROOT<br /> <br /> # App name and app path are separated to accomodate root deployments. (i.e. 'ROOT' vs. '/') <br /> tomcat.appdir=mango<br /> tomcat.apppath=/mango<br /> [/quote]<br /> <br /> and when i run the build.xml to createConfigFiles <br /> <br /> [quote]<br /> Buildfile: /home/mario/workspace7/SuperMango/build.xml<br /> createConfigFiles:<br />      [copy] Copying 1 file to /home/mario/workspace7/SuperMango/build/WEB-INF/classes<br />      [copy] Copying 1 file to /home/mario/workspace7/SuperMango/build/WEB-INF/classes<br /> BUILD SUCCESSFUL<br /> Total time: 466 milliseconds<br /> [/quote]<br /> <br /> but when i run to deploy[default]<br /> <br /> [quote]<br /> Buildfile: /home/mario/workspace7/SuperMango/build.xml<br /> compile:<br /> static:<br /> build:<br /> copy:<br />      [copy] Copying 2797 files to /home/mario/Programas/apache-tomcat-6.0.20/webapps/ROOT/mango<br /> <br /> BUILD FAILED<br /> /home/mario/workspace7/SuperMango/build.xml:117: Failed to copy /home/mario/workspace7/SuperMango/build/WEB-INF/classes/com/serotonin/mango/rt/maint/work/WorkItem.class to /home/mario/Programas/apache-tomcat-6.0.20/webapps/ROOT/mango/WEB-INF/classes/com/serotonin/mango/rt/maint/work/WorkItem.class due to java.io.FileNotFoundException /home/mario/Programas/apache-tomcat-6.0.20/webapps/ROOT/mango/WEB-INF/classes/com/serotonin/mango/rt/maint/work/WorkItem.class (No such file or directory)<br /> <br /> Total time: 2 seconds<br /> [/quote]<br /> <br /> other thing i observe is the fact when i started tomcat by the eclipse, i can't access the "http://localhost:8080/" , returning a HTTP Status 404<br />  <br /> but when i started the tomcat by console like root, i can access the homepage of tomcat("http://localhost:8080/") and "http://localhost:8080/manager/html" normally<br /> <br /> sorry my ignorance...<br /> and thanks for your patience<br /> <br /> regards,<br /> Mario]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1717.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1717.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 13:58:16]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi Mario,<br /> <br /> If you're going to have a context path of "mango", then your hostname should not include "ROOT". Try changing the following build.properties value:<br /> <br /> tomcat.hostname=webapps]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1718.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1718.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 14:21:35]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi mlohbihler,<br /> <br /> i changed to<br /> <br /> tomcat.hostname=webapps<br /> <br /> but don't have any effect...<br /> <br /> [quote]<br /> Buildfile: /home/mario/workspace7/SuperMango/build.xml<br /> compile:<br /> static:<br /> build:<br /> copy:<br />      [copy] Copying 2797 files to /home/mario/Programas/apache-tomcat-6.0.20/webapps/mango<br /> <br /> BUILD FAILED<br /> /home/mario/workspace7/SuperMango/build.xml:117: Failed to copy /home/mario/workspace7/SuperMango/build/WEB-INF/classes/com/serotonin/mango/rt/maint/work/WorkItem.class to /home/mario/Programas/apache-tomcat-6.0.20/webapps/mango/WEB-INF/classes/com/serotonin/mango/rt/maint/work/WorkItem.class due to java.io.FileNotFoundException /home/mario/Programas/apache-tomcat-6.0.20/webapps/mango/WEB-INF/classes/com/serotonin/mango/rt/maint/work/WorkItem.class (No such file or directory)<br /> <br /> Total time: 3 seconds<br /> [/quote]<br /> <br /> sorry my ignorance...<br /> and thanks for your patience<br /> <br /> regards,<br /> Mario]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1719.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1719.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 15:20:50]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Maybe a silly question, but can you say how much of this path actually exists:<br /> /home/mario/Programas/apache-tomcat-6.0.20/webapps/mango/WEB-INF/classes/com/serotonin/mango/rt/maint/work/]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1720.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1720.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 15:27:26]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi,<br /> <br /> maybe is not a silly question hehehehe<br /> <br /> only this is real<br /> <br /> /home/mario/Programas/apache-tomcat-6.0.20/webapps/<br /> <br /> <br /> sorry my ignorance...<br /> and thanks for your patience<br /> <br /> regards,<br /> Mario]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1721.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1721.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 15:33:57]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Incidentally, i strongly recommend changing the password in your tomcat-users file. There is a known crawler that looks for unprotected Tomcat instances and uses the manager to upload and start applications.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1722.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1722.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 15:39:48]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ That comment above was for all forum users, not just Mario.<br /> <br /> So, Mario, are you sure the user under which the build is running has permissions to write to the "webapps" directory?]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1723.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1723.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 15:41:04]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi mlohbihler,<br /> <br /> i change the permission and works now i have the folder<br /> [quote]<br /> /home/mario/Programas/apache-tomcat-6.0.20/webapps/mango<br /> [/quote]<br /> and the build is ok<br /> [quote]<br /> Buildfile: /home/mario/workspace7/SuperMango/build.xml<br /> compile:<br /> static:<br /> build:<br /> copy:<br />      [copy] Copying 2797 files to /home/mario/Programas/apache-tomcat-6.0.20/webapps/mango<br /> deploy:<br /> BUILD SUCCESSFUL<br /> Total time: 26 seconds<br /> [/quote]<br /> <img src="http://forum.infiniteautomation.com/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> <br /> now i will try access <a class="snap_shots" href="http://localhost:8080/mango" target="_blank" rel="nofollow">http://localhost:8080/mango</a><br /> right?<br /> <br /> sorry my ignorance...<br /> and thanks for your patience<br /> <br /> regards,<br /> Mario]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1724.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1724.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 16:02:03]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Sure, give it a try.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1726.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1726.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 16:16:43]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi,<br /> <br /> i try access <a class="snap_shots" href="http://localhost:8080/mango/(http://localhost:8080/mango/login.htm" target="_blank" rel="nofollow">http://localhost:8080/mango/(http://localhost:8080/mango/login.htm</a>) and i have a error report<br /> <br /> [quote]<br /> com.serotonin.web.dwr.LocalizableMessageConverter.convertOutbound(LocalizableMessageConverter.java:25)<br /> [/quote]<br /> <br /> and like in topic <br /> <a class="snap_shots" href="http://mango.serotoninsoftware.com/forum/posts/list/345.page" target="_blank" rel="nofollow">http://mango.serotoninsoftware.com/forum/posts/list/345.page</a><br /> <br /> the problem is my browser the firefox,when i desativated a plugin... ...works!!!<br /> <br /> thank you very much...<br /> hartelijk dank<br /> <br /> <br /> sorry my ignorance...<br /> and thanks for your patience<br /> <br /> best regards,<br /> Mario<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1728.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1728.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 16:32:12]]> GMT</pubDate>
				<author><![CDATA[ mmn666]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ You're using 1.8.1? That problem should have been fixed.<br /> <br /> Give this jar file a try, but keep the old one just in case it all goes horribly wrong.<br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/1731.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/1731.page</link>
				<pubDate><![CDATA[Tue, 30 Mar 2010 21:53:00]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi all,<br /> <br /> I'm having a problem running/compiling mango using eclipse, and was wondering if someone here might know what I did wrong...<br /> <br /> I've followed all the steps described by Andras to build the project in Eclipse, including "add external jar" to add the following jars from ${tomcat.home}/lib <br /> <br /> servlet-api <br /> jsp-api <br /> <br /> When I try to build, I get several compile errors starting with <br /> <br />     [javac] C:\Dev\testing\workspace\Mango\src\com\serotonin\mango\vo\User.java:26: package javax.servlet.http does not exist<br />     [javac] import javax.servlet.http.HttpSessionBindingEvent;<br /> <br /> Finally, I copied the files<br /> <br /> servlet-api.jar and<br /> jsp-api.jar <br /> <br /> into ...war\WEB-INF\lib.<br /> <br /> Then the build process successfully compiles and copies files to Tomcat's webapps folder. In fact, it does this even if I remove the "external jars" servlet-api and jsp-api from classpath (using eclipse)!<br /> <br /> However, when I try to run the application, it returns a HTTP Status 500 page with a null pointer exception in javax.servlet.http.HttpServlet.service<br /> <br /> org.apache.jasper.JasperException: java.lang.NullPointerException<br /> 	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:536)<br /> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:36<img src="http://forum.infiniteautomation.com/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /><br /> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)<br /> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)<br /> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br /> <br /> I suspect this is related to the servlet-api jar.<br /> <br /> Anyone have any suggestions...?<br /> <br /> Jay<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/3941.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/3941.page</link>
				<pubDate><![CDATA[Tue, 19 Apr 2011 23:41:02]]> GMT</pubDate>
				<author><![CDATA[ Jay]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ I'm having the same problem...<br /> I'll work on it more tonight or tomorrow and see what happens...]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/3997.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/3997.page</link>
				<pubDate><![CDATA[Tue, 17 May 2011 20:42:10]]> GMT</pubDate>
				<author><![CDATA[ jmo]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ hello team!<br /> <br /> I´m trying to build mango source 1.12.4 and I got the next error:<br /> <br />     [quote][javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\DataSourceVO.java:434: error: name has private access in DataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.head.name", from.name, name);<br />     [javac]                                                                                    ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\DataSourceVO.java:435: error: xid has private access in DataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "common.xid", from.xid, xid);<br />     [javac]                                                                              ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\DataSourceVO.java:436: error: enabled has private access in DataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "common.enabled", from.enabled, enabled);<br />     [javac]                                                                                  ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:164: error: rbePeriodType has private access in Dnp3DataSourceVO<br />     [javac]         AuditEventType.maybeAddPeriodChangeMessage(list, "dsEdit.dnp3.rbePeriod", from.rbePeriodType,<br />     [javac]                                                                                       ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:165: error: rbePollPeriods has private access in Dnp3DataSourceVO<br />     [javac]                 from.rbePollPeriods, rbePeriodType, rbePollPeriods);<br />     [javac]                     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:166: error: synchPeriods has private access in Dnp3DataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.synchPeriod", from.synchPeriods, synchPeriods);<br />     [javac]                                                                                           ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:167: error: staticPollPeriods has private access in Dnp3DataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.staticPeriod", from.staticPollPeriods,<br />     [javac]                                                                                            ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:169: error: sourceAddress has private access in Dnp3DataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.sourceAddress", from.sourceAddress,<br />     [javac]                                                                                             ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:171: error: slaveAddress has private access in Dnp3DataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.slaveAddress", from.slaveAddress, slaveAddress);<br />     [javac]                                                                                            ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:172: error: retries has private access in Dnp3DataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.retries", from.retries, retries);<br />     [javac]                                                                                       ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:173: error: retries has private access in Dnp3DataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.retries", from.retries, retries);<br />     [javac]                                                                                         ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:207: error: updatePeriodType has private access in ModbusDataSourceVO<br />     [javac]         AuditEventType.maybeAddPeriodChangeMessage(list, "dsEdit.updatePeriod", from.updatePeriodType,<br />     [javac]                                                                                     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:208: error: updatePeriods has private access in ModbusDataSourceVO<br />     [javac]                 from.updatePeriods, updatePeriodType, updatePeriods);<br />     [javac]                     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:209: error: quantize has private access in ModbusDataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.quantize", from.quantize, quantize);<br />     [javac]                                                                                   ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:210: error: timeout has private access in ModbusDataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.timeout", from.timeout, timeout);<br />     [javac]                                                                                         ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:211: error: retries has private access in ModbusDataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.retries", from.retries, retries);<br />     [javac]                                                                                         ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:212: error: contiguousBatches has private access in ModbusDataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.contiguousBatches", from.contiguousBatches,<br />     [javac]                                                                                                   ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:215: error: createSlaveMonitorPoints has private access in ModbusDataSourceVO<br />     [javac]                 from.createSlaveMonitorPoints, createSlaveMonitorPoints);<br />     [javac]                     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:216: error: maxReadBitCount has private access in ModbusDataSourceVO<br />     [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.maxReadBitCount", from.maxReadBitCount,<br />     [javac]                                                                                                 ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:219: error: maxReadRegisterCount has private access in ModbusDataSourceVO<br />     [javac]                 from.maxReadRegisterCount, maxReadRegisterCount);<br />     [javac]                     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:221: error: maxWriteRegisterCount has private access in ModbusDataSourceVO<br />     [javac]                 from.maxWriteRegisterCount, maxWriteRegisterCount);<br />     [javac]                     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:35: error: DummyServletContext is not abstract and does not override abstract method getJspConfigDescriptor() in ServletContext<br />     [javac] public class DummyServletContext implements ServletContext {<br />     [javac]        ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:54: error: getAttributeNames() in DummyServletContext cannot implement getAttributeNames() in ServletContext<br />     [javac]     public Enumeration&lt;?&gt; getAttributeNames() {<br />     [javac]                           ^<br />     [javac]   return type Enumeration&lt;?&gt; is not compatible with Enumeration&lt;String&gt;<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:77: error: getInitParameterNames() in DummyServletContext cannot implement getInitParameterNames() in ServletContext<br />     [javac]     public Enumeration&lt;?&gt; getInitParameterNames() {<br />     [javac]                           ^<br />     [javac]   return type Enumeration&lt;?&gt; is not compatible with Enumeration&lt;String&gt;<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:155: error: getServletNames() in DummyServletContext cannot implement getServletNames() in ServletContext<br />     [javac]     public Enumeration&lt;?&gt; getServletNames() {<br />     [javac]                           ^<br />     [javac]   return type Enumeration&lt;?&gt; is not compatible with Enumeration&lt;String&gt;<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:161: error: getServlets() in DummyServletContext cannot implement getServlets() in ServletContext<br />     [javac]     public Enumeration&lt;?&gt; getServlets() {<br />     [javac]                           ^<br />     [javac]   return type Enumeration&lt;?&gt; is not compatible with Enumeration&lt;Servlet&gt;<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:131: error: getResourcePaths(String) in DummyServletContext cannot implement getResourcePaths(String) in ServletContext<br />     [javac]     public Set&lt;?&gt; getResourcePaths(String arg0) {<br />     [javac]                   ^<br />     [javac]   return type Set&lt;?&gt; is not compatible with Set&lt;String&gt;<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:53: error: method does not override or implement a method from a supertype<br />     [javac]     @Override<br />     [javac]     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:76: error: method does not override or implement a method from a supertype<br />     [javac]     @Override<br />     [javac]     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:130: error: method does not override or implement a method from a supertype<br />     [javac]     @Override<br />     [javac]     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:154: error: method does not override or implement a method from a supertype<br />     [javac]     @Override<br />     [javac]     ^<br />     [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:160: error: method does not override or implement a method from a supertype<br />     [javac]     @Override<br />     [javac]     ^<br />     [javac] Note: Some input files use or override a deprecated API.<br />     [javac] Note: Recompile with -Xlint:deprecation for details.<br />     [javac] 32 errors<br /> [/quote]<br /> <br /> what's the problem? <img src="http://forum.infiniteautomation.com/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/4319.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/4319.page</link>
				<pubDate><![CDATA[Fri, 18 Nov 2011 06:09:32]]> GMT</pubDate>
				<author><![CDATA[ lordportux]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ In addition, i suggest modifying the code in your tomcat-users computer file. There is a known crawler that looks for credit card Tomcat circumstances and uses the administrator to publish and start programs. ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/4499.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/4499.page</link>
				<pubDate><![CDATA[Sat, 18 Feb 2012 21:28:46]]> GMT</pubDate>
				<author><![CDATA[ johnparker16]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi,<br /> am trying to run th build.xml file but i found some Error  <img src="http://forum.infiniteautomation.com/forum//images/smilies/385970365b8ed7503b4294502a458efa.gif" /> :<br /> <br />  for example : /*** Compiling 616 source files to C:\workspace-pfe\mango\build\WEB-INF\classes<br />     [javac] C:\workspace-pfe\mango\src\com\serotonin\mango\vo\User.java:26: error: package javax.servlet.http does not exist<br />     [javac] import javax.servlet.http.HttpSessionBindingEvent; ***/<br /> <br /> help please  <img src="http://forum.infiniteautomation.com/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" /> <br /> <br /> REM: i download the code source from <a class="snap_shots" href="http://sourceforge.net/projects/scadabr/files/Software/mango-src/mango-source-1.12.3.zip/download" target="_blank" rel="nofollow">http://sourceforge.net/projects/scadabr/files/Software/mango-src/mango-source-1.12.3.zip/download</a> (VERSION 1.12.3) ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/4534.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/4534.page</link>
				<pubDate><![CDATA[Sun, 26 Feb 2012 14:33:47]]> GMT</pubDate>
				<author><![CDATA[ chahin]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi,<br /> <br /> <br /> <br /> I had similar problem with javax.servlet.http.... I resolved it with adding all libraries in the project. Right click on the project/Build Path/Configure Build Path/Choose Java Build Path on the left and add all .jar files from war/WEB-INF/lib.<br /> That should be ok.<br /> <br /> <br /> <br /> I have another problem:<br /> My build is successful, but I can't see it in my browser. I copy files from webapps/test to webapps/ROOT, but <a class="snap_shots" href="http://localhost:8080/" target="_blank" rel="nofollow">http://localhost:8080/</a> returnes error. Please, help!<br /> <br /> <br /> <br /> <br /> Thank you very much!<br /> <br /> Dusan]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/4757.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/4757.page</link>
				<pubDate><![CDATA[Mon, 4 Jun 2012 10:31:14]]> GMT</pubDate>
				<author><![CDATA[ Dusan]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Can you provide some more details on the nature of the error? Is there anything in the Tomcat log?]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/4758.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/4758.page</link>
				<pubDate><![CDATA[Mon, 4 Jun 2012 13:58:44]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi,<br /> <br /> <br /> thank you for answering!<br /> <br /> <a class="snap_shots" href="http://localhost:8080/test" target="_blank" rel="nofollow">http://localhost:8080/test</a> returnes this:<br /> <br /> -----------------------------------------------------------------------------------------------------------------<br /> HTTP Status 500 - <br /> <br /> type Exception report<br /> message <br /> description The server encountered an internal error () that prevented it from fulfilling this request.<br /> exception <br /> org.apache.jasper.JasperException: Unable to compile class for JSP: <br /> <br /> An error occurred at line: 22 in the generated java file<br /> The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory<br /> <br /> Stacktrace:<br /> 	org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)<br /> 	org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)<br /> 	org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439)<br /> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:356)<br /> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:334)<br /> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:321)<br /> 	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)<br /> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:32<img src="http://forum.infiniteautomation.com/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /><br /> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)<br /> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)<br /> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br /> note The full stack trace of the root cause is available in the Apache Tomcat/6.0.35 logs.<br /> <br /> Apache Tomcat/6.0.35<br /> ------------------------------------------------------------------------------------------------------------------<br /> <br /> <a class="snap_shots" href="http://localhost:8080/mango" target="_blank" rel="nofollow">http://localhost:8080/mango</a> works (folder mango contains extracted mango-1.13.0.zip downloaded from Mango Website).<br /> .................................................................................................................................<br /> I built it as Andreas did (on the first page). That is:<br /> <br /> -get Eclipse IDE for Java EE Developers <br /> -get Mango source code, unpack it <br /> -add empty subdirectories lib, src_gen and src_test to Mango source <br /> -add RXTXcomm.jar in lib directory<br /> -in file build.properties, edit tomcat.home to point at the tomcat location on your system. <br /> 	C:/Program Files/Apache Software Foundation/Tomcat 6.0<br /> -get axis-ant.jar and put it into the WEB-INF/lib directory <br /> -In Eclipse choose import-&gt;general and browse to the mango source <br /> -I used "add jar" to add these jars in war/WEB-INF/lib : <br /> <br /> modbus4J <br /> seroUtils<br /> common-httputils <br /> quartz <br /> bacnet4J<br /> commons-codec <br /> joda-time <br /> <br /> servlet-api <br /> jsp-api<br /> <br /> -I added the rest of .jar files<br /> <br /> -right-click build.xml in the project explorer and choose run as-&gt;2(3).ant-build... <br /> choose the createconfigfiles target <br /> -right-click build.xml again and again choose run as-&gt;2(3).ant-build... <br /> choose the default deploy <br /> <br /> The newly built Mango is now copied to the tomcat webapps/test directory<br /> ..............................................................................................................................<br /> <br /> I don't think it is connected to the problem, but I see WARNING signs on several packages in src folder (in Eclipse).<br /> Also, I see "C:\Documents and Settings\Administrator\Desktop\mango-source-1.12.4\build.xml:82: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds" in console, after building it.<br /> <br /> <br /> <br /> <br /> Thank you very much!<br /> <br /> Dusan]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/4762.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/4762.page</link>
				<pubDate><![CDATA[Tue, 5 Jun 2012 06:40:44]]> GMT</pubDate>
				<author><![CDATA[ Dusan]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ There's not really an error message there beyond, "there was an error", so it's hard to say. I'd suggest looking for differences between the "test" deployment and the "mango" deployment.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/4763.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/4763.page</link>
				<pubDate><![CDATA[Tue, 5 Jun 2012 13:38:10]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ OK, I'll try to figure it out.<br /> <br /> <br /> <br /> <br /> Thank you very much!<br /> <br /> Dusan]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/4765.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/4765.page</link>
				<pubDate><![CDATA[Wed, 6 Jun 2012 06:24:49]]> GMT</pubDate>
				<author><![CDATA[ Dusan]]></author>
			</item>
			<item>
				<title>Re:Building Mango in Eclipse</title>
				<description><![CDATA[ Hi again, <br /> <br /> <br /> I'm analysing Mango source code. I don't know how JSP pages are connected. <br /> <br /> For example: the first page is login.jsp (in WEB-INF/jsp/). When user clicks on Log in button, <br /> what is the next jsp page that will be shown to him? <br /> <br /> Where can I define navigation rules? <br /> <br /> In JSF there is a file faces-config.xml where navigation rules are defined (start JSP page, servlet which checks username and password, and the next JSP page). <br /> <br /> I imported Mango source code in Eclipse as General/Existing Project into Workspace. <br /> <br /> <br /> P.S. I opened new topic about it, Programming in Mango.<br /> <br /> <br /> Thank you very much! <br /> <br /> Dusan]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/4768.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/4768.page</link>
				<pubDate><![CDATA[Thu, 7 Jun 2012 06:37:05]]> GMT</pubDate>
				<author><![CDATA[ Dusan]]></author>
			</item>
			<item>
				<title>Building Mango in Eclipse</title>
				<description><![CDATA[ [quote=craig]I do the following:<br /> 1. make sure you have eclipse release which includes the web tools project.<br /> 2. unpack mango source in a directory called "myMangoBranch" inside the eclipse workspace directory<br /> 3. Do File-&gt;New-&gt;Other, choose "Dynamic Web project" from under "Web"<br /> 4. Make Project name "myMangoBranch" (must match existing directory name)<br /> 5. I don't have to change any other options on the new dynamic web project dialog, target runtime is apache tomcat 6.0 (you may have to add a target runtime), so I hit next.<br /> 6. Source folders on the build path i leave as "src" and default output folder I leave as build/classes, so i hit next<br /> 7. Content Directory I change from "WebContent" to war.  Hit finish!<br /> [/quote]<br /> <br /> In accordance with the above steps.I build the project,but I meet fatal error:<br /> <br /> Exception sending context initialized event to listener instance of class com.serotonin.mango.MangoContextListener<br /> java.util.MissingResourceException: Can't find bundle for base name env, locale zh_CN<br /> 	at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)<br /> 	at java.util.ResourceBundle.getBundleImpl(Unknown Source)<br /> 	at java.util.ResourceBundle.getBundle(Unknown Source)<br /> 	at com.serotonin.util.PropertiesUtils.&lt;init&gt;(PropertiesUtils.java:30)<br /> 	at com.serotonin.util.PropertiesUtils.&lt;init&gt;(PropertiesUtils.java:24)<br /> 	at com.serotonin.mango.Common.getEnvironmentProfile(Common.java:300)<br /> 	at com.serotonin.mango.db.DatabaseAccess.createDatabaseAccess(DatabaseAccess.java:72)<br /> 	at com.serotonin.mango.MangoContextListener.databaseInitialize(MangoContextListener.java:253)<br /> 	at com.serotonin.mango.MangoContextListener.contextInitialized(MangoContextListener.java:94)<br /> 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)<br /> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)<br /> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)<br /> 	at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)<br /> 	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)<br /> 	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)<br /> 	at org.apache.catalina.core.StandardService.start(StandardService.java:525)<br /> 	at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)<br /> 	at org.apache.catalina.startup.Catalina.start(Catalina.java:595)<br /> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br /> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br /> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br /> 	at java.lang.reflect.Method.invoke(Unknown Source)<br /> 	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)<br /> 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)<br /> 2012-11-26 10:07:22 org.apache.catalina.core.StandardContext start<br /> <br /> I need help.Could someone helps me.Thank you!!<br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/5558.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/5558.page</link>
				<pubDate><![CDATA[Mon, 26 Nov 2012 02:13:44]]> GMT</pubDate>
				<author><![CDATA[ wangkai2010]]></author>
			</item>
			<item>
				<title>Building Mango in Eclipse</title>
				<description><![CDATA[ Hi all<br /> i followed all the steps told by craig.<br /> But it showed error Eclipse that the myMangoBranch directory already exists (and suggests to use import existing project). & if i import the project cannot be run properly using tomcat..<br /> Can anyone help please?]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/268/5961.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/268/5961.page</link>
				<pubDate><![CDATA[Tue, 5 Mar 2013 12:04:19]]> GMT</pubDate>
				<author><![CDATA[ abhig4488]]></author>
			</item>
	</channel>
</rss>