Re: Continuum build has out of memory exceptions but wont die

2007-08-08 Thread SkipWalker
With no solution forthcoming, here's an update. I let the server alone while I went to lunch. When I came back, it's still running the build. We're up to 3 hours now. Attempting to delete the build from continuum doesn't work. The delete just hangs and never completes. I assume its

hibernate3 plugin can't resolve maven-hibernate3-api

2006-09-07 Thread SkipWalker
I'm trying to use the hibernate3-maven-plugin from codehaus with maven 2.0.4. I keep getting stuck with the following error regarding hibernate3-api and hibernate3-jdk I don't understand why the dependencies are missing The . Any help is a appreciated. Missing: -- 1)

how do i turn off inclusion of all transitive dependencies? in 2.0.4

2006-08-30 Thread SkipWalker
We're having a problem with our war. Some of the dependencies have transitive dependencies on different versions of the same jar. For instance, some dependency has a transitive dependency of velocity-1.4.jar. Another has velocity-dep-1.4.jar. Other examples include cglib, spring, etc. The

maven-dependency-plugin 2.0 snapshot update needs to be posted

2006-08-29 Thread SkipWalker
The maven-dependency-plugin was updated in July to fix this ClassCastException http://jira.codehaus.org/browse/MDEP-7 How do we get a new 2.0 snapshot posted with this fix? The last snapshot posted was in april. The exception is causing my build to fail whenever it's run as part of a

war plugin 2.0.1 webResources pom.* filtering

2006-07-03 Thread SkipWalker
So my basic question is, how do I get some of my webapp files in my war project to be filtered with my pom.version value? I've done what I think I need to do, but the build appears to be executing the plugin twice or something, creating errors. There some configuration tweak that I can't figure

How do I add pom version + snapshot version number to App About panel?

2006-06-13 Thread SkipWalker
How do I add pom version + snapshot version number (and maybe SVN revision number) to About panel ? I have webstart application with an about panel. For debugging purposes while we work on the app, I'd like the About panel to display the application version along with that snapshot value that

Re: OutOfMemoryError causing build failure that doesn't occur from cmd l

2006-04-19 Thread SkipWalker
Setting the MAVEN_OPTS to -Xms32m -Xmx256m did the trick. Thanks. -- View this message in context: http://www.nabble.com/OutOfMemoryError-causing-build-failure-that-doesn%27t-occur-from-cmd-line-t1469294.html#a3997443 Sent from the Continuum - Users forum at Nabble.com.

OutOfMemoryError causing build failure that doesn't occur from cmd line

2006-04-18 Thread SkipWalker
My multi-project builds a war and uses the tomcat:deploy plugin to deploy the war via the tomcat manager app into tomcat. The build works fine from the command line. However, when run by continuum, the build keeps throwing an OutOfMemoryError when trying to deploy the app. I've increased the

Multi-Project Build: copy resulting jars into dependent webapp

2006-04-13 Thread SkipWalker
I'm trying to get around using the webstart plugin that isn't ready for primetime. In order to do that, I'm trying to use the codehause dependency plugin to copy my webstart application project jar, it's other project dependencies, and some 3rd party dependencies into a directory in my webapp