And now I want to develop mango's graphic views and have a breakthrough in it.I am really confused what to do next.
So could somebody gives me ideas? I will be appreciated..
Thank you for any help provided! Best regards
And now I want to develop mango's graphic views and have a breakthrough in it.I am really confused what to do next.
So could somebody gives me ideas? I will be appreciated..
Thank you for any help provided! Best regards
And now I want to develop mango's graphic views and have a breakthrough in it.I am really confused what to do next.
So could somebody gives me ideas? I will be appreciated..
Thank you for any help provided! Best regards
I am very insterested in this project,recently I build Mango in Eclipse according to the "Building Mango in Eclipse";As a newcomer,I meet lots of problems.Finally I found the reason:When I import the project,I just import the src.When I copy
setPointSnippetMap.properties
changeSnippetMap.properties
chartSnippetMap.properties
env.properties
i18n.properties
log4j.xml
messages_de.properties
messages_en.properties
messages_zh.properties
messages_fi.properties
messages_nl.properties
messages_pt.properties
to src,copy db directory to war\WEB-INF,
many problems are solved.......... :)
I am just newcomer and I do hope this would be helpful for somebody......
I am very insterested in this project,recently I build Mango in Eclipse according to the "Building Mango in Eclipse";As a newcomer,I meet lots of problems.Finally I found the reason:When I import the project,I just import the src.When I copy
setPointSnippetMap.properties
changeSnippetMap.properties
chartSnippetMap.properties
env.properties
i18n.properties
log4j.xml
messages_de.properties
messages_en.properties
messages_zh.properties
messages_fi.properties
messages_nl.properties
messages_pt.properties
to src,copy db directory to war\WEB-INF,
many problems are solved.......... :)
I am just newcomer and I do hope this would be helpful for somebody......
@craig said:
I do the following:
- make sure you have eclipse release which includes the web tools project.
- unpack mango source in a directory called "myMangoBranch" inside the eclipse workspace directory
- Do File->New->Other, choose "Dynamic Web project" from under "Web"
- Make Project name "myMangoBranch" (must match existing directory name)
- 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.
- Source folders on the build path i leave as "src" and default output folder I leave as build/classes, so i hit next
- Content Directory I change from "WebContent" to war. Hit finish!
In accordance with the above steps.I build the project,but I meet fatal error:
Exception sending context initialized event to listener instance of class com.serotonin.mango.MangoContextListener
java.util.MissingResourceException: Can't find bundle for base name env, locale zh_CN
at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at com.serotonin.util.PropertiesUtils.<init>(PropertiesUtils.java:30)
at com.serotonin.util.PropertiesUtils.<init>(PropertiesUtils.java:24)
at com.serotonin.mango.Common.getEnvironmentProfile(Common.java:300)
at com.serotonin.mango.db.DatabaseAccess.createDatabaseAccess(DatabaseAccess.java:72)
at com.serotonin.mango.MangoContextListener.databaseInitialize(MangoContextListener.java:253)
at com.serotonin.mango.MangoContextListener.contextInitialized(MangoContextListener.java:94)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at org.apache.catalina.core.StandardService.start(StandardService.java:525)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
2012-11-26 10:07:22 org.apache.catalina.core.StandardContext start
I need help.Could someone helps me.Thank you!!