On 16/01/2008, Karl Pauls <[EMAIL PROTECTED]> wrote: > > > o.k., I think I traced it down a bit. The issue seems to be inside the > > maven-obr-plugin: > > > > INFO] [install:install] > > INFO] Installing > > C:\p4_ws\mm\mm\services\ics\ics-impl\target\ics-impl-2.0-SNAPSHOT.jar > > to \.m2\repository\com\informatica\metadata\services\ics\ics-i > > > > pl\2.0-SNAPSHOT\ics-impl-2.0-SNAPSHOT.jar > > DEBUG] Configuring mojo > > 'org.apache.felix:maven-bundle-plugin:1.1.0-SNAPSHOT:install' --> > > DEBUG] (f) localRepository = [local] -> file:///.m2/repository
Hi Karl, This seems a strange setting for the localRepository - normally it's inside the user's home directory under "Documents and Settings" on Windows. Could you send me the following logs? (via my personal email) 1) complete output from "mvn clean install -X" in bundle dir 2) output from "mvn help:effective-settings" in bundle dir 3) output from "mvn help:effective-pom" in bundle dir 4) the user's customized "settings.xml" file (if it exists) because the debug output shows the path of the missing file does match the localRepository setting - which suggests the path code might be ok and the cause is actually the localRepository setting... btw, does this machine have multiple partitions? (ie. C:, D:, etc.) > DEBUG] (f) project = MavenProject: > > com.informatica.metadata.services.ics:ics-impl:2.0-SNAPSHOT @ > > C:\p4_ws\mm\mm\services\ics\ics-impl\pom.xml > > > > DEBUG] -- end configuration -- > > INFO] [bundle:install] > > DEBUG] (f) m_obrXml = null > > DEBUG] (f) m_outputFile = > > > /.m2/repository/com/informatica/metadata/services/ics/ics-impl/2.0-SNAPSHOT/ics- > impl-2.0-SNAPSHOT.jar > > > > DEBUG] (f) m_repoFilename = > > file:/C:/.m2/repository/.m2/repository/repository.xml > > ERROR] file doesn't exist: > > > /.m2/repository/com/informatica/metadata/services/ics/ics-impl/2.0-SNAPSHOT/ics- > impl-2.0-SNAPSHOT.jar > > > > INFO] > ------------------------------------------------------------------------ > > INFO] BUILD SUCCESSFUL > > INFO] > ------------------------------------------------------------------------ > > > > if you look at the updateRepository method from: > > > > > https://svn.apache.org/repos/asf/felix/trunk/maven-obr-plugin/src/main/java/org/apache/felix/obr/plugin/ObrUpdate.java > > > > you see where the debug comes from and the error is happening. I think > > it really is a path separator issue. If you can fix it quickly I might > > be able to retest it today (assuming you publish a new snapshot). > > > > regards, > > > > Karl > > > > > > > regards, > > > > > > > > Karl > > > > > > > > > regards, > > > > > > > > > > > > Karl > > > > > > > > > > > > On Jan 16, 2008 7:23 AM, Stuart McCulloch < > [EMAIL PROTECTED] > > > > > > > > > > > wrote: > > > > > > > On 16/01/2008, Sahoo <[EMAIL PROTECTED]> wrote: > > > > > > > > I am not able to locate the branch name to check out and > build > > > > 1.0.2, > > > > > > > > which I believe is the next release. Can anyone tell me the > branch > > > > > > name > > > > > > > > or point me to the page where this is documented? > > > > > > > > > > > > > > > > > > > > > > AFAIK the 1.0.2 release has not been cut yet (ie. trunk == > 1.0.2) > > > > > > > > > > > > > > > Thanks, > > > > > > > > Sahoo > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > Cheers, Stuart > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Karl Pauls > > > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Cheers, Stuart > > > > > > > > > > > > > > > > > > > > > -- > > > > Karl Pauls > > > > [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > -- > > > Cheers, Stuart > > > > > > > > > > > -- > > > > Karl Pauls > > [EMAIL PROTECTED] > > > > > > -- > Karl Pauls > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart

