Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.6
-
Component/s: None
-
Labels:None
-
Number of attachments :1
Description
This wizard will allow the creation of a new Grails project from inside Eclipse. For the initial version the wizard will rely on an already defined GRAILS_HOME in order to run the create-app command.
Acceptance Criteria:
- The default directory for the new application will be the active workspace.
- The user can specify a different physical location for the project.
- The Wizard will be available from the "New Project List" in Eclipse
- The resulting projects will have a Grails Nature associated with it.
-
Hide
- grailsprojects.zip
- 19/Feb/08 9:32 PM
- 40 kB
- Ramon Davila
-
- org.codehaus.grails.core/.classpath 0.4 kB
- org.codehaus.grails.core/.project 0.7 kB
- org.codehaus.grails.core/.../org.eclipse.jdt.core.prefs 0.6 kB
- org.codehaus.grails.core/build.properties 0.1 kB
- org.codehaus.grails.core/.../MANIFEST.MF 0.5 kB
- org.codehaus.grails.core/plugin.xml 0.3 kB
- org.codehaus.grails.core/.../GrailsCore.java 2 kB
- org.codehaus.grails.core/.../GrailsLogger.java 1 kB
- org.codehaus.grails.core/.../IGrailsConstants.java 0.3 kB
- org.codehaus.grails.core/.../GrailsEclipseRuntime.java 3 kB
- org.codehaus.grails.core/.../IGrailsRuntime.java 0.2 kB
- org.codehaus.grails.core/.../GrailsNature.java 0.5 kB
- org.codehaus.grails.core/.../GrailsProjectCreator.java 4 kB
- org.codehaus.grails.core.test/.classpath 0.5 kB
- org.codehaus.grails.core.test/.project 0.9 kB
- org.codehaus.grails.core.test/.../org.codehaus.groovy.eclipse.preferences.prefs 0.1 kB
- org.codehaus.grails.core.test/.../org.eclipse.jdt.core.prefs 0.7 kB
- org.codehaus.grails.core.test/build.properties 0.1 kB
- org.codehaus.grails.core.test/.../MANIFEST.MF 0.4 kB
- org.codehaus.grails.core.test/.../GrailsLoggerTest.java 3 kB
- org.codehaus.grails.core.test/.../all-wcprops 0.5 kB
- org.codehaus.grails.core.test/.../entries 0.6 kB
- org.codehaus.grails.core.test/src/.../format 0.0 kB
- org.codehaus.grails.core.test/.../GrailsLoggerTest.java.svn-base 2 kB
- org.codehaus.grails.core.test/.../GrailsRunnerTest.java.svn-base 1 kB
- org.codehaus.grails.core.test/.../GrailsRunnerTest.java 1 kB
- org.codehaus.grails.core.test/.../TestPropertiesProvider.java 0.6 kB
- org.codehaus.grails.core.test/.../test.properties 0.0 kB
- org.codehaus.grails.ui/.classpath 0.4 kB
- org.codehaus.grails.ui/.project 0.7 kB
Activity
Hide
Thorsten Kamann
added a comment -
Done ![]()
Take a look at https://svn.codehaus.org/groovy/trunk/groovy/ide/grails-eclipse
There are the old projects for grails. But you can ignore them or better take a look to integrate them into the current plugins.
Show
Thorsten Kamann
added a comment - Done
Take a look at https://svn.codehaus.org/groovy/trunk/groovy/ide/grails-eclipse
There are the old projects for grails. But you can ignore them or better take a look to integrate them into the current plugins.
This are the three plugin projects that provide the initial functionality for the Grails Project Wizard