[GitHub] ant issue #64: Add support for SAN extension in GenerateKey task

2018-07-15 Thread jaikiran
Github user jaikiran commented on the issue:

https://github.com/apache/ant/pull/64
  
@jnsnkrllive I've merged this into 1.9.x as well as master branches. Thank 
you for the PR. I've also included your name "Karl Jansen" in our contributors 
list. If you like to use a different name, let us know.

Finally, would you be interested in the updating the manual of the 
generatekey task to make a mention of this new attribute and send a new PR? If 
not, I'll get to it later in the week myself.



---

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] ant pull request #64: Add support for SAN extension in GenerateKey task

2018-07-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/ant/pull/64


---

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[ANNOUNCE] Apache Ant 1.9.13 and 1.10.5 Released

2018-07-15 Thread Jaikiran Pai
The Apache Ant Team is pleased to announce the releases of Apache Ant
1.9.13 and 1.10.5.

The Apache Ant team currently maintains two lines of development. The
1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at
runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases
are mostly bug fix releases while additional new features are developed
for 1.10.x. We recommend using 1.10.5 unless you are required to use
versions of Java prior to Java8 during the build process.

Ant 1.10.5 contains a superset of 1.9.13 - with the exception of a few
tasks and features that no longer work with Java8 anyway (like the apt
task).

Both releases are mostly bug fix releases with few new features added.
Both 1.9.13 and 1.10.5 fix a regression in the "get" task and also
address a remaining issue with unjar, untar and unzip tasks where they
would end up extracting content outside of the destination directory.
1.10.5 also introduces an enhancement to the "java" task to allow
launching single-file source programs, a Java language feature that is
introduced in the upcoming Java 11 release.

Source and binary distributions are available for download from the
Apache Ant download site:

https://ant.apache.org/bindownload.cgi
https://ant.apache.org/srcdownload.cgi

When downloading, please verify signatures by following the instructions
noted in the "Verify Releases" section at the above locations.

Changes in 1.10.5 include:
==

Fixed bugs:
---

 * Fixes a regression in the "get" task where redirects
   from a HTTP resource to a HTTPS resource started throwing
   an exception.
   Bugzilla Report 62499

 * the new allowFilesToEscapeDest didn't work when set to false and
   archive entries contained relative paths with so many ".."
   segnments that the resulting path would go beyond the file system
   root.
   Bugzilla Report 62502

Other changes:
--
 * Java task now accepts a "sourcefile" attribute to allow single file
   source program execution, a feature that is introduced in Java 11.

Changes in 1.9.13 include:
==

Fixed bugs:
---

 * Fixes a regression in the "get" task where redirects
   from a HTTP resource to a HTTPS resource started throwing
   an exception.
   Bugzilla Report 62499

 * the new allowFilesToEscapeDest didn't work when set to false and
   archive entries contained relative paths with so many ".."
   segnments that the resulting path would go beyond the file system
   root.
   Bugzilla Report 62502


For complete information on Ant, including instructions on how to submit
bug reports, patches, or suggestions for improvement, see the Apache Ant
website https://ant.apache.org/

-Jaikiran Pai, on behalf of the Apache Ant community




signature.asc
Description: OpenPGP digital signature


Re: Testing IvyDE

2018-07-15 Thread Nicolas Lalevée
I have fixed the build, now relying on more recent dependencies. The updatesite 
built by Jenkins is now up to date.

I have started to do some test, but there are some crashes, the jvm of Eclipse 
is crashing on clearing the Ivy console for instance. I bet this is more due to 
the fact that I am running with Java 10. I’ll try to run it with a lower Java 
version and redo the tests.

Nicolas

> Le 4 juil. 2018 à 14:01, Jaikiran Pai  a écrit :
> 
> 
> On 01/07/18 6:35 PM, Nicolas Lalevée wrote:
>> Le 28 juin 2018 à 08:41, Jaikiran Pai  a écrit :
>>> 
>>> On 27/06/18 10:12 PM, Nicolas Lalevée wrote:
 Since there is a work around (hitting refresh after resolve) and it is an 
 RC, we could ship it like that and fix it later. But due to the automatic 
 update via the update site, I bet most users will update even if it is an 
 RC. So I am not sure what I should vote. So I vote -0 for me for now.
>>> I was reserving my vote just for this reason. I don't use Eclipse so I 
>>> wanted to see if someone more familiar with it has an opinion about this 
>>> bug. You are right that it's going to end up affecting everyone once we 
>>> release this. Given that the purpose of this release is revive this project 
>>> a bit and not break setups where things are working fine and the fact that 
>>> this will end up being an annoying kind of workaround (having to hit 
>>> refresh after resolve), I don't see rushing this release without fixing 
>>> this issue serves any purpose.
>>> 
>>> So I'll vote a -1 on this now. I know we have gone through 3 voting rounds 
>>> for this release, so thank you everyone for being patient and testing out 
>>> the binaries. I'll file this issue in JIRA and hopefully spend some time in 
>>> Eclipse this weekend to try and sort this out.
>> I have found the issue and pushed a fix.
> Thank you.
>> 
>> I am then worried that the master is not well tested nor used after the big 
>> cleanups.
> Yes, I agree.
> 
>> 
>> So I suggest we do a little testing now of the master.
>> 
>> To help with that, there is a folder in the IvyDE project which contains 
>> projects ready to be imported into Eclipse, they are samples of many 
>> different configurations which should be supported
> I'll test some of these out during the week.
> 
> -Jaikiran
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Bug report for Ant [2018/07/15]

2018-07-15 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 5003|Opn|Blk|2001-11-21|exec task does not return after executed command f|
| 6606|Opn|Enh|2002-02-21|META-BUG problems with delegating classloaders|
| 7552|Opn|Cri|2002-03-28|Invalid task cache in targets |
| 7712|New|Enh|2002-04-03|Provide patternset support for VSSGET task?   |
| 8294|New|Enh|2002-04-19|: Allow  and  to app|
| 8866|New|Enh|2002-05-07|Signal handling in java task  |
| 8895|New|Enh|2002-05-08|ant and/or antcall should support forking |
| 8972|New|Enh|2002-05-10|allow property expansion in  property v|
| 8981|New|Enh|2002-05-10|Tar task command additional features  |
| 9294|New|Enh|2002-05-21|[PATCH] optional/j2ee/ServerDeploy OC4J Support   |
| 9995|Ass|Enh|2002-06-19|MKS Source Integrity tasks|
|10020|New|Enh|2002-06-19|'s dependency behaviour should be more con|
|10231|New|Enh|2002-06-25|Need access to current file in SQLExec|
|10283|New|Enh|2002-06-27|Add a destfile to the uptodate task   |
|10402|New|Enh|2002-07-02|adding the ability of html like whitespace preserv|
|3|New|Enh|2002-07-24|keytool task  |
|11560|Opn|Enh|2002-08-08|Taskdef does not apply reverseLoader policy on sta|
|12267|New|Enh|2002-09-03|Add ability to unzip into separate folders|
|12292|New|Enh|2002-09-04|[PATCH] enable  tag inside tar|
|12334|New|Enh|2002-09-05|REQUEST: Ant task doesn't allow attachment of a bu|
|12518|New|Enh|2002-09-11|Gunzip & BUnZip2 add filesets, patternsets, and ov|
|12765|New|Enh|2002-09-18|"rmdir" and "deltree" patches for ftp task enhance|
|12964|New|Enh|2002-09-24|ANTLR only takes one input file at a time |
|13047|Inf|Enh|2002-09-26|Support for  and  on O|
|13371|New|Enh|2002-10-07|[PATCH] Contributed new CvsExportDiff task|
|13847|New|Nor|2002-10-22|pvcs task: wrong option (-r) specified for get (sh|
|13934|New|Enh|2002-10-24|Translate task shouldn't load default locale prope|
|13939|New|Enh|2002-10-24|Translate task should have better key matching cap|
|14320|New|Enh|2002-11-06|copy fileset followsymlinks="false" does not copy |
|14393|New|Enh|2002-11-08|Support use of jndi within ant|
|14512|New|Enh|2002-11-13|Allow creating database connection similar to  with  does not spot bad symlin|
|15149|New|Enh|2002-12-06|Replace task  |
|15244|New|Enh|2002-12-10|tar task should be able to store symbolic links as|
|15430|New|Enh|2002-12-17|Enhancement to ReplaceRegExp.java |
|15596|New|Enh|2002-12-21|Identity mapper in uptodate task. |
|15747|New|Enh|2003-01-01|change tasks (e.g. Ant) to take urls as well as fi|
|15853|New|Enh|2003-01-07|Allow to plug-in different XML Catalog resolver in|
|15949|Opn|Enh|2003-01-10|please provide links to docs.xml and jakarta-site2|
|16131|New|Enh|2003-01-15|not possible to suppress "BUILD SUCCESSFUL" messag|
|16427|New|Enh|2003-01-26|Output return value of setLastModified/document be|
|16469|New|Enh|2003-01-27|Apply task should allow parallel execution on diff|
|16562|New|Enh|2003-01-29|Can not accept characters  from keyboard in a thre|
|16860|New|Enh|2003-02-06|Silent or Debug a single target   |
|16896|New|Enh|2003-02-07|Support in ProjectHelper / ProjectHelperImpl to op|
|17074|New|Enh|2003-02-14|Contribution for WLSTOP   |
|17181|New|Nor|2003-02-18|Build fails while trying to get VSS files by label|
|17372|New|Enh|2003-02-25|Enhancement of replace Task   |
|17742|New|Maj|2003-03-06|PVCS task generates GET with promotion group incor|
|17781|New|Enh|2003-03-07|name attribute of record task is not relative to b|
|17829|New|Enh|2003-03-10|Allow ejbjar task to accept nested manifest   |
|17850|New|Nor|2003-03-10|PVCS task dont work with promotion group  |
|17961|New|Enh|2003-03-13|New task to collect services from a JAR