alfresco 5 in eclipse
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2014 08:21 AM
Hi all,
I'm trying to get the source code in Eclipse of alfresco 5.0b (86473), following
the same procedure as for 4.x version. I'm facing the following issue: all .project, .classpath,
and root/build.xml files are missing.
Any idea ? Did I missed something ?
Thanks in advance,
Vincent
I'm trying to get the source code in Eclipse of alfresco 5.0b (86473), following
the same procedure as for 4.x version. I'm facing the following issue: all .project, .classpath,
and root/build.xml files are missing.
Any idea ? Did I missed something ?
Thanks in advance,
Vincent
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2014 11:34 AM
Yes. The build environment is now Maven and no longer tied into Eclipse specific .project files. The build dependencies are now within the various maven POM files.
If you import the various Maven projects then Eclipse will generate the .project and .classpath files for you.
Furthermore the old "ant" build no longer exists. Again Eclipse should already know what to do. Or you use "mvn" on the command line.
If you import the various Maven projects then Eclipse will generate the .project and .classpath files for you.
Furthermore the old "ant" build no longer exists. Again Eclipse should already know what to do. Or you use "mvn" on the command line.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2014 06:35 AM
Many thanks for your response.
