Cache under /tmp/paxexam_runner_ not updated --------------------------------------------
Key: PAXEXAM-114 URL: http://issues.ops4j.org/browse/PAXEXAM-114 Project: Pax Exam Issue Type: Improvement Components: Core Environment: org.ops4j.pax.exam, ver 1.1.0 Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_14 Java home: /usr/lib/jvm/java-6-sun-1.6.0.14/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "2.6.28-14-generic" arch: "i386" Family: "unix" Reporter: Knut Eilif Husa Assignee: Toni Menzel When I do updates in bundles that the test depends on (i.e. not in the test code/bundle) the cache under /tmp/paxexam_runner_..../bundles does not get updated. My test has the following configuration: return options( profile("coos-messaging"), mavenBundle().groupId( "org.coos.modules.notificationbroker.lib" ).artifactId( "notificationbroker-lib" ).version("0.3-SNAPSHOT") ); So when I did changes in bundles that are declared in the profile, these changes were not uploaded into the cache. I had to manually clear the cache for this to happen. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.ops4j.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general