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:



<project name="YaCy" default="all" basedir=".">
  <description>
      YaCy - a Peer to Peer Web Search Engine
        </description>
  <!--

I was curious, how does Ant use information such as this, for example a
project name? Is this information used in the build?

  <!-- defining the timestamp format -->
    <tstamp>
        <format property="REPL_DATE_FORMAT" pattern="yyyymmdd" />
          </tstamp>

And is this just a way of defining a variable in XML, called "tstamp"?
Which of "format" and "property" are specific xml commands vs. just
attributes being named?

 Thanks very much,
Julius


On Sat, Aug 14, 2021, 14:10 Jaikiran Pai <jaiki...@apache.org> wrote:

> 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 for YaCy, a peer to peer open
> source
> > search engine. On their GitHub, it details that the tool is built from
> > source with "ant clean".
> >
> > I looked through the YaCy project repository but I wasn't able to pick
> out
> > which initial file ant would look for to begin a configuration, building
> > and installation procedure, analogous to the command "make" looking for a
> > makefile.
> >
> > Is there a specific file ant looks for? Or does it work a different way?
> >
> > Thanks very much,
> > Julius
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
>
>

Reply via email to