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 2015/08/22 10:36:57 UTC

[Bug 58268] New: web-dir

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

            Bug ID: 58268
           Summary: web-dir
           Product: Ant
           Version: 1.9.6
          Hardware: All
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Build Process
          Assignee: notifications@ant.apache.org
          Reporter: r.mbiama@angosso.net

Created attachment 33022
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33022&action=edit
cmd

1 #Sat Aug 22 10:30:49 GMT 2015
   2 # ***************************************************************
   3 # * Licensed to the Apache Software Foundation (ASF) under one
   4 # * or more contributor license agreements.  See the NOTICE file
   5 # * distributed with this work for additional information
   6 # * regarding copyright ownership.  The ASF licenses this file
   7 # * to you under the Apache License, Version 2.0 (the
   8 # * "License"); you may not use this file except in compliance
   9 # * with the License.  You may obtain a copy of the License at
  10 # * 
  11 # *   http://www.apache.org/licenses/LICENSE-2.0
  12 # * 
  13 # * Unless required by applicable law or agreed to in writing,
  14 # * software distributed under the License is distributed on an
  15 # * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16 # * KIND, either express or implied.  See the License for the
  17 # * specific language governing permissions and limitations
  18 # * under the License.
  19 # ***************************************************************\r
Fixed bugs:
-----------

 * ArrayIndexOutOfBoundsException when ZIP extra fields are read and
   the entry contains an UnparseableExtraField.
   https://issues.apache.org/jira/browse/COMPRESS-317
* Please provide proxy configuration to signjar
   when using the timestamped authority.
   Bugzilla Report 56678 ant permission request
/var/www/vhost/httpdocs
   |
   -----> proper/
   |        |
   |        -----> library1
   |        |        |
   |        |        -----------> trunk
   |        |        -----------> tags
   |        |        -----------> branches
   |        -----> library2
   |                 |
   |                 -----------> trunk
   |                 -----------> tags
   |                 -----------> branches
   |
   -----> sandbox/
            |
            -----> library1
            |        |
            |        -----------> trunk
            |        -----------> tags
            |        -----------> branches
            -----> library2
                     |
                     -----------> trunk
                     -----------> tags
                     -----------> branches
test.httpdocs
<path id="/var/www/httpdocs/lib.path">
                   <pathelement location="${ant.jar.file}"/>
           </path>
 <target name="compile-optional" depends="compile-ant, resolve">
         <javac  srcdir="${src.dir}"
                  destdir="${optional.classes.build.dir}"
                 sourcepath="" 
                  classpathref="build.optional.classpath"
                  source="${ivy.minimum.javaversion}"
                  target="${ivy.minimum.javaversion}"
                  debug="${debug.mode}"
                  includeantruntime="no">
              <includesfile name="optional.patterns" />
              <includesfile name="ant.patterns" />
          </javac>
          <copy todir="${core.classes.build.dir}" includeEmptyDirs="true">
              <fileset dir="${src.dir}">
                  <includesfile name="optional.patterns" />
                  <exclude name="**/*.java" />
              </fileset>
          </copy>
      </target>

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

[Bug 58268] web-dir

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

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

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

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
please stop abusing this system for unrelated personal experiments.

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