Commit Graph

12 Commits

Author SHA1 Message Date
Michael Bayne 51fd4c08f5 [maven-release-plugin] prepare release getdown-1.1 2010-11-19 01:11:37 +00:00
Michael Bayne 5918b67fb1 Revamped primary build to use Maven Ant tasks. Eliminated Ivy-based build,
which was used by Maven, now Maven calls into the primary build to generate its
Proguarded jar file. Retired the Retroweaved jar file after a tremendous amount
of fucking around with Retroweaver. I think it's safe to say that the number of
people showing up with a 1.4 JDK operational in their browser is epsilon close
to zero.
2010-11-18 17:38:43 +00:00
Michael Bayne 6f1a6ce78d Sorted out a way to get Maven to reference a local jar file without rendering
the pom file hosed for transitive dependencies.
2010-11-18 15:54:42 +00:00
Michael Bayne d16fa8aebd Only require signing when doing a real release. 2010-10-14 22:45:12 +00:00
Michael Bayne 44754f6d43 Let's call our auxiliary Ant file build-proguard since that is more indicative
of its purpose in life.
2010-09-21 06:41:18 +00:00
Michael Bayne 646dc2bdf0 More javadoc fixes. 2010-09-21 06:17:47 +00:00
Michael Bayne 31b77bcdbe GetdownApp is the correct entry-point for the application. 2010-09-21 06:12:33 +00:00
Michael Bayne 90301057f6 [maven-release-plugin] prepare for next development iteration 2010-09-21 06:01:58 +00:00
Michael Bayne bf0470b81a [maven-release-plugin] prepare release getdown-1.0 2010-09-21 06:01:48 +00:00
Michael Bayne 95857ec608 Let's 2010-09-21 05:38:24 +00:00
Michael Bayne 724ee652f1 Praise be to Ivy, which lets me do what I need without tremendous amounts of
hair-pulling and ball-ache. We now have Maven call out to an Ivy-based Ant task
to do the Proguard build (with Ivy maintaining a parallel copy of the
dependencies, unfortunately). It's a twisty maze of passages, but it gets the
Proguard build done during the right Maven phase so that all of its magical
building, version number changing, SVN commits, etc. can happen as usual during
the publishing process.
2010-09-21 05:26:00 +00:00
Michael Bayne f6a03dd99f A bastard combination of Maven and Ivy that will hopefully eventually allow us
to build and publish Getdown. Everything builds with Maven, but getting
Proguard to work inside Maven is an exercise in gouge-my-eyes-out-now, so I'll
be doing the Proguard bits in a separate Ant script which will use Ivy to
obtain dependencies sanely. This too is rife with PITA, but less so than doing
everything in Maven. Ivy bits don't yet work.
2010-09-21 00:45:35 +00:00