Re: Question about deprecation

2005-08-13 Thread Kristian Perkins
The use of the deprecated tag is to advise developers to use an alternate method/class while still including the deprecated functionality in your products for backwards compatibility. I suggest if you don't want certain files in your build at all to mark them as removed in your repository, thi

Re: Capturing XML validation output

2005-07-10 Thread Kristian Perkins
I didn't think you could nest tasks inside , in which case you might like to try something like this untested version: Ivan Ivanov wrote: Yaakov, I think that you can use [1] task for validation of your xml files and task to capture the output of the validation (untested but might g

Re: Ant task for remote ant execution

2005-06-30 Thread Kristian Perkins
check out both of: 1. ant-contribs AntServer / RemoteAnt tasks: http://ant-contrib.sourceforge.net/tasks/tasks/server_tasks.html 2. anthill: http://www.urbancode.com/projects/anthill/default.jsp you should be able to tailor your builds to one of these solutions Steve Simon Joseph Fernandez wrot

Re: Error output from javac compiles being blocked

2005-04-14 Thread Kristian Perkins
it works OK for me, maybe its ants logging 'adornments' which is wrapping the output and throwing you. try running ant with -emacs or logging output to a file. It can be hard to decipher what the ^ is pointing to when lines are longer than the console width. Asfand Yar Qazi wrote: Hi, I like

Re: Problem with fileset having members containing absolute path names

2005-03-15 Thread Kristian Perkins
I've never used a top level fileset before, didn't think you could do that. I would use a which contained the fileset. Holger Rauch wrote: Hi! I've run into a problem using filesets whose members contain absolute path names. The following short build script illustrates the problem. My ques

Re: HelloWorldSwing.jar

2005-03-14 Thread Kristian Perkins
you have to specify the fully qualified package name of the main class in the Main-Class attribute. try: Main-Class: hello.HelloWorldSwing THUFIR HAWAT wrote: HelloWorldSwing.jar doesn't execute with a double-click, it gives "could not find the main class. program will exit," as an error. is t

Re: Classpath in javac

2005-03-11 Thread Kristian Perkins
have a look at http://ant.apache.org/manual/using.html#path Pfau Oliver FRD II wrote: Hi, I have a directory which contains many jar-files. I want to add all this jars in my class path for javac...how can I do this recursive without naming each jar ? Thanks, Oliver -

Re: AW: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Kristian Perkins
Jan, ouch, compiled 1 file in 2 minutes and 36 seconds? that doesn't sound like a great advertisement for ant!?! HINT: when sending ant output, modify build time to make ant sound more impressive, not less. Kristian Sébastien Annedouche wrote: Thank you very much, I try it. Sebastien [EMAIL PRO