|
Brian,
There's a couple of comments you made that sparked my interest:
* Eclipse (WDSC) for code developmentI've never understood why developers using Eclipse still use Ant? You
* Apache Ant for building and deploying
.... I bundled all my complied classes into Jar files
don't need to perform a distinct "build" step since Eclipse automatically
compiles every .class file as you changes its source file. So you create
your JARs just by highlighting them, picking File-Export and exporting the
JAR. The only reasons I can think of for using Ant would be:
a) If you had a huge number of JARs and so exporting them one by one was
just too tedious.
b) If you needed your JARs to be different for development & production
environments (which to me is a really bad idea, but I've known one
developer who was quite serious about wanting to do this).
I did much the same, created a /CpaJava folder and stuck all the JARs and a
.properties file in there. I didn't bother with separate apps/lib/ext
folders since we've only got about a dozen JARs so it didn't seem worth it.
Did you try using the Visual Editor Eclipse plugin for Swing? I tried this
at first since I was used to Delphi which has a really nice visual form
designer and I wanted something that worked the same. But its absolutely
horrid, I found if I breathed on the code it autogenerated it would then
refuse to parse it and I couldn't load it back into the visual editor.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.