M1 SCM 1.6.1

2007-03-31 Thread Jon Strayer
Am I the only one for whom the upgrade from the SCM plugin 1.5 to 1.6.1broke the build. Everything worked fine with 1.5. When I upgraded to 1.6.1 it failed with this message: echo] DEPRECATED: scm:validate has been deprecated BUILD FAILED File.. /home/wfausers/wfaoper/.maven/cache/maven-scm

Re: MyEclipse and Maven: Directory conflict

2007-05-08 Thread Jon Strayer
Did you ever get an answer to this? On 9/18/06, Nick Stolwijk <[EMAIL PROTECTED]> wrote: I've got a little problem with MyEclipse and Eclipse project generated by Maven. When I deploy to Tomcat with MyEclipse the directory src/main/webapp is deployed, but the classes are compiled to target/clas

CVS parameters

2007-05-21 Thread Jon Strayer
I'm getting this error when I try to update my project: [ERROR] No CVS root is set. Check your information in the POM. Where in the POM do I set the CVS Root? How can I specify the user id and password outside of the POM? -- Esse Quam Videre To Be, rather than to Seem

Re: CVS parameters

2007-05-21 Thread Jon Strayer
ailing list archives it's not clear to me. Wayne On 5/21/07, Jon Strayer <[EMAIL PROTECTED]> wrote: > I'm getting this error when I try to update my project: > [ERROR] No CVS root is set. Check your information in the POM. > > Where in the POM do I set the CVS Ro

Re: CVS parameters

2007-05-22 Thread Jon Strayer
On 5/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote: I'm not clear -- is this response not sufficient and you're asking for more help, or do you have things working? If you still need help, I'd suggest looking at example pom.xml files for some open source projects to see how they have configured th

Re: CVS parameters

2007-05-22 Thread Jon Strayer
On 5/22/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Jon Strayer a écrit : > On 5/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote: >> >> I'm not clear -- is this response not sufficient and you're asking for >> more help, or do you have things working

Re: CVS parameters

2007-05-23 Thread Jon Strayer
Why would mvn scm:changelog work but mvn scm:update fail? -- Esse Quam Videre To Be, rather than to Seem

Re: CVS parameters

2007-05-23 Thread Jon Strayer
or a bug? :-) On 5/23/07, Wayne Fay <[EMAIL PROTECTED]> wrote: Fail with what error message? Wayne On 5/23/07, Jon Strayer <[EMAIL PROTECTED]> wrote: > Why would mvn scm:changelog work but mvn scm:update fail? > &

Re: CVS parameters

2007-05-23 Thread Jon Strayer
Getting back to my original question, how can I set the password outside of the POM? On 5/21/07, Jon Strayer <[EMAIL PROTECTED]> wrote: I'm getting this error when I try to update my project: [ERROR] No CVS root is set. Check your information in the POM. Where in the POM do I

Re: CVS parameters

2007-05-24 Thread Jon Strayer
andard cvs or in the windows registry if you use cvsnt Emmanuel Jon Strayer a écrit : > Getting back to my original question, how can I set the password outside of > the POM? > > On 5/21/07, Jon Strayer <[EMAIL PROTECTED]> wrote: >> >> I'm getting this error when I

M2 Changelog plugin

2007-05-24 Thread Jon Strayer
When I execute "mvn scm:changelog" it works and generates this log entry (among others) [INFO] Executing: cvs -z3 -f -d : pserver:[EMAIL PROTECTED]:12310/appl/pkg1/cvs/reps/theteam/cvs -q log When I add the changelog report to my pom and execute "mvn site" it fails and generates these log entries

Re: CVS parameters

2007-05-25 Thread Jon Strayer
gs.xml ... cvs_conf username mypassword cvs_conf ... Emmanuel Jon Strayer a écrit : > I don't mind putting it in settings.xml. What do I need to wrap it in? > > On 5/24/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: >> &g

Re: [M2] Site upload

2007-05-25 Thread Jon Strayer
I could use a copy of that jar too. On 5/25/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote: Jens, Are you complaining about the fact that wagon-ftp currently is not implemented to support directory copy? That can be fixed easily, it just needs to be implemented. I can send you a compiled jar w

M2 classpath generation

2007-06-06 Thread Jon Strayer
I'm currently using maven 2. Most of our applications are batch applications that run from cron via a bash script. I've written a plugin that (among other things) will read through the pom and generate a file that sets the class path correctly for this application. Is there anything like this f

Re: M2 classpath generation

2007-06-06 Thread Jon Strayer
Goals( DefaultLifecycleExecutor.java:539) I suspect a configuration error, but I don't know where. On 6/6/07, Steven Rowe <[EMAIL PROTECTED]> wrote: This Appassembler plugin will do this and more: http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/ Jon Strayer wrote: > I'm curre

Re: M2 classpath generation

2007-06-06 Thread Jon Strayer
; Also, you should be running this goal like so: mvn package appassembler:assemble Steve Jon Strayer wrote: > I'm getting this exception when I try mvn appassembler:assemble > > [INFO] Trace > java.lang.NullPointerException >at > org.apache.maven.artifact.install

Almost there

2007-06-09 Thread Jon Strayer
I'm trying to create my Maven 1 deployment process with Maven 2. I think I'm almost there. The end result is to be a tarball with the project jar and all dependencies in a lib directory and a scripts directory which has the startup script that calls a generated file that sets the class path. The

Deploying to two servers

2007-06-14 Thread Jon Strayer
Most of the time when I want to deploy a project I want the jar file copied to the remote repository. But some of the time I want a tarball copied to the production server. How can I do this? -- Esse Quam Videre To Be, rather than to Seem

Re: copy file in maven

2007-06-14 Thread Jon Strayer
Is there any documentation on the wagon plugin? On 6/14/07, Ralf Quebbemann <[EMAIL PROTECTED]> wrote: Hi, maybe it's not the best way to use the recommended copy-maven-plugin. Although it does its job (and yes I wrote it) there are plugins out there which have better capabilities. You might

Assembly plug-in

2007-06-15 Thread Jon Strayer
Can I control where the assembly plug-in puts the assembly file it creates? -- Esse Quam Videre To Be, rather than to Seem

Profiles

2007-06-15 Thread Jon Strayer
Is it possible to have a default profile that is activated only when no other profile is activated? -- Esse Quam Videre To Be, rather than to Seem

Surefire report failure.

2007-06-15 Thread Jon Strayer
I have a main project with two subprojects. Both of the subprojects use the surefire report. The main project does not. I can run mvn:site on either of the subprojects and it works fine. But when I run on the main project it fails with this error message: [INFO] Error getting reports from the

Plug-in snapshots and releases

2007-06-18 Thread Jon Strayer
I have a project that uses dashboard-maven-plugin which is currently released as a SNAPSHOT only. When I try to start the release process with mvn release:prepare it fails because a plug-in used in a report is a SNAPSHOT. Why? How do I work around this? -- Esse Quam Videre To Be, rather than t

Re: Plug-in snapshots and releases

2007-06-18 Thread Jon Strayer
u could try upgrading to that. On 6/18/07, Jon Strayer <[EMAIL PROTECTED]> wrote: > > I have a project that uses dashboard-maven-plugin which is currently > released as a SNAPSHOT only. > > When I try to start the release process with mvn release:prepare it fails > beca

help:describe throws NPE

2007-06-18 Thread Jon Strayer
Would this indicate a problem with the dashboard-name-plugin? Here is the command line: mvn help:describe -Dmojo=describe -DgroupId=org.codehaus.mojo-DartifactId=dashboard-maven-plugin -Dfull=true -Dversion= 1.0-SNAPSHOT Here is the stack trace: java.lang.NullPointerException at org.apach

Maven Eclipse and the Eclipse debugger

2007-06-21 Thread Jon Strayer
I just noticed that while debugging in Eclipse some of the time I can see local variables and others I can't. The difference seems to be that when I can't see local variables the Eclipse project was created via "mvn eclipse:eclipse". Has anyone else noticed this? -- Esse Quam Videre To Be, rath

Re: Maven Eclipse and the Eclipse debugger

2007-06-21 Thread Jon Strayer
Never mind. It was the CodePro coverage that caused the problem. On 6/21/07, Jon Strayer <[EMAIL PROTECTED]> wrote: I just noticed that while debugging in Eclipse some of the time I can see local variables and others I can't. The difference seems to be that when I can't see

Error deploying

2007-06-28 Thread Jon Strayer
What does this error mean: [INFO] [site:deploy] [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Unsupported protocol: 'ftp' Embedded error: Cannot find wagon

Re: Error deploying

2007-06-29 Thread Jon Strayer
It means you don't have this in your build element: org.apache.maven.wagon wagon-ftp On 6/28/07, Jon Strayer <[EMAIL PROTECTED]> wrote: What does this error mean: [INFO] [site:de

Checkstyle report fails on release, not site

2007-07-09 Thread Jon Strayer
I have a parent pom that all my projects inherent. It configures the checkstyle plugin like this: ../theteam/checkstyle.xml ../theteam/header.txt

Re: Checkstyle report fails on release, not site

2007-07-10 Thread Jon Strayer
odules. it seems the checkstyle plugin is not aware of that difference and is looking at the wrong location. i do both site and release from the the parent pom and it works this way. but single module builds fail in my case. Well, at least we are seeing the same thing. :-) Jon Strayer s

Re: Checkstyle report fails on release, not site

2007-07-10 Thread Jon Strayer
maven-checkstyle-plugin/examples/multi-module-config.html kinda solves this issue :) (havent tested it yet but it looks good) Jon Strayer schrieb: > On 7/10/07, ossi petz <[EMAIL PROTECTED]> wrote: >> >> hallo >> >> well parent poms and relative paths. a long s

Re: [M1.1 Oct Snapshot] cannot generate jar/site

2007-01-31 Thread Jon Strayer
On 10/12/06, Benoit Xhenseval <[EMAIL PROTECTED]> wrote: Hi *, I've downloaded the october 9 snapshot and installed in on top of the August one. I get this error when I do nearly anything (jar, site, etc) BUILD FAILED File.. file:/C:/project/objectlabkit/maven.xml Element... attainGoal Li

ARchetype

2008-06-05 Thread Jon Strayer
I'm having trouble getting the archetype plugin to update. I deleted all the versions in my personal repository. But when I run "mvn archetype:generate" it downloads version 1.0-aplha-4 instead of the latest version 2.0-alpha-3. Looking at the meta data at http://repo1.maven.org/maven2/org/apach

Maven & Windows

2008-09-18 Thread Jon Strayer
I've been using Maven for about seven years now without any real problems. I just changed jobs and now instead of a Unix server for the build server I'm got a Windows server. Today a build failed saying that the directory it was supposed to dump the generated web site to didn't exist. It didn't h

Re: Maven & Windows

2008-09-19 Thread Jon Strayer
re information, but you can get similar things > with paths that are too long, for example (though I think the message > is different to "doesn't exist"). The other problem might be spaces. > > - Brett > > 2008/9/19 Jon Strayer <[EMAIL PROTECTED]>: > >

Re: Possible bug when using ant:run in build configuration

2008-10-06 Thread Jon Strayer
Where is this documented? On Tue, Sep 16, 2008 at 1:45 PM, L. J. <[EMAIL PROTECTED]> wrote: > compile is part of mvn package and install build lifecycle. > > On Tue, Sep 16, 2008 at 8:44 AM, dmcgeown <[EMAIL PROTECTED]> wrote: > >> >> Hello, im having a problem when trying to run some ant tasks wi

Problem moving property file around

2008-10-06 Thread Jon Strayer
Hang with me, this takes a while to explain. :-) I'm trying to add a build number to a footer panel in GWT. CruiseControl passes the build label to Maven. Maven copies a properties file while performing a substitution which gives me a properties file in target/classes with the correct values in

Re: Problem moving property file around

2008-10-07 Thread Jon Strayer
n Mon, Oct 6, 2008 at 8:08 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > I don't quite get it... it sounds like you don't want the properties > file in CVS at all, so the solution you have at the end is fine. What > are the surprises you are concerned about? > >

Re: Problem moving property file around

2008-10-07 Thread Jon Strayer
- Brett > > 2008/10/8 Jon Strayer <[EMAIL PROTECTED]>: >> Well, the configuration I have for the scm plugin didn't work: >> >>org.apache.maven.plugins >>maven-scm-plugin >> >>develope

Re: Problem moving property file around

2008-10-08 Thread Jon Strayer
On Tue, Oct 7, 2008 at 9:36 AM, Jon Strayer <[EMAIL PROTECTED]> wrote: > Well, the configuration I have for the scm plugin didn't work: > >org.apache.maven.plugins >maven-scm-plugin > >

Phase property?

2008-10-11 Thread Jon Strayer
I have some executions attached to three phases (validate, process-resources & process-classes) that it would like to execute only once per build. What's the best way to achieve that? I tried using the ant-run plugin to set a property but that doesn't seem to be working (I haven't figured out why

Re: Phase property?

2008-10-13 Thread Jon Strayer
I was going to attach a fourth run to pre-site that would set the property to block the others. On Sun, Oct 12, 2008 at 7:43 PM, Brett Porter <[EMAIL PROTECTED]>wrote: > I don't quite understand your use case. Wouldn't it always run in > validate and block the others? >

CVS command line parameters

2008-10-13 Thread Jon Strayer
How can I pass command line parameters to CVS? I want to do an update with -C. -- Esse Quam Videre To Be, rather than to Seem

Congratulations to the Maven team

2008-10-13 Thread Jon Strayer
Ok, so I'm a bit late here, but I just wrote my first Maven 2 plugin and I can't believe how easy it was. I know how hard it can be to make something easy, so thank you and congratulations. -- Esse Quam Videre To Be, rather than to Seem

Re: Phase property?

2008-10-14 Thread Jon Strayer
ess to the project properties itself > so that logic would need to be in plugins of their own. > > - Brett > > 2008/10/14 Jon Strayer <[EMAIL PROTECTED]>: > > I was going to attach a fourth run to pre-site that would set the > property > > to block the others. > &

Missing resource error

2008-11-07 Thread Jon Strayer
Is anyone else seeing errors like this? The clean plugin pom url is good. The jar is in the directory. I'm baffled. Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom [INFO] -

Is dependency exclusion broken for WAR files?

2008-11-13 Thread Jon Strayer
I added XFire-all to my dependencies and it pulled in all of the submodules of XFire. I want to exclude them from the war so I added them as exclusions to the XF-all dependency. They are sill being added to the war. Did I do something incorrectly or is it broken? -- Esse Quam Videre To Be, rat

Re: Is dependency exclusion broken for WAR files?

2008-11-13 Thread Jon Strayer
I guess not. Thanks. On Thu, Nov 13, 2008 at 12:47 PM, Heinrich Nirschl < [EMAIL PROTECTED]> wrote: > Did you run mvn clean before the new build? > > > On 11/13/08, Jon Strayer <[EMAIL PROTECTED]> wrote: > > I added XFire-all to my dependencies and it pulled in

Repository problems

2009-04-07 Thread Jon Strayer
After building correctly 28 times since I added at dependency on iText, my build just stared failing with this error message: [INFO] artifact com.lowagie:itext: checking for updates from central [WARNING] repository metadata for: 'artifact com.lowagie:itext' could not be retrieved from repository:

Re: Repository problems

2009-04-07 Thread Jon Strayer
Brett > > > On 08/04/2009, at 12:17 AM, Jon Strayer wrote: > > After building correctly 28 times since I added at dependency on iText, my >> build just stared failing with this error message: >> >> [INFO] artifact com.lowagie:itext: checking for updates from central

Re: Repository problems

2009-04-07 Thread Jon Strayer
e, but you can run with -X to see the > cause of the transfer error. It's likely not a content problem. > > - Brett > > > On 08/04/2009, at 12:17 AM, Jon Strayer wrote: > > After building correctly 28 times since I added at dependency on iText, my >> build jus

Dependency management management

2009-04-21 Thread Jon Strayer
Our project has about 65 dependencies listed. I just discovered that one was listed twice. Is there a tool that will detect that for me? Or, perhaps one that will sort the dependencies to make it easier to scan for duplicates? -- All religions are Scientology complete -

Multiple versions of Commons logging

2010-02-03 Thread Jon Strayer
What is the below trying to tell me? It looks like the site plugin 2.1 has a dependency on commons logging 1.0.4 and that's messing something up. How do I fix it? 03-Feb-2010 02:15:50 [FATAL ERROR] org.apache.maven.plugins.site.SiteMojo#execute() caused a linkage error (java.lang.ExceptionInInit

Weblogic plugin early exit

2010-02-18 Thread Jon Strayer
I have a not very interesting pom that builds an ear from a war. I recently added two tasks. The first task (antrun) copies the ear to a known location. The second task deploys the ear to a weblogic server using the Codehaus weblogic plugin. I've attached the antrun task to "package" and the we

My build fails on build server by not workstation

2010-08-03 Thread Jon Strayer
I have a problem where my maven build works fine on my laptop but compilation fails on the build server. I've already blown away both local repositories but that didn't help. I ran help:effective-pom on both but there are no unexpected differences. Do you have any idea what else I should look at

Re: My build fails on build server by not workstation

2010-08-04 Thread Jon Strayer
uces to "I have something wrong in the configuration of > my build server, can anyone fix this sort of problem through psychic means?" > > I am out! Not that "in tune" with the universe and your server in > particular. > > Ron > > > > On 03/08/2010 5:04 PM, J

Re: My build fails on build server by not workstation

2010-08-05 Thread Jon Strayer
e to complete the build. > > POMs aren't the only thing that Maven uses. > You have a settings.xml file on your computer. What is the difference > between that and your build server? > > > Ron > > > On 04/08/2010 9:47 AM, Jon Strayer wrote: > >> What confi

FYI Repo "hacked"?

2010-11-29 Thread Jon Strayer
On the 24th of November my reports build failed. The failure message is: Unable to read local copy of metadata: Cannot read metadata from 'e:\repo\org\apache\maven\skins\maven-default-skin\maven-metadata-java.net.xml': end tag name must be the same as start tag from line 7 (position: TEXT seen .

Re: FYI Repo "hacked"?

2010-11-29 Thread Jon Strayer
gt; Lets look at this closely: > > On Mon, Nov 29, 2010 at 8:36 AM, Jon Strayer wrote: > > On the 24th of November my reports build failed. The failure message is: > > Unable to read local copy of metadata: Cannot read metadata from > > > 'e:\repo\org\apache\maven

Odd dependency provlem (gwt-dev 2.3.0)

2011-05-19 Thread Jon Strayer
I have a Maven project with a dependency on gwt-dev.jar version 2.3.0. Maven says it can't download it. It's in my local repository, so it had to download it at some point. What could happen to make it not recognize it? -- Take it down a notch or three

Re: Odd dependency provlem (gwt-dev 2.3.0)

2011-05-19 Thread Jon Strayer
is my pom entry from the effective pom: com.google.gwt gwt-dev 2.3.0 provided There is nothing there about a classifier. On Thu, May 19, 2011 at 8:32 AM, Jon Strayer wrote: > I have a Maven project with a dependency on gwt-dev.jar version 2.3.0. > Mav

Re: Odd dependency provlem (gwt-dev 2.3.0)

2011-05-19 Thread Jon Strayer
to see where it is coming from. > > /Anders > > On Thu, May 19, 2011 at 14:51, Jon Strayer wrote: > > > I just noticed this. This is how maven suggested I install it:: > > Then, install it using the command: > > mvn install:install-file > > -DgroupId=com.

Almost done

2007-07-11 Thread Jon Strayer
I'm converting from Maven 1.0 (with a custom plugin for deploying tarballs) to Maven 2.0. I previously discovered that this set of comands does what my M1 plugin did: mvn clean package appassembler:assemble assembly:assembly wagon:deploy That is, it collects all the dependencies, creates a run

Re: Release and Changes plugin

2007-10-24 Thread Jon Strayer
Did anyone ever answer this? On 5/10/07, Chris Helck <[EMAIL PROTECTED]> wrote: > > Hi, > > I've started using the changes plugin. Does it integrate with the > release plugin? What I mean is if changes.xml contains a line like: > > > > When I run release:prepare, release:peform I'd like the l

Version check

2007-11-17 Thread Jon Strayer
What do you think of the idea of a Maven plugin that would search the repositories for updated versions of your dependencies? It could have an auto update mode where it would change the version in your pom and an interactive mode where it asks you if it should update the pom. -- Esse Quam Vider

User id for SCP

2007-11-26 Thread Jon Strayer
How do I set the user id maven uses when deploying via scp? -- Esse Quam Videre To Be, rather than to Seem

cvs ssh problem

2008-03-30 Thread Jon Strayer
Given this scm entry from a pom: scm:cvs:ext:${cvs.user)@ freehost3270.org:/home/jstrayer/cvsroot:freehost3270 when I execute mvn scm:update It just hangs as if it's waiting for a password somewhere. But when I execute ssh [EMAIL PROTECTED] I am connecte

Re: cvs ssh problem

2008-03-31 Thread Jon Strayer
On Sun, Mar 30, 2008 at 11:54 PM, Barrie Treloar <[EMAIL PROTECTED]> wrote: > On Mon, Mar 31, 2008 at 12:31 PM, Jon Strayer <[EMAIL PROTECTED]> wrote: > > Given this scm entry from a pom: > > > > > > scm:cvs:ext:${cvs.user

null in artifact name

2008-03-31 Thread Jon Strayer
I have a project with several modules. All of the modules are packaged in a file named null-1.0.0-SNAPSHOT. I generated the effective pom for one of the modules and got: freehost3270-proxy ${artifactId}-1.0.0-SNAPSHOT Given those two entries, how do I end up with "null" in the package name?

Re: null in artifact name

2008-03-31 Thread Jon Strayer
On Mon, Mar 31, 2008 at 3:34 PM, Jon Strayer <[EMAIL PROTECTED]> wrote: > I have a project with several modules. All of the modules are packaged in > a file named null-1.0.0-SNAPSHOT. > > I generated the effective pom for one of the modules and got: > > freehost3270

Re: cvs ssh problem

2008-03-31 Thread Jon Strayer
I fixed this by performing the update via cvs on the command line. After that Maven worked fine. It seems it was hanging on the prompt about host authentication. On Mon, Mar 31, 2008 at 8:16 AM, Jon Strayer <[EMAIL PROTECTED]> wrote: > On Sun, Mar 30, 2008 at 11:54 PM, Barrie Treloa

Re: cvs ssh problem

2008-03-31 Thread Jon Strayer
On Mon, Mar 31, 2008 at 5:13 PM, Jon Strayer <[EMAIL PROTECTED]> wrote: > I fixed this by performing the update via cvs on the command line. After > that Maven worked fine. > > It seems it was hanging on the prompt about host authentication. > > I take that back. mvn

changelog vs scm:update

2008-04-01 Thread Jon Strayer
How can I have scm:update work, but changelog:changelog fail with this message: Embedded error: cvs repository connection string doesn't contain six tokens BTW, my cvs repository connection string is scm:cvs:pserver:${cvs.user):${cvs.password}@ cipe801.sldc.sbc.com:12310:/appl/pkg1/cvs

Finding source

2008-04-01 Thread Jon Strayer
Does anyone have a good way of finding the source for a Maven class? I've been looking for org.apache.maven.util.RepositoryUtils for about half an hour and I can't find it. -- Esse Quam Videre To Be, rather than to Seem

Re: changelog vs scm:update

2008-04-02 Thread Jon Strayer
OTECTED]:12310 :/appl/pkg1/cvs/reps/theteam/cvs:cans BTW, I count eight tokens (seven delimiters). Which two shouldn't be there? > > On 4/1/08, Jon Strayer <[EMAIL PROTECTED]> wrote: > > How can I have scm:update work, but changelog:changelog fail with this > > messa

codeczar.com

2006-05-01 Thread Jon Strayer
For everyone who might have www.codeczar.com/maven in their repository list it seems the domain has expired. -- Esse quam videri (to be rather than to seem)

[1.1] Hung build - threaddump

2006-05-07 Thread Jon Strayer
I occasionally get hung maven builds with cruise control. About one a day (that's about one every 40 builds or so). I finally got a thread dump. I can't make sense of it. Can anyone help? FYI, this is Maven 1.1 Beta 2, but I've had the problem with as long as I can remember (that would take i

Re: [1.1] Hung build - threaddump

2006-05-08 Thread Jon Strayer
On 5/8/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: On Sun, 7 May 2006, Jon Strayer wrote: Hi, I assume you've gone through your share of JDK's in all this time? If not, can you try with a newer JDK? Not yet. I a couple of months I can. BTW, a later hang up was in

Re: [ANN] Maven Test Plugin 1.8 for Maven 1.x released

2006-05-08 Thread Jon Strayer
I just installed this plugin an now my builds fail with this exception: Any ideas? java.lang.NullPointerException at org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.formatOutput (XMLJUnitResultFormatter.java:253) at org.apache.tools.ant.taskdefs.optional.junit.

Working with Branches

2005-09-20 Thread Jon Strayer
Today, for the first time ever, I needed to branch a project in CVS. How do I access that branch with Maven?

Maven hanging

2005-10-03 Thread Jon Strayer
This is a strange one. We have been using maven for about two years now. As of today when one of my developers issues the command: maven -X wb:update He gets this output: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Initializin

SIGQUIT

2005-10-07 Thread Jon Strayer
I'm having a problem with a Maven build hanging under cruisecontrol. When I send cruisecontrol a SIGQUIT I get a stack trace, but when I send it to the maven process cc is waiting for I don't. Does Maven trap SIGQUIT? If not, does anyone have any idea where the stack trace is? -- Esse quam vid

Re: [M1.0.2] Question about best practice for SNAPSHOT jars

2005-10-19 Thread Jon Strayer
On 10/19/05, Ballard, Ken <[EMAIL PROTECTED]> wrote: > We're periodically deploying SNAPSHOT verions so that developers can work on > projects that depend on projects that are being actively developed and get > the latest changes. It works, but the problem is that with developers using > jar:deploy

[1.1] Problem with mock dependeny

2006-02-20 Thread Jon Strayer
I'm in the process of upgrading from 1.02 to 1.1 beta 2 and I've run into a strange (to me) problem. We have several projects with dependencies on the MockObjects project (only at test time). The jar is in the repository, but it's not being added to the class path when compiling the tests. Ever

Re: [1.1] Problem with mock dependeny

2006-02-20 Thread Jon Strayer
On 2/20/06, Jon Strayer <[EMAIL PROTECTED]> wrote: > > I'm in the process of upgrading from 1.02 to 1.1 beta 2 and I've run into > a strange (to me) problem. We have several projects with dependencies on > the MockObjects project (only at test time). The jar is in th

Ant FTP task in 1.1

2006-02-22 Thread Jon Strayer
I've got a plugin that uses the Ant FTP task. I just upgraded to MAven 1.1Beta 2 and now it's getting the following error: taskdef class org.apache.tools.ant.taskdefs.optional.net.FTP cannot be found I added a dependency on the ant-commons-net but that didn't seem to help. Any other ideas? -- E

Re: Ant FTP task in 1.1

2006-02-22 Thread Jon Strayer
On 2/22/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > you need to add this dependency in the root classloader > you can have a look at the site plugin dependencies. Thanks, that fixed it. Arnaud > > On 2/23/06, Jon Strayer <[EMAIL PROTECTED]> wrote: > >

[1.1] ant:fileset

2006-02-24 Thread Jon Strayer
I'm getting this error: Element... ant:fileset Line.. 384 Column -1 org/apache/commons/net/ftp/FTPClient for this code (that worked under 1.0) Does anyone have any idea what's going wrong? -- Esse quam videri (to be rather than

Re: [1.1] ant:fileset

2006-02-24 Thread Jon Strayer
ven-1.x/using/developing-plugins.html#Plugin_dependencies > > Arnaud > > On 2/24/06, Jon Strayer <[EMAIL PROTECTED]> wrote: > > > > I'm getting this error: > > > > Element... ant:fileset > > Line.. 384 > > Column -1 > > org/apache/commo

Re: [1.1] ant:fileset

2006-02-24 Thread Jon Strayer
On 2/24/06, Jon Strayer <[EMAIL PROTECTED]> wrote: > > Yes, thanks, I fixed that problem, now I'm getting this: > > File.. C:\Documents and Settings\js6285\.maven\cache\wbnt- > deploy-plugin-1.1.3\plugin.jelly > Element... ant:ftp > Line.. 383 > Column

Re: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Jon Strayer
How are we supposed to use the new history feature? On Fri, 4 Mar 2005 22:02:54 +0100, Vincent Massol <[EMAIL PROTECTED]> wrote: > The maven team is pleased to announce the Maven Clover Plugin 1.8 release! > > http://maven.apache.org/reference/plugins/clover/ > > The Clover plugin allows measur

Re: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Jon Strayer
On Tue, 08 Mar 2005 17:31:41 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > after setting the following properties in project.properties > > maven.clover.history.dir=/my/history/dir > maven.clover.database=/my/history/dir/database/clover_coverage.db I've got those defined, but I h

Re: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Jon Strayer
On Tue, 8 Mar 2005 19:12:53 +0100, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi Jon, > > Yes, I'm still missing documentation that needs to be added. I'll work on > that during this week... > > You need to call the goal clover:save-history whenever you wish to save a > Clover history point. I

Re: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Jon Strayer
On Tue, 8 Mar 2005 13:42:27 -0500, Jon Strayer <[EMAIL PROTECTED]> wrote: > Looking in target/docs/clover/history/img I see a zero byte file named > chart0.jpg. Is clover trying to use X to draw the chart? Yep, that's it. I need to add -Djava.awt.headless=true to my command

Re: maven and cruisecontrol

2005-04-06 Thread Jon Strayer
Stephen Gray wrote: > Hi, > > I am trying to use maven to kick off cruisecontrol but Im having a problem > with my cvs connection. I am using the following in my project.xml > scm:cvs:local:ignored:/home/cvs:devbase which works fine when I run maven on > its own. Im getting the following error; B

Checkstyle 3.5

2005-04-07 Thread Jon Strayer
Does anyone have any idea when the checkstyle plugin will be updated to use checkstyle 3.5? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Professional Java Tools for Extreme Programming

2005-05-12 Thread Jon Strayer
> If you could wait for some weeks, here is the new Vincent Massol's book: > http://www.oreilly.com/catalog/mavenadn/index.html > (available mid-June) Which brings to mind the question, how useful will this book be with Maven 2? Dogs believe they are humans. Cats believe they are God. --

Email Address change

2005-05-23 Thread Jon Strayer
FYI, if anyone is still using my [EMAIL PROTECTED] email address it is going away this June. Please use [EMAIL PROTECTED] instead. Thanks, Jon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Email Address change

2005-05-23 Thread Jon Strayer
On 5/23/05, Jon Strayer <[EMAIL PROTECTED]> wrote: > FYI, if anyone is still using my ... Sorry. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >