Hi,

check SHASUM Ok.

Unfortunately the release package does not work

Checked with Maven 2.2.1, 3.0.5 and failed with the same...

Results :

Tests in error:
ReadWorkspaceLocationsTest.setUp:57 » FileNotFound /Users/kama/Downloads/maven... ReadWorkspaceLocationsTest.setUp:57 » FileNotFound /Users/kama/Downloads/maven... ReadWorkspaceLocationsTest.setUp:57 » FileNotFound /Users/kama/Downloads/maven... ReadWorkspaceLocationsTest.setUp:57 » FileNotFound /Users/kama/Downloads/maven... ReadWorkspaceLocationsTest.setUp:57 » FileNotFound /Users/kama/Downloads/maven...

Tests run: 50, Failures: 0, Errors: 5, Skipped: 3


It looks like the contents which is expected seemed to be not part of the release package...


If i start the tests in the
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin
directory the above tests will run successfully...and don't produce errors...



On 5/24/15 10:04 PM, Andreas Gudian wrote:
Hi,

this will be the last Maven 2 compatible release of this plugin.

We solved 9 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317423&version=12330751

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MECLIPSE%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-1187/
https://repository.apache.org/content/repositories/maven-1187/org/apache/maven/plugins/maven-eclipse-plugin/2.10/maven-eclipse-plugin-2.10-source-release.zip

Source release checksum(s):
maven-eclipse-plugin-2.10-source-release.zip sha1:
691ad83cb0b731c8c0ab5a6c5f105a25cd34f73b

Staging site:
http://maven.apache.org/plugins-archives/maven-eclipse-plugin-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1


-------------------------------------------------------------------------------
Test set: org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest
-------------------------------------------------------------------------------
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.127 sec <<< 
FAILURE! - in org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest
testGetProjectLocation_ForProjectAtWorkspaceLevel(org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest)
  Time elapsed: 0.042 sec  <<< ERROR!
java.io.FileNotFoundException: 
/Users/kama/Downloads/maven-eclipse-plugin-2.10/target/tmp-workspace0/eclipse/dynamicWorkspace/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs
 (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.preparePropertyFile(TempEclipseWorkspace.java:146)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.<init>(TempEclipseWorkspace.java:101)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.getFixtureEclipseDynamicWorkspace(TempEclipseWorkspace.java:78)
        at 
org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest.setUp(ReadWorkspaceLocationsTest.java:57)

testGetProjectLocation_ForProjectsOutsideWorkspace(org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest)
  Time elapsed: 0.02 sec  <<< ERROR!
java.io.FileNotFoundException: 
/Users/kama/Downloads/maven-eclipse-plugin-2.10/target/tmp-workspace1/eclipse/dynamicWorkspace/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs
 (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.preparePropertyFile(TempEclipseWorkspace.java:146)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.<init>(TempEclipseWorkspace.java:101)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.getFixtureEclipseDynamicWorkspace(TempEclipseWorkspace.java:78)
        at 
org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest.setUp(ReadWorkspaceLocationsTest.java:57)

testGetProjectLocation_ForProjectsWithinProjects(org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest)
  Time elapsed: 0.018 sec  <<< ERROR!
java.io.FileNotFoundException: 
/Users/kama/Downloads/maven-eclipse-plugin-2.10/target/tmp-workspace2/eclipse/dynamicWorkspace/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs
 (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.preparePropertyFile(TempEclipseWorkspace.java:146)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.<init>(TempEclipseWorkspace.java:101)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.getFixtureEclipseDynamicWorkspace(TempEclipseWorkspace.java:78)
        at 
org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest.setUp(ReadWorkspaceLocationsTest.java:57)

testReadDefinedServers_PrefsFileDoesNotExist(org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest)
  Time elapsed: 0.024 sec  <<< ERROR!
java.io.FileNotFoundException: 
/Users/kama/Downloads/maven-eclipse-plugin-2.10/target/tmp-workspace3/eclipse/dynamicWorkspace/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs
 (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.preparePropertyFile(TempEclipseWorkspace.java:146)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.<init>(TempEclipseWorkspace.java:101)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.getFixtureEclipseDynamicWorkspace(TempEclipseWorkspace.java:78)
        at 
org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest.setUp(ReadWorkspaceLocationsTest.java:57)

testReadDefinedServers_PrefsFileExistsWithMissingRuntimes(org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest)
  Time elapsed: 0.023 sec  <<< ERROR!
java.io.FileNotFoundException: 
/Users/kama/Downloads/maven-eclipse-plugin-2.10/target/tmp-workspace4/eclipse/dynamicWorkspace/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs
 (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.preparePropertyFile(TempEclipseWorkspace.java:146)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.<init>(TempEclipseWorkspace.java:101)
        at 
org.apache.maven.plugin.eclipse.TempEclipseWorkspace.getFixtureEclipseDynamicWorkspace(TempEclipseWorkspace.java:78)
        at 
org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest.setUp(ReadWorkspaceLocationsTest.java:57)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to