On Jan 16, 2008 8:59 AM, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > On 16/01/2008, Karl Pauls <[EMAIL PROTECTED]> wrote: > > > > On Jan 16, 2008 8:55 AM, Stuart McCulloch <[EMAIL PROTECTED]> > > wrote: > > > On 16/01/2008, Karl Pauls <[EMAIL PROTECTED]> wrote: > > > > > > > > Stuart is correct. I will cut the 1.0.2 release from trunk as soon as > > > > the bundle plugin has been released. For the time being you can use > > > > 1.1.0-SNAPSHOT i.e., trunk. > > > > > > > > > yep - hope to make the release soon :) > > > > > > btw, Karl - whatever happened to that error you saw on Windows? did it > > > resolve itself? > > > > Right, I might be able to look into this today. Sorry about the delay > > but I don't have easy windows access. > > > same here ;) I usually end up borrowing my wife's notebook to test on > windows...
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 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

