How would you like the OpenEMM sourcecode ...
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: How would you like the OpenEMM sourcecode ...
Yes, but we will stay with Ant, because we have a sophisticated build process for our commercial versions which is based on Ant as well.
OpenEMM Maintainer
Re: How would you like the OpenEMM sourcecode ...
Are there plans to switch to Maven with the pro version too, or is it impossible due to some constraints (although I can't see what Ant can do and Maven can't) ?
We devs would thank you for that...
In addition to that, I would also vote for an Eclipse/Netbeans/both-ready source version. Does it already exist? Is ther an easy way to import the source into a project?
We devs would thank you for that...
In addition to that, I would also vote for an Eclipse/Netbeans/both-ready source version. Does it already exist? Is ther an easy way to import the source into a project?
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: How would you like the OpenEMM sourcecode ...
The only contraint regarding Maven is that noone in our team has experience with Maven.
I do not understand what you mean by "Eclipse-ready source version". We provide the source code with a directory jave for the packages and classes and jsp for JSPs and WEB-INF folder. What else would you need?
We plan to switch to Git this year and publish an open Git repo. Maybe this would help?
I do not understand what you mean by "Eclipse-ready source version". We provide the source code with a directory jave for the packages and classes and jsp for JSPs and WEB-INF folder. What else would you need?
We plan to switch to Git this year and publish an open Git repo. Maybe this would help?
OpenEMM Maintainer
Re: How would you like the OpenEMM sourcecode ...
I guess the community can't help you with the pro version, as it is closed source software. But maybe this could be possible, if a member of your team learned to use it.
For the project part, I was talking about shipping with a .project or some files/structure that would enable the "import project from filesystem" feature in Eclipse (and, I guess, from Netbeans too).
For the project part, I was talking about shipping with a .project or some files/structure that would enable the "import project from filesystem" feature in Eclipse (and, I guess, from Netbeans too).
Re: How would you like the OpenEMM sourcecode ...
Hi,
where can I find the source code for the latest stable version that I can easily import into Eclipse?
The code should contain a .project file and .classpath file.
Otherwise could you please explain me how to import the sorce code found on SourceForge in Eclipse so that it works?
Thanks,
where can I find the source code for the latest stable version that I can easily import into Eclipse?
The code should contain a .project file and .classpath file.
Otherwise could you please explain me how to import the sorce code found on SourceForge in Eclipse so that it works?
Thanks,
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: How would you like the OpenEMM sourcecode ...
You do not need a .project and .classpath file to import OpenEMM's source code into an Eclipse workspace. You can simply
- create a new dynamic web project with source folders src/java + src/conf and content directory src/jsp
- unpack the OpenEMM source tarball
- import the unpacked files (and overwrite dummy files in dynamic web project)
- add all JARs from directory lib to the project's build path
That's it!
- create a new dynamic web project with source folders src/java + src/conf and content directory src/jsp
- unpack the OpenEMM source tarball
- import the unpacked files (and overwrite dummy files in dynamic web project)
- add all JARs from directory lib to the project's build path
That's it!
OpenEMM Maintainer
Re: How would you like the OpenEMM sourcecode ...
with a bit more clarity when it comes to the documentation of things like Jars and dependancies. If the objective is to increment the use of the software and make many more people and institutions use it, then we require the ability to change things like standard layouts of default views. I think that its a great thing to have the source code availible. Perhaps we could be tasked with this documentation to help with your on going efforts.
Re: How would you like the OpenEMM sourcecode ...
Where is this "lib" directory with JARs? I can't find it... (which I think is what mokarram was getting at)maschoff wrote:- add all JARs from directory lib to the project's build path
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: How would you like the OpenEMM sourcecode ...
If you have a look at the files on SourceForge: There is an extra tarball with all JAR files named OpenEMM-2013_R2-JARs.tar.gz:
https://sourceforge.net/projects/openem ... MM%202013/
https://sourceforge.net/projects/openem ... MM%202013/
OpenEMM Maintainer