adobe / aem-eclipse-developer-tools

The Eclipse plugin that brings you the full connection to the Adobe Experience Manager, with auto-sync and project creation wizard.
Apache License 2.0
35 stars 23 forks source link

Improve rules for default content paths in project wizard #7

Closed gabrielwalt closed 4 years ago

gabrielwalt commented 10 years ago

The AEM Sample Multi-Module Project wizard offers a simplified way to create a project with just 3 fields: Name, Group Id and Artefact Id. But the appsFolderName and the contentFolderName don't get their values from any of them.

It would have been expected that the Artefact Id is taken for their default values.

eglistefan commented 10 years ago

Currently the artifactName/appsFolderName and contentFolderName are the sanitized derivate of the 'Name'. We can certainly change that though.

gabrielwalt commented 10 years ago

Ok, got it. It seems to filter out numbers, which is a bit inconvenient. E.g. if I use the wizard to create an example project and then run the wizard again to create an example2 project, then both will end up with example as path for their appsFolderName and contentFolderName.

I'd suggest that we review the rewriting rules and make them a little bit more flexible, at least numbers should be kept. Also, we should discuss if these folder names are taken from the Name or from the Artefact Id.

gabrielwalt commented 4 years ago

Closing this as there hasn't been activity since over a year.