Commit Graph

19 Commits

Author SHA1 Message Date
T. Joseph Carter
80b39372cb Make multiplatform easier to read
This isn't significantly shorter than the first pass, but it's easier to
read and maintain.  To add a new platform to this (if anyone wants to do
that), just add sane default paths to ACBuild-default.properties, add a
conditional to detect your platform, and add an init-platform target
that does the configuration.

There's a bit cleaner solution in ant-contrib using the if task, but
that means adding to the dependencies and therefore the complexity of
building this thing.  I'm disinclined to do that.
2017-11-03 08:13:08 -07:00
T. Joseph Carter
117fe87cd9 Add unix build conditionals
Previously AC built onm Windows or not Windows (assumed to be Mac).
It appears there was a means to build using gcj, but this is not
necessary, does not work anymore as configured, and isn't what we want
anyway.

Here's a first pass at improving that situation.  It's a bit ugly at
present because it requires a lot of markup to do something that should
be simple.  Still, I'd rather do this in steps.
2017-11-03 07:50:28 -07:00
752cdc91b6 Remove java version restrictions, which are becoming quite problematic 2017-06-12 17:22:22 +00:00
9b985c140e Integrate ShrinkItArchive into AppleCommander
Add ability to decompress and use SDK disk images
tighten up image ordering detection - rely less on file names
2012-07-06 16:45:49 +00:00
John B. Matthews
7c5fab362d Exclude non-source files in javadoc target. 2008-12-16 09:33:58 +00:00
John B. Matthews
6041309cfa Adjust dependency to always sign jars if possible. 2008-06-07 21:17:28 +00:00
0c69ea314f Make jar signing optional 2008-06-07 12:51:19 +00:00
John B. Matthews
7605775c52 Don't touch Info.plist when copy-editing in build.xml. 2008-06-07 12:08:20 +00:00
John B. Matthews
0db3f17ca5 Add jarsigner task to build.xml; see comments. 2008-06-06 21:41:06 +00:00
3572ed98fc Offer a way to change local file locations in build.xml via a local ACBuild.properties file (which doesn't get stored in the config management tool) 2008-06-06 16:52:56 +00:00
John B. Matthews
cb6fa9fc68 Use ac.mf to build executableCmdJar. 2008-05-29 12:45:41 +00:00
John B. Matthews
058608b124 Add Mac application bundle; cross-platform build. 2008-05-24 03:37:01 +00:00
John B. Matthews
f7f0391b6c Fixed misspelling of "verion"; added "-" to ac.jar file name; added source tag for 1.5 compatibility. 2006-04-23 05:04:32 +00:00
Robert Greene
9d41ed1fd8 (I think this was updated for Eclipse 3.0.) 2004-11-09 03:22:00 +00:00
Robert Greene
2545f60b6c Added websiteZip to all dependencies; changed web zip file to not
include the htdocs directory.
2004-06-19 21:07:46 +00:00
Robert Greene
712f53bc2a Added more ant script automation. 2004-06-18 05:13:45 +00:00
Robert Greene
12d703b784 Updated swtjar. 2004-06-09 02:59:57 +00:00
Robert Greene
ef63c17482 Updated location of swt.jar. 2003-04-14 01:29:09 +00:00
Robert Greene
17b85bba97 ANT build script. 2003-03-16 05:27:04 +00:00