Re: Future of Ivy and IvyDE

2024-11-17 Thread Jaikiran Pai
Hello Maarten, Thank you for volunteering your time for maintaining the Ivy project. This is good news indeed. To summarize, the Ivy project will continue to be part of the Apache Ant PMC. Maarten, who's already part of the Ant PMC has volunteered to help maintain it. Given this, the plan to

Re: Future of Ivy and IvyDE

2024-11-17 Thread Gary Gregory
That's great to hear Maarten. Gary On Sun, Nov 17, 2024, 5:41 AM Maarten Coene wrote: > Hi all, > > good news, there will be no vote to retire the project for now. > I will maintain the Ivy project (but extra volunteers are still very > welcome !). > I'll try to look into some of the open issue

Re: Future of Ivy and IvyDE

2024-11-17 Thread Maarten Coene
Hi all, good news, there will be no vote to retire the project for now. I will maintain the Ivy project (but extra volunteers are still very welcome !).  I'll try to look into some of the open issues and pull requests in the next coming weeks and create a new release after that. Maarten Op

Re: [**EXTERNAL**] Re: Future of Ivy and IvyDE

2024-10-08 Thread D'Anjou, Martin
Developers List Cc: user@ant.apache.org ; ivy-u...@ant.apache.org Subject: [**EXTERNAL**] Re: Future of Ivy and IvyDE Hello everyone, Here's an update to this discussion - for reasons noted in this discussion, the Ant PMC no longer has the ability to maintain Ivy project. This threa

Re: Future of Ivy and IvyDE

2024-10-08 Thread Jaikiran Pai
Hello everyone, Here's an update to this discussion - for reasons noted in this discussion, the Ant PMC no longer has the ability to maintain Ivy project. This thread was started more than a year back and we were hoping that if there was enough interest then there would be some proposals to f

Re: Errors during install of optional libraries

2024-02-29 Thread active . sock7551
Many thanks Jaikiran! On Thu, Feb 29, 2024, at 4:19 AM, Jaikiran Pai wrote: > Yes, this is an issue. I will have to check the history of this package > and what needs to be done to address this. > > -Jaikiran > > On 28/02/24 9:07 am, active.sock7...@fastmail.com wrote: > > Thanks much Stefan -

Re: Errors during install of optional libraries

2024-02-29 Thread Jaikiran Pai
Yes, this is an issue. I will have to check the history of this package and what needs to be done to address this. -Jaikiran On 28/02/24 9:07 am, active.sock7...@fastmail.com wrote: Thanks much Stefan - this would seem to be a bug in the Ant optional libraries script / dependencies file, if i

Re: Errors during install of optional libraries

2024-02-27 Thread active . sock7551
Thanks much Stefan - this would seem to be a bug in the Ant optional libraries script / dependencies file, if it continues to be unavailable, right? On Sun, Feb 25, 2024, at 4:47 AM, Stefan Bodewig wrote: > On 2024-02-25, Stefan Bodewig wrote: > > > You can either wait until ReHat resolves this

Re: Errors during install of optional libraries

2024-02-25 Thread Stefan Bodewig
On 2024-02-25, Stefan Bodewig wrote: > You can either wait until ReHat resolves this (maybe thell them) or try > to find jai-core in a different place. https://repo1.maven.org/maven2/javax/media/jai_core/1.1.3/ seems to work but jai_codec doesn't seem to be available in version 1.1.3 in Maven cen

Re: Errors during install of optional libraries

2024-02-25 Thread Stefan Bodewig
Hi On 2024-02-25, wrote: > I'm hoping this has a simple solution that I am just missing... please let me > know if there is a simplr way to avoid / get past the following issue... ... > jai: > [resolver:resolve] Downloading > https://repository.jboss.org/nexus/content/groups/public/javax/med

Re: javac task question

2023-12-22 Thread Alan Snyder
I think I understand now. The documentation for javac says that javac expects source files to live in a package tree, but that does not apply to the source files on the command line. > On Dec 21, 2023, at 10:07 AM, Alan Snyder > wrote: > > Thank you for the suggestion. It seems to work. > >

Re: javac task question

2023-12-21 Thread Alan Snyder
Thank you for the suggestion. It seems to work. I do not understand why my previous snippet worked. If java used srcdir=“.” as the root of a package tree, then why did it compile files in a and b as top level classes? (The files in a and b did not declare a package.) Alan > On Dec 20, 2023,

Re: javac task question

2023-12-20 Thread ilya Basin
Alan. I never used srcpath before and after some trial and error I feel that the source of the problem is bad description of the option in JDK. Ant passes srcpath directly to JDK's javac (unlike srcdir which Ant itself searches for java files). The description says "Specify" or "Specifies", but

Re: javac task question

2023-12-20 Thread Alan Snyder
This actually does what I want: The problem is that I don’t really want to specify srcdir, but if I leave it out, the build fails (see below). I would need to create a fake directory to use as srcdir to be sure that I don’t accidentally compile unwanted source

Re: javac task question

2023-12-19 Thread Jaikiran Pai
Hello Alan, It's hard to say what's going on. Do you have a build file (or a snippet) to show what issue you are running into? Which version of Java and Ant is this showing up on? -Jaikiran On 18/12/23 1:44 am, Alan Snyder wrote: I know of a couple of ways to run javac on more than one sour

Re: [External] : Re: ant/jdk17, and badly generated jars

2023-10-28 Thread Jaikiran Pai
Hello Dave, This looks like it will need some investigation and appears to be some genuine issue either in the build script or within Ant or maybe JDK? Is there a simple reproducer that you will be able to share to help reproduce this? -Jaikiran On 28/10/23 8:31 am, Dave Brosius wrote: jav

Re: [External] : Re: ant/jdk17, and badly generated jars

2023-10-27 Thread Dave Brosius
java version "17.0.2" 2022-01-18 LTS Java(TM) SE Runtime Environment (build 17.0.2+8-LTS-86) Java HotSpot(TM) 64-Bit Server VM (build 17.0.2+8-LTS-86, mixed mode, sharing) Apache Ant(TM) version 1.10.14 compiled on August 16 2023 Distributor ID:    Linuxmint Description:    Linux Mint 20.3 R

Re: ant/jdk17, and badly generated jars

2023-10-27 Thread Jaikiran Pai
Hello Dave, In addition to what Stefan noted, could you also tell us which specific version of Java 17 this is? The output from "java -version" command would be useful. -Jaikiran On 27/10/23 11:31 pm, Stefan Bodewig wrote: Hi Dave Dave Brosius writes: HI folks, we have an odd situation

Re: ant/jdk17, and badly generated jars

2023-10-27 Thread Stefan Bodewig
Hi Dave Dave Brosius writes: > HI folks, we have an odd situation where we have an ant build that > generates a jar file that includes a resource bundle property file > using , later in the same build  a custom ant task is executed, > which loads that class from  the classpath, and tries to read

Re: java.lang.UnsupportedOperationException raised when invoking the task

2023-10-23 Thread Jaikiran Pai
Happy to hear that Ant 1.10.14 gets the build passing on Java 21. -Jaikiran On 22/10/23 2:39 am, Rick Hillegas wrote: Thanks, Jaikiran and Don. Ant 1.10.14 gets me over this hurdle. I'll let you know if I encounter other issues building the next Derby release with Java 21 and this version of A

Re: java.lang.UnsupportedOperationException raised when invoking the task

2023-10-21 Thread Rick Hillegas
Thanks, Jaikiran and Don. Ant 1.10.14 gets me over this hurdle. I'll let you know if I encounter other issues building the next Derby release with Java 21 and this version of Ant. Cheers On 10/21/23 7:32 AM, Brutzman, Donald (Don) (CIV) wrote: As Indicated in the email thread, have gotten java

Re: java.lang.UnsupportedOperationException raised when invoking the task

2023-10-21 Thread Jaikiran Pai
Hello Rick, Ant 1.10.6 cannot be used with Java 21 because of this very SecurityManager usage within Ant. Considering this issue and Java SecurityManager's deprecation for removal, we have released Ant 1.10.14 a couple of months back https://lists.apache.org/thread/9vhk51nkw9wjxzm7xk2q9xm6s80

Re: Future of Ivy and IvyDE

2023-09-05 Thread Nicolas Lalevée
complete Eclipse SDK setup. But at least headless, if it is required, I think anybody motivated enough should be able to re build it locally, the updatesite too. It wouldn’t be as much user friendly as it is today, but you should be able to work with your preferred IDE and dependency manager for as

Re: Future of Ivy and IvyDE

2023-08-28 Thread Gary Gregory
I was a long-time Ant + Ivy and IvyDE. At work, we finally switched one of our products to Maven. We have at least one other product that still uses Ant + Ivy, I'm not sure what that team operates as an IDE. >From my POV, you can't effectively and sanely develop using Ivy *without* IDE support, in

Re: Future of Ivy and IvyDE

2023-08-28 Thread Stefan Bodewig
Hi sorry for my bad timing sending out an email and then being unbale to answer for days. This is not what I intended. Let me try to answer what I've seen so far. And I'll try to keep my personal opinion out this time. It is pretty obvious Ivy is used today and maybe even loved by some. This is

Re: [VOTE] Release Ivy 2.5.2 Based on RC2

2023-08-19 Thread Stefan Bodewig
just officially registering my implicit +1 Stefan On 2023-08-17, Stefan Bodewig wrote: > Hi all > I've cancelled the previous vote as the NOTICE file didn't contain > 2023. sorry about this. Now I've built a new release candidate for Ivy > 2.5.2 > Changelog: > - FIX: ivy:retrieve could fail b

Re: [VOTE] Release Ivy 2.5.2 Based on RC2

2023-08-18 Thread Jaikiran Pai
+1 Downloaded the RC2 of 2.5.2 and built some projects, checked some manuals and docs and the checksum. -Jaikiran On 17/08/23 10:22 pm, Stefan Bodewig wrote: Hi all I've cancelled the previous vote as the NOTICE file didn't contain 2023. sorry about this. Now I've built a new release candid

Re: [VOTE] Release Apache Ant 1.10.14 based on RC1

2023-08-18 Thread Jaikiran Pai
+1 - Downloaded the newer version and checked the NOTICE file - verified the checksum - Built some projects using this newer version, on Java 8, 17 and 20 - Checked manual docs for some of the tasks -Jaikiran On 16/08/23 6:05 pm, Jaikiran Pai wrote: Hello everyone, I've created RC1 release

Re: [VOTE] Release Ivy 2.5.2 Based on RC1

2023-08-17 Thread Jaikiran Pai
On 17/08/23 10:02 am, Stefan Bodewig wrote: I have not built the update site because I couldn't get the build process to work, so if anybody with the proper build environment wants to create one, thank you. I'm sure we can create it after the release if we want to. Is this the Eclipse update

Re: [VOTE] Release Ivy 2.5.2 Based on RC1

2023-08-17 Thread Jaikiran Pai
Hello Stefan, +1. The NOTICE file however will need an update to the year (it's currently having 2022). - Downloaded from https://dist.apache.org/repos/dist/dev/ant/ivy/2.5.2/ - Verified the checksum - Checked the NOTICE file (needs an update to the year) - Checked some random manuals - Ch

Re: [VOTE] Release Apache Ant 1.10.14 based on RC1

2023-08-16 Thread Gary Gregory
Sounds good! Thank you, Gary From: Jaikiran Pai Sent: Wednesday, August 16, 2023 8:57:09 PM To: Ant Developers List ; Gary Gregory ; Ant Users List Subject: Re: [VOTE] Release Apache Ant 1.10.14 based on RC1 EXTERNAL EMAIL Hello Gary, Yes, that

Re: [VOTE] Release Apache Ant 1.10.14 based on RC1

2023-08-16 Thread Jaikiran Pai
Hello Gary, Yes, that allow.class which was introduced in 1.10.13 is no longer part of Ant 1.10.14. I think, as you note, adding it to the release notes sounds like the right thing, since a couple of projects had specifically run into issue with that class. I'll update the release note after t

Re: [VOTE] Release Apache Ant 1.10.14 based on RC1

2023-08-16 Thread Gary Gregory
(AFK) Does this remove the class file in the root of the ant-launcher jar which caused JPMS issues? If so, it might be worth mentioning in the release noyes. Gary From: Jaikiran Pai Sent: Wednesday, August 16, 2023 8:35:22 AM To: user@ant.apache.org ; d...@ant.a

Re: Problems with ftp download

2023-03-04 Thread Stefan Bodewig
On 2023-03-03, Frank Tornack wrote: > I am trying to build apache ant from source and unfortunately have a > problem. > -fetch-netrexx-no-commons-net: > Getting: ftp://ftp.software.ibm.com/software/awdtools/netrexx/NetRexx.zip > To: /root/.ant/tempcache/NetRexx.zip > Error getting > ftp://ftp.so

RE: How to lowercase all files with a mapper?

2023-02-03 Thread BCT Roel de Wildt
build.xml Description: build.xml - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: How to lowercase all files with a mapper?

2023-02-03 Thread Deepak Lalchandani
Can you share the script mapper with me. I would like to understand its details On Fri, 3 Feb 2023, 6:17 pm BCT Roel de Wildt, wrote: > Hello, > > I have a build script in Apache Ant that is using the following definition > to move all files from one directory to another directory while everythi

Re: SSHEXEC Command Line Equivalent

2023-01-09 Thread Eric Fetzer
Well it turns out this wasn't the fix. The SA accidentally left security relaxed. Still need to figure this out. Is there a way to call JSCH from the command line to reproduce the issue? Thanks - Eric On Fri, Dec 30, 2022 at 8:51 AM Eric Fetzer wrote: > One of our SA's figured out a good wor

Re: SSHEXEC Command Line Equivalent

2022-12-30 Thread Eric Fetzer
One of our SA's figured out a good work around. I had to regen our keypair using pem. Then it worked. ssh-keygen -m pem Thanks for all the help guys! On Wed, Dec 28, 2022 at 2:53 PM ilya Basin wrote: > Have you tried running the Ant task from an interactive shell or was it > always being lau

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread Eric Fetzer
I'm running it from the command line for this but I use the ant installation inside of Jenkins. Not sure how to invoke an interactive shell. I don't think I've ever done that. On Wed, Dec 28, 2022 at 2:53 PM ilya Basin wrote: > Have you tried running the Ant task from an interactive shell or w

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread ilya Basin
Have you tried running the Ant task from an interactive shell or was it always being launched by Jenkins? On 29.12.2022 0:14, Eric Fetzer wrote: > OK, here's what we've put together: > > On the server that this is trying to ssh to and run a command, it gets an > error:  PAM: pam_open_session():

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread Eric Fetzer
OK, here's what we've put together: On the server that this is trying to ssh to and run a command, it gets an error: PAM: pam_open_session(): Cannot make/remove an entry for the specified session The quick fix (which the SA's aren't willing to make long term is to comment out the line: “session

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread Ilya Basin
I don't think we'll help more without seeing the problem details. On 28.12.2022 23:16, Eric Fetzer wrote: > Hmmm, that command works at the command line. > > On Wed, Dec 28, 2022 at 10:54 AM Ilya Basin > wrote: > > Hi Eric. > > I hope you're using the modern

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread Eric Fetzer
Hmmm, that command works at the command line. On Wed, Dec 28, 2022 at 10:54 AM Ilya Basin wrote: > Hi Eric. > > I hope you're using the modern OpenSSH client program. Something like this: > > ssh -F none \ > -oBatchMode=yes \ > -oUser=myUser \ > -oIdentityAgent=none \ > -oIdentityFile=/v

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread Stefan Bodewig
On 2022-12-28, Eric Fetzer wrote: > Hi! Can anyone tell me what the command line equivalent to the following > directive in ant is? I'm afraid this is not easy to answer as Ant does not use the command line for this. Ant uses http://www.jcraft.com/jsch/ in order to execute the command and it is

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread Ilya Basin
Hi Eric. I hope you're using the modern OpenSSH client program. Something like this: ssh -F none \ -oBatchMode=yes \ -oUser=myUser \ -oIdentityAgent=none \ -oIdentityFile=/var/lib/jenkins/.ssh/id_rsa \ -oPort=1401 \ -oUpdateHostKeys=no \ -oStrictHostKeyChecking=no \ myHost.myDomai

Re: No junitlauncher in Debian Bullseye

2022-09-02 Thread Stefan Bodewig
Hi Ronald On 2022-09-02, Ronald Bergmann wrote: > this is my first message here and I hope it's the correct place to put > this. I was trying to install ant and run jUnit tests via ant in > Debian Bullseye but apparently the junitlauncher jar is not > available. The Debian packages of Ant are no

Re: Bundling Ant Tasks

2022-08-22 Thread Stefan Bodewig
On 2022-08-22, Hiran Chaudhuri wrote: > If it is a bit buried but exists it might be nice to have a reference > from the 'Developing with Ant' guide. This is true. Have you got any suggestion where and how to do that? Maybe even a blurb of text that you could contribute given that you are freshl

Re: Bundling Ant Tasks

2022-08-22 Thread Hiran Chaudhuri
That's what I was searching for, thank you. I shall try the documented stuff. :-) If it is a bit buried but exists it might be nice to have a reference from the 'Developing with Ant' guide. Hiran On Fri, 2022-08-19 at 09:20 +0200, Stefan Bodewig wrote: > On 2022-08-19, Hiran Chaudhuri wrote: >

Re: Bundling Ant Tasks

2022-08-19 Thread KM
You should be able to set the properties in the calling ant script or in your environment file using variables.  Unfortunately it's been a while since I used Ant and can't remember exactly.   If they are values that don't change set them directly, otherwise the env variables or properties in a f

Re: Bundling Ant Tasks

2022-08-19 Thread Stefan Bodewig
On 2022-08-19, Hiran Chaudhuri wrote: > From other libraries I have seen there are things like property or XML > files bundled with the tasks that can host such information - but they > seem to be an undocumented feature? You are describing tasks bundled as an antlib. The documentation is a bit b

Re: Variable substitution in target descriptions

2022-08-07 Thread Stefan Bodewig
Hi Roger sorry for the delay On 2022/07/20 16:43:16 Roger Whitcomb wrote: > Would it be as simple as calling PropertyHelper.replaceProperties(…) at line > 1143 in Main with the “targetDescription” string? or a few lines later when you can be sure targetDescription is not null. Yes, that would

Re: [External] : Antcontrib for task with 'parallel' option is not working in certain Windows Server machines

2022-07-28 Thread Dave Brosius
now. Thanks, Munawar From: Dave Brosius Sent: Monday, July 25, 2022 7:14 PM To: user@ant.apache.org Subject: Re: [External] : Antcontrib for task with 'parallel' option is not working in certain Windows Server machines This is really an ant-contrib q

Re: [External] : Antcontrib for task with 'parallel' option is not working in certain Windows Server machines

2022-07-28 Thread Munawar Rashid
'parallel' option of 'For', can be handled manually for now. Thanks, Munawar From: Dave Brosius Sent: Monday, July 25, 2022 7:14 PM To: user@ant.apache.org Subject: Re: [External] : Antcontrib for task with 'parallel' option is not

Re: Is Apache Ant an Integrated Development Environment (IDE) for Java, C, and C++ programming languages?

2022-07-28 Thread Turritopsis Dohrnii Teo En Ming
Noted with thanks. Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore On Thu, 28 Jul 2022 at 18:38, Dominique Devienne wrote: > > On Thu, Jul 28, 2022 at 12:04 PM wrote: > > You should be able to include C- and C++ Stuff via or some external > > tasks. > > E.g. http://ant-co

Re: Is Apache Ant an Integrated Development Environment (IDE) for Java, C, and C++ programming languages?

2022-07-28 Thread Turritopsis Dohrnii Teo En Ming
ok noted with thanks. Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore On Thu, 28 Jul 2022 at 18:04, wrote: > > No it is not. > Ant is a build automation tool, primarily for Java. > You should be able to include C- and C++ Stuff via or some external > tasks. > > > Jan > > -

Re: Is Apache Ant an Integrated Development Environment (IDE) for Java, C, and C++ programming languages?

2022-07-28 Thread Dominique Devienne
On Thu, Jul 28, 2022 at 12:04 PM wrote: > You should be able to include C- and C++ Stuff via or some external > tasks. E.g. http://ant-contrib.sourceforge.net/cpptasks/index.html or https://github.com/timpokorny/cpptask I've used the former ages ago, and the learning curve was a little steep,

Re: [External] : Antcontrib for task with 'parallel' option is not working in certain Windows Server machines

2022-07-25 Thread Dave Brosius
This is really an ant-contrib question,not an ant question, but i guess good luck getting  someone to respond there. When i look at 0.6 source, here https://sourceforge.net/projects/ant-contrib/files/ant-contrib/ant-contrib-0.6/ant-contrib-0.6-src.zip/download the For task doesn't not have a

Re: Variable substitution in target descriptions

2022-07-20 Thread Roger Whitcomb
Would it be as simple as calling PropertyHelper.replaceProperties(…) at line 1143 in Main with the “targetDescription” string? Thanks, ~Roger > On Jul 20, 2022, at 12:46 AM, Stefan Bodewig wrote: > > On 2022-07-19, Roger Whitcomb wrote: > >> I have a target description that has “${result.ja

Re: Variable substitution in target descriptions

2022-07-20 Thread Stefan Bodewig
On 2022-07-19, Roger Whitcomb wrote: > I have a target description that has “${result.jar}” embedded > within. But “ant -p” doesn’t do the substitution. I’m presuming that’s > because the “-p” processing doesn’t evaluate condition or property > tasks. But, should it? Would that be a huge code chan

Re: [External] : Variable substitution in target descriptions

2022-07-19 Thread Dave Brosius
Correct, not that big of a change, i guess. On 7/19/22 12:20, Roger Whitcomb wrote: I have a target description that has “${result.jar}” embedded within. But “ant -p” doesn’t do the substitution. I’m presuming that’s because the “-p” processing doesn’t evaluate condition or property tasks. But

Re: Please need help in ANT.

2022-07-11 Thread Stefan Bodewig
Hi Deepack On 2022-07-10, Deepak Lalchandani wrote: > Screenshot is attached to this email which depicts the folder structure. > RecentError.txt has part of build.xml file and project_build.properties > file. The mailing list is set up to strip all attachments, so nobody has seen your screensho

Re: [External] : Odd jdk8->jdk17 behaviour with ant

2022-07-04 Thread Dave Brosius
Interestingly my first attempt was to add a as the first step of consumer. That did nothing. On 7/4/22 21:45, Jaikiran Pai wrote: Hello Dave, I see that you seem to have got past this. However, looking at what you describe in your first post, this looks like a genuine issue that needs some

Re: [External] : Odd jdk8->jdk17 behaviour with ant

2022-07-04 Thread Dave Brosius
this is linux mint (5.4.0-120-generic) I agree there is something going on with ant. like the jar isn't closing until the ant process closes. As for a sample, I grossly simplified the explanation. but the two steps that fail back to back are jar creation and an ant task that reads a locale fro

Re: [External] : Odd jdk8->jdk17 behaviour with ant

2022-07-04 Thread Jaikiran Pai
Hello Dave, I see that you seem to have got past this. However, looking at what you describe in your first post, this looks like a genuine issue that needs some investigation to narrow down why this fails on Java 17. Would you be able to share a reproducer for this? What operating system is th

Re: [External] : Odd jdk8->jdk17 behaviour with ant

2022-07-04 Thread Dave Brosius
Rubber Duck Debugging at it's finest. I changed the code to do and now it works fine. On 7/4/22 10:45, Dave Brosius wrote: Hi Folks,     I realize this is probably difficult to understand, or give ideas on, but i'll give it a go. I have an existing build.xml file that's been used for

Re: Ant does not work unless with debug option

2022-06-25 Thread Stefan Bodewig
On 2022-06-23, W wrote: > I got a new laptop, so I build my work environment on new laptop. I > call  ant distit should build my dist. But it only execute default > task, not "dist". But if I add debug option like:  ant -d distIt build > "dist" as expected. What is wrong please? I use Windows 11.

Re: Need Input to resolve error

2022-01-19 Thread Manjunath S
Hi, command zip -Tv ant-contrib-1.0b2.jar shows below error. here ant-contrib-1.0b2.jar is downloaded in MAC build node via Git. [image: image.png] Remote logged to build node (MAC), copied the ant-contrib-1.0b2.jar manually from local windows machine and run the command zip -Tv ant-contrib-1.0b2

Re: Need Input to resolve error

2022-01-14 Thread Manjunath S
Hi Jai, Mismatched jar file( i.e. b3.jar in xml and b2.jar in error output) is a paste mistake. I have tested the project build with the latest jar (i.e. b3.jar) thinking that it could solve the problem. >From now, we can analyze the issue with the point that we are using b3.jar for building the

Re: Apache Ant: Log4j 1.x Vulnerabilities

2022-01-13 Thread Stefan Bodewig
On 2022-01-13, Christopher Schultz wrote: > On 1/12/22 15:57, Stefan Bodewig wrote: >> On 2022-01-12, wrote: >>>1. Do you have any mitigation options available for addressing both >>> CVE-2019-17571 and CVE-2021-4104? >>> https://nvd.nist.gov/vuln/detail/CVE-2019-17571 >>> https://nvd.nist

Re: Need Input to resolve error

2022-01-13 Thread Stefan Bodewig
On 2022-01-13, Manjunath S wrote: > Path to, File ant-contrib-1.0b3.jar file is valid and it is downloaded from > Git via jenkins script. The same is working on the Windows platform. could still be corrupted locally. Can you open it with your ZIP tool of choice (JARs are ZIPs after all). zip -Tv

Re: Need Input to resolve error

2022-01-13 Thread Jaikiran Pai
Hello Manjunath, Are you sure you are referring to the right jar and build.xml file? The error mentions b2.jar whereas your build.xml is referring to b3.jar. -Jaikiran On 13/01/22 4:00 pm, Manjunath S wrote: Issue was in Initiated mail ( https://markmail.org/thread/al5hvuxmpqtbg6xy) since

Re: Apache Ant: Log4j 1.x Vulnerabilities

2022-01-12 Thread Christopher Schultz
Stefan, On 1/12/22 15:57, Stefan Bodewig wrote: On 2022-01-12, wrote: Can the following questions be confirmed for Ant? easily 1. Which versions of your products utilize Log4j 1.x, if any? By default Ant doesn't use any version of Apache Log4J at all. There is a deprecated BuildLog

Re: Need Input to resolve error

2022-01-12 Thread Stefan Bodewig
On 2022-01-12, Manjunath S wrote: > Hi, > Using ANT tool to build my project in MAC Platform. > Getting the following error > CLASSPATH element > /Users/rrr/workspace/_xxx_/_yyy_/ant-contrib-1.0b2.jar is not a JAR. > when below is executed. > > > location="/Users/rr

Re: Apache Ant: Log4j 1.x Vulnerabilities

2022-01-12 Thread Stefan Bodewig
On 2022-01-12, wrote: > Can the following questions be confirmed for Ant? easily > 1. Which versions of your products utilize Log4j 1.x, if any? By default Ant doesn't use any version of Apache Log4J at all. There is a deprecated BuildLogger using Log4J 1.x. It will only be used if you exp

Re: Apache Ant: Log4j 1.x Vulnerabilities

2022-01-12 Thread Christopher Schultz
Ashley, NOTE: I do not speak for the Apache ant community. I'm just a volunteer and member of the community. On 1/12/22 13:37, ashley.ding...@wellsfargo.com.INVALID wrote: Hi, Can the following questions be confirmed for Ant? 1. Which versions of your products utilize Log4j 1.x, if any? a

Re: Query regarding impact due to Log4j Tool : Zero Day in Ubiquitous Under Active Attack (CVE-2021-44228)

2021-12-16 Thread Stefan Bodewig
Hi Apache Ant does not depend on log4j 2.x at all and never has. There is an optional Log4JListener that can be used to send Ant's logs through log4j 1.x that has been deprecated for quite some time now. Even if you still use it, logj 1.x is not affected by CVE-2021-44228 (but by several others,

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread Christopher Schultz
David, On 11/22/21 08:46, David Garratt wrote: OK - I understand - I had expected a script to have a .sh file extension That's just a convention. Windows will look for [foo].bat (among other things) if you don't use a file-extension on the command-line, but UNIX shells will not. Naming the s

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread David Garratt
OK - I understand - I had expected a script to have a .sh file extension > On 22 Nov 2021, at 13:10, Matt Benson wrote: > > Usually this "top one" is a shell script rather than a compiled executable. > > Matt > > On Mon, Nov 22, 2021, 7:02 AM David Garratt > wrote: > >> In my ant bin directo

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread Scot Floess
Take a peek at those - they are just shell scripts (some for *nix and some for Windows)... On Mon, Nov 22, 2021 at 8:02 AM David Garratt wrote: > In my ant bin directory for example I have the following and I am running > the top one which I assume is compiled for intel machines. > > -rwxr-xr-

RE: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread John Burgess
It's a shell script. Should run on your new machine as well. Open it in a text editor and you'll see. -Original Message- From: David Garratt Sent: 22 November 2021 13:02 To: Ant Users List Subject: Re: Apple Silicon M1 Compatible Build of ANT In my ant bin directory for

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread Matt Benson
Usually this "top one" is a shell script rather than a compiled executable. Matt On Mon, Nov 22, 2021, 7:02 AM David Garratt wrote: > In my ant bin directory for example I have the following and I am running > the top one which I assume is compiled for intel machines. > > -rwxr-xr-x@ 1 dave st

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread David Garratt
In my ant bin directory for example I have the following and I am running the top one which I assume is compiled for intel machines. -rwxr-xr-x@ 1 dave staff 11730 10 Jul 19:36 ant -rw-r--r--@ 1 dave staff 7471 10 Jul 19:36 ant.bat -rw-r--r--@ 1 dave staff 2856 10 Jul 19:36 ant.cmd -rwxr-

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread David Garratt
I am used to invoking ANT by just typing “ant params” at the command line and in the ant folder I have what finder describes as “Unix Executable File”. From what your saying I assume I can invoke it by typing java -jar xx params but I’m not familiar with that approach. I guess I’m askin

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread Dominique Devienne
On Mon, Nov 22, 2021 at 12:23 PM David Garratt wrote: > I will soon be getting a M1 based Apple Mac and I am looking for > compatible builds of my most frequently used tools including ANT. At the moment I’ve not been able to find anything which looks like it’s > built for an arm CPU. Could anyon

Re: [VOTE] Release Apache Ant 1.10.12 based on RC2

2021-10-17 Thread Jaikiran Pai
+1. - Used this version to build some of our internal projects. - Checked some random manuals. All looks fine. -Jaikiran On 13/10/21 11:05 am, Jaikiran Pai wrote: I've created a new RC2 release candidate for 1.10.12: git tag: ANT_1.10.12_RC2 on commit: 4b420359942dfb1221f308d08f364

Re: [External] : Re: [VOTE] Release Apache Ant 1.10.12 based on RC1

2021-10-02 Thread Dave Brosius
Thanks, appreciate your efforts. On 10/2/21 8:28 AM, Jaikiran Pai wrote: +1 - Downloaded the .tar.gz binary - Checked the NOTICE file and some random manuals - Built internal projects using Java 8 and this version of Ant - Built some sample projects with Java 17 and this version Ant All loo

Re: [VOTE] Release Apache Ant 1.10.12 based on RC1

2021-10-02 Thread Gavin McDonald
Hi. On Sat, Oct 2, 2021 at 2:28 PM Jaikiran Pai wrote: > +1 > > - Downloaded the .tar.gz binary > Please not that the ASF nor its projects release Binaries. (They are provided to users as a convenience) We also do not vote on releases based on Binaries. The vote should be based on whether or n

Re: [VOTE] Release Apache Ant 1.10.12 based on RC1

2021-10-02 Thread Jaikiran Pai
+1 - Downloaded the .tar.gz binary - Checked the NOTICE file and some random manuals - Built internal projects using Java 8 and this version of Ant - Built some sample projects with Java 17 and this version Ant All looks fine. -Jaikiran On 30/09/21 8:28 am, Jaikiran Pai wrote: I've created

Re: [External] : Re: Initial file for Ant

2021-08-14 Thread Dave Brosius
name is the name of the tesk From: Julius Hamilton Sent: Saturday, August 14, 2021 10:08 PM To: Ant Users List Subject: [External] : Re: Initial file for Ant Thanks very much. I am working my way through the docs, and I could also use some additional support if

Re: Initial file for Ant

2021-08-14 Thread Julius Hamilton
Thanks very much. I am working my way through the docs, and I could also use some additional support if possible. I am looking at a build.xml file with some parts such as these: YaCy - a Peer to Peer Web Search Engine And is this just a way of def

Re: Initial file for Ant

2021-08-14 Thread Jaikiran Pai
Hello Julius, Ant looks for build.xml in the current directory (the directory from where you trigger the ant command). More details are available in our docs https://ant.apache.org/manual/index.html -Jaikiran On 14/08/21 5:03 pm, Julius Hamilton wrote: I would like to study the source code

Re: AW: empty properties on command line

2021-07-06 Thread Jaikiran Pai
Hello Jan, I think Basin is stating that if you invoke ant from the command line and pass it an explicit target to invoke (instead of whatever default target is configured for that project) and if you have a -D property which doesn't specify a value, then the explicit target name that you spe

Re: SecurityManager in Java is being deprecated - Please try your Ant builds against JDK 17 EA builds

2021-06-17 Thread Rick Hillegas
Derby gets advance notice of new Open JDK distributions, so we have been struggling with this change since the beginning of the week. Our experience is being tracked by the Derby developer email thread https://apache-database.10148.n7.nabble.com/JDK-17-is-now-in-Rampdown-Phase-One-td151971.html,

Re: Issue accessing apache.org

2021-05-12 Thread Greg Stein
nt > *Sent:* Sunday, May 9, 2021 5:05 PM > *To:* webmas...@apache.org; d...@kafka.apache.org; us...@kafka.apache.org; > user@ant.apache.org; d...@ant.apache.org; iss...@maven.apache.org > *Cc:* 'Jazbutis, Mirga' > *Subject:* RE: Issue accessing apache.org > > > >

Re: default value for configurable bootclasspath in javac

2021-04-19 Thread basinilya
I managed to solve the problem with a script: var bootclasspath = project.getProperty("javac.bootclasspath"); /* bootclasspath="" fails with Eclipse Compiler */ if (bootclasspath)

Re: [VOTE] Release Apache Ant 1.10.10 based on RC1

2021-04-15 Thread Jaikiran Pai
With +1s from Stefan, Maarten, me and Paul (non-binding), this vote has passed. I'll start the rest of the release activities shortly. Thank you everyone. -Jaikiran On 12/04/21 10:01 am, Jaikiran Pai wrote: I've created a release candidate for 1.10.10: git tag: ANT_1.10.10_RC1 on c

Re: [VOTE] Release Apache Ant 1.10.10 based on RC1

2021-04-12 Thread Jaikiran Pai
Changes that will be part of this release are noted here https://dist.apache.org/repos/dist/dev/ant/RELEASE-NOTES-1.10.10.html -Jaikiran On 12/04/21 10:01 am, Jaikiran Pai wrote: I've created a release candidate for 1.10.10: git tag: ANT_1.10.10_RC1 on commit: eccd0a2ceb4fa854ee9f2a9

Re: hanging on port 4000

2021-01-13 Thread Zahid Rahman
> Caught an exception, leaving main loop due to Socket closed I do get this message only when I run in verbose mode ( verbose="true"). I got this message after I completed the steps described in the previous email. The message is misleading. There is no exception. The program completed. Z.

Re: hanging on port 4000

2021-01-13 Thread Zahid Rahman
It's sorted. I get this message because I was running in debug mode and I had a break point in main (). So I had to go to eclipse main menu Run - > debug configuration -> Under remote java application -> select configuration file created earlier -> debug button. I was then prompted by ecli

Re: test of

2021-01-12 Thread Zahid Rahman
/home/zahid/Eclipse Java Raspi/org.raspirecipes.helloworld/remotedebug.xml specifically line 31. line 26 line 32 test sshexec touched somefile --- and the contents of /home/zahid/Eclipse Java Raspi/org.raspirecipe

  1   2   3   4   5   6   7   8   9   10   >