Hi,
I have read the manual on how to install Ant
(https://ant.apache.org/manual/install.html). However there are some confusing
steps so I will appreciate any answer for my problem
I have run
ant -f fetch.xml -Ddest=system
I want to know, is that all? I see that subsequent steps are opt
BASH>ant -version
Martin
__
Verzicht und Vertraulichkeitanmerkung
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung
oder Fertigung einer Kopie
It is saying
Apache Ant(TM) version 1.9.3 compiled on December 2013
But I have started working on Ant just now (February)!!
What does that mean?
Regards,
Mahmood
On Sunday, February 23, 2014 3:41 PM, Martin Gainty wrote:
BASH>ant -version
Martin
__
Excuse me... Here are some info regarding my installation.
mahmood@solaris:~/apache-ant-1.9.3$ ant -f fetch.xml -Ddest=system
Buildfile: /home/mahmood/apache-ant-1.9.3/fetch.xml
pick-dest:
[echo] Downloading to /home/mahmood/apache-ant-1.9.3/lib
probe-m2:
download-m2:
dont-validate-m2-che
On Feb 23, 2014 6:37 AM, "Mahmood Naderan" wrote:
>
> It is saying
>
>
> Apache Ant(TM) version 1.9.3 compiled on December 2013
>
> But I have started working on Ant just now (February)!!
> What does that mean?
>
>
You didn't compile Ant; you only installed it. Everything appears to be
absolutely
OK. Problem is I want to build YCSB with Ant.
As I enter the directory of YCSB and run 'ant'
I get an error that there is no build.xml file.
So I just want to know is this a problem with
YCSB or Ant.
Regards,
Mahmood
On Sunday, February 23, 2014 9:40 PM, Matt Benson wrote:
On Feb 23, 201
On Feb 23, 2014 12:15 PM, "Mahmood Naderan" wrote:
>
> OK. Problem is I want to build YCSB with Ant.
> As I enter the directory of YCSB and run 'ant'
> I get an error that there is no build.xml file.
>
> So I just want to know is this a problem with
> YCSB or Ant.
>
It sounds like, in the directo
It appears that YCSB is intended to be built with Apache Maven rather than
Apache Ant. :-)
Matt
On Feb 23, 2014 12:19 PM, "Matt Benson" wrote:
>
> On Feb 23, 2014 12:15 PM, "Mahmood Naderan" wrote:
> >
> > OK. Problem is I want to build YCSB with Ant.
> > As I enter the directory of YCSB and ru
Yes you are right. Thank you
Regards,
Mahmood
On Sunday, February 23, 2014 9:52 PM, Matt Benson wrote:
It appears that YCSB is intended to be built with Apache Maven rather than
Apache Ant. :-)
Matt
On Feb 23, 2014 12:19 PM, "Matt Benson" wrote:
>On Feb 23, 2014 12:15 PM, "Mahmood Nad