You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by puneet sachar <pu...@yahoo.com> on 2002/06/04 20:22:40 UTC

tomcat vs ant vs j2me still problem

hi everybody and hi ralph

what u mean by this

"ant is a java based build tool (a kind of make).
http://jakarta.apache.org/ant/index.html
"

what kind of make..

what does this have advantage..i serioulsy don't
undersatnd this

regards
Puneet
4th june 2002
======================================================


--- Ralph Einfeldt <ra...@uptime-isc.de>
wrote:
> ant is a java based build tool (a kind of make).
> http://jakarta.apache.org/ant/index.html
> 
> > -----Urspr�ngliche Nachricht-----
> > Von: puneet sachar [mailto:puneetsachar@yahoo.com]
> > Gesendet: Dienstag, 4. Juni 2002 13:06
> > An: Tomcat Users List
> > Betreff: tomcat vs ant vs j2me
> > 
> > 
> > tell me what is this tomcat ant...
> > 
> > 1) is it software 
> > 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: tomcat vs ant vs j2me still problem

Posted by Nikola Milutinovic <Ni...@ev.co.yu>.
> "ant is a java based build tool (a kind of make).
> http://jakarta.apache.org/ant/index.html
> "

All varietes of UNIX have a "make" command, which reads instructions/setup from "Makefile" and builds the requested target of that project. "ant" does the same, only it is Java based and uses "build.xml" file, which is far more understandable than "Makefile".

Nix.

Re: tomcat vs ant vs j2me still problem

Posted by Prabhakar Chaganti <pr...@chaganti.net>.
Have you tried reading the faq/doc on the ant site:
	http://jakarta.apache.org/ant

-prabhakar

> 
> what u mean by this
> 
> "ant is a java based build tool (a kind of make).
> http://jakarta.apache.org/ant/index.html
> "
> 
> what kind of make..
> 
> what does this have advantage..i serioulsy don't
> undersatnd this


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>