Re: intermittent build failures - cocoon build

2005-10-21 Thread Scott Lamb
this: $ MAVEN_OPTS="-agentlib:hprof=heap=all" maven It will dump output on the top allocation sites into a file called java.hprof.txt, along with a fair amount of information on how to read it. -- Scott Lamb <http://www.slamb.org/> ---

Re: log4j logging in JUnit tests

2005-08-24 Thread Scott Lamb
j.properties log4j.debug=true IIRC, it returns a bit more useful information then. -- Scott Lamb <http://www.slamb.org/> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven, the repository and Apache projects

2005-08-23 Thread Scott Lamb
it to stop trying entirely, not just stop trying to get it from the one repository. Regards, Scott -- Scott Lamb <http://www.slamb.org/> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [maven-1.1-beta-1] native2ascii

2005-08-21 Thread Scott Lamb
I use the same ant version as the rest of maven? Is there a system property somewhere that indicates this version? Regards, Scott -- Scott Lamb <http://www.slamb.org/> - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [maven-1.1-beta-1] native2ascii

2005-08-19 Thread Scott Lamb
On Aug 19, 2005, at 12:00 PM, Scott Lamb wrote: - how can I make this work anyway? (for the time being, the same buildfile has to work with maven 1.0.2 also.) I imagine there's an easy classpath trick, since this jar is in the ibiblio maven repository. The trick eludes me, though

[maven-1.1-beta-1] native2ascii

2005-08-19 Thread Scott Lamb
s.jar included? - how can I make this work anyway? (for the time being, the same buildfile has to work with maven 1.0.2 also.) I imagine there's an easy classpath trick, since this jar is in the ibiblio maven repository. The trick eludes me, though. - why doesn't maven give an er

Re: Where's the source?

2005-08-17 Thread Scott Lamb
On 17 Aug 2005, at 21:12, Scott Lamb wrote: I also was hoping to find a tag in the Subversion repository. I can't find the repository, though! <http://maven.apache.org/cvs- usage.html> has a link to ViewCVS. I'd hoped that this page would include the actual repository path

-Dlog4j.configuration?

2005-08-17 Thread Scott Lamb
know how to diagnose, either - adding "-X" doesn't tell me anything interesting. "-e" is closer - I can get a stack trace - but it appears to be coming from a jelly file, and the stack trace doesn't say which. Any ideas woul

Where's the source?

2005-08-17 Thread Scott Lamb
? Better yet, can someone change these pages? (and the code that generates them?) Thanks, Scott -- Scott Lamb <http://www.slamb.org/> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m1.1] JCoverage shows 0% for everyting.

2005-08-16 Thread Scott Lamb
On 16 Aug 2005, at 21:22, Scott Lamb wrote: On 16 Aug 2005, at 21:00, Thomas Van de Velde wrote: ?? Any other details available? Its always usefull to compare your config to one that works and look for differences. Here's one that works: http://boss.bekk.no/boss/middlegen/

Re: [m1.1] JCoverage shows 0% for everyting.

2005-08-16 Thread Scott Lamb
's a maven-generated site that doesn't even include cobertura output. -- Scott Lamb <http://www.slamb.org/> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m1.1] JCoverage shows 0% for everything.

2005-08-15 Thread Scott Lamb
to my maven.xml: Good luck. Regards, Scott -- Scott Lamb <http://www.slamb.org/> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [maven] jcoverage examples please?

2005-07-20 Thread Scott Lamb
page and played with maven 1.1 beta 1. I've been meaning to take this up on the maven-plugins- [EMAIL PROTECTED] list. It seems the appropriate place. -- Scott Lamb <http://www.slamb.org/> - To unsubscribe

Re: 1.1-beta-1 sourceModifications problem

2005-06-23 Thread Scott Lamb
seeing when the problem goes away...but it'd be nice if I had something more to go on. Regards, Scott -- Scott Lamb <http://www.slamb.org/>

Re: 1.1-beta-1 sourceModifications problem

2005-06-22 Thread Scott Lamb
On 22 Jun 2005, at 18:31, Brett Porter wrote: Since it repeated several times, I assume this is not just a type in the email: sourceModication -> sourceModification Thanks. I didn't notice this misspelling. Too much slashdot has desensitized me, or something... Regards, Scott

1.1-beta-1 sourceModifications problem

2005-06-22 Thread Scott Lamb
- descriptor.html#class_SourceModification> and worked under maven 1.0.2. Thanks, Scott -- Scott Lamb <http://www.slamb.org/> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dependency scope

2005-06-22 Thread Scott Lamb
mpile-only dependencies (parser generators, etc.). If there's no scope intended for these things, "provided" will be used for them. -- Scott Lamb <http://www.slamb.org/> - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Dependency scope

2005-06-21 Thread Scott Lamb
gain. These classes will either be used in a servlet context (in which case, it will indeed be provided) or not at all. Scott -- Scott Lamb <http://www.slamb.org/>