You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2022/03/01 19:07:48 UTC

[Bug 65924] New: Ant ignores -Doffline=true and still accesses Internet

https://bz.apache.org/bugzilla/show_bug.cgi?id=65924

            Bug ID: 65924
           Summary: Ant ignores -Doffline=true and still accesses Internet
           Product: Ant
           Version: 1.10.8
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: notifications@ant.apache.org
          Reporter: yuri@tsoft.com
  Target Milestone: ---

Project: https://github.com/ktgw0316/LightZone

Ant's command line argument -Doffline=true and required JARs placed into
lightcrafts/lib are ignored, and Ant still accesses Internet.

OS: FreeBSD 13


---failure log---
Buildfile:
/wrkdirs/usr/ports/graphics/lightzone/work/LightZone-4.2.4/linux/build.xml

common:

resolve-submodule:

download-ivy:
      [get] Getting: file:/portdistfiles/lightzone/ivy-2.5.0.jar
      [get] To:
/wrkdirs/usr/ports/graphics/lightzone/work/LightZone-4.2.4/lightcrafts/lib/ivy.jar

init-ivy:

resolve-ivy:
[ivy:resolve] :: Apache Ivy 2.5.0 - 20191020104435 ::
https://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file =
/wrkdirs/usr/ports/graphics/lightzone/work/LightZone-4.2.4/lightcrafts/ivysettings.xml
[ivy:resolve] :: resolving dependencies ::
lightcrafts#lightcrafts;working@localhost
[ivy:resolve]   confs: [default]
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server
that is not well configured.

BUILD FAILED
/wrkdirs/usr/ports/graphics/lightzone/work/LightZone-4.2.4/linux/build.xml:37:
The following error occurred while executing this line:
/wrkdirs/usr/ports/graphics/lightzone/work/LightZone-4.2.4/lightcrafts/build.xml:52:
impossible to resolve dependencies:
        java.io.FileNotFoundException:
/nonexistent/.ivy2/cache/resolved-lightcrafts-lightcrafts-working@localhost.xml
(No such file or directory)
        at java.base/java.io.FileOutputStream.open0(Native Method)

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

[Bug 65924] Ant ignores -Doffline=true and still accesses Internet

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65924

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
Actually, there is no offline mode feature in Ant. This must be a feature
provided by the author of the LightZone build file if it exists at all - and in
that case you need to report your issue over there.

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