Skip to content

Alfresco SDK 2.0.0 Release candidates test feedback

mindthegab edited this page Dec 23, 2014 · 2 revisions

Release candidate test feedback

RC1

  • Environment: Mac OSX 10.9.5, JDK 1.7.0_60, Maven 3.2.3
  • Version: Community
  • Executed by: Ole
  • Notes: All tests done with a new user and freshly installed IDEA/Eclipse and nothing in ~/.m2 besides settings.xml.

Alfresco AMP Archetype

CLI
Test Result Notes
Creation OK
Unit test  OK mvn test
Start OK ./run.sh
Remote unit test OK
Hot reload OK Change webscript.get.js + mvn compile
IntelliJ IDEA 14.0.1
Test Result Notes
Creation OK Have to manually add each archetypes
Unit test FAIL Could not resolve placeholder 'project.artifactId'
Start OK OK, created run configuration
Remote unit test FAIL Could not resolve placeholder 'project.artifactId'
Hot reload OK Build -> Make project to take effect
Eclipse Luna, SR1 4.4.1
Test Result Notes
Creation Semi OK Plugin execution not covered by lifecycle (extract-postgres-dialect + add-env-test-properties). Had to install m2e connector and buildhelper via "Quick fix", had to restart Eclipse two times
Unit test  FAIL Autowiring failed error. Did a "mvn clean", now it gives ClassNotFoundException for org.alfresco.demoamp.test.DemoComponentTest
Start FAIL First time it ran it did not start, had to manually do a "mvn clean" from CLI and run again, then it ran fine
Remote unit test OK
Hot reload OK

RC2

  • Environment: Mac OSX 10.10.1, JDK 1.7.0_45, Maven 3.2.5
  • Version: Community/Enterprise
  • Executed by: Gab
  • Notes: All tests done with a new workspace Eclipse and nothing in ~/.m2 in the org/alfresco folder.

Alfresco AMP Archetype

CLI
Test Result Notes With -Penterprise
Creation OK OK
Unit test OK mvn test OK
Start OK ./run.sh OK
Remote unit test OK OK
Hot reload OK Change webscript.get.js + mvn compile OK
Eclipse Luna, SR1 4.4.0
Test Result Notes With -Penterprise
Creation OK Eclipse ask for restart for plugins where required. Acceptable trade off for me. OK
Unit test OK Run as JUnit with no previous server running with Junit remote OK
Start OK ./run.sh OK
Remote unit test OK OK OK
Hot reload OK OK OK

Share AMP Archetype

CLI
Test Result Notes With -Penterprise
Creation OK OK
Start OK ./run.sh OK
Eclipse Luna, 4.4.0
Test Result Notes With -Penterprise
Hot reload OK With caveat of issue #248 OK

Alfresco All in One Archetype

CLI
Test Result Notes With -Penterprise
Creation OK OK
Unit test OK mvn test OK
Unit test (from repo-amp project) OK cd repo-amp; mvn test OK
Start OK ./run.sh OK
Remote unit test OK OK
Hot reload OK Change webscript.get.js + mvn compile OK
Eclipse Luna, SR1 4.4.0
Test Result Notes With -Penterprise
Creation OK Eclipse ask for restart for plugins where required. Acceptable trade off for me. OK
Unit test OK Run as JUnit with no previous server running with Junit remote OK
Remote unit test OK OK OK
Hot reload OK OK OK