JVM is performing abort shutdown sequence

2005-08-10 Thread Jeffrey Mutonho
Ever since I included the generating of javadocs in my reports , the jvm started crashing.The exact message is : ... Validating apidocs/net/msl/cbptr1/web/newrecord/struts/AutoTargetNewAction.html Validating apidocs/net/msl/cbptr1/web/newrecord/struts/CopyRecordInitAction.htmlValidating apid

Re: QDoxBuilder

2005-08-10 Thread Jeffrey Mutonho
<[EMAIL PROTECTED]> wrote: > Hello, >what is the goal that your reactor is calling? build-all? > is it present in EVERY of your subproject/maven.xml? > > could you post all your maven.xml? > > regards > marco > > > > On 8/10/05, Jeffrey Mutonho &l

QDoxBuilder

2005-08-10 Thread Jeffrey Mutonho
Hi My build is failing with the following error : Unable to obtain goal [exact-build-all] -- /home/jmu016/.maven/cache/maven-vdoclet-plugin-1.2/plugin.jelly:38:11: vdoclet/docinfo/QDoxBuilder com.werken.werkz.UnattainableGoalException: Unable to obtain goal [build-all] -- /home/jmu016/maven-1.

java.lang.OutOfMemoryError

2005-08-08 Thread Jeffrey Mutonho
Hi I'm getting a java.lang.OutOfMemoryError message during build(see exact error below).I set MAVEN_OPTS=-Xmx512m;export MAVEN_OPTS in my .bash_profile .The machine is a Red Hat Linux Advanced Server release 2.1AS (Pensacola). The actual error message says : [echo] Generating /home/jmu016/

Re: Project website

2005-08-02 Thread Jeffrey Mutonho
It turns out that its a unix permissions issue.Thanx for your response jeff mutonho On 8/1/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > This might be because your web server is running while you are building the > site. You need to stop the web server. > > > On 8/

Project website

2005-08-01 Thread Jeffrey Mutonho
Hi guys My project structure is a as follows: FooProject |_FooProjectLogging |_FooProjectPersistence |_FooProjectBusiness where FooProjectLogging,FooProjectLogging,FooProjectBusiness are individual sub-projects I wish to crea

Re: Checking out a labelled version

2005-06-28 Thread Jeffrey Mutonho
On 6/28/05, Gisbert Amm <[EMAIL PROTECTED]> wrote: > Sorry, I did misunderstand you indeed ;-) > > I'm afraid I cannot help you much further. > > Does Maven complain when you try it from the commandline like that?: > > maven scm:cvs-checkout-project -Dmaven.scm.cvs.module=SQLAdmin > -Dmaven.scm.

Re: Checking out a labelled version

2005-06-28 Thread Jeffrey Mutonho
On 6/28/05, Gisbert Amm <[EMAIL PROTECTED]> wrote: > It's not non-existant, it was formerly there and is obviously still > existing in your version of the SCM plugin. However, it'll vanish when > you upgrade the plugin one day (since it's deprecated). But you're > right: As long as Maven does what

Re: Checking out a labelled version

2005-06-28 Thread Jeffrey Mutonho
On 6/28/05, Gisbert Amm <[EMAIL PROTECTED]> wrote: > I think it should rather be > > >SQLAdmin >SQLAdmin_1_0 > > > > Note that maven.scm.cvs.module is deprecated. I guess you should use > maven.scm.url instead. AFAIR correctly, scm:cvs-checkout-project is also > deprecated and you s

Re: Checking out a labelled version

2005-06-28 Thread Jeffrey Mutonho
On 6/28/05, Gisbert Amm <[EMAIL PROTECTED]> wrote: > Set maven.scm.tag to the tag you want, like: > > maven scm:checkout -Dmaven.scm.tag=FOO ... > > See > http://maven.apache.org/reference/plugins/scm/properties.html I have a preGoal defined SQLAdmin So from what you you're saying

Checking out a labelled version

2005-06-28 Thread Jeffrey Mutonho
I don't know if my first post was displayed on the list (coz i received an e-mail to confirm my subscription).My question is : Is it possible to get Maven to checkout a labelled version of a project in CVS and not necessarily the latest version of the project?If so , how does one specify that?

Re: Problem with Reactor build order

2004-11-12 Thread Jeffrey Mutonho
Hmmm...when I had a similar problem of a messed build order , it was because a "copy and paste" error in one of my project.xml files .I had the same "blah_blah" blah blah in the project.xml files for two different projects.I had copied and pasted from one project.xml file to the other and forgot

checkout question

2004-11-11 Thread Jeffrey Mutonho
I'm using maven to checkout stuff (docs) from a CVS repository and somehow a target directory is being created.I'm running maven from this directory /home/popsearch and wish to have the docs fetched and be placed in /home/popsearch/docs , like what happens with my other projects.At the moment

cache/repository question

2004-11-11 Thread Jeffrey Mutonho
I've got a second user on my Linux box , who's also using maven to do builds.How can I stop his maven setup from downloading the plugin jars , but instead use the existing ones in ~/.maven/cache and ~/maven/repository? jeff - To

including dependencies in zip file

2004-11-02 Thread Jeffrey Mutonho
Hi guys We use Maven to build a distribution for one of our webapps. Currently we successfully build a zip file containing the webapp .war file and many web pages making up the standard maven documentation and some reports etc. What we would like to do is to also include in the zip file the jar f

Re: Cyclic dependencies

2004-10-29 Thread Jeffrey Mutonho
Thanks guys...Am doing that now.We alwways seem safe behind the protection of IDEs , until one bumps into something like this :) jeff mutonho On Fri, 29 Oct 2004 13:45:04 +0200, Bent André Solheim <[EMAIL PROTECTED]> wrote: > The problem with cyclic dependencies in Maven is that you cannot build

Copying jars

2004-10-18 Thread Jeffrey Mutonho
Hi I wish to copy some non-versioned jars (excluding the versioned ones) to a some location and this is what I'm trying and it's not working. Eg if I have Support.jar and Support-1.1.jar , then Support-1.1.jar must be excluded(i.e not copied) .Right now Support.jar and Support-1.1.j

Moving some of the generated ejb deploy classes to another jar

2004-10-05 Thread Jeffrey Mutonho
Hi guys This seems like an impossible task...:) I'm using the was 40 plugin to generate my ejb deploy code.I wish to move some of the generated deploy code from the final ejb jar Support_Messaging-1.1.jar The files that I wish to move are _SupportMQBridge_Stub.class,_SupportMQBridgeHome_Stub.cla

RE:Updating a jar

2004-10-05 Thread Jeffrey Mutonho
Has anyone managed to update a jar that is mentioned as dependency.I've got a postGoal that tries to update one on my jars in the local repository , but jar is a dependency for other sub projects ,and it looks like Ant fails to get a handle on it because it's considered "in use" since it's a depend

Re: Updating a jar

2004-10-04 Thread Jeffrey Mutonho
pport/Support_Messaging/maven.xml:16:95: Unable to rename old file to temporary file Support_MessagingInterface-1.1.jar , is not at all in use , so I don't understand why Ant is failing to update the jar. jeff mutonho On Mon, 4 Oct 2004 11:04:35 +0200, Jeffrey Mutonho <[EMAIL PROTECTED]

Updating a jar

2004-10-04 Thread Jeffrey Mutonho
Hi guys I wanna update a jar sitting un my .../repository/jars/ directory , with some extra classes built in a different sub-project.I've tried using Ant with the update="true" attribute set , but I keep getting "unable to rename old file... to temporary file." Any ideas? jeff mutonho --