Re: Giving an application a window icon in a sensible way



On Nov 21, 9:32 am, "Twisted" <twisted...@xxxxxxxxx> wrote:
Now, for doing something suggested on Sun's own Web site, I find myself
being harangued and forced to keep posting stuff in my own defense
instead of getting on with my work, in a thread that should be dead now.

I'm sorry you take it as hostility and bashing. We are all trying to
tell you that what you are trying to do is a really bad way to do it. I
don't understand your resistance to doing it the way that is
universally accepted as the standard way to bundle resources with a
Java app.

I do understand your argument that it's a pain to construct a JAR to
use every time; however, Ant eliminates this inconvenience.
Ant is trivial to use, and has a very short learning curve. When you
set up an Ant buildfile, you can have it automagically build your JAR
file for you.

As I said in an earlier post, why are you opposed to learning how to
use Ant?

--
jpa

.



Relevant Pages

  • Re: Giving an application a window icon in a sensible way
    ... (revenue-generating, no doubt) ... From those who recommended getting Ant, ... I think when you tell Eclipse to make a JAR, ...
    (comp.lang.java.programmer)
  • Re: applet signing library
    ... >Hi i posted a while agoabout signing java applets. ... >with a gui front end that can jar, ... Here is an ant script to compile, jar, and sign an applet. ...
    (comp.lang.java.programmer)
  • Re: replace files in a jar...
    ... Is there a way to get ant to do ... > inside a jar without recreating the complete jar. ... A search of the Ant archives ... Or maybe someone will come along who has used the update flag in a Jar task ...
    (comp.lang.java.programmer)
  • Re: configuration management application
    ... The usual mode is to create a new JAR for a new build. ...  That is not an Ant ... Ant /could/ be set up to modify the properties file, ... modification to multiple targets. ...
    (comp.lang.java.programmer)
  • Re: Build slices in Java and Eclipse
    ... > one project i.e. producing a server jar, a client jar and a general ... > GUI driven, and, one that can deal with building RMI stubs etc. ... Most of that sounds like a job for Ant; I've never used RMI so I'm not sure ... An Ant plugin comes standard with Eclipse. ...
    (comp.lang.java.programmer)