Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Aptana is based on eclipse, so you could use a combination of Maven Archetypes and the Maven eclipse plugin to achieve this really easily.</p> <ol> <li><p>Download and install maven</p></li> <li><p>Create a basic maven project using the quickstart archetype, Archetypes are project templates used to rubber stamp new project structures. The quickstart is a very basic project template</p> <p>mvn archetype:generate</p></li> <li><p>generate the eclipse project files using the eclipse plugin. This will create the standard</p> <p>mvn eclipse:eclipse</p></li> <li><p>tweak the pom until and re-run step 3 until you're satisfied with the layout etc. You'll no doubt have to add configuration the eclipse plugin to add the correct build spec and project nature. If you open an existing .project file it will contain the values you need. you can see <a href="http://maven.apache.org/plugins/maven-eclipse-plugin/examples/provide-project-natures-and-build-commands.html" rel="nofollow noreferrer">here</a> how to add them. </p></li> <li><p>once the project is set up to your liking you can create your own archetype out of it and use this to rubber stamp new projects in the future.</p> <p>mvn:archetype:create-from-project</p></li> <li><p>now you can run the generate again and can select your archetype from the list. If its not there, you may need to run this first to update the list of archetypes</p> <p>mvn archetype:crawl</p></li> <li><p>Open Source your archetype for others to use ;)</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload