RE: Blame mechanism with SVN

2006-08-19 Thread Brian E. Fox
Paying more attention now, I noticed that is seems like continuum only does 
this if there was just 1 commit since the last build. If not, all you get it a 
list of files. 

-Original Message-
From: Binil Thomas [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 19, 2006 12:46 AM
To: continuum-users@maven.apache.org
Subject: Re: Blame mechanism with SVN

Same here; and that was what my original post was about.

From previous posts here, I expected the notification email to have not just 
the list of changed files, but also the authors of those changes (date and 
commit comments, if available, would be real nice too).

From the logs (which I had posted earlier), I can see that Continuum does 
issue an svn log command. Also, when I try the same command on the console, I 
do get the required data from the SVN server.

Has anyone got this working on their Continuum 1.0.3 installation?

Thanks,
Binil

On 8/18/06, Brian E. Fox [EMAIL PROTECTED] wrote:
 That's more than I get now. I only get a list of files changed:


 Changes
 
 application\std-interview\src\main\java\com\stchome\dsms\appl\formdatasources\stdinterview\InterviewTravelHistoryListHelper.java
 
 application\std-interview\src\main\java\com\stchome\dsms\appl\formdatasources\stdinterview\InterviewTravelHistoryHelper.java
 
 application\std-interview\src\main\java\com\stchome\dsms\appl\formdata
 sources\stdinterview\InterviewTravelAndNotesHelper.java

 I'm using 1.0.3so how do I turn on the other info?

 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
 Sent: Friday, August 18, 2006 9:19 AM
 To: continuum-users@maven.apache.org
 Subject: Re: Blame mechanism with SVN

 It isn't really the svn blame mechanism but only the list of changes 
 in the build result screen with (author, date, modified files and 
 commit comments)

 Emmanuel

 Brian E. Fox a écrit :
  Actually, I mean turn on the svn blame output in continuum.
 
  -Original Message-
  From: Binil Thomas [mailto:[EMAIL PROTECTED]
  Sent: Friday, August 18, 2006 1:57 AM
  To: continuum-users@maven.apache.org
  Subject: Re: Blame mechanism with SVN
 
  Brian,
 
  I assume that you meant the logs when you asked How do you turn this on?.
 
  I do not remember doing anything special for turning on the logs. I think 
  they are configured in the 
  $CONTINUUM_HOME/apps/continuum/conf/application.xml file - look for the 
  component 'Logger manager'. For my installation, this component is 
  configured as:
 
 !--
   | Logger manager
   --
  component
roleorg.codehaus.plexus.logging.LoggerManager/role

  implementationorg.codehaus.plexus.logging.log4j.Log4JLoggerManager/implementation
lifecycle-handlerbasic/lifecycle-handler
 
configuration
  thresholdDEBUG/threshold
  default-appenderconsole,rolling/default-appender
  appenders
appender
  idconsole/id
  thresholdDEBUG/threshold
  typeorg.apache.log4j.ConsoleAppender/type
  conversion-pattern%d [%t] %-5p %-30c{1} - 
  %m%n/conversion-pattern
/appender
 
appender
  idrolling/id
  thresholdDEBUG/threshold
  typeorg.apache.log4j.RollingFileAppender/type
  conversion-pattern%-4r [%t] %-5p %c %x - 
  %m%n/conversion-pattern
 
  properties
property
  namefile/name
  value${plexus.home}/logs/continuum.log/value
/property
property
  nameappend/name
  valuetrue/value
/property
property
  namemaxBackupIndex/name
  value10/value
/property
property
  namemaxFileSize/name
  value10MB/value
/property
  /properties
/appender
  /appenders
  levels
level
  
  hierarchyorg.apache.maven.continuum.execution.maven.m2.MavenBuilderHelper/hierarchy
  levelINFO/level
/level
level
  hierarchyorg.codehaus.plexus.velocity/hierarchy
  levelWARN/level
/level
level
  hierarchyorg.codehaus.plexus.mailsender.MailSender/hierarchy
  levelINFO/level
/level
level
  hierarchyJPOX/hierarchy
  levelINFO/level
/level
level
  hierarchyJPOX.Cache/hierarchy
  levelWARN/level
/level
  /levels
/configuration
  /component
 
  I don't remeber touching these configurations.
 
  Also, in my installation, Contiuum logs to 
  %CONTIUUM_HOME/apps/continuum/logs/contiuum.log. It also logs to 
  %CONTIUUM_HOME%/logs/wrapper.log, although I do not know 

error :[java] Failed to load Main-Class manifest attribute from /.../cruisecontrol.jar

2006-08-19 Thread manoj kaushik

hi everyone
when i run command
maven cruisecontrol:run
it gives following error:
cruisecontrol:run:
   [java] Failed to load Main-Class manifest attribute from
   [java] C:\Documents and
Settings\Administrator\.maven\repository\maven\plugins\main\dist\cruisecontrol.jar
   [java] [ERROR] Java Result: 1
BUILD SUCCESSFUL

anyone who knows the solution please reply
thanks in advance
Manoj Kaushik


RE: Use System Properties in Settings.xml?

2006-08-19 Thread Sharma, Jaikumar
As I had initially mentioned, this works for me, not sure about adding
ENV as a prefix to MAVEN_HOME.

 localRepository${MAVEN_HOME}/repository/localRepository

-Original Message-
From: Eric Redmond [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 19, 2006 11:08 AM
To: Maven Users List
Subject: Re: Use System Properties in Settings.xml?


I believe you need to prefix environment variables with ENV, so you may
need ${ENV.MAVEN_HOME}.

Eric

On 8/18/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote:

 Yes, this works like below, where MAVEN_HOME is a environment 
 variable :

 localRepository${MAVEN_HOME}/repository/localRepository


 -Original Message-
 From: SingleShot [mailto:[EMAIL PROTECTED]
 Sent: Friday, August 18, 2006 10:53 PM
 To: users@maven.apache.org
 Subject: Use System Properties in Settings.xml?


 Is it possible to use system properties in the settings.xml? From 
 playing around it appears it is not possible, but I thought I would 
 ask. I would like to do something like this:

 localRepository$MAVEN_HOME/../../repository/localRepository

 Thanks,

 Mike
 --
 View this message in context:

 http://www.nabble.com/Use-System-Properties-in-Settings.xml--tf2128523
 .html#
 a5874009
 Sent from the Maven - Users forum at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Eric Redmond
http://codehaus.org/~eredmond


Re: [m1.1] why doesn't eclipse plugin download javadocs ?

2006-08-19 Thread Stephane Nicoll

Very kewl, will have a look to it asap.

Thanks,
Stéphane

On 8/18/06, Nicolas De Loof [EMAIL PROTECTED] wrote:


I've opened http://jira.codehaus.org/browse/MPECLIPSE-123 for this and
attached a path to enable javadocs download and attachement.

javadocs are downloaded when maven.eclipse.docs.download = true
(default) and when no source archive has been found.
patch also includes docs update.


Nicolas De Loof a écrit :
 Eclipse plugin now downloads sources jar to allow debugging and javadoc.
 For restricted libs, like the oracle JDBC driver, sources are not
 available but javadoc can be downloaded from oracle web site.
 I can install the javadoc jar manually in my local repo, but I'd like
 to put it in my corporate repo and have the eclipse plugin downloading
 it for every developper in my team.

 Is there such support somewhere ?


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
.::You're welcome ::.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JAXP class - jar?

2006-08-19 Thread Dave Syer


 I was able to get the POM for it from ibiblio and download the 
 JAXP 1.3 RI class from sun, but I don't know what to do since it is a 
 class and not a jar.  Any suggestions would be really helpful.

Just a guess: did you try running the class (it might be an installer)?

-- 
View this message in context: 
http://www.nabble.com/JAXP-class--%3E-jar--tf2130281.html#a5882487
Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Getting the ear plugin to recognise har files

2006-08-19 Thread Stephane Nicoll

No. There's one issue remaining,  I'll cast a vote once it's fixed.

s/





On 8/17/06, Graham Leggett [EMAIL PROTECTED] wrote:

On Thu, August 3, 2006 9:55 am, Stephane Nicoll wrote:

 Anyway, it's handled now and I am busy working on jboss-app.xml
 auto-generation.

Is this available in a released form anywhere where I can give it a test run?

Regards,
Graham
--



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
.::You're welcome ::.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: aspectj-maven-plugin verbosity

2006-08-19 Thread Kaare Nilsen

Well,, I think we need to look in the aspectJ code to find the outputs
that do not go trough their logger callback,or perhaps I have
overlooked a methodcall there in my logger, but let us continue this
discussion on the mojo user group.


/K

On 18/08/06, Nick Veys [EMAIL PROTECTED] wrote:

Any hint as to what needs to be done?  I'd be glad to help out, I
couldn't see much on the ajc docs as to how to make it quieter as it
is already run w/o -verbose.

On 8/18/06, Kaare Nilsen [EMAIL PROTECTED] wrote:
 On 15/08/06, Nick Veys [EMAIL PROTECTED] wrote:
  I've noticed the M2 version of the aspectj plugin is a lot louder than
  the M1 one.  It lists every file as it compiles regardless if verbose
  is set or not.  The major difference I see is that M2 uses ajc's
  bridge classes while M1 uses the iajc ant task.
 
  Is there a way to get M2's aspectj plugin to be a bit quieter?  Not a
  huge deal of course, it seems ajc likes to talk.

 Work on that is on the way, but it is not a prioritized task.
 But yah.. ajc loves to talk ;)


 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-19 Thread Kent Tong
 Barrie Treloar baerrach at gmail.com writes:
 
  How are your dependencies declared?
  A parent pom, since it is just a container project and does not create
  an artifact, does not have dependencies.
  Only your modules have dependencies.

Sorry, my mistake. The dependencies are declared in the module pom.xml.
But the eclipse plugin is not seeing them. Any idea?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to answer to an archive post ?

2006-08-19 Thread Eric Reboisson

Hello,

i would like to answer to an old message that i found in archives.

I know the id of the message, but i don't know how to answer it.

Thanks for your help.

Best regards
Eric

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to answer to an archive post ?

2006-08-19 Thread Eric Reboisson

Hello,

i would like to answer to an old message that i found in archives.

I know the id of the message, but i don't know how to answer it.

Thanks for your help.

Best regards
Eric

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] maven.test.skip=true on by default?

2006-08-19 Thread Doug Douglass

FYI,

As another option, we've got this profile in our CI servers settings.xml for
use during site generating builds:

profiles
   profile
 idsite-generation/id
 properties
   maven.test.failure.ignoretrue/maven.test.failure.ignore
 /properties
   /profile
 /profiles


On 8/18/06, Wendy Smoak [EMAIL PROTECTED] wrote:


On 8/18/06, Max Cooper [EMAIL PROTECTED] wrote:

 This will set maven.test.skip to true, as long as you don't set it on
 the command line. The nice part about this technique is that it DOES
 allow you to override it on the command line if you want to.

Thanks, Max. I added your tip to the wiki with a link to this thread.
Feel free to edit the page-- ask for access on the dev list if you
need it.

   http://docs.codehaus.org/display/MAVENUSER/Surefire+Plugin

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




new using maven., please help me

2006-08-19 Thread Miren
hello
i am begining using maven.
i hve use ant and i am trying using maven but i dont know how towork or
beging using maven.
i am reading better builds with maven but i cannot begin, i dont work
fine with it.

i have one proyect in java.
the structure of my proyect is this:
/myproyect
-src
-WebContent
into ther rc directory i have the java sources
into the Webcontent i have the web part (jsp, web.xml, tld...)
the output for thi proyect must to be one war file
can anyody helps me to make one pom file, correct file for using ths with
maven?
can anybody send me one example for using with my proyect? for using as
demo and with my dcumenttion know how works maven.

other questios:
1.- m pryect uses some lib, jar files. i must to put it into the pom file
.. but must i to put them into some directories?
2.- when i execute my pom file appears this error:
[INFO] the pluging org.apache.maven.plugins:maven-archetype-pluging dos
not exist or not valid version could be found.

Why pears this error?
i have nstall the file from the apache site, maven site (2.0.4


thanks

please help me with one example

THANKS


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Help with custom build of maven-site-release

2006-08-19 Thread Todd Nine

Hi all,
 Everyone at my company develops on Windows, and as a result, the
site:deploy target version 2.0-beta 5 does not work correctly.  I have
downloaded the 2.0-beta5 tag and fixed the error with not using the
sshExcecutable and the sshExecutable on deploy.  This works great for
me once I do a release:prepare and release:perform and push the custom
plugin to our plugin repository.  Here's where things get buggy, I
have all my metadata in our plugin registry.  I have

javadoc
sources
jar
pom

and all the coresponding signartures.  However, whenever anyone else
goes to download the plugin, the jar is downloaded from the plugin
repository defined in settings.xml

   pluginRepositories
   pluginRepository
   releases
   enabledtrue/enabled
   /releases
   idata-plugin-repository/id
   nameATA Plugin snapshot/name
   url
   http://sun10.ata.com:9200/Maven2/plugins/repository
   /url
   layoutdefault/layout
   /pluginRepository
   pluginResoitories

and maven 2 never tries to download the pom from the plugin repsitory,
it always tries to download it from my mirrors.  Here is the output of
my log when trying to run mvn clean site and attempting to download
and install the custom plugin.

INFO] [clean:clean]
[INFO] Deleting directory C:\development\ata\utilities\encryption\target
[INFO] Deleting directory C:\development\ata\utilities\encryption\target\classes
[INFO] Deleting directory
C:\development\ata\utilities\encryption\target\test-classes
[INFO] [cobertura:clean {execution: default}]
Downloading: 
http://ibiblio.lsu.edu/main/pub/packages/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6-atacustom/maven-site-plugin-2.0-beta-6.pom

Obviously lsu won't have this pom, so I get ClassNotFound exceptions
when the site plugin tries to run.  Can anyone explain to me why the
pom isn't downloaded from our plugin repository?

Thanks,
Todd

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: new using maven., please help me

2006-08-19 Thread Alex Turner

Unfortunately the default maven repository does not work, you will have to
configure a mirror:

create a file ~/.m2/settings.xml:

settings
  mirrors
 mirror
idisu.edu/id
urlhttp://ibiblio.lsu.edu/main/pub/packages/maven2/url
mirrorOfcentral/mirrorOf
 /mirror
 mirror
idibiblio.org/id
urlhttp://www.ibiblio.org/maven2/url
mirrorOfcentral/mirrorOf
 /mirror
  /mirrors
/settings


Then you must re-arrange your code to match the maven layout.  Source code
goes in src/main/java/
web app code goes in src/main/webapp

Then your pom might look something like this:
project
  modelVersion4.0.0/modelVersion
  parent
 groupIdcom.mydomain.myproject/groupId
 artifactIdmyproject/artifactId
 version1.0/version
  /parent
  artifactIdmyproject/artifactId
  namemyproject web app/name
  packagingwar/packaging
  descriptionWeb App/description
  dependencies
 !-- Commons Libraries --
 dependency
groupIdcommons-email/groupId
artifactIdcommons-email/artifactId
version1.0/version
scopeprovided/scope
 /dependency
 dependency
groupIdcommons-fileupload/groupId
artifactIdcommons-fileupload/artifactId
version1.1/version
scopeprovided/scope
 /dependency
 !-- Database Library --
 dependency
groupIdpostgresql/groupId
artifactIdpostgresql/artifactId
version8.1-404.jdbc3/version
scopeprovided/scope
 /dependency
 !-- javax --
 dependency
groupIdjavax.mail/groupId
artifactIdmail/artifactId
version1.4/version
scopeprovided/scope
 /dependency
 !-- JSTL --
 dependency
groupIdjavax.servlet/groupId
artifactIdjsp-api/artifactId
version2.0/version
scopeprovided/scope
 /dependency
 dependency
groupIdjavax.servlet/groupId
artifactIdservlet-api/artifactId
version2.4/version
scopeprovided/scope
 /dependency
 dependency
groupIdjavax.servlet/groupId
artifactIdjstl/artifactId
version1.1.2/version
scopeprovided/scope
 /dependency
 dependency
groupIdtaglibs/groupId
artifactIdstandard/artifactId
version1.1.2/version
scopeprovided/scope
 /dependency
 dependency
groupIdtaglibs/groupId
artifactIdc/artifactId
version1.1.2/version
typetld/type
 /dependency
 dependency
groupIdtaglibs/groupId
artifactIdsql/artifactId
version1.1.2/version
typetld/type
 /dependency
  /dependencies
/project

Alex


On 8/19/06, Miren [EMAIL PROTECTED] wrote:


hello
i am begining using maven.
i hve use ant and i am trying using maven but i dont know how towork or
beging using maven.
i am reading better builds with maven but i cannot begin, i dont work
fine with it.

i have one proyect in java.
the structure of my proyect is this:
/myproyect
-src
-WebContent
into ther rc directory i have the java sources
into the Webcontent i have the web part (jsp, web.xml, tld...)
the output for thi proyect must to be one war file
can anyody helps me to make one pom file, correct file for using ths with
maven?
can anybody send me one example for using with my proyect? for using as
demo and with my dcumenttion know how works maven.

other questios:
1.- m pryect uses some lib, jar files. i must to put it into the pom file
.. but must i to put them into some directories?
2.- when i execute my pom file appears this error:
[INFO] the pluging org.apache.maven.plugins:maven-archetype-pluging dos
not exist or not valid version could be found.

Why pears this error?
i have nstall the file from the apache site, maven site (2.0.4


thanks

please help me with one example

THANKS


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: How to answer to an archive post ?

2006-08-19 Thread Nick Veys

If you don't have the email it's pretty hard to reply to it.  I
imagine if you just took the contents of it, and placed the important
parts in an email, then answered it, it would do everyone a favor as
it would be archived, show up in searches, etc.

On 8/19/06, Eric Reboisson [EMAIL PROTECTED] wrote:

Hello,

i would like to answer to an old message that i found in archives.

I know the id of the message, but i don't know how to answer it.

Thanks for your help.

Best regards
Eric

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to answer to an archive post ?

2006-08-19 Thread Eric Reboisson

Ok,

I try to answer to this message.

Eric

Nick Veys a écrit :

If you don't have the email it's pretty hard to reply to it.  I
imagine if you just took the contents of it, and placed the important
parts in an email, then answered it, it would do everyone a favor as
it would be archived, show up in searches, etc.

On 8/19/06, Eric Reboisson [EMAIL PROTECTED] wrote:

Hello,

i would like to answer to an old message that i found in archives.

I know the id of the message, but i don't know how to answer it.

Thanks for your help.

Best regards
Eric

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Profile Activation Feature

2006-08-19 Thread ccadete

If I want to activate a profile using specified jdk version, I use. for
example:
profile
idJDK-1.5/id
activation
jdk1.5/jdk
/activation
/profiles

but how can it be activated for 1.5, or better. 
This is provided by the version tag in another context, I thing it would be
better if we can specified the version tag, like this, for example:

activation
  jdk
   version[1.5,)/version
   /jdk
/activation

or 

activation
  jdk[1.5,)/jdk
/activation


ccadete





-- 
View this message in context: 
http://www.nabble.com/Profile-Activation-Feature-tf2133948.html#a5889297
Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to answer to an archive post ?

2006-08-19 Thread Craig McClanahan

On 8/19/06, Eric Reboisson [EMAIL PROTECTED] wrote:


Hello,

i would like to answer to an old message that i found in archives.

I know the id of the message, but i don't know how to answer it.



Best bet would be to create a new message, and then either quote the
question in line, or add a hyperlink to the archive version of the message.
Then, you can answer it.  It won't get linked as a response on that thread
(unless you still have it in your gmail archive and just reply to it
normally), but a text search on the appropriate keywords should find it.

Craig

Thanks for your help.


Best regards
Eric

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]