guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30062] Help wanted


From: Danny Milosavljevic
Subject: [bug#30062] Help wanted
Date: Mon, 29 Jan 2018 11:08:08 +0100

Hi Gabor,

I've checked the source code of org.ops4j.pax.tinybundles-tinybundles-2.1.1

~/x/org.ops4j.pax.tinybundles-tinybundles-2.1.1$ grep -r 2.4.0.2014 .
./src/test/java/org/ops4j/pax/tinybundles/bnd/BndTest.java:        
assertEquals( "Header Tool", "Bnd-2.4.0.201411031534", 
man.getMainAttributes().getValue( "Tool" ) );

So the substitution could also be

             (substitute* 
"src/test/java/org/ops4j/pax/tinybundles/bnd/BndTest.java"
               (("2\\.4\\.0\\.[0-9][0-9]*")
                ,(package-version java-aqute-bndlib)))

Or maybe even

             (substitute* 
"src/test/java/org/ops4j/pax/tinybundles/bnd/BndTest.java"
               (("[0-9][0-9]*\\.[0-9][0-9]*.[0-9][0-9]*\\.[0-9][0-9]*")
                ,(package-version java-aqute-bndlib)))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]