On Sun, 2007-07-08 at 11:38 +0200, Roland Weber wrote: > Hi folks, > > I've made an attempt to define Gump projects for httpcore. > Unfortunately, this is copy&paste-then-trial-and-error work > with a turnaround time of probably a day. I don't have Gump > set up locally, so I'll have to wait for the periodic runs > to see if it works. Please prepare for some Gump spam until > then, as I have (tried to) configure reports for successful > runs, too. > > Once I get the basics right, we can discuss the finer > points. Currently, the generated JAR file names have a > release indicator in addition to the -SNAPSHOT prefix. > That means we'd have to update the Gump definition for > every release. > I couldn't find instructions on overriding the JAR name > for each module with a simple property. The Maven2 style > solution would probably be to have an extra Gump profile > which overrides the JAR names or something like that :-) >
Hi Roland I suspect it is simply not possible to override a JAR name from the command line. Maven2 based projects tend to pick Continuum as their continuous integration platform of choice these days. Gump may work better with plain old Ant scripts (POAS) Here's my Evil(TM) plan: (1) take a formal decision to ship one JAR (httpcore-all.jar), one Javadoc distribution in addition to Maven generated ones (may require a vote on the dev list) (2) Use Ant to build that distribution; optimize our existing Ant scripts specifically for that task (3) Use httpcore-all.jar built by Ant script for Gumping Do the same for HttpClient when the time is right. Thoughts? Oleg > cheers, > Roland > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
