Re: Help with warning: 'Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo'

2015-03-11 Thread Charles Chan
Hi Karl, I changed the job configuration to 'Local to Workspace' and rebuild the job -- however, the only warning in the log was the one and only: [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo You mention in your reply to check the log file carefully for [WARN

Re: Help with warning: 'Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo'

2015-03-10 Thread Charles Chan
Thanks for the pointers, here are my reply. On Tue, Mar 10, 2015 at 8:43 AM, Karl Heinz Marbaise wrote: > Hi, > > > Do you have other warnings in your build? About missing artifacts etc. ? > Other than this particular message. There are no other warnings in the console log. > The class is part

Help with warning: 'Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo'

2015-03-10 Thread Charles Chan
We have a Maven project using the maven-source-plugin. When building the project on Jenkins, it shows the following warning: [INFO] *--- maven-jar-plugin:2.4:jar (default-jar) @ test-project --- *[INFO] Building jar: /home/jenkins/workspace/test-project/target/test-project-1.0.0-SNAPSHOT.jar[WARNI

Re: Using the Maven Deploy Plugin

2012-08-05 Thread chan
Hi all, Even I've setup this to local repository for deploy http://localhost:8081/nexus/index.html#view-repositories BUT it gives me the same 400 error above... @I've tried all the solutions suggested before, but nothing worked. Even I deleted the earlier from local file system repository... Any

Re: how to resolve dependency version with newest?

2010-08-16 Thread Michael Chan
ly are you trying to achieve? > Do you have a lot of different versions of an artifact specified in your > dependency tree? > Ron > On 12/08/2010 11:10 AM, Michael Chan wrote: >> Hi, > > I am new to maven and currently using version 2.1. Seems > it only supports the "ne

how to resolve dependency version with newest?

2010-08-12 Thread Michael Chan
Hi, I am new to maven and currently using version 2.1. Seems it only supports the "nearest-wins" policy, how can I use "newest-wins"? I googled and found this http://docs.codehaus.org/display/MAVEN/Conflict+Resolvers is it already implemented? If no, any other solution? Thanks. Michael --

Re: commons-digester version conflicts

2008-08-18 Thread Alfred Chan
Hi Alexandre, I encountered the same problem. But, sorry that I don't understand what is the meaning of "The version resolve problems". Would you explain more? Thanks, Alfred Alexandre Nshimiyimana wrote: > > The version resolve problems > > > Hello, >> I get this error >> >> >> [ERROR] BU

Re: Maven and 3rd Party Libraries

2007-04-10 Thread Fong Chan
project? Thanks, Fong >>> "Eric Redmond" <[EMAIL PROTECTED]> 04/10/07 4:17 PM >>> On 4/10/07, Fong Chan <[EMAIL PROTECTED]> wrote: > > Hello all, > > I am having some problems with Maven right now. > > Just to give some background. I curr

Maven and 3rd Party Libraries

2007-04-10 Thread Fong Chan
Hello all, I am having some problems with Maven right now. Just to give some background. I currently have installed all of Taverna's (A workflow management system that uses Maven) classes into the Maven repository and I am able to use them no problem. For one of my programs, I would like t

Re: How do people search for jars and poms?

2006-10-12 Thread Jason Chan
I am using: MVN Registry http://www.mvnregistry.com/ On 10/13/06, Christian Goetze <[EMAIL PROTECTED]> wrote: If this is a stupid question, I apologise in advance... Given a dependency to a specific set of classes, how do people locate the jar that provides it, together with the artifact and

Questions about including C/C++ files in a web war file

2006-06-21 Thread Lucie Chan
Hope this is the right forum to post these questions (the following are running on a Unix platform): I'm using maven to build a web application (i.e. to generate a war file). I have some c/c++ excutables in a directory which need to be packaged in the WAR file. I've noticed that all the executa

Looking for a better way to copy properties files from an external module?

2006-03-23 Thread Lucie Chan
Looking for a better solution My web application relies on a database laye (which is packaged and installed as a *.jar file and made available to the web layer at runtime). In order to copy some of the property files (such as jdbc.properties, hibernate.cfg.xml, etc) from database layer's

Problem with xsi:noNamespaceSchemaLocation="./maven-project.xsd" in maven.xml

2004-02-25 Thread Christopher Chan
aLocation' attribute BUILD SUCCESSFUL Total time: 2 seconds Finished at: Wed Feb 25 13:56:01 PST 2004 Does anybody know why this happens? It should be a valid XML schema document.. Thanks. Christopher Chan email: [EMAIL PROTECTED] work: 650-561-0227

RE: Reactor and Properties

2003-06-05 Thread Charles Chan
I think I know where the problem is. Basically, if you execute the reactor Goal in Project A, Project A's properties overwrites all other definitions. If you execute in Project B where 'conf.dir' is not defined, you will get the right behavior. I am going to report this as a bug in JIRA. = Ap

Reactor failure

2003-06-05 Thread Charles Chan
Hi, I am trying to setup a very simple plugin with a reactor inside. (See Attached Zip file). When I invoke maven reactor-test-maven I got the following output. I have no idea why this is happening. I am testing against Maven from CVS. Any help is appreciated. Charles Our processing order: P

Reactor and Properties

2003-06-04 Thread Charles Chan
Apparently, Maven allows only one definition of a property in reactor. Consider the following scenario: Project A project.properties == conf.dir=/A/conf Project B project.properties == No definition of conf.dir My Plugin plugin.jelly conf.dir=${co

cactus ear

2003-06-04 Thread Charles Chan
Hi, I am trying to setup a cactus test for my EJBs. Problem I have is that I need to setup a EAR file rather than a WAR file. So, let's say I have a project: test-ejb that contains the EJB classes. I cannot easily produce the following three artifacts in this project: 1. test-ejb.jar (the actual

Re: war:war

2003-03-27 Thread Angus Chan
s will be able to pre and post goal these targets to more > finely control the build process. You would also be able to point your > container at this directory for a faster build / compile cycle. > > > Cheers, > > Ben > > > Angus Chan wrote: > >>I put the cl

Re: upload request

2003-03-27 Thread Angus Chan
sitemesh.jar, which is version 1.5 > Which jar??? > -- > dIon Gillard, Multitask Consulting > Blog: http://www.freeroller.net/page/dion/Weblog > Work: http://www.multitask.com.au > > > "Angus Chan" <[EMAIL PROTECTED]> wrote on 27/03/20

war:war

2003-03-27 Thread Angus Chan
I put the class files to webapp/WEB-INF/classes for development. But when I do war:war the target war file contains duplicate entry for *.class since it adds both webapp/**/* and target/**/* to the war file. I think an exclude rule should be added under to fix this problem -

Re: upload request

2003-03-27 Thread Angus Chan
Sorry should be 1.5 http://prdownloads.sourceforge.net/opensymphony/sitemesh_1_5.zip?download >Question http://www.apache.org/~dion/SiteMesh.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[upload request] - JFreeChart and JCommon

2003-03-26 Thread Angus Chan
JFreeChart 0.9.6 - http://prdownloads.sourceforge.net/jfreechart/jfreechart-0.9.6.zip?download JCommon - http://prdownloads.sourceforge.net/jfreechart/jcommon-0.7.2.zip?download - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: reactor and failed projects

2003-03-21 Thread Charles Chan
] Sent: Tuesday, March 18, 2003 4:24 PM To: Turbine Maven Users List Subject: Re: reactor and failed projects On Tue, 2003-03-18 at 16:16, Charles Chan wrote: > Hi, I am using Reactor to invoke my subprojects (with > ignoreFailure=true). > > How do I know which projects are success a

Re: [PATCH] war:webapp

2003-03-21 Thread Angus Chan
Thanks Stéphane. This is another patch to copy the local overrided jar to WEB-INF/lib from their overrided location instead of from repository Index: plugin.jelly === RCS file: /home/cvspublic/maven/src/plugins-build/war/plugin.jelly

upload request

2003-03-20 Thread Angus Chan
sitemesh http://www.opensymphony.com/sitemesh/obtain.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

reactor and failed projects

2003-03-18 Thread Charles Chan
Hi, I am using Reactor to invoke my subprojects (with ignoreFailure=true). How do I know which projects are success and which are failed? I think it used to be that only the successful ones are added to the ${reactorProjects} variable. Has this behavior been changed recently? Thanks, Charles ___