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

it.tests not filtered out during first deployment #3

Closed eglistefan closed 9 years ago

eglistefan commented 10 years ago

When creating a new copy of the sample-project-archetype using the wizard, although the code at [0] should filter this out the it.tests bundle is being deployed, which fails due to a missing junit dependency. The it.launcher deploys that junit dependency when the integration tests are explicitly run, but ootb it.tests should not be deployed.

[0] https://github.com/Adobe-Marketing-Cloud/aem-eclipse-developer-tools/blob/master/com.adobe.granite.ide.eclipse-ui/src/main/java/com/adobe/granite/ide/eclipse/ui/wizards/np/NewGraniteProjectWizard.java#L151

gabrielwalt commented 10 years ago

Adding some details for other people who might run into this:

The characteristics of this issue is also displays an error popup at the end of the project creation wizard with a "Problem Occurred" message.

To get back to a clean status, in the "Server" panel, you can simply click on the "Clean and publish" icon on the right above the server list.

rombert commented 9 years ago

This issue has been fixed in the Sling IDE Tooling project ( see SLING-4446: AbstractNewSlingApplicationWizard publishes modules which are not deployed ) and will be incorporated in the next AEM Developer Tools public release.

If you'd like to build a fix yourself, please follow the instructions from Sling IDE Tooling - building from source.