You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jw...@apache.org on 2012/04/19 23:52:52 UTC

svn commit: r1328127 - in /aries/trunk/subsystem: ./ pom.xml readme.txt

Author: jwross
Date: Thu Apr 19 21:52:52 2012
New Revision: 1328127

URL: http://svn.apache.org/viewvc?rev=1328127&view=rev
Log:
ARIES-825: Updated links pointing to expired dependencies in pom. Adding troublshooting info to readme.

Modified:
    aries/trunk/subsystem/   (props changed)
    aries/trunk/subsystem/pom.xml
    aries/trunk/subsystem/readme.txt

Propchange: aries/trunk/subsystem/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 19 21:52:52 2012
@@ -1 +1,3 @@
 target
+.settings
+.project

Modified: aries/trunk/subsystem/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/pom.xml?rev=1328127&r1=1328126&r2=1328127&view=diff
==============================================================================
--- aries/trunk/subsystem/pom.xml (original)
+++ aries/trunk/subsystem/pom.xml Thu Apr 19 21:52:52 2012
@@ -160,7 +160,7 @@
                     <plugin>
                         <groupId>com.savage7.maven.plugins</groupId>
                         <artifactId>maven-external-dependency-plugin</artifactId>
-                        <version>0.5-SNAPSHOT</version>
+                        <version>0.6-SNAPSHOT</version>
                         <inherited>false</inherited>
                         <configuration>
                             <createChecksum>true</createChecksum>
@@ -172,14 +172,14 @@
                                     <artifactId>org.eclipse.osgi</artifactId>
                                     <version>3.8.0-SNAPSHOT</version>
                                     <packaging>jar</packaging>
-                                    <downloadUrl>http://www.eclipse.org/downloads/download.php?file=/equinox/drops/N20120222-2000/org.eclipse.osgi_3.8.0.N20120222-2000.jar&amp;url=http://download.eclipse.org/equinox/drops/N20120222-2000/org.eclipse.osgi_3.8.0.N20120222-2000.jar&amp;mirror_id=1</downloadUrl>
+                                    <downloadUrl>http://www.eclipse.org/downloads/download.php?file=/equinox/drops/S-3.8M6-201203141800/org.eclipse.osgi_3.8.0.v20120312-2035.jar&amp;url=http://download.eclipse.org/equinox/drops/S-3.8M6-201203141800/org.eclipse.osgi_3.8.0.v20120312-2035.jar&amp;mirror_id=1</downloadUrl>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.eclipse.equinox</groupId>
                                     <artifactId>org.eclipse.equinox.coordinator</artifactId>
                                     <version>3.8.0-SNAPSHOT</version>
                                     <packaging>jar</packaging>
-                                    <downloadUrl>http://www.eclipse.org/downloads/download.php?file=/equinox/drops/N20120223-2000/org.eclipse.equinox.coordinator_1.1.0.N20120223-2000.jar&amp;url=http://download.eclipse.org/equinox/drops/N20120223-2000/org.eclipse.equinox.coordinator_1.1.0.N20120223-2000.jar&amp;mirror_id=1</downloadUrl>
+                                    <downloadUrl>http://www.eclipse.org/downloads/download.php?file=/equinox/drops/S-3.8M6-201203141800/org.eclipse.equinox.coordinator_1.1.0.v20120219-1616.jar&amp;url=http://download.eclipse.org/equinox/drops/S-3.8M6-201203141800/org.eclipse.equinox.coordinator_1.1.0.v20120219-1616.jar&amp;mirror_id=1</downloadUrl>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.eclipse.equinox</groupId>

Modified: aries/trunk/subsystem/readme.txt
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/readme.txt?rev=1328127&r1=1328126&r2=1328127&view=diff
==============================================================================
--- aries/trunk/subsystem/readme.txt (original)
+++ aries/trunk/subsystem/readme.txt Thu Apr 19 21:52:52 2012
@@ -34,4 +34,12 @@ mvn clean install -Pdefault 
 
 from the aries/subsystem directory. Additionally, you will need dependencies in 
 your local m2 repository obtained from executing "mvn clean install" from the 
-aries/util/util and aries/application directories.
\ No newline at end of file
+aries/util/util and aries/application directories.
+
+TROUBLESHOOTING
+
+Sometimes nightly, and often integration, builds are used for the Eclipse related dependencies. These builds have expiration dates and eventually disappear from the download site. Make sure the subsystem POM is not referencing an expired build.
+
+Running "mvn clean install -Pdefault" for the first time from a clean workspace usually results in test errors due to missing test files. These test files are generated as part of the build before the tests are executed. It appears they simply aren't picked up by the test on the first execution. Rerunning the tests should fix the issue.
+
+One of the tests has a dependency on derby, version>=10.5.0 being in the local .m2 repository. When setting up a clean Maven environment, it appears that sometimes this bundle does not get into the repository.xml generated by the subsystem tests in the .m2/repository directory. The solution is to delete the repostiory.xml file and rerun the tests.