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

2021-08-14 Thread Dave Brosius
The project name among other defines a property that can be used throughout the script referenceable by ${ant.project..name} That Curly syntax Returns the value of the property. As for ant, the two main items in a file or property definitions and task definitions. Property definitions just sent

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

Initial file for Ant

2021-08-14 Thread Julius Hamilton
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 con

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

Initial file for Ant

2021-08-14 Thread Julius Hamilton
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 con