Re: [Htmlparser-user] desperately need for this new feature ver1.3
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-12-27 02:43:21
|
Hi Navid, > [3] go to the source directory where you see > build.xml - and type ant in the command line. > > last step does not make sense to me, If I run ANT on > command line, and CVS is running on Eclipse, what is > the connection between these two? I think I should > copy or download something or build.xml from CVS. CVS is not running on Eclipse. Eclipse supports CVS through a plugin. There is no connection b/w Ant and CVS. Ant is a build mechanism (have you read the docs on http://jakarta.apache.org/ant/ ?) Eclipse also supports ant. Simply right-click on build.xml, and choose Run Ant. That should create the release in the distribution directory. The check under your eclipse workspace, and navigate to the directory (or if its easier for you, do a search for zip files in windows titled htmlparser* ). Regards, Somik |