Maven 1 subversion repository

2005-08-22 Thread Jon Strayer
What's the path/url to the subversion repository for Maven plugins?

Re: Maven 1 subversion repository

2005-08-22 Thread Jon Strayer
Never mind. I got ot. On 8/22/05, Jon Strayer [EMAIL PROTECTED] wrote: What's the path/url to the subversion repository for Maven plugins?

Modifying releases.jsl

2005-08-24 Thread Jon Strayer
I modified the multi-releases plugin to add a column containing the current version of the product. This makes it easier for me to find dependencies that I might have to release before I release my application. The report now looks something like this: Project nameLatest versionReleased

How to tell the version of jar.

2005-09-01 Thread Jon Strayer
I'm trying to integrate an existing project into our build cycle. None of the jars had version numbers in their names. The solution I came up with was to download md5.exe from http://www.fourmilab.ch/md5/ and use google to look up the digests it printed out. In each case, the name of the

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

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

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 (or

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: release version=SNAPSHOT date=2007-03-01 description=Bug Fixes When

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

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

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

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..

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

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 repository 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
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 repository information in the POM. Where in the POM do I set the CVS Root? How can I specify the user id

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

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? If you still need help, I'd suggest looking

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
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? -- Esse Quam Videre To Be, rather than to Seem

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 repository information in the POM. Where in the POM do I set

Re: CVS parameters

2007-05-24 Thread Jon Strayer
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 try to update my project: [ERROR] No CVS root is set. Check

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
/activeProfile /activeProfiles ... /settings 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: You can run a cvs login command so you won't have to store your password in your pom

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

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

Re: M2 classpath generation

2007-06-06 Thread Jon Strayer
( 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 currently using maven 2. Most

Re: M2 classpath generation

2007-06-06 Thread Jon Strayer
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.installer.DefaultArtifactInstaller.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.

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

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

Re: Plug-in snapshots and releases

2007-06-18 Thread Jon Strayer
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 because a plug-in used in a report is a SNAPSHOT. Why

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

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,

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 local variables

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

Re: Error deploying

2007-06-29 Thread Jon Strayer
It means you don't have this in your build element: extensions extension groupIdorg.apache.maven.wagon/groupId artifactIdwagon-ftp/artifactId /extension /extensions On 6/28/07, Jon Strayer [EMAIL PROTECTED] wrote: What does

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: configuration configLocation ../theteam/checkstyle.xml /configLocation headerLocation

Re: Checkstyle report fails on release, not site

2007-07-10 Thread Jon Strayer
. 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 schrieb: I

Re: Checkstyle report fails on release, not site

2007-07-10 Thread Jon Strayer
-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 story. have you issued the site command from the sub-modules

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: Classpath

2003-03-23 Thread Jon Strayer
Justinus Jon Strayer wrote: I have some unit tests that search the classpath for configuration or data files. How can I add the directories these files are in to the classpath used when the unit tests run

Re: Classpath

2003-03-23 Thread Jon Strayer
** Reply to message from Justinus Menzel [EMAIL PROTECTED] on Sun, 23 Mar 2003 15:24:54 -0500 Thanks. I'm the world's worst proofreader. I guess you need an extra resource item inside of resources! Jon Strayer wrote: ** Reply to message from Justinus Menzel [EMAIL PROTECTED] on Sun, 23

Re: PROPOSAL: test levels

2003-06-23 Thread Jon Strayer
** Reply to message from Brett Porter [EMAIL PROTECTED] on Tue, 24 Jun 2003 00:37:01 +1000 (EST) There will also be the special case of -Dmaven.test.sets=all, which will run everything. Or perhaps test:test-all? They could all use the same unitTestSourceDirectory, or move those into each

Re: Maven run stops on compile error

2003-06-25 Thread Jon Strayer
** Reply to message from Martin Skopp [EMAIL PROTECTED] on 25 Jun 2003 08:16:17 +0200 On Wed, 2003-06-25 at 01:19, Oliver Dohmen wrote: In my current project i`ve tried to compile all sources via Cron and want to generate and publish the site to the intranet every night. Same do I

Beta 10 Clover Report Error

2003-07-25 Thread Jon Strayer
I have been running Beta 9 on Win2K without any problems. Recently I loaded Beta 10 on my HPUX box (which is where I want it to run from). I'm getting an error in clover report: [clover-report] [ERROR] Velocity.ResourceManager.getResource() parse exception:

More problems with clover

2003-07-27 Thread Jon Strayer
What causes this problem? 2003-07-27 15:01:11,909 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.core.IfTag doesn't support the nested available element. I'm running Maven B-9 on HPUX and JDK 1.4.1 -- What this country needs is a good five cent

Maven/Clover failure

2003-08-03 Thread Jon Strayer
Could someone decode this for me. I don't know where to begin looking. [clover-report] Clover Version 1.2, built on June 10 2003 [clover-report] 30 day Evaluation Version distributed via the Maven Jar Repository. [clover-report] Clover is not free. You have 30 days to evaluate it.

String trim

2003-11-19 Thread Jon Strayer
How do you trim a string in Jelly? I had a problem where the checkstyle plugin stoped being able to find my checkstyle settings. I traced it down to trailing spaces in the project.properties file. -- Hell hath no fury like a vested interest masquerading as a moral principle.

target/classes not being created.

2003-11-24 Thread Jon Strayer
When I type the command: maven clean site:deploy I get the following error: [echo] Generating the PMD Report... pmd:report: [echo] Running the PMD task with

Clover and dashboard

2005-01-12 Thread Jon Strayer
II have one main project and 27 subprojects. I've changed my build process so that each time a subproject is built it's website is regenerated. My problem is with the dashboard report for the main site. All the other summaries seem to work, but the clover summaries are all blank.

Re: Clover and dashboard

2005-01-12 Thread Jon Strayer
Siegfried Goeschl Jon Strayer wrote: II have one main project and 27 subprojects. I've changed my build process so that each time a subproject is built it's website is regenerated. My problem is with the dashboard report for the main site. All the other summaries seem to work

Re: Consistent java.exe crash for site:generate

2005-01-12 Thread Jon Strayer
Guy Davis wrote: I was hoping that someone may have run into this before. I'm trying to move our current large project using Ant over to Maven for building. The jar target works fine. However when I run site:generate, I can consistently get a Windows error report message that java.exe has

Re: Clover and dashboard

2005-01-14 Thread Jon Strayer
and dashboard Hi Jon, I just had this problem - in my case the clover.xml was not generatedby default - so I set maven.clover.report.xml=true to enforce the creation. Hope this helps Siegfried Goeschl Jon Strayer wrote: II have one main project and 27 subprojects

Re: code review plugin

2005-01-16 Thread Jon Strayer
Jeffrey Bonevich wrote: Would anyone be interested in a maven plugin I wrote that just gathers up javadoc-style code review annotations (@reviewed user -MM-dd some notes) and presents them in a report very similar to tasklist? That sounds cool to me. For those who like this sort of

Build hanging

2005-02-04 Thread Jon Strayer
I'm using Maven and CruiseControl for my builds (28 projects). Lately (maybe a month or so) I've been seeing occasional build hangs. It doesn't hang at the same place, but it seems to be at some point in build the web site. It happens no matter how many threads CruiseControl uses. It just

Re: Dependcies related question

2005-02-09 Thread Jon Strayer
Kaloyan Enimanev wrote: Hi dan, thanks for your quick response :) I don't like this behaviour, because I'm new to Maven and I just jumped over from Ant. Ant used to solve this problem automatically when you tell him that one project depends on another. So I want to have a way, to issue a single

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 measuring

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 haven't

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 added

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 line to get

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; BUILD

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]

Xdoc, URLs and

2005-05-25 Thread Jon Strayer
I would like to include a url that has a few parameters in an xdoc. The URL is long, but it looks something like this: http://blablabla.com//fn_custom_login.asp?hidetree=trueclient=Services When I put it in like this xdoc complains about the entity client. When I use

Re: Xdoc, URLs and

2005-05-25 Thread Jon Strayer
Arik Kfir wrote: Hi try escaping the ampersands () by changing each occurance into a amp; (without the quotes). This is an XML issue, btw, not a Maven issue, as you cannot put ampersands in XML without escaping it (reserved character). I did that. That's how I ended up with a URL that

Re: Xdoc, URLs and

2005-05-25 Thread Jon Strayer
occurance into a amp; (without the quotes). This is an XML issue, btw, not a Maven issue, as you cannot put ampersands in XML without escaping it (reserved character). - Original Message - From: Jon Strayer [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent

Reactor tag

2005-06-17 Thread Jon Strayer
Does the sort attribute on the Reactory Jelly tag work? I added (sort=true) to the plugin.jelly for the dashboard report, but it didn't seem to do anything. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

HTTP 302 errors

2005-06-28 Thread Jon Strayer
I'm seeing a lot of these errors in my builds: Initial Messages Attempting to download core-SNAPSHOT.jar. Error retrieving artifact from [http://maven-plugins.sf.net/maven/wfa-billing/jars/core-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status code was: 302 The meaning of

Strange download problem

2005-07-19 Thread Jon Strayer
I'm setting up a new development box (HP-UX) and I'm getting timeouts when Maven tries to download a dependency. The dependency is there. I can FTP it down. But Maven can't get it. Any ideas? Error retrieving artifact from

[M2] Collapsible menus

2005-07-21 Thread Jon Strayer
Can you create collapsible menus with M2 yet? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[M2] Remote repositories

2005-07-27 Thread Jon Strayer
I have one umbrella project and several (30 some) sub projects) that I'm starting to convert to M2. My umbrella project contains this repository entry: repositories repository idM2/id nameNew CHD4 repository/name

M2 questions (SNAPSHOT jar override)

2005-07-28 Thread Jon Strayer
How do I get m2 to build and deploy a SNAPSHOT? Is there something equivalent to M1's jar overrides in m2? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

M2 - plexus problems

2005-07-29 Thread Jon Strayer
I'm getting an error when I try to build on a Unix box (it works fine on Windows 2K) [INFO] [INFO] maven-install-plugin: resolved to version 2.0-alpha-3 from local repository [INFO]

Re: M2 - plexus problems

2005-07-29 Thread Jon Strayer
On 7/29/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: can you retry it? I think I'm getting the same failure. [ERROR] BUILD ERROR [INFO] [INFO] Diagnosis: Error configuring plugin for execution of 'install:install'.

Diagnosis: Error assembling JAR

2005-07-30 Thread Jon Strayer
My guess is that something is missing from my pom. org.apache.maven.plugin.MojoExecutionException: Error assembling JAR at org.apache.maven.plugin.jar.JarMojo.execute(JarMojo.java:105) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:401)

Re: Diagnosis: Error assembling JAR

2005-07-30 Thread Jon Strayer
Sorry, that was my mistake. I didn't have a pom.xml file at all. On 7/30/05, Adam Hardy [EMAIL PROTECTED] wrote: How about posting the output preceding the exception, and your pom? Jon Strayer on 30/07/05 17:25, wrote: My guess is that something is missing from my pom

Clear plugin repository problem

2005-07-31 Thread Jon Strayer
I'm getting this exception when I try to run m2 clear:clear [INFO] Retrieving release information for maven-clear-plugin FATAL ERROR: Error executing Maven for a project For more information, run with the -e flag pht018c://appl/wfa/WBNT/core clear; m2 -e clear:clear test + Error stacktraces are

[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.

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 the repository, but it's not being

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? --

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: I've got a plugin that uses the Ant FTP

[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) ant:ftp action=get server=chd4.sbc.com userid=wfaoper password=foobar! remotedir=/appl/wfa/apache/htdocs/repository/${

Re: [1.1] ant:fileset

2006-02-24 Thread Jon Strayer
-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/commons/net/ftp/FTPClient for this code (that worked under 1.0) ant:ftp action=get server

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 -1 org/apache/oro/text/regex

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

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 a jUnit test

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

cvs ssh problem

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

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: artifactIdfreehost3270-proxy/artifactId finalName${artifactId}-1.0.0-SNAPSHOT/finalName Given those two entries, how do

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: artifactIdfreehost3270-proxy/artifactId

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 Treloar [EMAIL

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 scm:checkout works

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}@

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

  1   2   >