You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xmlgraphics.apache.org by Simon Steiner <si...@gmail.com> on 2017/07/25 15:15:38 UTC

[VOTE] Release XML Graphics Batik 1.9.1 nexus only

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

The vote will end on 1/8/2017

+1 from me.

The batik 1.9 nexus release was built by hand and had a few errors due to some poms having wrong info.

I have rebuilt batik maven artifacts using:
mvn clean javadoc:jar source:jar repository:bundle-create -B

Followed by signing using:
import os
def addasc(bundle, afile):
    os.system('jar xf ' + bundle + ' ' + afile)
    if os.path.exists(afile):
        os.system('gpg --armor --detach-sign --force-v3-sigs --batch --verbose ' + afile)
        os.system('jar uf ' + bundle + ' ' + afile + '.asc')
        os.remove(afile)
        os.remove(afile + '.asc')  

for bundle in os.listdir('.'):
    if bundle.endswith('bundle.jar'):
        addasc(bundle, 'pom.xml')
        addasc(bundle, bundle.replace('-bundle', ''))
        addasc(bundle, bundle.replace('-bundle', '-javadoc'))
        addasc(bundle, bundle.replace('-bundle', '-sources'))

Can be tested using in a pom:
   <dependency>
      <groupId>org.apache.xmlgraphics</groupId>
      <artifactId>batik-all</artifactId>
      <version>1.9.1</version>
    </dependency>

And settings.xml:
<settings>
  <profiles>
    <profile>
      <id>myprofile</id>
      <repositories>
        <repository>
          <id>my-repo2</id>
          <name>your custom repo</name> 
<url>https://repository.apache.org/content/repositories/staging</url>
        </repository>
      </repositories>
    </profile>
  </profiles>
  <activeProfiles>
    <activeProfile>myprofile</activeProfile>
  </activeProfiles>
</settings>

Thanks
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJZd2BIAAoJEFuT8d98223qFjkQAKPlUFQvZKpcAQx6Bgsmo2dM
cznDGq0vVONaBPxL3duD6hrtNOqOU/WeBnDtJjD+IWiEzy8l2S83iPOShRoRH1B4
pKVs+jMRb0KvoZTvaH4m+HugY8rDnXYqZo0D9Cjwbz9nsVPvZcYaer/V7I9NzCEa
KWeA1zaPDmjYS0YiPVE1ReQDn7qMAP/OXokPRXRm1XW+wuqleijtm1snKzrLP02a
vBs1u5KtuqjtBSS5LZjMK/uG80avmnCfXMYnAr82XWP8KdCaVCeoDuIFbPoMqw5P
OJx76tSef6ZE9x6O5hkj3ws5s8yZ9nIJKo+Ui9F2FderTLF+y2xkibV2FpGaCHXM
aDBJUqwOtq16lXXke02/w6gpBR14sNXH2pOifQD99VVNp8LHku6h00xoI8vcL2Ea
Nmg1cjPbp0L848AufsQKyCqO8BF1QalnXR3sYT8xg/0+zkzXT6P2SKQtUqd+ZNSI
zvVGlqZ/QiKJOUzZ0vKNh5bmvb1a6qIMmvSGo2D0NFVZzag4YZL6Hw6tvJpxMdmz
KkamDpVsV0siNq5VFZ1nIMxpIrZT3X8G4IhbgW7cZ+VTGQNKgWDRysice47wMyFT
3fNWVatsfbN723Sv+AkJ9DLMFvYjd6zEmCYLXhnl4s+N5iiNcVaB12BfbNvFM1bf
QRfEzwul/Zfuto57CNbL
=+IS+
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: [VOTE] Release XML Graphics Batik 1.9.1 nexus only

Posted by Pascal Sancho <ps...@gmail.com>.
+1

2017-07-27 17:49 GMT+02:00 Matthias Reischenbacher <ma...@gmx.at>:
> +1
>
> On 25.07.2017 12:15, Simon Steiner wrote:
>> Hi,
>>
>> The vote will end on 1/8/2017
>>
>> +1 from me.
>>
>> The batik 1.9 nexus release was built by hand and had a few errors due
>> to some poms having wrong info.
>>
>> I have rebuilt batik maven artifacts using:
>> mvn clean javadoc:jar source:jar repository:bundle-create -B
>>
>> Followed by signing using:
>> import os
>> def addasc(bundle, afile):
>>     os.system('jar xf ' + bundle + ' ' + afile)
>>     if os.path.exists(afile):
>>         os.system('gpg --armor --detach-sign --force-v3-sigs --batch
>> --verbose ' + afile)
>>         os.system('jar uf ' + bundle + ' ' + afile + '.asc')
>>         os.remove(afile)
>>         os.remove(afile + '.asc')
>>
>> for bundle in os.listdir('.'):
>>     if bundle.endswith('bundle.jar'):
>>         addasc(bundle, 'pom.xml')
>>         addasc(bundle, bundle.replace('-bundle', ''))
>>         addasc(bundle, bundle.replace('-bundle', '-javadoc'))
>>         addasc(bundle, bundle.replace('-bundle', '-sources'))
>>
>> Can be tested using in a pom:
>>    <dependency>
>>       <groupId>org.apache.xmlgraphics</groupId>
>>       <artifactId>batik-all</artifactId>
>>       <version>1.9.1</version>
>>     </dependency>
>>
>> And settings.xml:
>> <settings>
>>   <profiles>
>>     <profile>
>>       <id>myprofile</id>
>>       <repositories>
>>         <repository>
>>           <id>my-repo2</id>
>>           <name>your custom repo</name>
>> <url>https://repository.apache.org/content/repositories/staging</url>
>>         </repository>
>>       </repositories>
>>     </profile>
>>   </profiles>
>>   <activeProfiles>
>>     <activeProfile>myprofile</activeProfile>
>>   </activeProfiles>
>> </settings>



-- 
pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: [VOTE] Release XML Graphics Batik 1.9.1 nexus only

Posted by Matthias Reischenbacher <ma...@gmx.at>.
+1

On 25.07.2017 12:15, Simon Steiner wrote:
> Hi,
>
> The vote will end on 1/8/2017
>
> +1 from me.
>
> The batik 1.9 nexus release was built by hand and had a few errors due
> to some poms having wrong info.
>
> I have rebuilt batik maven artifacts using:
> mvn clean javadoc:jar source:jar repository:bundle-create -B
>
> Followed by signing using:
> import os
> def addasc(bundle, afile):
>     os.system('jar xf ' + bundle + ' ' + afile)
>     if os.path.exists(afile):
>         os.system('gpg --armor --detach-sign --force-v3-sigs --batch
> --verbose ' + afile)
>         os.system('jar uf ' + bundle + ' ' + afile + '.asc')
>         os.remove(afile)
>         os.remove(afile + '.asc')  
>
> for bundle in os.listdir('.'):
>     if bundle.endswith('bundle.jar'):
>         addasc(bundle, 'pom.xml')
>         addasc(bundle, bundle.replace('-bundle', ''))
>         addasc(bundle, bundle.replace('-bundle', '-javadoc'))
>         addasc(bundle, bundle.replace('-bundle', '-sources'))
>
> Can be tested using in a pom:
>    <dependency>
>       <groupId>org.apache.xmlgraphics</groupId>
>       <artifactId>batik-all</artifactId>
>       <version>1.9.1</version>
>     </dependency>
>
> And settings.xml:
> <settings>
>   <profiles>
>     <profile>
>       <id>myprofile</id>
>       <repositories>
>         <repository>
>           <id>my-repo2</id>
>           <name>your custom repo</name>
> <url>https://repository.apache.org/content/repositories/staging</url>
>         </repository>
>       </repositories>
>     </profile>
>   </profiles>
>   <activeProfiles>
>     <activeProfile>myprofile</activeProfile>
>   </activeProfiles>
> </settings>
>
> Thanks
> > >
--------------------------------------------------------------------- >
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org > For
additional commands, e-mail: general-help@xmlgraphics.apache.org >


Re: [VOTE] Release XML Graphics Batik 1.9.1 nexus only

Posted by Glenn Adams <gl...@skynav.com>.
+1

On Tue, Jul 25, 2017 at 9:15 AM, Simon Steiner <si...@gmail.com>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> The vote will end on 1/8/2017
>
> +1 from me.
>
> The batik 1.9 nexus release was built by hand and had a few errors due to
> some poms having wrong info.
>
> I have rebuilt batik maven artifacts using:
> mvn clean javadoc:jar source:jar repository:bundle-create -B
>
> Followed by signing using:
> import os
> def addasc(bundle, afile):
>     os.system('jar xf ' + bundle + ' ' + afile)
>     if os.path.exists(afile):
>         os.system('gpg --armor --detach-sign --force-v3-sigs --batch
> --verbose ' + afile)
>         os.system('jar uf ' + bundle + ' ' + afile + '.asc')
>         os.remove(afile)
>         os.remove(afile + '.asc')
>
> for bundle in os.listdir('.'):
>     if bundle.endswith('bundle.jar'):
>         addasc(bundle, 'pom.xml')
>         addasc(bundle, bundle.replace('-bundle', ''))
>         addasc(bundle, bundle.replace('-bundle', '-javadoc'))
>         addasc(bundle, bundle.replace('-bundle', '-sources'))
>
> Can be tested using in a pom:
>    <dependency>
>       <groupId>org.apache.xmlgraphics</groupId>
>       <artifactId>batik-all</artifactId>
>       <version>1.9.1</version>
>     </dependency>
>
> And settings.xml:
> <settings>
>   <profiles>
>     <profile>
>       <id>myprofile</id>
>       <repositories>
>         <repository>
>           <id>my-repo2</id>
>           <name>your custom repo</name>
> <url>https://repository.apache.org/content/repositories/staging</url>
>         </repository>
>       </repositories>
>     </profile>
>   </profiles>
>   <activeProfiles>
>     <activeProfile>myprofile</activeProfile>
>   </activeProfiles>
> </settings>
>
> Thanks
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAEBAgAGBQJZd2BIAAoJEFuT8d98223qFjkQAKPlUFQvZKpcAQx6Bgsmo2dM
> cznDGq0vVONaBPxL3duD6hrtNOqOU/WeBnDtJjD+IWiEzy8l2S83iPOShRoRH1B4
> pKVs+jMRb0KvoZTvaH4m+HugY8rDnXYqZo0D9Cjwbz9nsVPvZcYaer/V7I9NzCEa
> KWeA1zaPDmjYS0YiPVE1ReQDn7qMAP/OXokPRXRm1XW+wuqleijtm1snKzrLP02a
> vBs1u5KtuqjtBSS5LZjMK/uG80avmnCfXMYnAr82XWP8KdCaVCeoDuIFbPoMqw5P
> OJx76tSef6ZE9x6O5hkj3ws5s8yZ9nIJKo+Ui9F2FderTLF+y2xkibV2FpGaCHXM
> aDBJUqwOtq16lXXke02/w6gpBR14sNXH2pOifQD99VVNp8LHku6h00xoI8vcL2Ea
> Nmg1cjPbp0L848AufsQKyCqO8BF1QalnXR3sYT8xg/0+zkzXT6P2SKQtUqd+ZNSI
> zvVGlqZ/QiKJOUzZ0vKNh5bmvb1a6qIMmvSGo2D0NFVZzag4YZL6Hw6tvJpxMdmz
> KkamDpVsV0siNq5VFZ1nIMxpIrZT3X8G4IhbgW7cZ+VTGQNKgWDRysice47wMyFT
> 3fNWVatsfbN723Sv+AkJ9DLMFvYjd6zEmCYLXhnl4s+N5iiNcVaB12BfbNvFM1bf
> QRfEzwul/Zfuto57CNbL
> =+IS+
> -----END PGP SIGNATURE-----
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: general-help@xmlgraphics.apache.org
>
>

Re: [VOTE] Release XML Graphics Batik 1.9.1 nexus only

Posted by Chris <bo...@hotmail.com>.
+1

On 25/07/2017 16:15, Simon Steiner wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> The vote will end on 1/8/2017
>
> +1 from me.
>
> The batik 1.9 nexus release was built by hand and had a few errors due to some poms having wrong info.
>
> I have rebuilt batik maven artifacts using:
> mvn clean javadoc:jar source:jar repository:bundle-create -B
>
> Followed by signing using:
> import os
> def addasc(bundle, afile):
>      os.system('jar xf ' + bundle + ' ' + afile)
>      if os.path.exists(afile):
>          os.system('gpg --armor --detach-sign --force-v3-sigs --batch --verbose ' + afile)
>          os.system('jar uf ' + bundle + ' ' + afile + '.asc')
>          os.remove(afile)
>          os.remove(afile + '.asc')
>
> for bundle in os.listdir('.'):
>      if bundle.endswith('bundle.jar'):
>          addasc(bundle, 'pom.xml')
>          addasc(bundle, bundle.replace('-bundle', ''))
>          addasc(bundle, bundle.replace('-bundle', '-javadoc'))
>          addasc(bundle, bundle.replace('-bundle', '-sources'))
>
> Can be tested using in a pom:
>     <dependency>
>        <groupId>org.apache.xmlgraphics</groupId>
>        <artifactId>batik-all</artifactId>
>        <version>1.9.1</version>
>      </dependency>
>
> And settings.xml:
> <settings>
>    <profiles>
>      <profile>
>        <id>myprofile</id>
>        <repositories>
>          <repository>
>            <id>my-repo2</id>
>            <name>your custom repo</name>
> <url>https://repository.apache.org/content/repositories/staging</url>
>          </repository>
>        </repositories>
>      </profile>
>    </profiles>
>    <activeProfiles>
>      <activeProfile>myprofile</activeProfile>
>    </activeProfiles>
> </settings>
>
> Thanks
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAEBAgAGBQJZd2BIAAoJEFuT8d98223qFjkQAKPlUFQvZKpcAQx6Bgsmo2dM
> cznDGq0vVONaBPxL3duD6hrtNOqOU/WeBnDtJjD+IWiEzy8l2S83iPOShRoRH1B4
> pKVs+jMRb0KvoZTvaH4m+HugY8rDnXYqZo0D9Cjwbz9nsVPvZcYaer/V7I9NzCEa
> KWeA1zaPDmjYS0YiPVE1ReQDn7qMAP/OXokPRXRm1XW+wuqleijtm1snKzrLP02a
> vBs1u5KtuqjtBSS5LZjMK/uG80avmnCfXMYnAr82XWP8KdCaVCeoDuIFbPoMqw5P
> OJx76tSef6ZE9x6O5hkj3ws5s8yZ9nIJKo+Ui9F2FderTLF+y2xkibV2FpGaCHXM
> aDBJUqwOtq16lXXke02/w6gpBR14sNXH2pOifQD99VVNp8LHku6h00xoI8vcL2Ea
> Nmg1cjPbp0L848AufsQKyCqO8BF1QalnXR3sYT8xg/0+zkzXT6P2SKQtUqd+ZNSI
> zvVGlqZ/QiKJOUzZ0vKNh5bmvb1a6qIMmvSGo2D0NFVZzag4YZL6Hw6tvJpxMdmz
> KkamDpVsV0siNq5VFZ1nIMxpIrZT3X8G4IhbgW7cZ+VTGQNKgWDRysice47wMyFT
> 3fNWVatsfbN723Sv+AkJ9DLMFvYjd6zEmCYLXhnl4s+N5iiNcVaB12BfbNvFM1bf
> QRfEzwul/Zfuto57CNbL
> =+IS+
> -----END PGP SIGNATURE-----
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: general-help@xmlgraphics.apache.org
>
> .
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


Re: [VOTE] Release XML Graphics Batik 1.9.1 nexus only

Posted by Clay Leeds <th...@gmail.com>.
+1 from me

Thanks for looking into this Simon!

Clay Leeds  -  the.webmaestro@gmail.com
"My religion is simple. My religion is kindness."
HH the Dalai Lama of Tibet

> On Jul 25, 2017, at 8:15 AM, Simon Steiner <si...@gmail.com> wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> The vote will end on 1/8/2017
> 
> +1 from me.
> 
> The batik 1.9 nexus release was built by hand and had a few errors due to some poms having wrong info.
> 
> I have rebuilt batik maven artifacts using:
> mvn clean javadoc:jar source:jar repository:bundle-create -B
> 
> Followed by signing using:
> import os
> def addasc(bundle, afile):
>    os.system('jar xf ' + bundle + ' ' + afile)
>    if os.path.exists(afile):
>        os.system('gpg --armor --detach-sign --force-v3-sigs --batch --verbose ' + afile)
>        os.system('jar uf ' + bundle + ' ' + afile + '.asc')
>        os.remove(afile)
>        os.remove(afile + '.asc')  
> 
> for bundle in os.listdir('.'):
>    if bundle.endswith('bundle.jar'):
>        addasc(bundle, 'pom.xml')
>        addasc(bundle, bundle.replace('-bundle', ''))
>        addasc(bundle, bundle.replace('-bundle', '-javadoc'))
>        addasc(bundle, bundle.replace('-bundle', '-sources'))
> 
> Can be tested using in a pom:
>   <dependency>
>      <groupId>org.apache.xmlgraphics</groupId>
>      <artifactId>batik-all</artifactId>
>      <version>1.9.1</version>
>    </dependency>
> 
> And settings.xml:
> <settings>
>  <profiles>
>    <profile>
>      <id>myprofile</id>
>      <repositories>
>        <repository>
>          <id>my-repo2</id>
>          <name>your custom repo</name> 
> <url>https://repository.apache.org/content/repositories/staging</url>
>        </repository>
>      </repositories>
>    </profile>
>  </profiles>
>  <activeProfiles>
>    <activeProfile>myprofile</activeProfile>
>  </activeProfiles>
> </settings>
> 
> Thanks
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> 
> iQIcBAEBAgAGBQJZd2BIAAoJEFuT8d98223qFjkQAKPlUFQvZKpcAQx6Bgsmo2dM
> cznDGq0vVONaBPxL3duD6hrtNOqOU/WeBnDtJjD+IWiEzy8l2S83iPOShRoRH1B4
> pKVs+jMRb0KvoZTvaH4m+HugY8rDnXYqZo0D9Cjwbz9nsVPvZcYaer/V7I9NzCEa
> KWeA1zaPDmjYS0YiPVE1ReQDn7qMAP/OXokPRXRm1XW+wuqleijtm1snKzrLP02a
> vBs1u5KtuqjtBSS5LZjMK/uG80avmnCfXMYnAr82XWP8KdCaVCeoDuIFbPoMqw5P
> OJx76tSef6ZE9x6O5hkj3ws5s8yZ9nIJKo+Ui9F2FderTLF+y2xkibV2FpGaCHXM
> aDBJUqwOtq16lXXke02/w6gpBR14sNXH2pOifQD99VVNp8LHku6h00xoI8vcL2Ea
> Nmg1cjPbp0L848AufsQKyCqO8BF1QalnXR3sYT8xg/0+zkzXT6P2SKQtUqd+ZNSI
> zvVGlqZ/QiKJOUzZ0vKNh5bmvb1a6qIMmvSGo2D0NFVZzag4YZL6Hw6tvJpxMdmz
> KkamDpVsV0siNq5VFZ1nIMxpIrZT3X8G4IhbgW7cZ+VTGQNKgWDRysice47wMyFT
> 3fNWVatsfbN723Sv+AkJ9DLMFvYjd6zEmCYLXhnl4s+N5iiNcVaB12BfbNvFM1bf
> QRfEzwul/Zfuto57CNbL
> =+IS+
> -----END PGP SIGNATURE-----
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: general-help@xmlgraphics.apache.org
>