[Bug 55899] [PATCH] Distribute Mac OS X .pkg installer of Ant (patch included)

2024-05-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55899

Verdrell C Wyatt  changed:

   What|Removed |Added

 CC||drellwyatt...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 69004] s

2024-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69004

flm2r  changed:

   What|Removed |Added

  Attachment #39707|0   |1
   is patch||
  Attachment #39707|0   |1
is obsolete||

--- Comment #3 from flm2r  ---
Comment on attachment 39707
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39707













-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 69004] s

2024-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69004

J.M. (Martijn) Kruithof  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #2 from J.M. (Martijn) Kruithof  ---
likely malicious

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 69001] x

2024-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69001

J.M. (Martijn) Kruithof  changed:

   What|Removed |Added

 OS||All
 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #1 from J.M. (Martijn) Kruithof  ---
likely malicious

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 69004] s

2024-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69004

flm2r  changed:

   What|Removed |Added

  Attachment #39707|file_69004.txt  |file_69004.php
   filename||

--- Comment #1 from flm2r  ---
Comment on attachment 39707
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39707













-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 69004] New: s

2024-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69004

Bug ID: 69004
   Summary: s
   Product: Ant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Other
  Assignee: notifications@ant.apache.org
  Reporter: sn50...@gmail.com
  Target Milestone: ---

Created attachment 39707
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39707=edit



 ]>


-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 69001] New: x

2024-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69001

Bug ID: 69001
   Summary: x
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Other
  Assignee: notifications@ant.apache.org
  Reporter: sn50...@gmail.com
  Target Milestone: ---

Created attachment 39704
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39704=edit
ss



-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68773] not able to use FTPS (FTP via SSL) with encrypted data connection

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

Jaikiran Pai  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Target Milestone|--- |1.10.15
 Resolution|--- |FIXED

--- Comment #7 from Jaikiran Pai  ---
Thank you Florian for running these tests. It gives me confidence in these
changes.

This change will be available in the upcoming release.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68773] not able to use FTPS (FTP via SSL) with encrypted data connection

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

--- Comment #6 from Florian Rosenauer  ---
Thank you, I tested and it looks fine now!

case 1: old non SSL - working
 useFtps="false"
 useSecureDataChannel="false"

case 2: new FTPS - working
 useFtps="true"
 useSecureDataChannel="true"

case 3: FTPS but without data channel encryption
 useFtps="true"
 useSecureDataChannel="false"
Result: no download as expected:
  [ftp] getting files
  [ftp] 0 files retrieved


I also compared the downloaded binary files from case 1 and case 2 and they are
identical.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68773] not able to use FTPS (FTP via SSL) with encrypted data connection

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

--- Comment #5 from Jaikiran Pai  ---
I hadn't noticed the nightly build was running into an error. Please try build
number 220 which has completed now and published the artifacts.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68773] not able to use FTPS (FTP via SSL) with encrypted data connection

2024-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

--- Comment #4 from Florian Rosenauer  ---
Hello Jaikiran,
thanks for the changes, yeah that PBSZ is a bit strange here :)
I can test it soon but unfortunately I cannot see artifacts in the failed
builds #217-#219 in https://ci-builds.apache.org/job/Ant/job/Ant_Nightly/ or do
I miss something? I am using the Jenkins without login as I do not have an
account.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68773] not able to use FTPS (FTP via SSL) with encrypted data connection

2024-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

--- Comment #3 from Jaikiran Pai  ---
Hello Florian, I read up a bit about the PBSZ command and I think you are right
that we should issue a PBSZ=0 before issuing the PROT command. The command with
PBSZ=0 value itself is apparently redundant since the encryption buffer sizes
are all handled in TLS layer (due to the subsequent PROT command) and not at
application layer, but we still have to issue it since it's mandated by
RFC-2228.

I've pushed a commit which does that when the task is configured with
useSecureDataChannel="true". Please go ahead and try Ant nightly build 218 or
higher and let us know how it goes. I plan to release the next version of Ant
in the coming days, so it would be good if we hear back on the results of this
change before that.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68965] New: ponemarket

2024-05-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68965

Bug ID: 68965
   Summary: ponemarket
   Product: Ant
   Version: 1.10.13
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: AntUnit
  Assignee: notifications@ant.apache.org
  Reporter: b3f945f...@emailbbox.pro
  Target Milestone: ---

https://ponemarket.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 67381] https://mymexicanfood.com/

2024-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67381

Gintas Grigelionis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS||All
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68953] Entrelaçamento Os com RDL

2024-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68953

Gintas Grigelionis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68953] New: Entrelaçamento Os com RDL

2024-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68953

Bug ID: 68953
   Summary: Entrelaçamento Os com RDL
   Product: Ant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: .NET Antlib
  Assignee: notifications@ant.apache.org
  Reporter: turiniataurithi...@outlook.com
  Target Milestone: ---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68773] not able to use FTPS (FTP via SSL) with encrypted data connection

2024-04-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

--- Comment #2 from Florian Rosenauer  ---
Hello Jaikiran, thank you very much for the support and the change! I tested
the version from
https://ci-builds.apache.org/job/Ant/job/Ant_Nightly/215/artifact/ with the
additional useSecureDataChannel="true" and we made some progress now. The new
error message we get is this one:

build.xml:26: The following error occurred while executing this line:
build.xml:69: failed to enable secure data channel: javax.net.ssl.SSLException:
503 Must first issue PBSZ

at org.apache.commons.net.ftp.FTPSClient.execPROT(FTPSClient.java:534)
at
org.apache.tools.ant.taskdefs.optional.net.FTP.execute(FTP.java:2593)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
at
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
at org.apache.tools.ant.Project.executeTarget(Project.java:1374)
at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
at org.apache.tools.ant.Main.runBuild(Main.java:818)
at org.apache.tools.ant.Main.startAnt(Main.java:223)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Environment: ant-commons-net-1.10.14.jar commons-net-3.10.0.jar
apache-ant-1.10.15alpha-bin.tar.gz
OpenJDK 64-Bit Server VM (Red_Hat-11.0.21.0.9-1.el7_9) (build 11.0.21+9-LTS,
mixed mode, sharing)

As far as I found in rfc2228, and as I understand it, a PBSZ command must be
issued before a PROT command. However, all pages I found via Google note, that
for FTPS/FTPviaTLS it should be "PBSZ=0". Could you add this for testing to the
code? Imho if it works, in case of a PROT command then always PBSZ=0 should be
issued before.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68930] New: azarjooje

2024-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68930

Bug ID: 68930
   Summary: azarjooje
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: .NET Antlib
  Assignee: notifications@ant.apache.org
  Reporter: azarjo...@gmail.com
  Target Milestone: ---

شرکت آذر جوجه
https://azarjooje.net/
https://azarjooje.net/product-category/%d8%af%d8%b3%d8%aa%da%af%d8%a7%d9%87-%d8%ac%d9%88%d8%ac%d9%87-%da%a9%d8%b4%db%8c/
https://azarjooje.net/product-category/%d8%aa%d8%ae%d9%85-%d9%86%d8%b7%d9%81%d9%87-%d8%af%d8%a7%d8%b1/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68879] After upgrade to JDK 21: "The Security Manager is deprecated"

2024-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68879

--- Comment #7 from Jaikiran Pai  ---
> No, it was 1.10.12. It's fine with 1.10.14, thanks.

That's good to hear. Thank you for the update.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68879] After upgrade to JDK 21: "The Security Manager is deprecated"

2024-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68879

arturrataj  changed:

   What|Removed |Added

 Resolution|--- |CLOSED
 Status|REOPENED|RESOLVED
Version|1.10.14 |1.10.12

--- Comment #6 from arturrataj  ---
No, it was 1.10.12. It's fine with 1.10.14, thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68879] After upgrade to JDK 21: "The Security Manager is deprecated"

2024-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68879

--- Comment #5 from Jaikiran Pai  ---
Thank you for attaching the build file. At first glance it looks fine to me and
shouldn't raise the exception you are seeing. Are you sure that failing run is
indeed using Ant 1.10.14 version? Can you upload the entire build log by
launching ant using -v option. Something like "ant -v "?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68879] After upgrade to JDK 21: "The Security Manager is deprecated"

2024-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68879

--- Comment #4 from arturrataj  ---
Created attachment 39656
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39656=edit
A build.xml file

build.xml:92: java.lang.UnsupportedOperationException: The Security Manager is
deprecated and will be removed in a future release

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68879] After upgrade to JDK 21: "The Security Manager is deprecated"

2024-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68879

Jaikiran Pai  changed:

   What|Removed |Added

 Resolution|CLOSED  |---
 Status|RESOLVED|REOPENED

--- Comment #3 from Jaikiran Pai  ---
Hello arturrataj, you shouldn't be seeing that exception. Can you show us the
build.xml snippet where this target uses the java task?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68879] After upgrade to JDK 21: "The Security Manager is deprecated"

2024-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68879

arturrataj  changed:

   What|Removed |Added

 Resolution|--- |CLOSED
 Status|NEW |RESOLVED

--- Comment #2 from arturrataj  ---
 helped.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68879] After upgrade to JDK 21: "The Security Manager is deprecated"

2024-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68879

--- Comment #1 from arturrataj  ---
Maybe linked to this release note:

* When using Java 18 or higher, Ant will no longer use Java SecurityManager
because it has been deprecated for removal and by default is disallowed
to be set at runtime

Would it affect ? I don't have any  in that task,
only  and .

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68879] New: After upgrade to JDK 21: "The Security Manager is deprecated"

2024-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68879

Bug ID: 68879
   Summary: After upgrade to JDK 21: "The Security Manager is
deprecated"
   Product: Ant
   Version: 1.10.14
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core
  Assignee: notifications@ant.apache.org
  Reporter: arturra...@gmail.com
  Target Milestone: ---

ant normally works with jdk21, unless there is a target :

java.lang.UnsupportedOperationException: The Security Manager is deprecated and
will be removed in a future release
at java.base/java.lang.System.setSecurityManager(System.java:430)
at
org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103)
at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:216)
at
org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:155)
at org.apache.tools.ant.taskdefs.Java.run(Java.java:891)
at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:231)
at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135)
at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
at
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
at
org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
at
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
at
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
at
org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
at
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
at org.apache.tools.ant.UnknownElement.execute(UnknownElemen

[Bug 68825] Buy Off Market Land In Texas | Find The Best Deals

2024-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68825

Buy Off Market Land In Texas  changed:

   What|Removed |Added

 OS||All
URL||https://www.buyoffmarketlan
   ||d.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68824] New: In the hustle and bustle of daily life, bedtime often becomes a neglected aspect of our routine. However, the moments leading nearly sleep hold immense potential for relaxation, refle

2024-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68824

Bug ID: 68824
   Summary: In the hustle and bustle of daily life, bedtime often
becomes a neglected aspect of our routine. However,
the moments leading nearly sleep hold immense
potential for relaxation, reflection, and renewal.
   Product: Ant
   Version: 1.10.12
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Props Antlib
  Assignee: notifications@ant.apache.org
  Reporter: mdsahedms0...@gmail.com
  Target Milestone: ---

In the hustle and bustle of daily life, bedtime often becomes a neglected
aspect of our routine. However, the moments leading nearly sleep hold immense
potential for relaxation, reflection, and renewal. By embracing the concept of
"Bedtime, " we can tap into the inherent magic of this nightly ritual,
fostering a deeper connection with themselves and promoting overall well-being.

The Significance of Bedtime

Bedtime is not merely a transition from wakefulness to sleep; it is a sacred
pause in our day—a time for rest, replenishment, and restoration. For the
reason that world quiets down and distractions fade away, bedtime offers an
opportunity to unwind, reflect on the day's events, and prepare both mind and
body for the rejuvenating embrace of sleep.
https://kizeto.com/smart-bed-technology-a-new-era-of-sleeping-comfort/
https://kizeto.com/smart-bed-technology-a-new-era-of-sleeping-comfort/;>Rest
sleep

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68823] I want To Create Website For We Buy Houses Massachusetts

2024-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68823

Sami Gujjar  changed:

   What|Removed |Added

 OS||All
URL||https://www.cashofferma.com
   ||/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68823] New: I want To Create Website For We Buy Houses Massachusetts

2024-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68823

Bug ID: 68823
   Summary: I want To Create Website For We Buy Houses
Massachusetts
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core
  Assignee: notifications@ant.apache.org
  Reporter: yasateb...@sentrau.com
  Target Milestone: ---

We buy houses in Massachusetts for cash, no matter the location, condition, or
situation you are facing. As we buy houses in cash, we can close on your
property without the need for bank approvals or inspections, which
significantly speeds up the process.

No costly real estate agent fees. No repairs are needed, no inspections, and
you pay no closing costs. Get your all-cash offer started today!.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68814] New: royaltur

2024-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68814

Bug ID: 68814
   Summary: royaltur
   Product: Ant
   Version: 1.10.12
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: .NET Antlib
  Assignee: notifications@ant.apache.org
  Reporter: mahyarpiri4cry...@gmail.com
  Target Milestone: ---

https://royaltoyur.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68542] How to run external javascript with Java 17 using ant

2024-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68542

--- Comment #2 from Yury  ---
Thanks, looks like now it works.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68799] New: Effective property maintenance services encompass a diverse spectrum of tasks, ranging from routine inspections to more specialized repairs. By scheduling regular maintenance checks,

2024-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68799

Bug ID: 68799
   Summary: Effective property maintenance services encompass a
diverse spectrum of tasks, ranging from routine
inspections to more specialized repairs. By scheduling
regular maintenance checks,
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: AntUnit
  Assignee: notifications@ant.apache.org
  Reporter: sahed60.3...@gmail.com
  Target Milestone: ---

Exploiting Property Value and Comfort: The Incredible importance of Property
Maintenance Services

In the realm of property ownership, ensuring that your asset remains in prime
condition is not just a matter of aesthetics; it's a strategic investment.
Whether you're a homeowner, landlord, or property manager, proactive property
maintenance services play an important role in shielding your investment and
enhancing its value over time. From routine upkeep to emergency repairs, these
services are the backbone of sustainable property management strategies.
https://www.helpfulguys.ca/;>property maintainance services
property maintainance services
https://www.helpfulguys.ca/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68542] How to run external javascript with Java 17 using ant

2024-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68542

Jaikiran Pai  changed:

   What|Removed |Added

 OS||All

--- Comment #1 from Jaikiran Pai  ---
Hello Yury,

Does updating your javax.classpath definition to:

  






  


get it working? Notice that I've used js-scriptengine (instead of js-launcher)
and also used icu4j-71.1 instead of icu4j-72.1 from your example.

This following build file works fine for me (make sure you do have those exact
jars locally):



  






  


  
 <![CDATA[
  for (i = 1; i <= 10; i++) {
echo = squares.createTask("echo");
echo.setMessage(i*i);
echo.perform();
  }
]]> 
  


Running "ant" on this gives:

run-squares-test:
   [script] [To redirect Truffle log output to a file use one of the following
options:
   [script] * '--log.file=' if the option is passed using a guest
language launcher.
   [script] * '-Dpolyglot.log.file=' if the option is passed using the
host Java launcher.
   [script] * Configure logging using the polyglot embedding API.]
   [script] [engine] WARNING: The polyglot context is using an implementation
that does not support runtime compilation.
   [script] The guest application code will therefore be executed in
interpreted mode only.
   [script] Execution only in interpreted mode will strongly impact the guest
application performance.
   [script] For more information on using GraalVM see
https://www.graalvm.org/java/quickstart/.
   [script] To disable this warning the '--engine.WarnInterpreterOnly=false'
option or use the '-Dpolyglot.engine.WarnInterpreterOnly=false' system
property.
 [echo] 1
 [echo] 4
 [echo] 9
 [echo] 16
 [echo] 25
 [echo] 36
 [echo] 49
 [echo] 64
 [echo] 81
 [echo] 100


If this works for you then, I'll update our manual to use the newer
co-ordinates for these dependencies and include an example to use it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2024-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

Jaikiran Pai  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Jaikiran Pai  ---
I forgot to update this issue. Me and Chris discussed this in a mail and I
believe we agreed that the change we introduced in 1.10.15 is enough. Here's my
reasoning:

The reason I made that INFO was to allow callers of Ant to decide whether or
not they would like to see this message. That way it doesn't break existing
expectations (if anyone was relying on this output) plus allows others to
disable it by setting "-quiet" when launching Ant. Previously that wasn't
possible because it was being logged at ERROR level. Now the "-quiet" option
will disable this log message. Here's an example:





   
   
   

(hello.txt is an intentionally non-existent file)

Running this on *nix with Ant 1.10.14 (the released version) returns:

foo:
 [exec] cat: hello.txt: No such file or directory
 [exec] Result: 1

Running with -quiet on Ant 1.10.14 returns:

 [exec] Result: 1

Doing the same after this change, with the Ant mainline version, without
-quiet:

foo:
 [exec] cat: hello.txt: No such file or directory
 [exec] Result: 1

with -quiet option:

(no output)

So this allows users more control without impacting any existing expectations.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68773] not able to use FTPS (FTP via SSL) with encrypted data connection

2024-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

--- Comment #1 from Jaikiran Pai  ---
Hello Florian, it appears that you have sufficiently narrowed this down to
what's causing the issue. From what you state (and based on my very superficial
knowledge of FTPS), it appears like for the data channel to be secured, the
client has to issue a "PROT P" command which implies PRIVATE data channel and
enables encryption.

Right now, the FTPS task doesn't issue that command. I have committed a
experimental change in our Ant master branch which now introduces a
"useSecureDataChannel" attribute on the "ftp" task. This attribute can be
(optionally) set to "true" (only) when "useFtps" is set to "true". Internally,
when this attribute is true and useFtps is also true, then the task, in this
experimental change will now issue a "PROT P" command. The other way to do it
probably would be to expose a "execPROT" attribute which takes either of "C",
"E", "S", "P" values. I haven't fully thought whether that would be more
convenient.

In any case, I don't have a way to test this change. Would you be willing to
test this either by building Ant master branch and using that Ant version or by
using our nightly unreleased build from
https://ci-builds.apache.org/job/Ant/job/Ant_Nightly/lastCompletedBuild/artifact/
(job number 215 and higher should have this change).

In that experimental build, you would have to additionally set
useSecureDataChannel="true" attribute in your ftp task usage. Can you give that
a try and see if it works. If it does, then I can decide how we want to expose
this as an attribute, plus update the manual for that task.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68773] not able to use FTPS (FTP via SSL) with encrypted data connection

2024-03-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

Florian Rosenauer  changed:

   What|Removed |Added

 CC||rosena...@gmx.net

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68773] New: not able to use FTPS (FTP via SSL) with encrypted data connection

2024-03-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

Bug ID: 68773
   Summary: not able to use FTPS (FTP via SSL) with encrypted data
connection
   Product: Ant
   Version: 1.10.14
  Hardware: All
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Optional Tasks
  Assignee: notifications@ant.apache.org
  Reporter: rosena...@gmx.net
  Target Milestone: ---

When we try to download files via FTPS from our z/OS Communications Server we
get the following error in the Server Log:
SR3502 reply: --> 425-Server requires protected data connection. 
SR4696 usingUTF8:  entered   
SR3465 reply: entered
SR3502 reply: --> 425 Unable to open data connection.  

With unencrypted FTP, everything is working fine.

We use this maven call for ant:


maven-antrun-plugin
3.1.0


process-sources

run










org.apache.ant
ant-commons-net
1.10.14


commons-net
commons-net
3.10.0


org.apache.ant
ant
1.10.14





And use this ant task:





We think, that "PROT P" is not set, but we neither didn't find any ant option
to set this, nor does it work as initial site command. We think that it is
either missing in the implementation, or if it can be set, an example should be
added to the documentation.
We tcpdump'ed the connection, the control channel is encrypted but as soon as
the data channel should be used for the transfer, everything stops.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 1741] [PATCH] Ant has a -projecthelp bug and copyFile readonly bug

2024-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=1741

--- Comment #2 from Sobha Crystal Meadows  
---
with the help of your bug we resolve our issue.
https://www.sobhacrystalpalace.co.in/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68719] arb git

2024-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68719

Shadow Hacker  changed:

   What|Removed |Added

URL||https://www.arbgit.com/
 OS||All
   Keywords||APIBug

--- Comment #1 from Shadow Hacker  ---
https://www.arbgit.com/

https://www.shadowhackr.com

https://www.xcashadvances.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68719] New: arb git

2024-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68719

Bug ID: 68719
   Summary: arb git
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: .NET Antlib
  Assignee: notifications@ant.apache.org
  Reporter: tariq.sha...@gmail.com
  Target Milestone: ---

https://www.arbgit.com/

https://www.shadowhackr.com

https://www.xcashadvances.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68707] Prestige Pine Forest

2024-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68707

Prestige Pine Forest  changed:

   What|Removed |Added

URL||https://www.prestigepinefor
   ||ests.info/
 OS||All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68707] New: Prestige Pine Forest

2024-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68707

Bug ID: 68707
   Summary: Prestige Pine Forest
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core tasks
  Assignee: notifications@ant.apache.org
  Reporter: prestigepinefore...@gmail.com
  Target Milestone: ---

https://www.prestigepineforests.info/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68689] New: The bug summary is

2024-02-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68689

Bug ID: 68689
   Summary: The bug summary is
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: .NET Antlib
  Assignee: notifications@ant.apache.org
  Reporter: oomegle...@gmail.com
  Target Milestone: ---

https://0meglee.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 42159] summary

2024-02-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=42159

Omee  changed:

   What|Removed |Added

 CC||oomegle...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68688] New: adlemobin

2024-02-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68688

Bug ID: 68688
   Summary: adlemobin
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: .NET Antlib
  Assignee: notifications@ant.apache.org
  Reporter: adlemobi...@gmail.com
  Target Milestone: ---

https://adlemobin.com/%D9%88%DA%A9%DB%8C%D9%84-%D9%85%D9%84%DA%A9%DB%8C-%D8%AF%D8%B1-%D8%AA%D9%87%D8%B1%D8%A7%D9%86/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68462] MailLogger fails when replyto, cc or bcc are empty

2024-02-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68462

--- Comment #6 from Jaikiran Pai  ---
Thank you Kristján for testing this. I'm happy to hear it now works.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68462] MailLogger fails when replyto, cc or bcc are empty

2024-02-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68462

Kristján Bjarni Guðmundsson  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Kristján Bjarni Guðmundsson  ---
Yes I tested build 214 and it results in success and sending the mail logger
with no error, so I think we can consider this bug fixed.

Thanks for your help.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68462] MailLogger fails when replyto, cc or bcc are empty

2024-02-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68462

--- Comment #4 from Jaikiran Pai  ---
I've pushed a change which might address this issue. Would you be able to test
the 214 build (when it completes) from the nightly build
https://ci-builds.apache.org/job/Ant/job/Ant_Nightly/ and see if that helps?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68621] Elite Business Spaces at Elan Paradise, Sector 50 Gurgaon | Luxury & Prosperity

2024-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68621

Elan Paradise  changed:

   What|Removed |Added

   Keywords||Beginner
 OS||All
URL||https://www.elangroupprojec
   ||ts.com/elan-paradise/

--- Comment #1 from Elan Paradise  ---
Shape the future of your business with prime spaces at Elan Paradise, Gurgaon's
prestigious commercial project. Our exclusive partnership presents spaces on
Lower Ground, Ground, and First Floors, ranging from 371 to 618 sq.ft.
Developed by Elan Group, this visionary project ensures a perfect blend of
luxury and functionality. Nestled in Sector 50, Nirvana Country, enjoy seamless
connectivity to NH-8, Sohna Road, and Golf Extension Road. Redefine success
with a space that mirrors sophistication and business acumen.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68621] New: Elite Business Spaces at Elan Paradise, Sector 50 Gurgaon | Luxury & Prosperity

2024-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68621

Bug ID: 68621
   Summary: Elite Business Spaces at Elan Paradise, Sector 50
Gurgaon | Luxury & Prosperity
   Product: Ant
   Version: 1.10.14
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core
  Assignee: notifications@ant.apache.org
  Reporter: nikhilmalhotra19...@gmail.com
  Target Milestone: ---

Unlock prosperity with exclusive commercial spaces at Elan Paradise Gurgaon.
Choose sophistication on Lower Ground, Ground, and First Floors, ranging from
371 to 618 sq.ft. Strategically developed by Elan Group in Sector 50, Nirvana
Country, this visionary project ensures a seamless blend of luxury and
functionality. Secure your spot today for a business environment where success
meets architectural elegance.
To know more visit our website https://www.elangroupprojects.com/elan-paradise/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68620] New: Elite Business Spaces at Elan Paradise, Sector 50 Gurgaon | Luxury & Prosperity

2024-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68620

Bug ID: 68620
   Summary: Elite Business Spaces at Elan Paradise, Sector 50
Gurgaon | Luxury & Prosperity
   Product: Ant
   Version: 1.10.14
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core
  Assignee: notifications@ant.apache.org
  Reporter: nikhilmalhotra19...@gmail.com
  Target Milestone: ---

Unlock prosperity with exclusive commercial spaces at Elan Paradise Gurgaon.
Choose sophistication on Lower Ground, Ground, and First Floors, ranging from
371 to 618 sq.ft. Strategically developed by Elan Group in Sector 50, Nirvana
Country, this visionary project ensures a seamless blend of luxury and
functionality. Secure your spot today for a business environment where success
meets architectural elegance.
To know more visit our website https://www.elangroupprojects.com/elan-paradise/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68578] Abnormal behaviour

2024-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68578

--- Comment #4 from Aahmad Butt  ---
Created attachment 39564
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39564=edit
abnormal execution

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68578] Abnormal behaviour

2024-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68578

--- Comment #3 from Aahmad Butt  ---
Comment on attachment 39563
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39563
abnormal execution

https://boardfootcalculator.tech/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68578] Abnormal behaviour

2024-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68578

--- Comment #2 from Aahmad Butt  ---
Comment on attachment 39563
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39563
abnormal execution

https://boardfootcalculator.tech/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68578] Abnormal behaviour

2024-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68578

--- Comment #1 from Aahmad Butt  ---
Created attachment 39563
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39563=edit
abnormal execution

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68578] Abnormal behaviour

2024-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68578

Aahmad Butt  changed:

   What|Removed |Added

 OS||All
URL||https://boardfootcalculator
   ||.tech/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68578] New: Abnormal behaviour

2024-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68578

Bug ID: 68578
   Summary: Abnormal behaviour
   Product: Ant
   Version: 1.10.14
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Build Process
  Assignee: notifications@ant.apache.org
  Reporter: jansen.ac...@dealoaks.com
  Target Milestone: ---

Created attachment 39562
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39562=edit
abnormal execution

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68570] https://cursoar.com/

2024-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68570

jadilson  changed:

   What|Removed |Added

   Target Milestone|--- |1.8.2
   Keywords||Beginner
   Hardware|PC  |All
URL||https://cursoar.com/
 OS||All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68570] New: https://cursoar.com/

2024-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68570

Bug ID: 68570
   Summary: https://cursoar.com/
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core
  Assignee: notifications@ant.apache.org
  Reporter: jadilson...@gmail.com
  Target Milestone: ---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68542] New: How to run external javascript with Java 17 using ant

2024-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68542

Bug ID: 68542
   Summary: How to run external javascript with Java 17 using ant
   Product: Ant
   Version: 1.10.14
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core
  Assignee: notifications@ant.apache.org
  Reporter: yury.shuplet...@gmail.com
  Target Milestone: ---

Could you please explain, how to use

[Bug 68460] mail task fails in Java 17 and Java 21

2024-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68460

--- Comment #3 from Kristján Bjarni Guðmundsson  ---
Yes I can confirm that build 204 is working as expected. Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68462] MailLogger fails when replyto, cc or bcc are empty

2024-01-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68462

--- Comment #3 from Jaikiran Pai  ---
Hello Kristján, I had a suspicion that it might have some issue with handling
empty email addresses, but it wasn't easy to test for me. So thank you for
testing this and reporting back. This will require some changes in the
MailLogger. I will take a look shortly.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68462] MailLogger fails when replyto, cc or bcc are empty

2024-01-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68462

Kristján Bjarni Guðmundsson  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #2 from Kristján Bjarni Guðmundsson  ---
Hi Jaikiran

I tested out build 204, but now get a different error message:

BUILD SUCCESSFUL
Total time: 0 seconds
MailLogger failed to send e-mail!
Problem while sending mime mail:
at
org.apache.tools.ant.taskdefs.email.MimeMailer.send(MimeMailer.java:273)
at
org.apache.tools.ant.listener.MailLogger.sendMimeMail(MailLogger.java:422)
at
org.apache.tools.ant.listener.MailLogger.buildFinished(MailLogger.java:172)
at org.apache.tools.ant.Project.fireBuildFinished(Project.java:2111)
at org.apache.tools.ant.Main.runBuild(Main.java:830)
at org.apache.tools.ant.Main.startAnt(Main.java:223)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
Caused by: javax.mail.internet.AddressException: Empty address in string ``''
at
javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1159)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1099)
at
javax.mail.internet.InternetAddress.parseHeader(InternetAddress.java:663)
at
javax.mail.internet.MimeMessage.getAddressHeader(MimeMessage.java:734)
at javax.mail.internet.MimeMessage.getRecipients(MimeMessage.java:565)
at javax.mail.Message.getAllRecipients(Message.java:319)
at
javax.mail.internet.MimeMessage.getAllRecipients(MimeMessage.java:580)
at
org.apache.tools.ant.taskdefs.email.MimeMailer.send(MimeMailer.java:247)
... 7 more

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68460] mail task fails in Java 17 and Java 21

2024-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68460

Jaikiran Pai  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS||All
   Target Milestone|--- |1.10.15
 Resolution|--- |FIXED

--- Comment #2 from Jaikiran Pai  ---
This is a genuine issue. Thank you for raising this - I'm surprised no one else
ran into this thus far against recent Java versions. 

Hello Thomas, I see you provided a patch for this issue. Thank you for that. I,
however, took slightly different approach and remove the registration of the
Provider (the call to Security.addProvider()) from that code path because the
Java SE SSLContext notes that TLS will be available at runtime. So we don't
have to find a Provider for TLS and then add it back using
Security.addProvider().

I've pushed a change to Ant upstream which should be available in next release
(no specific date yet). In the meantime, this change should be available for
testing in Ant's nightly build
https://ci-builds.apache.org/job/Ant/job/Ant_Nightly/lastCompletedBuild/artifact/.
Build 204 and later should have this change.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68462] MailLogger fails when replyto, cc or bcc are empty

2024-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68462

Jaikiran Pai  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED
   Target Milestone|--- |1.10.15
 OS||All

--- Comment #1 from Jaikiran Pai  ---
Hello Kristján, this indeed is an issue. I've pushed a change to the upstream
Ant repo which should prevent the StringIndexOutOfBoundsException when an empty
value gets passed to the EmailAddress. What I'm unsure is if this is enough to
get the MailLogger to properly handle empty EmailAddress values and send out a
mail (we don't have tests for that part). Would you be able to try out the Ant
nightly build  containing this change to verify that things work fine for you
now?

Our nightly builds for testing are available here
https://ci-builds.apache.org/job/Ant/job/Ant_Nightly/lastCompletedBuild/artifact/.
Please wait for the current build 203 to complete which has the fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68462] New: MailLogger fails when replyto, cc or bcc are empty

2024-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68462

Bug ID: 68462
   Summary: MailLogger fails when replyto, cc or bcc are empty
   Product: Ant
   Version: 1.10.14
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core tasks
  Assignee: notifications@ant.apache.org
  Reporter: kristjanbja...@gmail.com
  Target Milestone: ---

When using the MailLogger to send build results e-mails it fails when the
following properties are empty even if they are marked as not being required
properties:

MailLogger.replyto
MailLogger.success.cc
MailLogger.success.bcc
MailLogger.failure.cc
MailLogger.failure.bcc

Using the following build.xml:














Using the following command line:
ant -logger org.apache.tools.ant.listener.MailLogger

Results in the following error message:

BUILD SUCCESSFUL
Total time: 0 seconds
MailLogger failed to send e-mail!
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.base/java.lang.StringLatin1.charAt(StringLatin1.java:48)
at java.base/java.lang.String.charAt(String.java:1519)
at
org.apache.tools.ant.taskdefs.email.EmailAddress.trim(EmailAddress.java:125)
at
org.apache.tools.ant.taskdefs.email.EmailAddress.(EmailAddress.java:105)
at
java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at
java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
at
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at
java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
at
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at
java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
at
org.apache.tools.ant.listener.MailLogger.splitEmailAddresses(MailLogger.java:427)
at
org.apache.tools.ant.listener.MailLogger.sendMimeMail(MailLogger.java:396)
at
org.apache.tools.ant.listener.MailLogger.buildFinished(MailLogger.java:172)
at org.apache.tools.ant.Project.fireBuildFinished(Project.java:2111)
at org.apache.tools.ant.Main.runBuild(Main.java:830)
at org.apache.tools.ant.Main.startAnt(Main.java:223)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

The problems seems to be in EmailAddress.trim function which is unable to
handle the empty address string.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68460] mail task fails in Java 17 and Java 21

2024-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68460

Thomas Fischer  changed:

   What|Removed |Added

 CC||tfisc...@vayusphere.com

--- Comment #1 from Thomas Fischer  ---
Created attachment 39511
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39511=edit
Remove dependency on sun internal ssl provider class

Rather than utilize the internal 'com.sun.net.ssl.internal.ssl.Provider' class,
we defer to the JVM to select the appropriate provider:

final Provider p = SSLContext.getInstance("TLS").getProvider();

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68460] New: mail task fails in Java 17 and Java 21

2024-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68460

Bug ID: 68460
   Summary: mail task fails in Java 17 and Java 21
   Product: Ant
   Version: 1.10.14
  Hardware: PC
Status: NEW
  Severity: major
  Priority: P2
 Component: Core tasks
  Assignee: notifications@ant.apache.org
  Reporter: kristjanbja...@gmail.com
  Target Milestone: ---

Sending email with the mail task using Ant version 1.10.14 with either Java JDK
17 or Java JDK 21 results in this error:

"Failed to send email: could not instantiate ssl security provider, check that
you have JSSE in your classpath"

Here is the build.xml used to generate the error:





  
  
  Test




After looking at the source code it seems the error is in
JakartaMimeMailer.java and MimeMailer.java:

try {
final Provider p =
Class.forName("com.sun.net.ssl.internal.ssl.Provider")
.asSubclass(Provider.class).getDeclaredConstructor().newInstance();
Security.addProvider(p);
} catch (final Exception e) {
throw new BuildException(
"could not instantiate ssl security provider, check that you have JSSE
in your classpath");
}

According to this bug report for OpenJDK:

https://bugs.openjdk.org/browse/JDK-8240974

referring to "com.sun.net.ssl.internal.ssl.Provider" is no longer supported.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68459] https://vidmate.biz/

2024-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68459

--- Comment #1 from vidmate  ---
Created attachment 39510
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39510=edit
https://vidmate.biz/

Vid mate app was developed by UCWeb. it is a subsidiary of the Chinese
multinational company , Alibaba Group. This app was launch in 2016. Vidmate app
has gained a millions of users downloading videos and music daily.
https://vidmate.biz/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68459] New: https://vidmate.biz/

2024-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68459

Bug ID: 68459
   Summary: https://vidmate.biz/
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Build Process
  Assignee: notifications@ant.apache.org
  Reporter: astroriaonl...@gmail.com
  Target Milestone: ---

Vid mate app was developed by UCWeb. it is a subsidiary of the Chinese
multinational company , Alibaba Group. This app was launch in 2016. Vidmate app
has gained a millions of users downloading videos and music daily.
https://vidmate.biz/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68455] chavoshchap

2024-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68455

chavoshchap  changed:

   What|Removed |Added

 OS||All

--- Comment #1 from chavoshchap  ---
https://chavoshchap.com/%DA%86%D8%A7%D9%BE-%D9%86%D8%A7%DB%8C%D9%84%D9%88%D9%86/
https://chavoshchap.com/%DA%86%D8%A7%D9%BE-%D8%B3%D9%84%D9%81%D9%88%D9%86/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68455] New: chavoshchap

2024-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68455

Bug ID: 68455
   Summary: chavoshchap
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: svn Antlib
  Assignee: notifications@ant.apache.org
  Reporter: chavoshchapmarket...@gmail.com
  Target Milestone: ---

https://chavoshchap.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2024-01-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

Chris Fairman  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #8 from Chris Fairman  ---
Hey Jaikiran!

I grabbed nightly build #202 (Jan 3, 2024, 12:48:25 AM), but I'm still
seeing non-zero return code output:
[exec] Result: 1

From the test.xml quoted previously:
---
Return Non-Zero
---
F:\Testing>ant -v -buildfile test.xml return_nonzero
Apache Ant(TM) version 1.10.15alpha compiled on January 3 2024
Buildfile: F:\Testing\test.xml
Detected Java version: 17 in: F:\3DS\Apps\Java
Detected OS: Windows Server 2022
parsing buildfile F:\Testing\test.xml with URI =
file:/F:/Testing/test.xml
Project base dir set to: F:\Testing
Build sequence for target(s) `return_nonzero' is
[return_nonzero]
Complete build sequence is [return_nonzero, return_zero, ]

return_nonzero:
parsing buildfile
jar:file:/F:/3DS/Apps/apache-ant-1.10.15alpha/lib/ant.jar!/org/apache/tools/ant/antlib.xml
with URI =
jar:file:/F:/3DS/Apps/apache-ant-1.10.15alpha/lib/ant.jar!/org/apache/tools/ant/antlib.xml
from a zip file
 [exec] Current OS is Windows Server 2022
 [exec] Discarding output
 [exec] Discarding error output
 [exec] Executing 'cmd' with arguments:
 [exec] '/c'
 [exec] 'exit 1'
 [exec]
 [exec] The ' characters around the executable and
arguments are
 [exec] not part of the command.
 [exec] Result: 1

BUILD SUCCESSFUL
Total time: 0 seconds


Perhaps marking that 'Verbose' will do the trick:
log("Result: " + returnCode, Project.MSG_VERBOSE);

Thanks for the help!
-Chris

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2024-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

Jaikiran Pai  changed:

   What|Removed |Added

   Target Milestone|--- |1.10.15

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2024-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

Jaikiran Pai  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #7 from Jaikiran Pai  ---
Hello Chris, I've now pushed a change to the Ant project which will now log
this at INFO level. If you know and have previously built Ant from source then
you can give that a try, else our nightly builds at
https://ci-builds.apache.org/job/Ant/job/Ant_Nightly/ will have the build
artifacts with this change in a while (job number 202 or higher), which you can
give a try.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2024-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

--- Comment #6 from Chris Fairman  ---
(In reply to Jaikiran Pai from comment #5)
> > Does that help your use case?
> 
> Just to be clear, what I meant was, if we did do that change in the Ant code
> to move that log message to INFO level, would that help you?


Hey Jaikiran!

Sorry for the late reply!

I think making that change is reasonable.

I'd be happy to test/confirm once the change is in place.

Let me know,
-Chris

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2023-12-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

--- Comment #5 from Jaikiran Pai  ---
> Does that help your use case?

Just to be clear, what I meant was, if we did do that change in the Ant code to
move that log message to INFO level, would that help you?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2023-12-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

--- Comment #4 from Jaikiran Pai  ---
Hello Chris, I think moving that log message to INFO level as suggested in the
first comment of this issue, is reasonable and provides more control to the
program/user which launches Ant.

Does that help your use case?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2023-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

Chris Fairman  changed:

   What|Removed |Added

   Severity|enhancement |minor
Version|unspecified |1.10.14

--- Comment #3 from Chris Fairman  ---
---
Verbose output:
---
F:\Testing> ant -v -buildfile test.xml return_nonzero
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Buildfile: F:\test.xml
Detected Java version: 17 in: F:\Java
Detected OS: Windows Server 2022
parsing buildfile F:\test.xml with URI = file:/F:/test.xml
Project base dir set to: F:\
Build sequence for target(s) `return_nonzero' is [return_nonzero]
Complete build sequence is [return_nonzero, return_zero, ]

return_nonzero:
parsing buildfile
jar:file:/F:/apache-ant-1.10.14/lib/ant.jar!/org/apache/tools/ant/antlib.xml
with URI =
jar:file:/F:/apache-ant-1.10.14/lib/ant.jar!/org/apache/tools/ant/antlib.xml
from a zip file
 [exec] Current OS is Windows Server 2022
 [exec] Discarding output
 [exec] Discarding error output
 [exec] Executing 'cmd' with arguments:
 [exec] '/c'
 [exec] 'exit 1'
 [exec]
 [exec] The ' characters around the executable and arguments are
 [exec] not part of the command.
 [exec] Result: 1

BUILD SUCCESSFUL
Total time: 0 seconds

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2023-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

--- Comment #2 from Chris Fairman  ---
Ultimately the issue is that if a non-zero return value is encountered (even
when expected) it isn't possible to avoid the following output even when
"discardOutput" and/or "discardError" is set:
[exec] Result: 1
- or -
[exec] Result: 

As use case for expected non-zero return values on Windows, findstr returns 0
if a string is found, non-zero if not.

We use a for loop to check the state of a TomEE service that can take a
while to stop:


 


If a service is not in a stopped state yet ( i.e: STOPPING ), ${result}
is populated as expected, however "[exec] Result: 1" is displayed despite
efforts to avoid output.

test.xml:






 






 






---
Return Zero
---
F:\> ant -buildfile test.xml return_zero
Buildfile: F:\test.xml

return_zero:

BUILD SUCCESSFUL
Total time: 0 seconds


---
Return NonZero
---
F:\> ant -buildfile test.xml return_nonzero
Buildfile: F:\test.xml

return_nonzero:
 [exec] Result: 1

BUILD SUCCESSFUL
Total time: 0 seconds

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2023-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

Chris Fairman  changed:

   What|Removed |Added

 CC||chris.fairman@ballaerospace
   ||.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 26453] Exec task displays 'error' mesage "Result: XX"

2023-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=26453

--- Comment #1 from Chris Fairman  ---
While not affecting functionality, this is rather annoying.

Log output is messy as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 43586] java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2023-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=43586

--- Comment #20 from Prestige Somerville  ---
Prestige Somerville, an enclave in a prime area celebrated for its excellent
connectivity. Boasting the city's premier transport network, the locale is
seamlessly connected through numerous buses, trains, and metro lines, with
anticipation of an even more robust transport system with the upcoming metro
expansion. 

https://www.prestigesomerville.org.in/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68369] Cannot download IvyDE for Eclipse IDE

2023-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68369

--- Comment #3 from Stefan Bodewig  ---
download page modified, thank you for the report.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68369] Cannot download IvyDE for Eclipse IDE

2023-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68369

msht...@shambaugh.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |CLOSED

--- Comment #2 from msht...@shambaugh.com ---
Thank you, I appreciate the quick response.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68369] Cannot download IvyDE for Eclipse IDE

2023-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68369

Stefan Bodewig  changed:

   What|Removed |Added

 OS||All

--- Comment #1 from Stefan Bodewig  ---
IvyDE has been retired by the Ant project, so there is no current download
anymore. The prior releases are available from the ASF's archives. The 404 is
not a bug but a fact, the project no longer is actively maintained.

I'll try to fix the download page to no longer send people into the wrong
direction.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68369] New: Cannot download IvyDE for Eclipse IDE

2023-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68369

Bug ID: 68369
   Summary: Cannot download IvyDE for Eclipse IDE
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: major
  Priority: P2
 Component: Other
  Assignee: notifications@ant.apache.org
  Reporter: msht...@shambaugh.com
  Target Milestone: ---

Hello,

I am trying to install the IvyDE plugin for my Eclipse IDE. When I go to
http://downloads.apache.org/ant/ivyde/updatesite I get a status 404. I have
tried going through the Eclipse Marketplace and the 'Install New Software' menu
option but have received the same error as they both point to the same site. I
have also tried to download the binaries from
https://ant.apache.org/ivy/ivyde/download.html and still get the status 404.

Thank You,

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68203] Lodha Mirabelle Bangalore

2023-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68203

Lodha Mirabelle  changed:

   What|Removed |Added

 OS||All
URL||https://www.lodhamirabelle.
   ||net.in/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68203] New: Lodha Mirabelle Bangalore

2023-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68203

Bug ID: 68203
   Summary: Lodha Mirabelle Bangalore
   Product: Ant
   Version: 1.10.6
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Antidote
  Assignee: notifications@ant.apache.org
  Reporter: lodhamirabell...@gmail.com
  Target Milestone: ---

Lodha Mirabelle is a new Exclusive Ultra-Luxury Residential apartments at
Thanisandra Main Road in North Bangalore. It is situated along the intersection
of Outer Ring Road (ORR) & Thanisandra Main Road that upgrades the way of life.
With stunning architecture and a lifestyle that is comparable to that of
Manyata Tech Park, Lodha Group promises to offer a high standard of living to
the neighbourhood.

https://www.lodhathanisandra.in

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68202] java task gets java.io.IOException

2023-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68202

shashank  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |CLOSED
 OS||All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68202] New: java task gets java.io.IOException

2023-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68202

Bug ID: 68202
   Summary: java task gets java.io.IOException
   Product: Ant
   Version: 1.10.14
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: AntUnit
  Assignee: notifications@ant.apache.org
  Reporter: shashankk8...@gmail.com
  Target Milestone: ---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68198] java task gets java.io.IOException: java: cannot execute

2023-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68198

Stefan Bodewig  changed:

   What|Removed |Added

 OS||All
 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68197] java task gets java.io.IOException: java: cannot execute

2023-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68197

--- Comment #4 from Stefan Bodewig  ---
please find a different place to play or we will be forced to lock your
account.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68198] java task gets java.io.IOException: java: cannot execute

2023-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68198

shashank  changed:

   What|Removed |Added

 OS|All |Windows 10
   Target Milestone|--- |1.10.9
   Severity|normal  |critical

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68198] java task gets java.io.IOException: java: cannot execute

2023-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68198

shashank  changed:

   What|Removed |Added

 CC||mj.vag...@gmail.com,
   ||shashankk8...@gmail.com
 OS||All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68198] New: java task gets java.io.IOException: java: cannot execute

2023-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68198

Bug ID: 68198
   Summary: java task gets java.io.IOException: java: cannot
execute
   Product: Ant
   Version: 1.10.14
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: AntUnit
  Assignee: notifications@ant.apache.org
  Reporter: shashankk8...@gmail.com
  Target Milestone: ---

this is a bug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68197] java task gets java.io.IOException: java: cannot execute

2023-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68197

MADHUSUDHAN  changed:

   What|Removed |Added

 Resolution|FIXED   |CLOSED

--- Comment #3 from MADHUSUDHAN  ---
done

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68197] java task gets java.io.IOException: java: cannot execute

2023-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68197

MADHUSUDHAN  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

--- Comment #2 from MADHUSUDHAN  ---
task done

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68197] java task gets java.io.IOException: java: cannot execute

2023-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68197

--- Comment #1 from MADHUSUDHAN  ---
test

-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   4   5   6   7   8   9   10   >