Re: Re: build.xml for running applets

2007-05-01 Thread Prashant Reddy
> I want to know, similarly how to run a compiled applet pgm, using build. > Hope you understood my problem now. Yes, I also addressed this towards the end of my last email. Reproducing here... ANT also has 'exec' task which can execute any commands. So appletviewer command can also be called f

Re: Re: build.xml for running applets

2007-05-01 Thread vimisoman
Thanks for the response but my problem is not about writing applet code... but it is about writing a build.xml for executing the applets.. i wrote a build for compiling and running java stand alone programs.. but now i want to write a build for executing a simple java applet. eg. for running a com

Re: build.xml for running applets

2007-05-01 Thread Prashant Reddy
>From : http://java.sun.com/docs/books/tutorial/deployment/applet/index.html In order to load an applet in a web page, you must specify the applet class with appropriate applet tags. A simple example is below: For development and testing purposes, you can run your appl

RE: BUILD.XML

2006-01-25 Thread Anderson, Rob (Global Trade)
To display available targets run 'ant -projecthelp'. -Rob Anderson > -Original Message- > From: Karthik [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 25, 2006 4:00 AM > To: user@ant.apache.org > Subject: BUILD.XML > > > Hi Form > > I would like to know ,if some on the form ha

Re: Re: build.xml for javadoc of entire folder tree

2005-07-12 Thread JS developer
Thanks Ivan and Bill, javadoc for entire src.zip worked :-))) but had to break down the task into handling each sub folder - com, org, sunw, java, javax and had to set maxmemory for javadoc task useexternalfile="true" is a lifesaver Regards and Best wishes JS system config: Win Xp Pro SP2,

RE: build.xml for javadoc of entire folder tree

2005-07-12 Thread Bill Rich
Here is a target that does the entire tree beginning at ${src.dir}. It includes all the files in the directories that begin with the ${pkg.base.dir} directory. The classpath.javadoc property is set in the init target and is shown following the javadoc target. If you fiddle around with this you can

Re: build.xml for javadoc of entire folder tree

2005-07-12 Thread Ivan Ivanov
Hello, --- JS developer <[EMAIL PROTECTED]> wrote: > hi, > i'm a beginner with ant, i want to generate the > javadoc for the entire src.zip that comes with the > sun jdk download. Quite an ambitious undertaking :). Why don't you just download it from[1]. Anyway, it you want it for educational p

RE: Build.xml

2003-10-22 Thread Harkness, David
SANDERS, JOHN D. (SBCSI) once said: > I have about ready to kill myself over this one. I have some support > files (jar.files) that need to be linked in during the compile but > this just does not seem to work. Anyone got any ideas? > [...] > descri

Re: build.xml snippet used from code

2003-08-18 Thread Adam Hardy
...) and XML to Java APIs like Commons Digester too heavyweight in this context. --DD -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 6:32 AM To: Ant Users List Subject: Re: build.xml snippet used from code You might get somewhere with JAXB, if you

RE: build.xml snippet used from code

2003-08-14 Thread Dominique Devienne
t Users List > Subject: Re: build.xml snippet used from code > > You might get somewhere with JAXB, if you have objects and properties > that you want to turn into java objects to manipulate at run-time. > > JAXB has 2 phases - the first phase requires you to run a generator to > crea

RE: build.xml snippet used from code

2003-08-14 Thread Dominique Devienne
urself, but again I find this cumbersome at best. Does that help? --DD > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 1:58 PM > To: Ant Users List > Subject: RE: build.xml snippet used from code > > I have us

Re: build.xml jar target problem

2003-07-08 Thread Karin Lagesen
On Tue, Jul 08, 2003 at 12:59:29PM +0200, [EMAIL PROTECTED] wrote: > A few things: > - nice documented and indented build file :-) > - I cannot see an error. Does the created jar contains that > file? (Exactly /no/uio/labmed/InterGene.class)? > - tip 1: use one for *.class and *.gif. Should be f