Re: Archiva selectively failing to proxy one particular artifact

2008-02-29 Thread Brett Porter
On 01/03/2008, Brown, Carlton [EMAIL PROTECTED] wrote: OK thanks, I figured out what's going on. The checksum was failing for http://repo1.maven.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.p om Testing confirms that it seems the checksums in the central repo are wrong. I

Re: Build blocked

2008-02-29 Thread Emmanuel Venisse
ok, so you can connect to your db with a sql client like SquirrelSQL, then you modify the state in the project table. Emmanuel On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison [EMAIL PROTECTED] wrote: Yes of course, I've trying several times, and the problem is always the same... Thanks,

Re: Build blocked

2008-02-29 Thread Nicolas Loison
Thanks, But what is the name of the DB ? Where is it ? What is the login and the password to connect it ? Thanks a lot, Nico 2008/2/29, Emmanuel Venisse [EMAIL PROTECTED]: ok, so you can connect to your db with a sql client like SquirrelSQL, then you modify the state in the project table.

Error executing action 'update-project-from-working-directory '

2008-02-29 Thread Sheidow, Ryan (Global Equity Markets Services Technology)
Continuum-users, We are getting the below exception fairly regularly. It seems that we will get this exception after each checkin, but the build following is clean. We are seeing this behavior across multiple projects. Does anyone have an insight into what is causing this? Thank you

Re: Password expiration

2008-02-29 Thread Johnathan Gifford
Hmm... I've now ran into this issue. I changed the password(s) for the accounts I have, but Continuum keeps indicating 'Account Locked'. Where is this security.properties file suppose to be placed for Continuum and what path/file am I supposed to enable this in. Johnathan On Tue, Feb 26,

Re: Password expiration

2008-02-29 Thread Wendy Smoak
On Fri, Feb 29, 2008 at 11:18 AM, Johnathan Gifford [EMAIL PROTECTED] wrote: Hmm... I've now ran into this issue. I changed the password(s) for the accounts I have, but Continuum keeps indicating 'Account Locked'. Where is this security.properties file suppose to be placed for Continuum

Re: Password expiration

2008-02-29 Thread Wendy Smoak
On Fri, Feb 29, 2008 at 11:28 AM, Johnathan Gifford [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: If you're running Continuum standalone, then you can put it in /path/to/continuum/conf/security.properties . So the fact that this file doesn't currently exist means I need to create it

ContinuumBuildExecutorException: Could not find Maven project descriptor?

2008-02-29 Thread Tawfik, Sameh E
After Continuum finishes running a build, when I look at the build history I found two outputs. The first one is marked with the build error icon, and the second one is marked as successful. This happens every time Continuum runs a build. Does anyone know anything about this error? The build

Continuum email build message.

2008-02-29 Thread Tawfik, Sameh E
Continuum does not report any SCM changes under the SCM heading, but instead it reports the SCM changes under Other Changes Since Last Success section? When Continuum finishes a build and sends an email, the email body shows the following:

Re: maven properties seem not to work in profile activation feature

2008-02-29 Thread nicolas de loof
Property activation only work for system (command line) properties Properties from POM are read after profiles have been enabled (as a profile may define/override properties) Nico. 2008/2/28, Arnd Kleinbeck [EMAIL PROTECTED]: Hi Richard, does this really work for you? I cannot manage to use

problems with Maven archetype

2008-02-29 Thread Sagara Gunathunga
Hi, Since last couple of weeks I am getting following problem when creating a new project with archetype . (1.) I tried to create a new tapestry project with a following command . ( but two or three months ago this worked well for me ) mvn archetype:create

Re: problems with Maven archetype

2008-02-29 Thread Stuart McCulloch
On 29/02/2008, Sagara Gunathunga [EMAIL PROTECTED] wrote: Hi, Since last couple of weeks I am getting following problem when creating a new project with archetype . try adding -U to make sure you pick up the latest archetype plugin ( 2.0-alpha-2) because it sounds like you're using

Re: problem with 'maven dist:build-demo'

2008-02-29 Thread Cecco Gicus
anybody can help me? --- Cecco Gicus [EMAIL PROTECTED] ha scritto: Hi to all, I'm trying to build a demo of a project, but the process stops at this point: SCM Command Line[0]: svn SCM Command Line[1]: log SCM Command Line[2]: -v SCM Command Line[3]: -r{2008-02-28}:{2008-01-28} What

classifier + exclusion

2008-02-29 Thread kovalsmd
Hello, I've three projects: main project1 project2 project3 in project1 is something like this: ... dependency groupId${groupId}/groupId artifactIdproject3/artifactId version1.0/version /dependency ... plugin

Re: classifier + exclusion

2008-02-29 Thread Clifton
Classifier changes the dependency type from a typical jar dependency to something other like src or javadoc. The question is what are you trying to accomplish overall? Maybe exclusion isn't the answer. It seems like you're using a multi-module project. Maybe you can try using profiles to

ClassNotFondError on tomcat 5x cargo:start?

2008-02-29 Thread Clifton
I just started getting classnot found errors when attempting to run cargo:start with a tomcat 5x configuration. I used to be able to do this in another Maven2 project which was slightly simpler than what I have now. I'm just wondering if this is a known/documented problem or if I'm doing

Re: POM Dependency question

2008-02-29 Thread Wayne Fay
You really need to just read Better Builds With Maven (from devzuz.com) or Maven: The Definitive Guide (from sonatype.com), they have answers for all your questions. Wayne On 2/29/08, Maria Odea Ching [EMAIL PROTECTED] wrote: On Fri, Feb 29, 2008 at 2:46 PM, Muzammil [EMAIL PROTECTED] wrote:

Re: Maven broke my build next day - out of the blue remote dependencies?

2008-02-29 Thread Martin Gainty
did you follow these instructions? maven-2.0.6 installed? JAVA_HOME points to valid JDK(the instructions allude to JRE but JRE should be JRE_HOME) locate tools.jar and install tools file mvn install:install-file -DgroupId=com.sun -DartifactId=tools -Dversion=1.5.0 -D packaging=jar -Dfile=tools.jar

Re: ClassNotFondError on tomcat 5x cargo:start?

2008-02-29 Thread Clifton
Found it!! I had a typeEmbedded/type tag leftover possibly from copying the jetty plugin tag! Removing the type tag (from the below example) got everything running again! Clifton wrote: I just started getting classnot found errors when attempting to run cargo:start with a tomcat 5x

Maven broke my build next day - out of the blue remote dependencies?

2008-02-29 Thread nhhockeyplayer
Folks, Am I thinking right that you can wake up the next day and your build will fail because of some repo somwhere instrumented it's dependencies somehow? If thats the case then why isn't the rest of the world failing on their builds with same dependencies I have. My build was fine yesterday

Re: Maven broke my build next day - out of the blue remote dependencies?

2008-02-29 Thread nhhockeyplayer
Ok, that makes sense I will scan my poms for snapshot usage and comment those out... although I do not recall using one. Thanks guys... - Best regards Ken in nashua -- View this message in context:

RE: Archiva selectively failing to proxy one particular artifact

2008-02-29 Thread Brown, Carlton
How/where/what are the options to manipulate Archiva logging? It's on Windoze, probably not a permissions problem... I haven't done anything special to that particular directory, and there are scores of other artifacts being proxied and served without issue. Just one day Maven started

Re: Maven broke my build next day - out of the blue remote dependencies?

2008-02-29 Thread nhhockeyplayer
Thanks friend for taking the time... I do use a local repo. Ok, I use to pre-populate tools.jar but I commented that out from my batch script months ago... because things built fine without it. I only use JAVA_HOME and never needed to create JRE_HOME. Why complicate things. #tools #call mvn

Re: Maven broke my build next day - out of the blue remote dependencies?

2008-02-29 Thread Wayne Fay
Ken, you're using a SNAPSHOT dependency. And guess what -- they change, that's why they don't have a fixed/released version. Please direct complaints about the stability of your dependencies to the people responsible for them (that would be the com.javaforge.tapestry team, it seems). If you want

Re: How do I access Tomcat 5x Manager from cargo

2008-02-29 Thread Clifton
What is the default manager username/password used by cargo when you have it download and install tomcat 5x? I get the container to start with the plugin set but it's totally useless if I can't deploy to it. Is there a better way to go about what I'm doing? I have a multi-module project with a

Re: SNAPSHOT checking plugin?

2008-02-29 Thread Ken Liu
This looks great, but I would prefer not to add additional configuration to my POMs just to do a check for SNAPSHOT versions. Is there any way to achieve this without adding stuff to POMs? (I would have to add configuration to all of my POMs, of which there are many). Thanks, Ken On 2/28/08,

Re: Maven broke my build next day - out of the blue remote dependencies?

2008-02-29 Thread nhhockeyplayer
Well actually since things worked yesterday... I should not have to modify anything. 1. I am not using snapshot repo's in my poms 2. I am using ognl-2.7.3-SNAPSHOT, but that worked yesterday too and should not pull in all kinds of snapshot stuff that could cause a train wreck I have identified

How do I access Tomcat 5x Manager from cargo

2008-02-29 Thread Clifton
I've killed about 45 minutes on a project that's way overdue. I'm desparately trying to get cargo:start to allow cargo:deploy from submodules in the same project. I run cargo:start and browse the manager/html context from my browser and I'm prompted for authentication. I've tried various username

Re: Maven broke my build next day - out of the blue remote dependencies?

2008-02-29 Thread nhhockeyplayer
Here is the resulting pom from good repositories... ?xml version=1.0 encoding=UTF-8?metadata groupIdorg.apache.maven.wagon/groupId artifactIdwagon-webdav/artifactId version1.0-rc1-SNAPSHOT/version /metadata Here is the one from Alejandros repository... Null values aren't supported, if

Re: Maven broke my build next day - out of the blue remote dependencies?

2008-02-29 Thread nhhockeyplayer
Well Alejandro had threatened to leave the project last spring just because I was developing and checking in code that rival'd existing fucntionality that was failing... And I always worried that both the lead tech's would leave the project somehow just because they team'd up against me to keep

Re: Archiva selectively failing to proxy one particular artifact

2008-02-29 Thread Brett Porter
the log configuration files are in /apps/archiva/webapp/WEB-INF/classes/log4j.xml On 01/03/2008, Brown, Carlton [EMAIL PROTECTED] wrote: How/where/what are the options to manipulate Archiva logging? It's on Windoze, probably not a permissions problem... I haven't done anything special to

RE: Archiva selectively failing to proxy one particular artifact

2008-02-29 Thread Brown, Carlton
OK thanks, I figured out what's going on. The checksum was failing for http://repo1.maven.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.p om Testing confirms that it seems the checksums in the central repo are wrong. I manually ran md5 and sha1 sums on that file, and they do not match the

Re: PDE Plugin

2008-02-29 Thread amit kumar
Hi, I keep on seeing the below log every time I build my plug-in from command line: [eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied. [eclipse.buildScript] Bundle org.eclipse.gmf.bridge.ui.dashboard: [eclipse.buildScript] Another singleton version selected:

when will maven 2.0.9 be officially released?

2008-02-29 Thread Ryan H.
Does anyone know when maven 2.0.9 will be offcially released? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: add predefined descriptor for assembly plugin.

2008-02-29 Thread John Casey
The best approach I've found for this is to create a new jar project that contains only the assembly descriptor in the directory: src/main/resources/assemblies/your-descriptor.xml Then, build/install this project so you have access to use the jar as a plugin-level dependency, like this:

Re: when will maven 2.0.9 be officially released?

2008-02-29 Thread Paul Benedict
2.0.9 is a very exciting release, imo. Perhaps on par with 2.0.4 On Fri, Feb 29, 2008 at 10:46 AM, Ryan H. [EMAIL PROTECTED] wrote: Does anyone know when maven 2.0.9 will be offcially released? - To unsubscribe, e-mail:

RE: SNAPSHOT checking plugin?

2008-02-29 Thread Brian E. Fox
This is the only way to do it. You should have a common pom that all your stuff shares and you would just put the config in that one place. -Original Message- From: Ken Liu [mailto:[EMAIL PROTECTED] Sent: Friday, February 29, 2008 11:19 AM To: Maven Users List Subject: Re: SNAPSHOT

Re: Password expiration

2008-02-29 Thread Johnathan Gifford
On Fri, Feb 29, 2008 at 12:22 PM, in message [EMAIL PROTECTED], Wendy Smoak [EMAIL PROTECTED] wrote: If you're running Continuum standalone, then you can put it in /path/to/continuum/conf/security.properties . So the fact that this file doesn't currently exist means I need to create it with

invoke plugin specifically

2008-02-29 Thread Ryan H.
Hello, It seems to me that maven does not go by the configuration for a plug-in in my pom.xml file when I invoke the plugin explicitly. For example, I configured the dependency plug-in in my pom.xml with the destination of dependency jars. However, when I invoked mvn

ftp://ibiblio.org/pub/packages/maven2 wiped out?

2008-02-29 Thread Jan Torben Heuer
Hi, There aren't any maven packages on ibilio.org. Is it down for maintenance? Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

build number not being incremented during deploy

2008-02-29 Thread Jason Chaffee
I recently made some changes to my poms migrated to use Archiva as my proxy. I tried to do a deploy on a parent pom that was already on build 30. When it deployed, it reverted it back to build 1. I tried it a couple of more times and everytime it created a build 1, but with a different

Re: How to set the classifier of an Artifact for install-plugin ?

2008-02-29 Thread Paul Gier
Assuming you are creating a DefaultArtifact object, you have to set the classifier when you first call the constructor. Does that work for you? https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java

Re: SNAPSHOT checking plugin?

2008-02-29 Thread Ken Liu
Ok. The problem is that I would like to do the check for the SNAPSHOT versions only at release-time, just like the release plugin does. Normally, the developers depend on SNAPSHOT dependencies during day to day development, but at release time, we update all the dependencies to depend on specific

Re: ftp://ibiblio.org/pub/packages/maven2 wiped out?

2008-02-29 Thread Martin Gainty
both ftp and http sites for maven2 appear 'down' M- - Original Message - From: Jan Torben Heuer [EMAIL PROTECTED] To: users@maven.apache.org Sent: Friday, February 29, 2008 4:10 PM Subject: ftp://ibiblio.org/pub/packages/maven2 wiped out? Hi, There aren't any maven packages on

ClassCastException using maven-script-ant and maven-ant-tasks

2008-02-29 Thread Lin Zhu
Hi, Following the example at http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html on how to write maven plugin using ant. I successfully created a hello plugin. But now I'd like to add dependency management in my ant build.xml by including maven-ant-tasks as a dependency in my

install plugin does not resolve properties in local repo's .pom file

2008-02-29 Thread Stefan Armbruster
Hi, when the install plugin creates the .pom file in the local repository along with the artifact, property references inside the pom are not replaced. Example: create a sample webapp project via mvn archetype:generate, choose type 18 (maven-archetype-webapp). Modify the generated pom.xml to

Re: ClassCastException using maven-script-ant and maven-ant-tasks

2008-02-29 Thread Martin Gainty
check your pom.xml for version you are using for Maven Ant Mojo Support modelVersion4.0.0/modelVersion artifactIdmaven-script-ant/artifactId nameMaven Ant Mojo Support/name Martin- - Original Message - From: Lin Zhu [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org

Re: when will maven 2.0.9 be officially released?

2008-02-29 Thread Brett Porter
There's not too many issues left in the roadmap, so I would say in the next couple of weeks. I'm trying to plow through those before adding some newer things. - Brett On 01/03/2008, Paul Benedict [EMAIL PROTECTED] wrote: 2.0.9 is a very exciting release, imo. Perhaps on par with 2.0.4 On

[ANN] Maven Assembly Plugin 2.2-beta-2 Released

2008-02-29 Thread John Casey
The Maven team is pleased to announce the release of the Maven Assembly Plugin, version 2.2-beta-2 This plugin is used to build custom archives, such as those used to distribute project releases. http://maven.apache.org/plugins/maven-assembly-plugin/ You can run mvn -up to get the latest

Re: [ANN] Maven Assembly Plugin 2.2-beta-2 Released -- Ref #[1MFnp02kuP0MEmu]

2008-02-29 Thread announcement
Hello, Thank you for contacting NetZero. This is an automated reply and no further response will be sent. Please do not reply to this email. If you are looking for help here are some useful links: * Online NetZero Help Center: http://www.netzero.com/support * Online Billing and Account

Re: when will maven 2.0.9 be officially released?

2008-02-29 Thread Ryan H.
Do you know if it'll be released by end of next week? On 2/29/08, Brett Porter [EMAIL PROTECTED] wrote: There's not too many issues left in the roadmap, so I would say in the next couple of weeks. I'm trying to plow through those before adding some newer things. - Brett On 01/03/2008, Paul

[ANN] Maven Repository Builder 1.0-alpha-2 Released

2008-02-29 Thread John Casey
The Maven team is pleased to announce the release of the Maven Repository Builder shared library, version 1.0-alpha-2 This library is used primarily to assemble Maven repository directory structures based on the dependencies of a project or set of projects, and provides the implementation

Re: when will maven 2.0.9 be officially released?

2008-02-29 Thread Brett Porter
Not for certain, but both I and Brian have said we were going to do some issues so there's a good chance. If you are interested in looking into any of the scheduled issues (particularly providing test cases) that can help speed things up a lot. Cheers, Brett On 01/03/2008, Ryan H. [EMAIL

Surefire Error: all test passes but still build failed for test failure

2008-02-29 Thread Gopal Patwa
The report says all the test passes but build still failed for test failures. Does any one know what this mean? maven 2.0.8 and TestNG 5.0.2 (jdk15_09) Thanks Gopal [INFO] Surefire report directory: C:\depo-repo\geneva\keystone\vault-inventory\application\commons\target\surefire-reports

A question about resource

2008-02-29 Thread youhaodeyi
I put my resource files in src/main/resources/ directory. After running mvn compile, why aren't the resource files copied to the target directory. -- View this message in context: http://www.nabble.com/A-question-about-resource-tp15769051s177p15769051.html Sent from the Maven - Users mailing

Re: A question about resource

2008-02-29 Thread Wendy Smoak
On Fri, Feb 29, 2008 at 6:56 PM, youhaodeyi [EMAIL PROTECTED] wrote: I put my resource files in src/main/resources/ directory. After running mvn compile, why aren't the resource files copied to the target directory. In general, src/main/resources gets copied to target/classes. If that's not

Counldn't find junit package

2008-02-29 Thread youhaodeyi
I have added the junit dependence in pom.xml file as follows: dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version scopetest/scope /dependency When I run mvn test to run my

Re: Counldn't find junit package

2008-02-29 Thread mgainty
make sure junit.jar is on the classpath before you run mvn pom.xml.. M- - Original Message - Wrom: WLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBI To: users@maven.apache.org Sent: Friday, February 29, 2008 9:21 PM Subject: Counldn't find junit package I have added the junit dependence in pom.xml

Re: Counldn't find junit package

2008-02-29 Thread Wendy Smoak
On Fri, Feb 29, 2008 at 7:21 PM, youhaodeyi [EMAIL PROTECTED] wrote: When I run mvn test to run my junit test, I always get the error package org.junit does not exist. That's odd. Once again I'd say go back to the quickstart archetype (which has a JUnit dependency and a simple unit test)

Re: Create one jar including all dependencies

2008-02-29 Thread krishnan.1000
Hi, Thanks for all your help. I used maven assembly plugin for my needs. I wanted to know if there is a way to add time stamp to the package that is generated. Thanks, Karthik Krishnan krishnan.1000 wrote: Thanks for the help. We used the maven assembly plugin to create a executable jar.

A new error message - never before seen

2008-02-29 Thread lanchez
I decided to get started with this ActiveMQ (JMS) thing and created a simple POM with one dependency. dependency groupIdorg.apache.activemq/groupId artifactIdactivemq-core/artifactId version5.1-SNAPSHOT/version scopedeploy/scope /dependency now when I do: $mvn install I

Misleading error message in Maven2? If not where are .jar files?

2008-02-29 Thread lanchez
I decided to give this ActiveMQ thing a spin and created a simple pom. When I run $mvn install I get the following error message (see below). I went to the following URL : http://java.sun.com/products/jms/docs.html to download a jar to put in the repo but at this URL there are only PDF

Re: A new error message - never before seen

2008-02-29 Thread Wayne Fay
scopedeploy/scope is not valid. You probably want scope compile, or provided. Also, are you sure you want to use a SNAPSHOT version? Is there something in 5.1-SNAPSHOT that you require, or are you simply using it because it seems to be the latest and greatest? If so, specify something from 5.0

Re: Misleading error message in Maven2? If not where are .jar files?

2008-02-29 Thread Wendy Smoak
On Fri, Feb 29, 2008 at 9:09 PM, lanchez [EMAIL PROTECTED] wrote: I went to the following URL : http://java.sun.com/products/jms/docs.html to download a jar to put in the repo but at this URL there are only PDF files (no reference impl's). There's one link for the specification, and

[m1][ANN] Maven dbUnit plugin 1.9 released

2008-02-29 Thread Jeff Jensen
We are pleased to announce the dbUnit Plug-in 1.9 release! http://maven-plugins.sourceforge.net/maven-dbunit-plugin/ A plugin to automate dbUnit tasks === Changes in this version include: New Features: o Add

[m1][ANN] Maven JavaNCSS Plugin 1.3.2 Released

2008-02-29 Thread Jeff Jensen
We are pleased to announce the Maven JAVANCSS Plug-in 1.3.2 release! http://maven-plugins.sourceforge.net/maven-javancss-plugin/ Plugin for JavaNCSS === Changes in this version include: Changes: o Upgrade to

Re: A new error message - never before seen

2008-02-29 Thread lanchez
Thanks, I just chose 5.1 because it was the latest. There are no files in the 5.0 directory. Where is the latest stable version? thanks Lisa lanchez wrote: I decided to get started with this ActiveMQ (JMS) thing and created a simple POM with one dependency. dependency

how do i generating POM in maven 2.0.7??

2008-02-29 Thread san84
hi all am beginner to maven 2.0.7 earlier i was sticking to maven 1.x . i can generate project .xml using cmd 'maven genapp' but now i wann to use maven 2.0.7 . Q1) how can i generate pom.xml using maven 2.0.7 . Q2) in maven 1.x i can create my goals in maven.xml . how can i do the same