How to set Changelog Working Directory?

2008-10-12 Thread Mac-Systems

Hello,

anyone can tell me how to pass -DworkingDirectory in a POM for the 
Changelog Plugin ? All my trys are ignored.


mvn -DworkingDirectory=C:\workspace\incubator\project scm:changelog

thanks,
Jens





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



Anyone using Synergy in SCM Plugin under Linux ?

2008-09-30 Thread mac-systems
Hello,

anyone using Synergy unter Linux ? I facing a Problem
that i cannot figure out how to provide a path to the database.
Running Synergy under Windows causes no Problem.

A command like that should be generated :

ccm start -nogui -m -q -n user -pw secret -d /path/to/db/skm/ccm_databases/

But it outputs something like that:

[INFO] Removing /home/build/maven-test-checkout/target/checkout
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Cannot run checkout command : 

Embedded error: Exception while executing SCM command.
Commandeline = /bin/sh -c ccm start -nogui -m -q -n user -pw secret 
STDOUT = 
STDERR = Warning: /database/db does not exist.
Warning: Telelogic Synergy startup failed.

Kindly Regards,
Jens

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



RE: Cobertura plugin doesn't generate XML

2008-09-29 Thread mac-systems
Hello,

may you can try the configuration in your reporting section 
of the POM.

- jens

Hi

I'm trying to generate an XML report using the Cobertura plugin (2.2
apparently). I configured the plugin according to the documentation:

plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdcobertura-maven-plugin/artifactId
  configuration
formats
  formatxml/format
/formats
  /configuration
/plugin

Then I start Maven (mvn clean install cobertura:cobertura), but the
plugin generates the HTML reports under .../target/site/cobertura/
(which I tell it not to do), but doesn't create any XML files.

What am I doing wrong?

Best regards,
Eric

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



RE: what's the PlexusContainer?

2008-09-26 Thread mac-systems
I think you will find the Repo infos there:

http://plexus.codehaus.org/source-repository.html


- jens



I want to define a new packaging type called jcar to package my own project.
i read the maven source , and find the maven-core use
PlexusContainer.lookup() to find a new LifecycleMapping
to, can anybody tell me how that process works? and where to download
PlexusContainer source code so i can read
the detail of it.
thank you!

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



RE: The Definitive Guide: online vs. print

2008-09-26 Thread mac-systems
Good Question...

I also pre-ordered the book there in Germany, looking forward 
to stick my nose in it :)


- Jens



I purchased the printed version of Maven: The Definitive Guide. I'm  
confused about how it differs from the online version, which is  
available here:

http://www.sonatype.com/community/definitive_guide.html

The online version is Beta 0.16, September 1, 2008, which I believe  
is newer than the book. So, if the online version is more up to date,  
why should I bother reading the print version?

Trevor


-
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: Where to find Actual SWT jars as Maven dependency ?

2008-09-09 Thread Mac-Systems

Ehhh,

what that answer have to do in relation of my question ?

- Jens


if you dont specify your plugin's version/artifactID/groupID attributes you get 
this configuration
http://maven.apache.org/plugins/index.html

Caveat Emptor:
the beta war is not ready and I have had to override this plugin in local pom with 
version2.0/version

you'll want to specify localRepository server and mirror remote 
repositories in the %M2_HOME%/conf/settings.xml

YMMV
Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. 



  

From: [EMAIL PROTECTED]
To: users@maven.apache.org
Subject: Where to find Actual SWT jars as Maven dependency ?
Date: Mon, 8 Sep 2008 17:04:44 +0200

Hello,

where can i find most (stable) SWT Jars to bind in a 
Project ? Anyone knows about some repository ?


Actually i think it is not that simple as SWT contains 
a lot of Native bindings.


regards,
Jens

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




_
Get more out of the Web. Learn 10 hidden secrets of Windows Live.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008
  



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



Re: How to deploy Website to Webspace on java.net ?

2008-09-08 Thread mac-systems
Ok, thx i will have a look at it :)

- Jens

Hello Brett, you will have to have CVS administrative permissions to create the 
so-called CVS repository at the remote site or you will have to persuade you 
hosting outfit folks to administratively create or include you site in the CVS 
repository as a CVS project. Once your site has been created in the CVS 
repository all you will have to do is a CVS add filename. This means you will 
have to add each or all of the files the compose your remote site. Once the 
files are CVS added you then do a CVS checkout project-name (whatever the 
remote CVS admin folks name your project, hopefully, the same as the name of 
your website). Once you have the webiste CVS project checked out from the CVS 
repository you can then make changes and put these changes to the remote 
servers with the following command-line: cvs commit -m some comment about the 
changes filename. If you are running a local Linux box most of the above will 
work by default. If you are running a Windows or Mac box you will ha
 ve to install CVS. You can install CVS from the following link: 
http://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/. HTH, David.

Brett Porter wrote ..
 https://maven-javanet-plugin.dev.java.net/nonav/maven/
 
 2008/9/7 Mac-Systems [EMAIL PROTECTED]
 
  Hello,
 
  anyone can tell me how to deploy a website to a webserver using cvs ?
  I have a project at java.net which seems only to acecpt uploads via cvs.
 
 
  thanks,
  Jens
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -- 
 Brett Porter
 Blog: http://blogs.exist.com/bporter/
Yet some, not wise, go to the other side of the globe, to barbarous and 
unhealthy regions, and devote ten or twenty years, in that they may live,-that 
is, keep comfortably warm,- and die in New England at last. 

Henry David Thoreau - Walden - 1845


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



Where to find Actual SWT jars as Maven dependency ?

2008-09-08 Thread mac-systems
Hello,

where can i find most (stable) SWT Jars to bind in a 
Project ? Anyone knows about some repository ?

Actually i think it is not that simple as SWT contains 
a lot of Native bindings.

regards,
Jens

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



Running Site i18n problem

2008-09-06 Thread Mac-Systems

Hello,

when using site-deploy the Menu Project Documention still remain in my 
default local which is German.

In my site plugin config i use:

   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-site-plugin/artifactId
   configuration
   encoding8859-1/encoding
   localesen/locales

Whichs seems only to affect the  reports section.


How can i force that anything is in English rendered ?

thanks,
Jens


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



How to deploy Website to Webspace on java.net ?

2008-09-06 Thread Mac-Systems

Hello,

anyone can tell me how to deploy a website to a webserver using cvs ?
I have a project at java.net which seems only to acecpt uploads via cvs.


thanks,
Jens

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



Java Doc Plugin needless Proxy Warnings

2008-09-04 Thread mac-systems
I get lots of these Messeages durring a Site Report Generation:

[INFO] Generating Test JavaDocs report.
[WARNING] The Javadoc plugin parameter 'proxyHost' is deprecated since 2.4. Ple
se configure an active proxy in your settings.xml.
[WARNING] The Javadoc plugin parameter 'proxyPort' is deprecated since 2.4. Ple
se configure an active proxy in your settings.xml.

In my POM i havent any proxy set for the Java Doc Plugin.
But i do have a settings.xml with proxy settings.
using Maven2.0.9 and Javadoc Plugin 2.4.

That means this and how can i get rid of these messages ?

PS: I Found these Issue which is fixed: 
http://jira.codehaus.org/browse/MJAVADOC-108

thx,
jens

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



mvn compile works mvn site-deploy causes complation error

2008-09-03 Thread mac-systems
Hello,

i try to setup my multi module project. I am trying to setup the site 
generation after all compile dependencies are now resolved and no compile error 
is caused durring mvn compile.
When i do a mvn site-deploy i get a compile error, anyone has a clue what the 
heck is going on ? Also a mvn clean before does not fix this problem :/

best regards,
Jens

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



RE: mvn compile works mvn site-deploy causes complation error

2008-09-03 Thread mac-systems
Hello,

i am not compiling any JSP. It happend durring site-deploy

- Jens


Jens-

*if this is happening at deploy*
then a best guess would be that the jspc (jasper compiler) phase is failing
http://mojo.codehaus.org/jspc/jspc-maven-plugin/usage.html
can you force the jasper-compiler to execute and compile the jsp pages BEFORE 
deployment
any diags such as stacktraces from the logs would be most helpful

?
Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


 From: [EMAIL PROTECTED]
 To: users@maven.apache.org
 Subject: mvn compile works mvn site-deploy causes complation error
 Date: Wed, 3 Sep 2008 16:15:53 +0200
 
 Hello,
 
 i try to setup my multi module project. I am trying to setup the site 
generation after all compile dependencies are now resolved and no compile error 
is caused durring mvn compile.
 When i do a mvn site-deploy i get a compile error, anyone has a clue what the 
heck is going on ? Also a mvn clean before does not fix this problem :/
 
 best regards,
 Jens
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

_
Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F68
1DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008

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



Re: Depedency not found but it is correctly installed

2008-08-17 Thread Mac-Systems

Wayne Fay schrieb:

On 8/16/08, Wendy Smoak [EMAIL PROTECTED] wrote:

Either declare the dependency outside of dependency management (leave
out the version number) for example in builddependencies, or move
them out of dependencyManagement.


Doh... eagle-eyed Wendy is right!

Wayne

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




Thanks Wendy,

you are right. I totaly overlooked 
http://www.dict.cc/englisch-deutsch/overlooked.html that. It Works 
now, i would like to spend a Beer for that :)


Thanks,
Jens

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



Looking for Eclipse Artifact Repo

2008-08-17 Thread Mac-Systems

Hello,

anyone can point were to find Eclipse Artifacts like org.eclipse.swt.* ?
Searching the Eclipse Site and different Blogs haven't bring any results.


thx,
Jens

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



Re: Looking for Eclipse Artifact Repo

2008-08-17 Thread Mac-Systems
Thansk, but is seems not up to date. I looking for the swt jars which 
seem only

available by normal download.

- Jens

I've heard of this one : http://repo1.maven.org/eclipse/
Don't know if it's complete or up-to-date ...

Manuel

On Sun, Aug 17, 2008 at 2:42 PM, Mac-Systems [EMAIL PROTECTED]wrote:

  

Hello,

anyone can point were to find Eclipse Artifacts like org.eclipse.swt.* ?
Searching the Eclipse Site and different Blogs haven't bring any results.


thx,
Jens

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



Depedency not found but it is correctly installed

2008-08-16 Thread Mac-Systems

Hello,

i have a dependency to Swing Labs SwingX Lib. I wrote s simple install 
script like that


call mvn install:install-file 
-Dfile=../libs/swingx/0.9.2/swingx-0.9.2.jar -DgroupId=org.swinglabs 
-DartifactId=swingx -Dversion=0.9.2 -Dpackaging=jar


In my Pom of the Project i declared:

dependencyManagement
   dependencies
   dependency
   groupIdjunit/groupId
   artifactIdjunit/artifactId
   version3.8.1/version
   scopetest/scope
   /dependency
   dependency
   groupIdorg.swinglabs/groupId
   artifactIdswingx/artifactId
   version0.9.2/version
   /dependency

The install script reports success. I already cleared by local maven 
repo to get a clear start.
Anything i do results in package org.jdesktop.layout cannot be found. I 
also have no settings.xml.


What the Heck i am doing wrong ? Is there a way to get some better 
Output from maven like this (complete mvn -X -e compile) :


   + Error stacktraces are turned on.
   Maven version: 2.0.9
   Java version: 1.6.0_03
   OS name: windows xp version: 5.1 arch: x86 Family: windows
   [DEBUG] Building Maven user-level plugin registry from: 
'C:\Dokumente und Einstellungen\User\.m2\plugin-registry.xml'
   [DEBUG] Building Maven global-level plugin registry from: 
'C:\java\maven-2.0.9\bin\..\conf\plugin-registry.xml'

   [INFO] Scanning for projects...
   [DEBUG] Adding managed dependencies for mac-systems:multikulti
   [DEBUG]   junit:junit:jar:3.8.1:test
   [DEBUG]   org.swinglabs:swingx:jar:0.9.2
   [DEBUG]   org.swinglabs:swing-layout:jar:1.0.3
   [INFO] 


   [INFO] Building Multikulti - trunk
   [INFO]task-segment: [compile]
   [INFO] 

   [DEBUG] Retrieving parent-POM: 
org.apache.maven.plugins:maven-plugins::1 for project: 
null:maven-resources-plugin:maven-plugin:2.2 from the repository.
   [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for 
project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
   [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: 
org.apache.maven:maven-parent:pom:1 from the repository.
   [DEBUG] Retrieving parent-POM: 
org.apache.maven.plugins:maven-plugins::8 for project: 
null:maven-compiler-plugin:maven-plugin:2.0.2 from the repository.
   [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::5 for 
project: org.apache.maven.plugins:maven-plugins:pom:8 from the repository.
   [DEBUG] Retrieving parent-POM: org.apache:apache::3 for project: 
org.apache.maven:maven-parent:pom:5 from the repository.
   [DEBUG] Retrieving parent-POM: 
org.apache.maven.plugins:maven-plugins::11 for project: 
null:maven-site-plugin:maven-plugin:2.0-beta-7 from the repository.
   [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::8 for 
project: org.apache.maven.plugins:maven-plugins:pom:11 from the repository.
   [DEBUG] Retrieving parent-POM: org.apache:apache::4 for project: 
org.apache.maven:maven-parent:pom:8 from the repository.
   [DEBUG] Retrieving parent-POM: 
org.apache.maven.surefire:surefire::2.4.3 for project: 
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:null from 
the repository.
   [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::7 for 
project: org.apache.maven.surefire:surefire:pom:2.4.3 from the repository.
   [DEBUG] Adding managed dependencies for 
org.apache.maven.plugins:maven-surefire-plugin

   [DEBUG]   org.apache.maven.surefire:surefire-api:jar:2.4.3
   [DEBUG]   org.apache.maven.surefire:surefire-booter:jar:2.4.3
   [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.5.1
   [DEBUG] Plugin dependencies for:
  
   org.apache.maven.plugins:maven-resources-plugin:2.2
  
   are:
  
   org.apache.maven:maven-plugin-api:jar:2.0:runtime

   org.apache.maven:maven-project:jar:2.0:runtime
   org.apache.maven:maven-model:jar:2.0:runtime
   org.codehaus.plexus:plexus-utils:jar:1.1:runtime
  
  
   [DEBUG] 
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.2:runtime 
(selected for runtime)
   [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for 
project: org.apache.maven:maven-plugin-api:jar:2.0 from the repository.
   [DEBUG] Adding managed dependencies for 
org.apache.maven:maven-plugin-api

   [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
   [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4
   [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
   [DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
   [DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
   [DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
   [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime 
(selected for runtime)

   [DEBUG] Adding managed dependencies for unknown:maven-project
   [DEBUG]  

How to Link Multi Project Site

2008-08-15 Thread mac-systems
Hello,

i have a Multi Project with a Layout like this:

pom.xml (master)
-- Sub Project Pom (type jar)
-- Sub Project Pom (type pom)
- Sub Sub Project Pom (type jar) 
- Sub Sub Project Pom (type jar)
- Sub Sub Project Pom (type jar)
-- Sub Project Pom (type jar)

I try to generate a Site which allows the use to navigate to
each sub project. After running site-deploy all links from
the master pom link to sub project ../subproject/index.html
which is completly wrong as it directs one directory.

Anyone can tell my how the pom must contain url tag to get this working ?

Thanks,
Jens

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



Re: I am behind a corporate proxy Maven does not support : org.apache.maven.plugins:maven-archetype-plugin does not exist

2008-08-08 Thread mac-systems
I setup an NTLM Proxy - CNTLM on Ubunto which runs on a maschine. You can use 
this 
to download artifacts once in your local repo. In your maven settings.xml you 
have to configure it.

- Jens

On Fri, Aug 8, 2008 at 6:21 AM, pkpkpkpk [EMAIL PROTECTED] wrote:

 Hi,

 I tried downloading from
 
http://mvnrepository.com/artifact/plugins.org.apache.maven.plugins/maven-archety
pe-plugin/1.0-alpha-1,
 but this jar seems to be corrupted.

 What I am trying to achieve is a way to download all the dependencies so
 that maven does not need to connect to the internet.

 TIA!
 --

We use a Maven Repository that sits in our network and acts as a
public repository / mirror for our developers.  We have our
environment set up to use our public repository to retrieve the
plugins/dependencies.  If our mirror doesn't have it, it is configured
to go retrieve them from the real public repositories.  Once it has it
locally, and additional requests can be served without going to the
internet.

We're using Nexus at the moment, which works very well for us.

To use it in this fashion, the machine on which our Nexus repository
sits has limited access to the internet, controlled by our network
policies.  If we need to access a new repository, we have to ensure
that our Network services grants access.

Another option in this set up is that artifacts can be manually
deployed to the Nexus server if we want to make them available to our
developers.  This works well with on-off artifacts, but may choose
tedious if you need to do this with all dependencies and plugins.
However, if you can download them individually and deploy them to your
network's public server, that would work too.

Hope this helps,
Ed

-
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: Re: Looking for MultiModule Archetype (Packaging POM)

2008-08-08 Thread mac-systems
Hello,

i do not understand correctly :/
Means extensionstrue/extensions will produce this needed behaviour ?

- Jens

this is my archetype version

  build
extensions
  extension
groupIdorg.apache.maven.archetype/groupId
artifactIdarchetype-packaging/artifactId
version2.0-alpha-3/version
  /extension
/extensions
plugins
  plugin
artifactIdmaven-archetype-plugin/artifactId
version2.0-alpha-3/version
extensionstrue/extensions
  /plugin
/plugins
  /build

when i create new project in the directory of the pom file that packaging is 
pom. it will generate the module element in the parent pom and the parent 
element in the submodule pom.

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



Looking for MultiModule Archetype (Packaging POM)

2008-08-07 Thread mac-systems
Which is a Multi Module Archetype ? I need to create Subprojects. Is there some 
template ?

1: internal - appfuse-basic-jsf (AppFuse archetype for creating a web 
application with Hibernate, Spring and JSF)
2: internal - appfuse-basic-spring (AppFuse archetype for creating a web 
application with Hibernate, Spring and Spring MVC)
3: internal - appfuse-basic-struts (AppFuse archetype for creating a web 
application with Hibernate, Spring and Struts 2)
4: internal - appfuse-basic-tapestry (AppFuse archetype for creating a web 
application with Hibernate, Spring and Tapestry 4)
5: internal - appfuse-core (AppFuse archetype for creating a jar application 
with Hibernate and Spring and XFire)
6: internal - appfuse-modular-jsf (AppFuse archetype for creating a modular 
application with Hibernate, Spring and JSF)
7: internal - appfuse-modular-spring (AppFuse archetype for creating a modular 
application with Hibernate, Spring and Spring MVC)
8: internal - appfuse-modular-struts (AppFuse archetype for creating a modular 
application with Hibernate, Spring and Struts 2)
9: internal - appfuse-modular-tapestry (AppFuse archetype for creating a 
modular application with Hibernate, Spring and Tapestry 4)
10: internal - maven-archetype-j2ee-simple (A simple J2EE Java application)
11: internal - maven-archetype-marmalade-mojo (A Maven plugin development 
project using marmalade)
12: internal - maven-archetype-mojo (A Maven Java plugin development project)
13: internal - maven-archetype-portlet (A simple portlet application)
14: internal - maven-archetype-profiles ()
15: internal - maven-archetype-quickstart ()
16: internal - maven-archetype-site-simple (A simple site generation project)
17: internal - maven-archetype-site (A more complex site project)
18: internal - maven-archetype-webapp (A simple Java web application)
19: internal - struts2-archetype-starter (A starter Struts 2 application with 
Sitemesh, DWR, and Spring)
20: internal - struts2-archetype-blank (A minimal Struts 2 application)
21: internal - struts2-archetype-portlet (A minimal Struts 2 application that 
can be deployed as a portlet)
22: internal - struts2-archetype-dbportlet (A starter Struts 2 portlet that 
demonstrates a simple CRUD interface with db backing)
23: internal - struts2-archetype-plugin (A Struts 2 plugin)
24: internal - shale-archetype-blank (A blank Shale web application with JSF)
25: internal - maven-adf-archetype (Archetype to ease the burden of creating a 
new application based with ADF)
26: internal - data-app (A new Databinder application with sources and 
resources.)
27: internal - jini-service-archetype (Archetype for Jini service project 
creation)
28: internal - softeu-archetype-seam (JSF+Facelets+Seam Archetype)
29: internal - softeu-archetype-seam-simple (JSF+Facelets+Seam (no 
persistence) Archetype)
30: internal - softeu-archetype-jsf (JSF+Facelets Archetype)
31: internal - jpa-maven-archetype (JPA application)
32: internal - spring-osgi-bundle-archetype (Spring-OSGi archetype)
33: internal - confluence-plugin-archetype (Atlassian Confluence plugin 
archetype)
34: internal - jira-plugin-archetype (Atlassian JIRA plugin archetype)
35: internal - maven-archetype-har (Hibernate Archive)
36: internal - maven-archetype-sar (JBoss Service Archive)
37: internal - wicket-archetype-quickstart (A simple Apache Wicket project)
38: internal - quickstart (A simple Apache Tapestry 5 Project)
39: internal - scala-archetype-simple (A simple scala project)
40: internal - lift-archetype-blank (A blank/empty liftweb project)
41: internal - lift-archetype-basic (The basic (liftweb) project)
42: internal - cocoon-22-archetype-block-plain 
([http://cocoon.apache.org/2.2/maven-plugins/])
43: internal - cocoon-22-archetype-block 
([http://cocoon.apache.org/2.2/maven-plugins/])
44: internal - cocoon-22-archetype-webapp 
([http://cocoon.apache.org/2.2/maven-plugins/])

Thx,
Jens

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



Re: Looking for MultiModule Archetype (Packaging POM)

2008-08-07 Thread mac-systems
Jep.

I already tried this in a shell script. Which results in an error that project 
pom is not of type pom. I tried to pass -Dpackaging=pom while creating that 
project.
Archetype is a useless plugin without that feature. I was looking also at the 
maling list on that issue for last year with no luck. I found some outdated 
Docu on the Archetypes. 

My solutions works like this: 

create all projects on same directory level.
copy projects which depends on POM package into subdirectory
modify the pom packaging element for that project(s).

But it would be fine if archetype would support -Dpackaging=pom|jar|ejb| and so 
on 

thx anyway,
Jens



here is my solution
1.mvn -DgroupId=org.quarph -DartifactId=myproject archetype:create
2.delete the src directory in the newly created module
3.edit pom.xml and change packaging to pom instead of jar
4.navigate to the myproject directory
5.mvn  -DgroupId=org.quarph -DartifactId=myproject-module-1 archetype:create
maybe someone has a better way!




quarph
2008-08-07



发件人: [EMAIL PROTECTED]
发送时间: 2008-08-07 17:30:04
收件人: users@maven.apache.org
抄送: 
主题: Looking for MultiModule Archetype (Packaging POM)

Which is a Multi Module Archetype ? I need to create Subprojects. Is there some 
template ?

1: internal -  appfuse-basic-jsf (AppFuse archetype for creating a web 
application with Hibernate, Spring and JSF)
2: internal -  appfuse-basic-spring (AppFuse archetype for creating a web 
application with Hibernate, Spring and Spring MVC)
3: internal -  appfuse-basic-struts (AppFuse archetype for creating a web 
application with Hibernate, Spring and Struts 2)
4: internal -  appfuse-basic-tapestry (AppFuse archetype for creating a web 
application with Hibernate, Spring and Tapestry 4)
5: internal -  appfuse-core (AppFuse archetype for creating a jar application 
with Hibernate and Spring and XFire)
6: internal -  appfuse-modular-jsf (AppFuse archetype for creating a modular 
application with Hibernate, Spring and JSF)
7: internal -  appfuse-modular-spring (AppFuse archetype for creating a 
modular application with Hibernate, Spring and Spring MVC)
8: internal -  appfuse-modular-struts (AppFuse archetype for creating a 
modular application with Hibernate, Spring and Struts 2)
9: internal -  appfuse-modular-tapestry (AppFuse archetype for creating a 
modular application with Hibernate, Spring and Tapestry 4)
10: internal -  maven-archetype-j2ee-simple (A simple J2EE Java application)
11: internal -  maven-archetype-marmalade-mojo (A Maven plugin development 
project using marmalade)
12: internal -  maven-archetype-mojo (A Maven Java plugin development 
project)
13: internal -  maven-archetype-portlet (A simple portlet application)
14: internal -  maven-archetype-profiles ()
15: internal -  maven-archetype-quickstart ()
16: internal -  maven-archetype-site-simple (A simple site generation 
project)
17: internal -  maven-archetype-site (A more complex site project)
18: internal -  maven-archetype-webapp (A simple Java web application)
19: internal -  struts2-archetype-starter (A starter Struts 2 application with 
Sitemesh, DWR, and Spring)
20: internal -  struts2-archetype-blank (A minimal Struts 2 application)
21: internal -  struts2-archetype-portlet (A minimal Struts 2 application that 
can be deployed as a portlet)
22: internal -  struts2-archetype-dbportlet (A starter Struts 2 portlet that 
demonstrates a simple CRUD interface with db backing)
23: internal -  struts2-archetype-plugin (A Struts 2 plugin)
24: internal -  shale-archetype-blank (A blank Shale web application with 
JSF)
25: internal -  maven-adf-archetype (Archetype to ease the burden of creating 
a new application based with ADF)
26: internal -  data-app (A new Databinder application with sources and 
resources.)
27: internal -  jini-service-archetype (Archetype for Jini service project 
creation)
28: internal -  softeu-archetype-seam (JSF+Facelets+Seam Archetype)
29: internal -  softeu-archetype-seam-simple (JSF+Facelets+Seam (no 
persistence) Archetype)
30: internal -  softeu-archetype-jsf (JSF+Facelets Archetype)
31: internal -  jpa-maven-archetype (JPA application)
32: internal -  spring-osgi-bundle-archetype (Spring-OSGi archetype)
33: internal -  confluence-plugin-archetype (Atlassian Confluence plugin 
archetype)
34: internal -  jira-plugin-archetype (Atlassian JIRA plugin archetype)
35: internal -  maven-archetype-har (Hibernate Archive)
36: internal -  maven-archetype-sar (JBoss Service Archive)
37: internal -  wicket-archetype-quickstart (A simple Apache Wicket project)
38: internal -  quickstart (A simple Apache Tapestry 5 Project)
39: internal -  scala-archetype-simple (A simple scala project)
40: internal -  lift-archetype-blank (A blank/empty liftweb project)
41: internal -  lift-archetype-basic (The basic (liftweb) project)
42: internal -  cocoon-22-archetype-block-plain 
([http://cocoon.apache.org/2.2/maven-plugins/])
43: internal -  cocoon-22-archetype-block 

Small Archtype plugin Question

2008-08-06 Thread mac-systems
Hello,

actually i try to write a script that acts as a template for some bigger 
project.
I use archetype for that. Anyone can tell be how to specify the packaging of a 
project ?

mvn $OPTS archetype:create -DarchetypeArtifactId=maven-archetype-quickstart 
-DgroupId=$GROUP_ID -DartifactId=WFC-RECHERCHE_Servlets -Dversion=1.0-SNAPSHOT 
-Dpackage=$BASE_PACKAGE

I tried -Dpackaging=pom for example which seems to be ignored. Anyone knows how 
to do that ?

I tried also archetype:generate which run in interactive mode and it seems to 
to be configurable to run non interactive ?

Big Thanks,
Jens

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



www.mvnrepository.com HTTP 550

2008-06-28 Thread Mac-Systems

Anyone knows if i can count on mvnrepository.com ?

I often get an HTTP 550

For example. Try to download or look at the POM.xml via Website Link.

http://www.mvnrepository.com/artifact/org.swinglabs/swingx/0.9.2

Also i added the dependency to my pom.xml. Maven do not download it, no 
errors.



regards,
Jens

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



Re: Syngergy PlugIn supports DCM Based Repositorys ?

2008-06-24 Thread mac-systems
Hello,


in my POMs SCM Tag i have defined:

   
connectionscm:synergy:ProjectName:-:1.7.6:Subproject/1.7.7_OC4J:collaborative/connection
  
developerConnectionscm:synergy:ProjectName:-:1.7.6:Subproject/1.7.7_OC4J:collaborative/developerConnection

1.7.6 was the last release an 1.7.7 is what i am working for.


Yes,on console i do only a 'mvn SCM:Checkout'

- jens






Hi,

Can you tell us what command you entered please ? (mvn scm:checkout ??? )

Cheers,

Salvador

[EMAIL PROTECTED] wrote:
 Hello,

 actually this Problem is a no go for using Maven i think.
 I try to scm:checkout a Synergy Project but with my small 
 knowlegde i need some help.

 The Checkout itselfs seems to work reconfigure seems to make the Problem:

 [DEBUG] STDERR :
 [DEBUG] Synergy : Entering getWorkingProject method
 [DEBUG] Executing: ccm query -u -f %displayname owner='xxx' and 
status='wor
 king' and type='project' and has_predecessor('ProjectName-1.7.6:project
 :1')
 [DEBUG] Exit code :1
 [DEBUG] STDOUT : unavailable
 [DEBUG] STDERR :Warning: Object version specified in query 
(ProjectName-1.7.6:project:1) not found.


 As our Synergy Guru said this is because of wrong end of line.
 It should be look like:

 Executing: ccm query -u -f %displayname owner='xxx' and status='working' 
has_predecessor('ProjectName-1.7.6:project:dbname#1')

 Someone can help ?

 Best regards,
 Jens

 -
 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: Syngergy PlugIn supports DCM Based Repositorys ?

2008-06-24 Thread mac-systems
Small Follow up:


i looked at Cruise Control and found this (instance attribute):

http://cruisecontrol.sourceforge.net/main/configxml.html#cmsynergy


instanceNo  Used to set the project's instance value. As CM Synergy 
only allows a single instance of a project object in any given database, this 
attribute defaults to 1, and should not need to be changed by most users. You 
might, however, need to set this value when using the DCM (Distributed Change 
Management) feature of the tool - which appends the DB name to the instance 
value.


- Jens

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



Re: Syngergy PlugIn supports DCM Based Repositorys ?

2008-06-24 Thread mac-systems
So,

i took a first look at the Sources of the Synergy SCM Plugin.
It seems fixable for me. 

Where is a mailing list for (PlugIn)Developers ?

A new Property must be created in SCM Config which holds the Instance
and when ccm Query  is build this must be append to the commandline string if 
present.

Best Regards,
Jens








Hello,


in my POMs SCM Tag i have defined:

   
connectionscm:synergy:ProjectName:-:1.7.6:Subproject/1.7.7_OC4J:collaborative
/connection
  
developerConnectionscm:synergy:ProjectName:-:1.7.6:Subproject/1.7.7_OC4J:colla
borative/developerConnection

1.7.6 was the last release an 1.7.7 is what i am working for.


Yes,on console i do only a 'mvn SCM:Checkout'

- jens






Hi,

Can you tell us what command you entered please ? (mvn scm:checkout ??? )

Cheers,

Salvador

[EMAIL PROTECTED] wrote:
 Hello,

 actually this Problem is a no go for using Maven i think.
 I try to scm:checkout a Synergy Project but with my small 
 knowlegde i need some help.

 The Checkout itselfs seems to work reconfigure seems to make the Problem:

 [DEBUG] STDERR :
 [DEBUG] Synergy : Entering getWorkingProject method
 [DEBUG] Executing: ccm query -u -f %displayname owner='xxx' and 
status='wor
 king' and type='project' and has_predecessor('ProjectName-1.7.6:project
 :1')
 [DEBUG] Exit code :1
 [DEBUG] STDOUT : unavailable
 [DEBUG] STDERR :Warning: Object version specified in query 
(ProjectName-1.7.6:project:1) not found.


 As our Synergy Guru said this is because of wrong end of line.
 It should be look like:

 Executing: ccm query -u -f %displayname owner='xxx' and status='working' 

has_predecessor('ProjectName-1.7.6:project:dbname#1')

 Someone can help ?

 Best regards,
 Jens

 -
 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: Syngergy PlugIn supports DCM Based Repositorys ?

2008-06-24 Thread mac-systems
Hi,

i took a quick look into Issues of Synergy and found this:

http://jira.codehaus.org/browse/SCM-261


- Jens


You might want to take a look at this if you haven't already:
http://maven.apache.org/scm/synergy.html

http://maven.apache.org/scm/issue-tracking.html
http://maven.apache.org/scm/mail-lists.html

Cheers,

Salvador

[EMAIL PROTECTED] wrote:
 So,

 i took a first look at the Sources of the Synergy SCM Plugin.
 It seems fixable for me. 

 Where is a mailing list for (PlugIn)Developers ?

 A new Property must be created in SCM Config which holds the Instance
 and when ccm Query  is build this must be append to the commandline string if 
present.

 Best Regards,
 Jens








   
 Hello,
 


   
 in my POMs SCM Tag i have defined:
 

  
   
 
connectionscm:synergy:ProjectName:-:1.7.6:Subproject/1.7.7_OC4J:collaborative

 /connection
 
   
   
 
developerConnectionscm:synergy:ProjectName:-:1.7.6:Subproject/1.7.7_OC4J:colla

 borative/developerConnection
 

   
 1.7.6 was the last release an 1.7.7 is what i am working for.
 


   
 Yes,on console i do only a 'mvn SCM:Checkout'
 

   
 - jens
 






 Hi,

 Can you tell us what command you entered please ? (mvn scm:checkout ??? )

 Cheers,

 Salvador

 [EMAIL PROTECTED] wrote:
   
 Hello,

 actually this Problem is a no go for using Maven i think.
 I try to scm:checkout a Synergy Project but with my small 
 knowlegde i need some help.

 The Checkout itselfs seems to work reconfigure seems to make the Problem:

 [DEBUG] STDERR :
 [DEBUG] Synergy : Entering getWorkingProject method
 [DEBUG] Executing: ccm query -u -f %displayname owner='xxx' and 
 
 status='wor
   
 king' and type='project' and has_predecessor('ProjectName-1.7.6:project
 :1')
 [DEBUG] Exit code :1
 [DEBUG] STDOUT : unavailable
 [DEBUG] STDERR :Warning: Object version specified in query 
 
 (ProjectName-1.7.6:project:1) not found.
   
 As our Synergy Guru said this is because of wrong end of line.
 It should be look like:

 Executing: ccm query -u -f %displayname owner='xxx' and 
status='working' 
 

 has_predecessor('ProjectName-1.7.6:project:dbname#1')
   
 Someone can help ?

 Best regards,
 Jens

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




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



Re: Maven Dashboard Plugin download broken ?

2008-06-22 Thread Mac-Systems

Hi,

using Maven 2.0.9 instead of 2.0.8 same problem. I also deleted the 
Plugin in my local repo.
What makes me really confusing is that nowhere stand clear and readable 
which version of that plugin

works for maven 1 or 2 :/ For example on top of the Plugin Site ?

Using MvnRepoo Exlorer : 
http://mvnrepository.com/artifact/maven/maven-dashboard-plugin/1.9

Seems 1.9 is for Maven 1.x

Looking at this Blog : 
http://echofloripa.blogspot.com/2007/12/maven2-dashboard-plugin.html

makes me think it also works with Maven 2. Pure chaos in Dokumentation.
Which version i have to use for Maven 2?

Hope anyone can help me out,
Jens


Hello,

i get following Error with that Configuratiuon of the Plugin and Repo :

   pluginRepository
   idCodehaus Snapshots/id
   urlhttp://snapshots.repository.codehaus.org//url
   /pluginRepository


   plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIddashboard-maven-plugin/artifactId
   !-- version1.0-SNAPSHOT/version--
   /plugin


Comment in the 1.0-SNAPSHOT makes nor difference.

Anyone can Point me whats wrong there (again) ?

I do not know which file missing at: 
http://snapshots.repository.codehaus.org/org/codehaus/mojo/dashboard-maven-plugin/1.0-SNAPSHOT/ 






[ERROR] FATAL ERROR
[INFO] 

[INFO] The PluginDescriptor for the plugin Plugin 
[maven:maven-dashboard-plugin]

was not found.
[INFO] 


[INFO] Trace
java.lang.IllegalStateException: The PluginDescriptor for the plugin 
Plugin [mav

en:maven-dashboard-plugin] was not found.
   at 
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginM

anager.java:321)
   at 
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(De

faultPluginManager.java:208)
   at 
org.apache.maven.plugin.DefaultPluginManager.verifyReportPlugin(Defau

ltPluginManager.java:526)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyReportPlugi

n(DefaultLifecycleExecutor.java:1297)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(Defaul

tLifecycleExecutor.java:662)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(Defaul

tLifecycleExecutor.java:642)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:517)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi

fecycle(DefaultLifecycleExecutor.java:480)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau

ltLifecycleExecutor.java:459)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan

dleFailures(DefaultLifecycleExecutor.java:311)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen

ts(DefaultLifecycleExecutor.java:278)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi

fecycleExecutor.java:143)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

sorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)


   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] 


[INFO] Total time: 7 seconds
[INFO] Finished at: Sat Jun 21 14:47:38 CEST 2008
[INFO] Final Memory: 27M/48M
[INFO] 



regards,
Jens



-
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: Maven Dashboard Plugin download broken ?

2008-06-22 Thread Mac-Systems

So,

i could isolate the Problem. Version 1.9 do not have a pom.xml in Repo. 
This must be a bug in my eyes!!!


1.0-SNAPSHOT works, problem was that in my reporting section stand a 1.9 
dependency of the dashboard plugin.


best regards,
Jens



Hi,

using Maven 2.0.9 instead of 2.0.8 same problem. I also deleted the 
Plugin in my local repo.
What makes me really confusing is that nowhere stand clear and 
readable which version of that plugin

works for maven 1 or 2 :/ For example on top of the Plugin Site ?

Using MvnRepoo Exlorer : 
http://mvnrepository.com/artifact/maven/maven-dashboard-plugin/1.9

Seems 1.9 is for Maven 1.x

Looking at this Blog : 
http://echofloripa.blogspot.com/2007/12/maven2-dashboard-plugin.html

makes me think it also works with Maven 2. Pure chaos in Dokumentation.
Which version i have to use for Maven 2?

Hope anyone can help me out,
Jens


Hello,

i get following Error with that Configuratiuon of the Plugin and Repo :

   pluginRepository
   idCodehaus Snapshots/id
   urlhttp://snapshots.repository.codehaus.org//url
   /pluginRepository


   plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIddashboard-maven-plugin/artifactId
   !-- version1.0-SNAPSHOT/version--
   /plugin


Comment in the 1.0-SNAPSHOT makes nor difference.

Anyone can Point me whats wrong there (again) ?

I do not know which file missing at: 
http://snapshots.repository.codehaus.org/org/codehaus/mojo/dashboard-maven-plugin/1.0-SNAPSHOT/ 






[ERROR] FATAL ERROR
[INFO] 

[INFO] The PluginDescriptor for the plugin Plugin 
[maven:maven-dashboard-plugin]

was not found.
[INFO] 


[INFO] Trace
java.lang.IllegalStateException: The PluginDescriptor for the plugin 
Plugin [mav

en:maven-dashboard-plugin] was not found.
   at 
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginM

anager.java:321)
   at 
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(De

faultPluginManager.java:208)
   at 
org.apache.maven.plugin.DefaultPluginManager.verifyReportPlugin(Defau

ltPluginManager.java:526)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyReportPlugi

n(DefaultLifecycleExecutor.java:1297)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(Defaul

tLifecycleExecutor.java:662)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(Defaul

tLifecycleExecutor.java:642)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:517)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi

fecycle(DefaultLifecycleExecutor.java:480)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau

ltLifecycleExecutor.java:459)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan

dleFailures(DefaultLifecycleExecutor.java:311)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen

ts(DefaultLifecycleExecutor.java:278)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi

fecycleExecutor.java:143)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

sorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)


   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] 


[INFO] Total time: 7 seconds
[INFO] Finished at: Sat Jun 21 14:47:38 CEST 2008
[INFO] Final Memory: 27M/48M
[INFO] 



regards,
Jens



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



Frist time using Archtype

2008-06-22 Thread Mac-Systems

Hello,

i tried the Archetype Plugin to generate a stub for a Projekt Website.
I missunderstood something as the plugin outputs:

[WARNING] No archetype repository found. Falling back to central 
repository (htt

p://repo1.maven.org/maven2).
[WARNING] Use -DarchetypeRepository=your repository if archetype's 
repository

is elsewhere.


Where is that archetype repo located ?

Thanks,
Jens



Complete output:

C:\workspace\incubator\mavensitemvn archetype:generate 
-DarchetypeGroupId=de.ni
cedezigns.language -DarchetypeArtifactId=maven-archetype-site 
-DarchetypeVersion

=1.0 -DgroupId=de.nicedezigns -DartifactId=multikulti -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] 


[INFO] Building Maven Default Project
[INFO]task-segment: [archetype:generate] (aggregator-style)
[INFO] 


[INFO] Preparing archetype:generate
[INFO] No goals needed for project - skipping
[INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus

.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] [archetype:generate]
[INFO] Generating project in Interactive mode
[WARNING] No archetype repository found. Falling back to central 
repository (htt

p://repo1.maven.org/maven2).
[WARNING] Use -DarchetypeRepository=your repository if archetype's 
repository

is elsewhere.
Downloading: 
http://repo1.maven.org/maven2/de/nicedezigns/language/maven-archety

pe-site/1.0/maven-archetype-site-1.0.jar
Downloading: 
http://repo1.maven.org/maven2/de/nicedezigns/language/maven-archety

pe-site/1.0/maven-archetype-site-1.0.jar
[INFO] 


[ERROR] BUILD FAILURE
[INFO] 

[INFO] : org.apache.maven.archetype.exception.UnknownArchetype: The 
desired arch

etype does not exist (de.nicedezigns.language:maven-archetype-site:1.0)
The desired archetype does not exist 
(de.nicedezigns.language:maven-archetype-si

te:1.0)

The desired archetype does not exist 
(de.nicedezigns.language:maven-archetype-si

te:1.0)
[INFO] 


[INFO] Trace
org.apache.maven.BuildFailureException: The desired archetype does not 
exist (de

.nicedezigns.language:maven-archetype-site:1.0)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:579)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone

Goal(DefaultLifecycleExecutor.java:512)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau

ltLifecycleExecutor.java:482)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan

dleFailures(DefaultLifecycleExecutor.java:330)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen

ts(DefaultLifecycleExecutor.java:227)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi

fecycleExecutor.java:142)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

sorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)


   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoFailureException: The desired 
archetype d

oes not exist (de.nicedezigns.language:maven-archetype-site:1.0)
   at 
org.apache.maven.archetype.mojos.CreateProjectFromArchetypeMojo.execu

te(CreateProjectFromArchetypeMojo.java:202)
   at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi

nManager.java:451)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:558)
   ... 16 more
[INFO] 


[INFO] Total time: 5 seconds
[INFO] Finished at: Sun Jun 22 15:08:12 CEST 2008
[INFO] Final Memory: 8M/15M
[INFO] 

Maven Dashboard Plugin download broken ?

2008-06-21 Thread Mac-Systems

Hello,

i get following Error with that Configuratiuon of the Plugin and Repo :

   pluginRepository
   idCodehaus Snapshots/id
   urlhttp://snapshots.repository.codehaus.org//url
   /pluginRepository


   plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIddashboard-maven-plugin/artifactId
   !-- version1.0-SNAPSHOT/version--
   /plugin


Comment in the 1.0-SNAPSHOT makes nor difference.

Anyone can Point me whats wrong there (again) ?

I do not know which file missing at: 
http://snapshots.repository.codehaus.org/org/codehaus/mojo/dashboard-maven-plugin/1.0-SNAPSHOT/





[ERROR] FATAL ERROR
[INFO] 

[INFO] The PluginDescriptor for the plugin Plugin 
[maven:maven-dashboard-plugin]

was not found.
[INFO] 


[INFO] Trace
java.lang.IllegalStateException: The PluginDescriptor for the plugin 
Plugin [mav

en:maven-dashboard-plugin] was not found.
   at 
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginM

anager.java:321)
   at 
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(De

faultPluginManager.java:208)
   at 
org.apache.maven.plugin.DefaultPluginManager.verifyReportPlugin(Defau

ltPluginManager.java:526)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyReportPlugi

n(DefaultLifecycleExecutor.java:1297)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(Defaul

tLifecycleExecutor.java:662)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(Defaul

tLifecycleExecutor.java:642)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

ultLifecycleExecutor.java:517)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi

fecycle(DefaultLifecycleExecutor.java:480)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau

ltLifecycleExecutor.java:459)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan

dleFailures(DefaultLifecycleExecutor.java:311)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen

ts(DefaultLifecycleExecutor.java:278)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi

fecycleExecutor.java:143)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

sorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)


   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] 


[INFO] Total time: 7 seconds
[INFO] Finished at: Sat Jun 21 14:47:38 CEST 2008
[INFO] Final Memory: 27M/48M
[INFO] 



regards,
Jens



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



Surefire Plugin 2.4.3 - Plugin not found

2008-06-15 Thread Mac-Systems

Hello,

Im try to mavenize on of my Projects..

I try to user Surefire Plugin by:

   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-surefire-plugin/artifactId
   version2.4.3/version
   /plugin


I have proper Proxy Settings, but i always get

mvn -U Site

[INFO]task-segment: [site]
[INFO] 

Downloading: 
http://repository.codehaus.org/org/codehaus/mojo//org/apache/maven/

plugins/maven-surefire-plugin/2.4.3/maven-surefire-plugin-2.4.3.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi

re-plugin/2.4.3/maven-surefire-plugin-2.4.3.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi

re-plugin/2.4.3/maven-surefire-plugin-2.4.3.pom
[INFO] 


[ERROR] BUILD ERROR
[INFO] 


[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-surefire-plugin

Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found 
in reposi

tory: Unable to download the artifact from any repository

 org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.3

from the specified remote repositories:
 Codehaus mojo (http://repository.codehaus.org/org/codehaus/mojo/),
 central (http://repo1.maven.org/maven2)
for project org.apache.maven.plugins:maven-surefire-plugin


Anyone can tell whats wrong ?

PS: Using maven 2.08

regards,
Jens




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



Re: Surefire Plugin 2.4.3 - Plugin not found

2008-06-15 Thread Mac-Systems

I Tested with and without Proxy settings, no success.
Also i use -U to force update.
I also removed any repo (codehaus) in my POM.
Cleared whole repository.

No Success :(

Last Option maven 2.09, but well i dont thing it's is really a maven 
problem at all.
Actually also clean plugin is missing (local repo cleaned) which also 
causes a problem now.


- Jens


On Sun, Jun 15, 2008 at 9:46 AM, Mac-Systems [EMAIL PROTECTED] wrote:

  

I have proper Proxy Settings, but i always get


...
  

[ERROR] BUILD ERROR


...
  

Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found in
repository: Unable to download the artifact from any repository


...
  

 org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.3
Anyone can tell whats wrong ?
PS: Using maven 2.08



Did it fail once today by any chance, before you added your http proxy
configuration?

Try it with -U on the command line, or delete the plugin from your
local repository.  This will force Maven to download the plugin again.
 (The messages may say it's trying, but I don't think it actually
is... if it cached the earlier failure, it won't try again until
tomorrow.)

You can also upgrade to Maven 2.0.9, I believe it handles this situation better.

  



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



Re: Surefire Plugin 2.4.3 - Plugin not found

2008-06-15 Thread Mac-Systems

Wendy Smoak schrieb:

On Sun, Jun 15, 2008 at 10:08 AM, Mac-Systems
[EMAIL PROTECTED] wrote:

  

I Tested with and without Proxy settings, no success.
Also i use -U to force update.
I also removed any repo (codehaus) in my POM.
Cleared whole repository.

No Success :(

Last Option maven 2.09, but well i dont thing it's is really a maven problem
at all.
Actually also clean plugin is missing (local repo cleaned) which also causes
a problem now.



It really sounds like Maven is unable to contact the remote
repository, so I suspect the proxy configuration is not correct.

What has changed since it last worked for you?  (You had the clean
plugin in your local repo, so it must have worked at some point?)

  
Clean worked before (until global local repo removed). I renamed 
settings.xml to test without proxy config.
One thing makes my curious : how maven determine the version of the 
clean plugin ?
I havent specified this anywhere, so for me it seems  maven can access 
the central repo.


- Jens

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



Re: Missing username and commit messages in output

2008-02-23 Thread Mac-Systems

Hello,

using SVN 1.3.x Continuum 1.1 under Linux we see something the same 
behavior. I cannot say what causes the problem.


- jens

Hi all,

Using svn version 1.4.5, running on a windows environment, in the 
output we are missing the username and commit messages.  The files 
changed however does work well..  Using an older version of Continuum 
I did have the username and commit messages coming through.


The svn command in the logs looks like:   svn --username ciuser 
--password * --non-interactive update


Does anyone else see the same behavior?

When I run the update svn command I don't see the author or date or 
commit message listed, so I kinda wonder where that data comes 
from...  I assume something like svn log?  I don't see that in the log 
file, but if I run it I get data formatted like this:



r675 | jnist | 2008-02-22 16:12:32 + (Fri, 22 Feb 2008) | 1 line

adding initial chart wrapper class


So I am wondering if my SVN client is out of date, or if there is an 
issue with the latest Continuum.


Eric


-
Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | 
http://www.opensourceconnections.com










Re: Is there an XDoclet Plugin which uses XJavadoc 1.5 (Generics) ?

2008-02-16 Thread Mac-Systems

Hello,

we already patched the XDoclet Plugin with the new XJavaDoc Plugin, 
Works for us.
I'd like to update the maven repository, so anyone can tell me who is 
responsible

for maven xdoclet plugin ?

regards,
jens


Hi,

We are also interested by using Xdoclet with JDK 1.5.

What I understood is we need a specific version of the xjavadoc library :
xjavadoc-1.5-050611.jar

An issue was opened in order to upload this library : MAVENUPLOAD-1399 (cf.
http://jira.codehaus.org/browse/MAVENUPLOAD-1399).
The status is Closed and the resolution Incomplete.
I am not sure to understand why. Perhaps Carlos can explain ?
But this library is unfortunately not available is the maven 2 repository.

An other issue is open in order to take into account this new library by the
maven xdoclet plugin : MOJO-665 (cf.
http://jira.codehaus.org/browse/MOJO-665).
The status is still open and is Unassigned.

I don't really know what to do except from upload it in my maven 2 proxy
repository.
But I think it's better if these issues can be resolved by the maven 2
community.

I don't know if a commiter can help for that.

Rémy

  



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



Is there an XDoclet Plugin which uses XJavadoc 1.5 (Generics) ?

2008-02-13 Thread Mac-Systems

Anyone can point to to a Version which allows to use Generics with XDoclet ?


regards,
Jens



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



Re: Creating Users

2008-01-24 Thread Mac-Systems

Found the file and added this line:
email.validation.required=false

which results in:

Unable to initialize TldLocationsCache: XML parsing error on file 
/WEB-INF/working-directory/19/displaytag-1.1/src/test/resources/classes/META-INF/displaytag.tld:
 (line 1, col 1)


- Jens



no, in the 'security.properties' file in your .m2/ directory, or the
security.properties file in your continuum installation

jesse

On Jan 24, 2008 1:01 PM, Mac-Systems [EMAIL PROTECTED] wrote:

  

Hello,

you mean the property is located in this file ?

continuum-1.1/conf/plexus.xml

--

 configuration
   resources
 !-- START SNIPPET: mail --
 !--
  Mail Session

  Angepasst
 --
 resource
   namemail/Session/name
   typejavax.mail.Session/type
   properties
 property
   namemail.smtp.host/name
   valueaCompany.de/value
 /property
 property
   namemail.smtp.port/name
   value25/value
 /property

 !--
 property
   namemail.smtp.auth/name
   valuetrue/value
 /property
 property
   namemail.smtp.user/name
   valueyour_login/value

--


- Jens




http://redback.codehaus.org/configuration.html

email.validation.required=true

   - If all email addresses (from new user registration) require an
   account validation email.

set that to false in the security.properties file.

jesse


On Jan 24, 2008 12:32 PM, Mac-Systems [EMAIL PROTECTED]
  

wrote:

  

Hello,

how to turn off the validation via email ?

-Jens





On Jan 24, 2008 9:02 AM, Mac-Systems [EMAIL PROTECTED]
  

wrote:



  

today i run into following Problem. Me as Continuum Admin wanted to
create a new User lets say:
User: Testuser
PS:Testuser77

when i log out as Admin and try to log in as Testuser i always get
something like
'You have entered an incorrect username and/or password.'




It's a known issue with users that are created vs. self-registered.

http://jira.codehaus.org/browse/CONTINUUM-1611

To work around it, you can use the 'Resend Validation' button, update
the database directly to set the 'validated' bit, or just turn off the
requirement for email validation altogether.



  


  




  




Creating Users

2008-01-24 Thread Mac-Systems

Hello,

today i run into following Problem. Me as Continuum Admin wanted to 
create a new User lets say:

User: Testuser
PS:Testuser77

when i log out as Admin and try to log in as Testuser i always get 
something like

'You have entered an incorrect username and/or password.'

We're using Continuum 1.1.

Any hints are welcome,
Jens


Re: Creating Users

2008-01-24 Thread Mac-Systems

Hello,

how to turn off the validation via email ?

-Jens



On Jan 24, 2008 9:02 AM, Mac-Systems [EMAIL PROTECTED] wrote:

  

today i run into following Problem. Me as Continuum Admin wanted to
create a new User lets say:
User: Testuser
PS:Testuser77

when i log out as Admin and try to log in as Testuser i always get
something like
'You have entered an incorrect username and/or password.'



It's a known issue with users that are created vs. self-registered.

http://jira.codehaus.org/browse/CONTINUUM-1611

To work around it, you can use the 'Resend Validation' button, update
the database directly to set the 'validated' bit, or just turn off the
requirement for email validation altogether.

  




Re: Creating Users

2008-01-24 Thread Mac-Systems

Hello,

you mean the property is located in this file ?

continuum-1.1/conf/plexus.xml

--

 configuration
   resources
 !-- START SNIPPET: mail --
 !--
  Mail Session

  Angepasst
 --
 resource
   namemail/Session/name
   typejavax.mail.Session/type
   properties
 property
   namemail.smtp.host/name
   valueaCompany.de/value
 /property
 property
   namemail.smtp.port/name
   value25/value
 /property

 !--
 property
   namemail.smtp.auth/name
   valuetrue/value
 /property
 property
   namemail.smtp.user/name
   valueyour_login/value

--


- Jens



http://redback.codehaus.org/configuration.html

email.validation.required=true

   - If all email addresses (from new user registration) require an
   account validation email.

set that to false in the security.properties file.

jesse


On Jan 24, 2008 12:32 PM, Mac-Systems [EMAIL PROTECTED] wrote:

  

Hello,

how to turn off the validation via email ?

-Jens




On Jan 24, 2008 9:02 AM, Mac-Systems [EMAIL PROTECTED] wrote:


  

today i run into following Problem. Me as Continuum Admin wanted to
create a new User lets say:
User: Testuser
PS:Testuser77

when i log out as Admin and try to log in as Testuser i always get
something like
'You have entered an incorrect username and/or password.'



It's a known issue with users that are created vs. self-registered.

http://jira.codehaus.org/browse/CONTINUUM-1611

To work around it, you can use the 'Resend Validation' button, update
the database directly to set the 'validated' bit, or just turn off the
requirement for email validation altogether.


  




  




What does Configuration Tag in CI Management ?

2007-11-09 Thread Mac-Systems

Hello,

while reading about some questions there on the mailing list i stumbeld 
about


ciManagement
systemcontinuum/system
   notifiers
   notifier
   typemail/type
   sendOnErrortrue/sendOnError
   sendOnFailuretrue/sendOnFailure
   sendOnSuccessfalse/sendOnSuccess
   sendOnWarningfalse/sendOnWarning

   configuration
   address[EMAIL PROTECTED]/address
   /configuration
   /notifier
/notifiers
/ciManagement

For what exacly is that configuration with EMail Tag ?
Looking at the XSD for the pom i found this :

xs:documentation source=descriptionExtended configuration specific to this 
notifier goes here./xs:documentation

thanks,
Jens





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



Re: How setup Changelog Plugin (developer activity) ?

2007-10-31 Thread Mac-Systems

Hello,

My SCM Section is correct, i hav a developer and a connection set:

   scm
   
connectionscm:svn:https://user:[EMAIL PROTECTED]:81/svn/project/trunk//connection
   
developerConnectionscm:svn:https://user:[EMAIL PROTECTED]:81/svn/project/trunk//developerConnection

   /scm

Reports by Changelog Plugin are complete expect
the Developer Activity report is almost empty:


 Changes between 2007-10-01 and 2007-11-01

Total commits: 480
Total number of files changed: 2450

Developer   Total commits   Total Number of Files Changed


There are missing the files each Developer Changed!

Any other report is complete!!!


Anyone can help ?

Thanks,
Jens




Did you follow the instructions [1] on the website?

Do you get any of the three reports?

If so which ones, and what do they contain?

[1] http://maven.apache.org/plugins/maven-changelog-plugin/usage.html

Mac-Systems wrote:

Hello,

i use the Changelog Plugin for Maven 2.07 so far without Problem.
But how to setup it right  that the  Developer Activity Report 
will  be filled ?

Our Repository is SVN, an i use version 2.1 of the Plugin without
any configuration yet:

   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-changelog-plugin/artifactId
   /plugin   best regards,
Jens   







-
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 setup Changelog Plugin (developer activity) ?

2007-10-31 Thread Mac-Systems

Big Thanks,

this solved my Problems!

- Jens



OK, I see. This has been asked before, I must add this to the faq.

You need to add developer elements in your pom. Their id:s need to 
match the userid:s that are used in your scm system. Only commits made 
by a developer found in the pom will be added to the report.


Mac-Systems wrote:

Hello,

My SCM Section is correct, i hav a developer and a connection set:

   scm
   
connectionscm:svn:https://user:[EMAIL PROTECTED]:81/svn/project/trunk//connection 

   
developerConnectionscm:svn:https://user:[EMAIL PROTECTED]:81/svn/project/trunk//developerConnection 


   /scm

Reports by Changelog Plugin are complete expect
the Developer Activity report is almost empty:


 Changes between 2007-10-01 and 2007-11-01

Total commits: 480
Total number of files changed: 2450

Developer Total commits Total Number of Files Changed


There are missing the files each Developer Changed!

Any other report is complete!!!


Anyone can help ?

Thanks,
Jens




Did you follow the instructions [1] on the website?

Do you get any of the three reports?

If so which ones, and what do they contain?

[1] http://maven.apache.org/plugins/maven-changelog-plugin/usage.html

Mac-Systems wrote:

Hello,

i use the Changelog Plugin for Maven 2.07 so far without Problem.
But how to setup it right  that the  Developer Activity Report 
will  be filled ?

Our Repository is SVN, an i use version 2.1 of the Plugin without
any configuration yet:

   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-changelog-plugin/artifactId
   /plugin   best regards,
Jens 





-
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: Out of Mem Problem with 1.1-beta 3

2007-10-30 Thread Mac-Systems

I solved my Problem:
In wrapper.conf you can set wrapper.java.maxmemory

regards,
Jens


Hello,

after around 100 Build suddenly Continuum throws an OOM Error.


I havent any special config made, the Error happens when i open the 
Build Result.
Well the Result to display is quite big, anyway that should be normal 
for Tools like Continuum.


I'am using Maven 2.07 / Continuum 1.1-beta3.

java.lang.reflect.InvocationTargetException

Show/hide Stack Trace 
http://172.25.51.14:8080/continuum/buildResult.action?buildId=142projectId=1# 



   java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


at java.lang.reflect.Method.invoke(Method.java:585)
at 
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:358) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:218) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:192) 

at 
org.codehaus.plexus.xwork.interceptor.PlexusReleaseComponentInterceptor.intercept(PlexusReleaseComponentInterceptor.java:69) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:175) 

at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) 

at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:118) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionInterceptor.java:178) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
org.codehaus.plexus.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:58) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:175) 

at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) 

at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:174) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.webwork.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.java:169) 

at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) 

at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) 

at 

How setup Changelog Plugin (developer activity) ?

2007-10-30 Thread Mac-Systems

Hello,

i use the Changelog Plugin for Maven 2.07 so far without Problem.
But how to setup it right  that the  Developer Activity Report will  
be filled ?

Our Repository is SVN, an i use version 2.1 of the Plugin without
any configuration yet:

   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-changelog-plugin/artifactId
   /plugin


best regards,
Jens 









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



How setup Changelog Plugin (developer activity) ?

2007-10-30 Thread Mac-Systems

Hello,

i use the Changelog Plugin for Maven 2.07 so far without Problem.
But how to setup it right  that the  Developer Activity Report will
be filled ?
Our Repository is SVN, an i use version 2.1 of the Plugin without
any configuration yet:

   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-changelog-plugin/artifactId
   /plugin

best regards,
Jens









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



maven-project-info-reports-plugin do not include Javadoc when using

2007-10-25 Thread Mac-Systems

Hello,

im using maven 2.0.7 on a large multiproject.
Since last week i generate javadoc for all project
with success, later i added the changelog report.
Since i added the Changelog i miss the generated Javadoc
for the Project, the Javadoc is generated but it is not linked
from the (sub) Projects.

Anyone can tell me what i am doing wrong ?

I wonder why Javadoc will be linked to Project site as
the Project Info-Report Plugin no list the Java Doc.
May i look at the false Plugin which includes these kind of
reports for the site ?

Thanks,
Jens



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



Re: maven-project-info-reports-plugin do not include Javadoc when using

2007-10-25 Thread Mac-Systems

Well,

i have the javadoc included in reporting section of the parent pom.
Looks like this:

   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   configuration
   links
   
linkhttp://java.sun.com/j2se/1.5.0/docs/api//link

   /links
   usefalse/use
   quiettrue/quiet

And i works well until i add the changelog report in my reporting section.
Anyone can help ?

Jens

If at first the javadocs were generated, I guess you had configured the javadoc 
reporting plugin [1]. Maybe you removed the configuration of it?

Hth,

Nick Stolwijk

[1] http://maven.apache.org/plugins/maven-javadoc-plugin/usage.html


-Original Message-
From: Mac-Systems [mailto:[EMAIL PROTECTED]
Sent: Thu 10/25/2007 11:00 AM
To: Maven Users List
Subject: maven-project-info-reports-plugin do not include Javadoc when using
 
Hello,


im using maven 2.0.7 on a large multiproject.
Since last week i generate javadoc for all project
with success, later i added the changelog report.
Since i added the Changelog i miss the generated Javadoc
for the Project, the Javadoc is generated but it is not linked
from the (sub) Projects.

Anyone can tell me what i am doing wrong ?

I wonder why Javadoc will be linked to Project site as
the Project Info-Report Plugin no list the Java Doc.
May i look at the false Plugin which includes these kind of
reports for the site ?

Thanks,
Jens



-
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: maven-project-info-reports-plugin do not include Javadoc when using

2007-10-25 Thread Mac-Systems
   version1.1/version
   /plugin
   plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIdjdepend-maven-plugin/artifactId
   version2.0-beta-1/version
   /plugin
  
   /plugins

   /pluginManagement
   /build
   !--
   Globale abhaengigkeiten
  
  
   Todo: Weitere globale definieren, so muss nicht immer die 
version angegeben werden. Siehe 'Better Builds with Maven Seite.62 '

   --
   dependencyManagement
   dependencies
   dependency
 groupIdjunit/groupId
 artifactIdjunit/artifactId
 version3.8.1/version
 scopetest/scope
   /dependency
   /dependencies
   /dependencyManagement
   !--
   Hier wird das ziel definiert wohin die generierte Website deployed wird.
   Der Tomcat laeuft auf selbe
   --
   distributionManagement
  
   site

   idwpp.org/id
   
urlfile://${user.home}/tomcat/webapps/mavensite/${project.version}/url

   /site
  
   repository   
   idwpp-deployment/id

   nameDeploy Repository der Release Artefakte./name
   urlfile://${basedir}/target/deploy/url
   /repository   
   snapshotRepository

   idwpp-deployment-snapshot/id
   nameDeploy Repository der Snapshot Artefakte./name
   urlfile://${basedir}/target/deploy/url
   /snapshotRepository   
  
   /distributionManagement
  
   pluginRepositories
  
   pluginRepository

   idCodehaus mojo/id
   urlhttp://repository.codehaus.org/org/codehaus/mojo//url
   /pluginRepository
  
   !-- Das Dshboard Plugin benoetigt das Repository --

   pluginRepository
  idCodehaus Snapshots/id
  urlhttp://snapshots.repository.codehaus.org//url
  /pluginRepository
   /pluginRepositories
   ciManagement
   systemContinuum/system
   urlhttp://somehost:8080/continuum/servlet/continuum/url
   notifiers
   notifier
   typemail/type
   configuration
   address[EMAIL PROTECTED]/address
   /configuration
   sendOnErrortrue/sendOnError
   sendOnSuccesstrue/sendOnSuccess
   sendOnFailure/
   sendOnWarning/
   address/
   /notifier
   /notifiers
   /ciManagement   
   !-- Angabe der Team Mitglieder (diese werden auf der Webseite 
veroeffentlicht) --

   developers
   developer
   idaName/id
   nametest/name
   email[EMAIL PROTECTED]/email
   roles
   roleTechnical Lead/role
   roleDeveloper/role
   /roles
   organizationaCompany GmbH/organization
   /developer
   /developers
  
   modules

   moduleWPPBasis/module
   moduleWPPQuerschnitt/module
   moduleWPPQuerschnittSEPA/module
   moduleWPPSZ/module

   moduleWPPECEJB/module

   moduleWPPEC/module
   moduleWPPSD/module

   moduleWPPECEJBClient/module   
   moduleWPPSZEJBClient/module


   moduleWPPSZEJB/module   
  
   moduleWPPSDEJBClient/module

   moduleWPPSDEJB/module
  
   moduleWPPBasisWeb/module

   moduleWPPOS/module
  
   moduleWPPECEAR/module

   moduleWPPSDEAR/module
   moduleWPPSZEAR/module
   /modules

/project

Could you post your pom file and the output of mvn -X site?

With regards,

Nick Stolwijk


-Original Message-
From: Mac-Systems [mailto:[EMAIL PROTECTED]
Sent: Thu 10/25/2007 11:30 AM
To: Maven Users List
Subject: Re: maven-project-info-reports-plugin do not include Javadoc when using
 
Well,


i have the javadoc included in reporting section of the parent pom.
Looks like this:

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-javadoc-plugin/artifactId
configuration
links

linkhttp://java.sun.com/j2se/1.5.0/docs/api//link

/links
usefalse/use
quiettrue/quiet

And i works well until i add the changelog report in my reporting section.
Anyone can help ?

Jens
  

If at first the javadocs were generated, I guess you had configured the javadoc 
reporting plugin [1]. Maybe you removed the configuration of it?

Hth,

Nick Stolwijk

[1] http://maven.apache.org/plugins/maven-javadoc-plugin/usage.html


-Original Message-
From: Mac-Systems [mailto:[EMAIL PROTECTED]
Sent: Thu 10/25/2007 11:00 AM
To: Maven Users List
Subject: maven-project-info-reports-plugin do not include Javadoc when using
 
Hello,


im using maven 2.0.7 on a large multiproject.
Since last week i generate javadoc for all project
with success, later i added the changelog report.
Since i added the Changelog i miss the generated Javadoc
for the Project

Re: Mails are too fat

2007-10-23 Thread Mac-Systems

Version is 1.1.beta-3

-Jens

continuum version?

Emmanuel

Mac-Systems a écrit :

Hello,

we build our Project and generate lots reports incl. Java Doc.
Since i added the Javadoc generation the Mails from Continuum
are about 6 MB in size. I used the switch quiettrue/quiet in my 
javadoc reporting section.


Anyone can give me hints to reduce the size of the generated email(s) ?


best regards,
Jens













Re: Mails are too fat

2007-10-23 Thread Mac-Systems

ok,

i will try that. Many thanks for your help.
beta 4 i will install when available.

- Jens

ok.

In 
apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml, 
you can set includeBuildResulttrue/includeBuildResult to false in 
the MailContinuumNotifier component.


In 1.1-beta-4 (that will be available in few days), you'll can 
configure more things.


Emmanuel

Mac-Systems a écrit :

Version is 1.1.beta-3

-Jens

continuum version?

Emmanuel

Mac-Systems a écrit :

Hello,

we build our Project and generate lots reports incl. Java Doc.
Since i added the Javadoc generation the Mails from Continuum
are about 6 MB in size. I used the switch quiettrue/quiet in my 
javadoc reporting section.


Anyone can give me hints to reduce the size of the generated 
email(s) ?



best regards,
Jens






















Looking for UML Diagram Plugin

2007-10-19 Thread Mac-Systems

Hello,

i searched a bit the www for an UML Generator Plugin.
Anyone can point me whats good for Maven 2 ?
Generation should run unter Linux Maschine, as i read
about http://wiki.wsmoak.net/cgi-bin/wiki.pl?UMLGraph
which seems to run only on Windows...

Thanks,
Jens


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



Re: Javadoc Plugin 2.3 - Generating Doc caused Out of Memory -Xmx doent help

2007-10-19 Thread Mac-Systems

Thanks for your Answer,

i will try that.


- Jens

Also, you're not running out of heap space but of permgenspace.

Try (for maven / antrun plugin) -XX:MaxPermSize=256 or (for the javadoc plugin) 
additionalJOption-J -XX:MaxPermSize=256/additionalJOption

Hth,

Nick Stolwijk


-Original Message-
From: Tim Kettler [mailto:[EMAIL PROTECTED]
Sent: Thu 10/18/2007 3:24 PM
To: Maven Users List
Subject: Re: Javadoc Plugin 2.3  - Generating Doc caused Out of Memory -Xmx 
doent help
 
Hi,


in the subject you say genereating the javadoc causes the OOME, but
judging from the log output it seems it's in the antrun-plugin
execution. Have you just tried invoking maven itself with more memory:

mvn -Xmx... or MAVEN_OPTS=-Xmx...

-Tim

Mac-Systems schrieb:
  

Hello,

since yesterday we never generated Javadoc for our large Multiprojekt.
I included the javadoc plugin and run : mvn site
all is fine so far, javadoc is generated, but in a subprojekt which uses
the generate sources
phase to call some ANT script . Now i get exactly there a out of memory
Error.
Well, i do not believe the error comes from that ANT Plugin (i tested i
already), as Javadoc is the only thing
i changed to my pom for a while, below i tried to set the memory options
for the javadoc plugin whithout
any luck (i get again an OOM Error).

Someone can tell me what i am doing wrong there ?


   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   version2.3/version
   /plugin



..
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   configuration
   links
  linkhttp://java.sun.com/j2se/1.5.0/docs/api//link
   /links
   usefalse/use
   quiettrue/quiet
   maxmemory1024m/maxmemory
   minmemory512m/minmemory



Following output i get:


[INFO] [antrun:run {execution: }]
[INFO] Executing tasks
[echo] Generiere Sourcecode fuer Projekt...

init:

ejbdoclet:
PermGen space
ParameterImpl instances:   0
MethodImpl instances:  0
ConstructorImpl instances: 0
SimpleNode instances:  0
SourceClass instances: 0
XDoc instances:0
DefaultXTag instances: 0
BinaryClass instances: 0
UnknownClass instances:0
Total memory:171
Free memory:90
Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m
See the JDK tooldocs.



Before i was using version 2.2 of javadoc Plugin, the output was more
like the standard java out of memory error.

I set also ANT_OPTS to an high value, also which now results.

Anyone can help ?

best regards,
Jens





-
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: Javadoc Plugin 2.3 - Generating Doc caused Out of Memory -Xmx doent help

2007-10-19 Thread Mac-Systems

Yes,

i've set maven opts up to 1024m.

- jens

Hi,

in the subject you say genereating the javadoc causes the OOME, but
judging from the log output it seems it's in the antrun-plugin
execution. Have you just tried invoking maven itself with more memory:

mvn -Xmx... or MAVEN_OPTS=-Xmx...

-Tim

Mac-Systems schrieb:
  

Hello,

since yesterday we never generated Javadoc for our large Multiprojekt.
I included the javadoc plugin and run : mvn site
all is fine so far, javadoc is generated, but in a subprojekt which uses
the generate sources
phase to call some ANT script . Now i get exactly there a out of memory
Error.
Well, i do not believe the error comes from that ANT Plugin (i tested i
already), as Javadoc is the only thing
i changed to my pom for a while, below i tried to set the memory options
for the javadoc plugin whithout
any luck (i get again an OOM Error).

Someone can tell me what i am doing wrong there ?


   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   version2.3/version
   /plugin



..
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   configuration
   links
  linkhttp://java.sun.com/j2se/1.5.0/docs/api//link
   /links
   usefalse/use
   quiettrue/quiet
   maxmemory1024m/maxmemory
   minmemory512m/minmemory



Following output i get:


[INFO] [antrun:run {execution: }]
[INFO] Executing tasks
[echo] Generiere Sourcecode fuer Projekt...

init:

ejbdoclet:
PermGen space
ParameterImpl instances:   0
MethodImpl instances:  0
ConstructorImpl instances: 0
SimpleNode instances:  0
SourceClass instances: 0
XDoc instances:0
DefaultXTag instances: 0
BinaryClass instances: 0
UnknownClass instances:0
Total memory:171
Free memory:90
Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m
See the JDK tooldocs.



Before i was using version 2.2 of javadoc Plugin, the output was more
like the standard java out of memory error.

I set also ANT_OPTS to an high value, also which now results.

Anyone can help ?

best regards,
Jens





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



Javadoc Plugin 2.3 - Generating Doc caused Out of Memory -Xmx doent help

2007-10-18 Thread Mac-Systems

Hello,

since yesterday we never generated Javadoc for our large Multiprojekt.
I included the javadoc plugin and run : mvn site
all is fine so far, javadoc is generated, but in a subprojekt which uses 
the generate sources
phase to call some ANT script . Now i get exactly there a out of memory 
Error.
Well, i do not believe the error comes from that ANT Plugin (i tested i 
already), as Javadoc is the only thing
i changed to my pom for a while, below i tried to set the memory options 
for the javadoc plugin whithout

any luck (i get again an OOM Error).

Someone can tell me what i am doing wrong there ?


   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   version2.3/version
   /plugin



..
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   configuration
   links
  
linkhttp://java.sun.com/j2se/1.5.0/docs/api//link

   /links
   usefalse/use
   quiettrue/quiet
   maxmemory1024m/maxmemory
   minmemory512m/minmemory



Following output i get:


[INFO] [antrun:run {execution: }]
[INFO] Executing tasks
[echo] Generiere Sourcecode fuer Projekt...

init:

ejbdoclet:
PermGen space
ParameterImpl instances:   0
MethodImpl instances:  0
ConstructorImpl instances: 0
SimpleNode instances:  0
SourceClass instances: 0
XDoc instances:0
DefaultXTag instances: 0
BinaryClass instances: 0
UnknownClass instances:0
Total memory:171
Free memory:90
Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m
See the JDK tooldocs.



Before i was using version 2.2 of javadoc Plugin, the output was more
like the standard java out of memory error.

I set also ANT_OPTS to an high value, also which now results.

Anyone can help ?

best regards,
Jens





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



Need current Date and Time in Maven

2007-10-17 Thread Mac-Systems

Hello,

is there some propertie which represent Date or Time i can use ?
I looking for something like {pom.actualtime} or {pom.actualDate} ?

Anyone can help me ?

regards,
Jens


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



Re: How to generate-sources always ?

2007-10-10 Thread Mac-Systems

Hello,

my pom looks like this:

   build
   plugins
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-antrun-plugin/artifactId
   version1.1/version
  executions
 execution
   idgenerate-sources/id
   phasegenerate-sources/phase
   configuration
 tasks
   ant antfile=xdoclet_070814.xml 
inheritRefs=true/

 /tasks
   /configuration
   goals
 goalrun/goal
   /goals
 /execution
   /executions
   /plugin


So, what i am doing wrong there ?

regards,
Jens




I'm doing the source:jar creation on install, deploy as follows ...

plugins
..
plugin
artifactIdmaven-source-plugin/artifactId
configuration
outputDirectory${project.build.directory}/outputDirectory
finalName${project.artifactId}/finalName
attachtrue/attach
/configuration
executions
execution
idmake-sources/id
phasepackage/phase
goals
goaljar/goal
/goals
/execution
/executions
/plugin

/plugins

Best regards, Matthias

 Original-Nachricht 
  

Datum: Mon, 08 Oct 2007 14:31:23 +0200
Von: Nick Stolwijk [EMAIL PROTECTED]
An: Maven Users List users@maven.apache.org
Betreff: Re: How to generate-sources always ?



  
Take a look at the Maven Antrun plugin [1], it's usage [2] and 
especially the plugin/executions/execution/phase element.


Hth,

Nick Stolwijk

[1] http://maven.apache.org/plugins/maven-antrun-plugin
[2] http://maven.apache.org/plugins/maven-antrun-plugin/usage.html
Mac-Systems wrote:


Hello,

i need to run ANT for some source-code generation.

regards,
Jens


  

Hi,

'generate-sources' isn't a goal, it is a *phase* of the default build
lifecylce [1]. No plugin is bound to that phase for the provided


default


packagings (jar, war, ...).

What are actually trying to do?

-Tim

[1] 


http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html 


Mac-Systems schrieb:


Hi,


Can someone tell me how my pom needs to modified that goal 
generate-sources always will

run when mvn install is invoked ?


best regards,
Jens


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



  



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



Re: How to generate-sources always ?

2007-10-10 Thread Mac-Systems
Below example do not run when Install is invoked. May i missunderstood 
something completly.
As far as i understood i bound the ANT Plugin to the generate-sources 
phase. As
Goal Install inclúdes compile, the generate-source should run also, 
or what ?

Hi,

What exactly is your problem? Is the question in the subject still 
relevant or do you have some other problem now?


-Tim

Mac-Systems schrieb:

Hello,

my pom looks like this:

   build
   plugins
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-antrun-plugin/artifactId
   version1.1/version
  executions
 execution
   idgenerate-sources/id
   phasegenerate-sources/phase
   configuration
 tasks
   ant antfile=xdoclet_070814.xml 
inheritRefs=true/

 /tasks
   /configuration
   goals
 goalrun/goal
   /goals
 /execution
   /executions
   /plugin


So, what i am doing wrong there ?

regards,
Jens




I'm doing the source:jar creation on install, deploy as follows ...

plugins
..
plugin
artifactIdmaven-source-plugin/artifactId
configuration
outputDirectory${project.build.directory}/outputDirectory
finalName${project.artifactId}/finalName
attachtrue/attach
/configuration
executions
execution
idmake-sources/id
phasepackage/phase
goals
goaljar/goal
/goals
/execution
/executions
/plugin

/plugins

Best regards, Matthias

 Original-Nachricht 
 

Datum: Mon, 08 Oct 2007 14:31:23 +0200
Von: Nick Stolwijk [EMAIL PROTECTED]
An: Maven Users List users@maven.apache.org
Betreff: Re: How to generate-sources always ?



 
Take a look at the Maven Antrun plugin [1], it's usage [2] and 
especially the plugin/executions/execution/phase element.


Hth,

Nick Stolwijk

[1] http://maven.apache.org/plugins/maven-antrun-plugin
[2] http://maven.apache.org/plugins/maven-antrun-plugin/usage.html
Mac-Systems wrote:
  

Hello,

i need to run ANT for some source-code generation.

regards,
Jens




Hi,

'generate-sources' isn't a goal, it is a *phase* of the default 
build

lifecylce [1]. No plugin is bound to that phase for the provided


default
  

packagings (jar, war, ...).

What are actually trying to do?

-Tim

[1]

http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html 
  

Mac-Systems schrieb:
  

Hi,


Can someone tell me how my pom needs to modified that goal 
generate-sources always will

run when mvn install is invoked ?


best regards,
Jens


- 


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]



  



-
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: How to generate-sources always ?

2007-10-10 Thread Mac-Systems

Thanks,
after changing the id all works fine. Also i tested it in a continuus  
build.


regards,
Jens


Mac-Systems schrieb:
Below example do not run when Install is invoked. May i 
missunderstood something completly.


I don't think so.

As far as i understood i bound the ANT Plugin to the 
generate-sources phase. As Goal Install inclúdes compile, the 
generate-source should run also, or what ?


That's correct, with the configuration below the antrun-plugin should 
execute when you run 'mvn install'.


As a first step to debug this I would add a simple echo task 
definition with some dummy output to the configuration and see if that 
gets printed. If it is printed (as it most probably will) the 
antrun-plugin executes just fine and the problem is somewhere in the 
external ant script you invoke.


-Tim


Hi,

What exactly is your problem? Is the question in the subject still 
relevant or do you have some other problem now?


-Tim

Mac-Systems schrieb:

Hello,

my pom looks like this:

   build
   plugins
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-antrun-plugin/artifactId
   version1.1/version
  executions
 execution
   idgenerate-sources/id
   phasegenerate-sources/phase
   configuration
 tasks
   ant antfile=xdoclet_070814.xml 
inheritRefs=true/

 /tasks
   /configuration
   goals
 goalrun/goal
   /goals
 /execution
   /executions
   /plugin


So, what i am doing wrong there ?

regards,
Jens




I'm doing the source:jar creation on install, deploy as follows ...

plugins
..
plugin
artifactIdmaven-source-plugin/artifactId
configuration
outputDirectory${project.build.directory}/outputDirectory
finalName${project.artifactId}/finalName
attachtrue/attach
/configuration
executions
execution
idmake-sources/id
phasepackage/phase
goals
goaljar/goal
/goals
/execution
/executions
/plugin

/plugins

Best regards, Matthias

 Original-Nachricht 
 

Datum: Mon, 08 Oct 2007 14:31:23 +0200
Von: Nick Stolwijk [EMAIL PROTECTED]
An: Maven Users List users@maven.apache.org
Betreff: Re: How to generate-sources always ?



 
Take a look at the Maven Antrun plugin [1], it's usage [2] and 
especially the plugin/executions/execution/phase element.


Hth,

Nick Stolwijk

[1] http://maven.apache.org/plugins/maven-antrun-plugin
[2] http://maven.apache.org/plugins/maven-antrun-plugin/usage.html
Mac-Systems wrote:
 

Hello,

i need to run ANT for some source-code generation.

regards,
Jens


  

Hi,

'generate-sources' isn't a goal, it is a *phase* of the default 
build

lifecylce [1]. No plugin is bound to that phase for the provided


default
 

packagings (jar, war, ...).

What are actually trying to do?

-Tim

[1]

http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html 
 

Mac-Systems schrieb:


Hi,


Can someone tell me how my pom needs to modified that goal 
generate-sources always will

run when mvn install is invoked ?


best regards,
Jens


- 


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]



  



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






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



Looking for some more Info for Site generation and Multi Module Projekt

2007-10-09 Thread Mac-Systems

Hello,

for our Multi Module Project i looking for more Infos when i want
a custom Site generated.

Is it possible to Inherit the Site.xml file to each Module from my 
parent pom.xml ?
Also i would like to know, how i can link to the parent pom from one of 
the child

projects ?

best regards,
Jens

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



Problem within Continuum 1.1 Beta 2 or Beta 3 generate-sources

2007-10-08 Thread Mac-Systems

Hello,

i'd like to know why mvn ignores my generate-sources when running in 
continuum ?

If i do on cmd-line: mvn generate-source all is fine ?

thanks for answer,
Jens


How to generate-sources always ?

2007-10-08 Thread Mac-Systems

Hi,


Can someone tell me how my pom needs to modified that goal 
generate-sources always will

run when mvn install is invoked ?


best regards,
Jens


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



Re: Problem within Continuum 1.1 Beta 2 or Beta 3 generate-sources

2007-10-08 Thread Mac-Systems

Maybe you are right, i try to run an ANT and XDoclet Goal.
I also will ask in maven-maling list.

Thanks,
Jens

Can you post more informations? Continuum run mvn from the command 
line so it would be a problem with something in your pom.


Emmanuel

Mac-Systems a écrit :

Hello,

i'd like to know why mvn ignores my generate-sources when running in 
continuum ?

If i do on cmd-line: mvn generate-source all is fine ?

thanks for answer,
Jens










Re: How to generate-sources always ?

2007-10-08 Thread Mac-Systems

Hello,

i need to run ANT for some source-code generation.

regards,
Jens



Hi,

'generate-sources' isn't a goal, it is a *phase* of the default build
lifecylce [1]. No plugin is bound to that phase for the provided default
packagings (jar, war, ...).

What are actually trying to do?

-Tim

[1] 
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html 



Mac-Systems schrieb:

Hi,


Can someone tell me how my pom needs to modified that goal 
generate-sources always will

run when mvn install is invoked ?


best regards,
Jens


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



Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized that 
no more mails
were send from continuum. I log on to the continuum server and saw that 
builds were made
only mail notification missed. I searched thru the logs, and didnt see 
any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider message: 
The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  org.codehaus.plexus.PlexusContainer  - 
Loading on start [role,roleHint]: 
[org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  org.quartz.impl.StdSchedulerFactory  - 
Quartz scheduler 'defaultScheduler' initialized from an externally 
provided properties instance.
1630 [WrapperSimpleAppMain] INFO  org.quartz.impl.StdSchedulerFactory  - 
Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  - 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  - 
Could not find the executable 'maven' in the path '[/usr/local/bin, 
/usr/bin, /bin, /opt/bin, /usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  - 
Resolved the executable 'mvn' to '/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  Continuum 1.1-beta-2 
started! 
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  (oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.initialization.ContinuumInitializer:default  
- Continuum initializer running ...
6577 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.build.settings.SchedulesActivator:default  - 
Activating schedules ...
6608 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.build.settings.SchedulesActivator:default  - 
DEFAULT_SCHEDULE: next fire time -Fri Oct 05 14:00:00 CEST 2007
6609 [WrapperSimpleAppMain] INFO  org.codehaus.plexus.PlexusContainer  - 
Loading on start [role,roleHint]: 

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems

Well, dont know exacly what you mean.
I used the default schedule with some extra param for site generation 
and deploy of site:




Goals 	Arguments 	Build File 	Schedule 	Profile 	From 	Build Fresh 
Default 	  	  	 
clean generate-sources install site site-deploy 	--batch-mode -e 
pom.xml 	DEFAULT_SCHEDULE 
http://172.25.51.14:8080/continuum/schedule.action?id=1 	  	GROUP 
false 	true




- jens
Do you use 'alwaysBuild' feature in build definition? We fixed a 
memory issue in this part in beta-3


Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized 
that no more mails
were send from continuum. I log on to the continuum server and saw 
that builds were made
only mail notification missed. I searched thru the logs, and didnt 
see any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider 
message: The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  
org.codehaus.plexus.PlexusContainer  - Loading on start 
[role,roleHint]: [org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler 
'defaultScheduler' initialized from an externally provided properties 
instance.
1630 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  - 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  
- Could not find the executable 'maven' in the path '[/usr/local/bin, 
/usr/bin, /bin, /opt/bin, /usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  - 
Resolved the executable 'mvn' to '/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  Continuum 
1.1-beta-2 started! 
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  (oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems

Ok,

build fresh is configured as false.

- jens



I meant 'Build Fresh'

Mac-Systems a écrit :

Well, dont know exacly what you mean.
I used the default schedule with some extra param for site generation 
and deploy of site:




Goals Arguments Build File Schedule Profile 
From Build Fresh Default  clean generate-sources 
install site site-deploy --batch-mode -e pom.xml 
DEFAULT_SCHEDULE 
http://172.25.51.14:8080/continuum/schedule.action?id=1   
GROUP false true




- jens
Do you use 'alwaysBuild' feature in build definition? We fixed a 
memory issue in this part in beta-3


Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized 
that no more mails
were send from continuum. I log on to the continuum server and saw 
that builds were made
only mail notification missed. I searched thru the logs, and didnt 
see any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider 
message: The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  
- Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  
- Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  
org.codehaus.plexus.PlexusContainer  - Loading on start 
[role,roleHint]: [org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler 
'defaultScheduler' initialized from an externally provided 
properties instance.
1630 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  
- Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  
- Could not find the executable 'maven' in the path 
'[/usr/local/bin, /usr/bin, /bin, /opt/bin, 
/usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  
- Resolved the executable 'mvn' to 
'/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing 
Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  Continuum 
1.1-beta-2 started! 
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  
(oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428

Fresh beta 3 running

2007-10-05 Thread Mac-Systems

Hello,


i try beta 3 of continuum.Seems the login process has changed, whats the 
initial login ?


regards,
Jens


Site generation contain Date and Time ?

2007-10-02 Thread Mac-Systems

Hello,

actually my Generated Site only have an Date at Top of Page.
Is there a short solution that will contain the publishing Time also ?

thanks,
Jens

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



Re: Always send EMail missing in 1.1 beta 2

2007-09-07 Thread Mac-Systems

hmm, i compared continuum 1.0.3 config which 1.1 beta 2.

Where to config the smtp host ?


1.1. Beta 2 application.xml

   !--
   | The mail notifier
   |--
   component
 roleorg.codehaus.plexus.notification.notifier.Notifier/role
 role-hintmail/role-hint
 
implementationorg.apache.maven.continuum.notification.mail.MailContinuumNotifier/implementation

 requirements
   requirement
 roleorg.codehaus.plexus.velocity.VelocityComponent/role
   /requirement
   requirement
 roleorg.apache.maven.continuum.store.ContinuumStore/role
 role-hintjdo/role-hint
   /requirement
   requirement
 roleorg.codehaus.plexus.mailsender.MailSender/role
   /requirement
   requirement
 
roleorg.apache.maven.continuum.configuration.ConfigurationService/role

   /requirement
   requirement
 roleorg.apache.maven.continuum.Continuum/role
   /requirement
 /requirements
 configuration
   from-mailbox/from-mailbox
   from-name/from-name
   timestamp-formatEEE d MMM  HH:mm:ss Z/timestamp-format
   includeBuildResulttrue/includeBuildResult
*alwaysSendtrue/alwaysSend*
 /configuration
   /component

   component
 roleorg.codehaus.plexus.notification.RecipientSource/role
 
implementationorg.apache.maven.continuum.notification.ContinuumRecipientSource/implementation

 configuration
   !--
   Setting this propery will make Continuum send all emails to
   this address instead the address specified in the project
   configuration
   --
   to-override/to-override
 /configuration
   /component

   component
 roleorg.codehaus.plexus.mailsender.MailSender/role
 
implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation

 configuration
   jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
 /configuration
   /component

--- In Continuum 1.0.3

   !--
   | The mail notifier
   |--
   component
 roleorg.codehaus.plexus.notification.notifier.Notifier/role
 role-hintmail/role-hint
 
implementationorg.apache.maven.continuum.notification.mail.MailContinuumNotifier/implementation

 requirements
   requirement
 roleorg.codehaus.plexus.velocity.VelocityComponent/role
   /requirement
   requirement
 roleorg.apache.maven.continuum.store.ContinuumStore/role
   /requirement
   requirement
 roleorg.codehaus.plexus.mailsender.MailSender/role
   /requirement
   requirement
 
roleorg.apache.maven.continuum.configuration.ConfigurationService/role

   /requirement
 /requirements
 configuration
   from-mailbox/from-mailbox
   from-name/from-name
   timestamp-formatEEE, d MMM  HH:mm:ss Z/timestamp-format
   includeBuildResulttrue/includeBuildResult
*alwaysSendtrue/alwaysSend*
 /configuration
   /component

   component
 roleorg.codehaus.plexus.notification.RecipientSource/role
 
implementationorg.apache.maven.continuum.notification.ContinuumRecipientSource/implementation

 configuration
   !--
   Setting this propery will make Continuum send all emails to
   this address instead the address specified in the project
   configuration
   --
   to-override/to-override
 /configuration
   /component

   component
 roleorg.codehaus.plexus.mailsender.MailSender/role
 
implementationorg.codehaus.plexus.mailsender.javamail.JavamailMailSender/implementation

 configuration
*smtp-hostmailserver.somehost.com/smtp-host
   smtp-port25/smtp-port
*sslProvidercom.sun.net.ssl.internal.ssl.Provider/sslProvider
   !--
   usernamemylogin/username
   passwordmypassword/password
   sslModetrue/sslMode
   --
 /configuration
   /component


Seems continuum internal config changed a bit.
Anyone knows how to configure the SMTP Host and port ?

best regards,
Jens



Thanks a lot, seems i was a bit blind to find that file ;)

Wish a nice Weekend,
Jens
Have a look in the webapp file 
WEB-INF/classes/META-INF/plexus/application.xml .


--
Olivier
-Message d'origine-
De : Mac-Systems [mailto:[EMAIL PROTECTED] Envoyé : 
vendredi 7 septembre 2007 10:26

À : [EMAIL PROTECTED]
Objet : Re: Always send EMail mitting in 1.1 beta 2

Anyone knows about it ?

regards,
Jens
 

Hello,

i there some similar property in 1.1.beta 2 like 
alwaysSendtrue/alwaysSend i found in 1.0.3 ?


best regards,
Jens







This e-mail, any attachments and the information contained therein 
(this message) are confidential and intended solely for the use of 
the addressee(s). If you have received this message in error please 
send it back to the sender and delete it. Unauthorized publication, 
use, dissemination or disclosure of this message, either in whole or 
in part is strictly prohibited

Re: Always send EMail mitting in 1.1 beta 2

2007-09-07 Thread Mac-Systems

Thanks a lot, seems i was a bit blind to find that file ;)

Wish a nice Weekend,
Jens

Have a look in the webapp file WEB-INF/classes/META-INF/plexus/application.xml .

--
Olivier 


-Message d'origine-
De : Mac-Systems [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 7 septembre 2007 10:26

À : [EMAIL PROTECTED]
Objet : Re: Always send EMail mitting in 1.1 beta 2

Anyone knows about it ?

regards,
Jens
  

Hello,

i there some similar property in 1.1.beta 2 like 
alwaysSendtrue/alwaysSend i found in 1.0.3 ?


best regards,
Jens







This e-mail, any attachments and the information contained therein (this 
message) are confidential and intended solely for the use of the addressee(s). If 
you have received this message in error please send it back to the sender and delete it. 
Unauthorized publication, use, dissemination or disclosure of this message, either in 
whole or in part is strictly prohibited.
--
Ce message électronique et tous les fichiers joints ainsi que  les informations contenues 
dans ce message ( ci après le message ), sont confidentiels et destinés 
exclusivement à l'usage de la  personne à laquelle ils sont adressés. Si vous avez reçu 
ce message par erreur, merci  de le renvoyer à son émetteur et de le détruire. Toutes 
diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit 
non expressément autorisées de ce message, sont interdites.
-



  




Re: Always send EMail mitting in 1.1 beta 2

2007-09-07 Thread Mac-Systems

Anyone knows about it ?

regards,
Jens

Hello,

i there some similar property in 1.1.beta 2 like 
alwaysSendtrue/alwaysSend

i found in 1.0.3 ?

best regards,
Jens







Re: Default Schedule do not work

2007-09-04 Thread Mac-Systems

Actually i have 3 Builds running none is running any more.
I have a SVN trunk and two branches in schedule.
I configured Continuum that all are using the default schedule ...

Why cannot Continuum not do this ? Iterate over all Projects an invoke 
the build (mabye a bit naive impl.).
May there are issues that a simple iteration over all Project takes to 
long ?



Also


how many schedules do you have? If I remember it correctly, Continuum 
1.0.3 doesn't work well with more than one schedule in some case.


Emmanuel

Mac-Systems a écrit :

Anyone can help ???


Hello,

Actually my Continuum (1.0.3) does not build anything which is 
Scheduled but i use the default schedule.

Anyone can help correct this ?

best regards,
Jens

















(kein Betreff)

2007-09-03 Thread Mac-Systems

Hello,

Actually my Continuum (1.0.3) does not build anything which is Scheduled 
but i use the default schedule.

Anyone can help correct this ?

best regards,
Jens


Default Schedule do not work

2007-09-03 Thread Mac-Systems

Hello,

Actually my Continuum (1.0.3) does not build anything which is Scheduled 
but i use the default schedule.

Anyone can help correct this ?

best regards,
Jens




How to configure Javadoc Plugin to exclude packages ?

2007-08-27 Thread Mac-Systems

Hello,

a simple Question:

i have several Packages which should not included in Java Doc generation:

   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   configuration
   
excludePackageNamesde.wppsd.eingang.*;de.pbs.wppsz.gui.rr.*/excludePackageNames

   aggregatetrue/aggregate
   /configuration
   /plugin   



But the Plugin ignores my package config. I also tried delimiter : or 
, without any luck.
Also i listed each packge in a seperate /excludePackageNames Tag which 
no luck !

Seems the Plugin is broken ?

I was using this Info: 
http://maven.apache.org/plugins/maven-javadoc-plugin/examples/exclude-package-names.html


regards,
Jens

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



maven-antrun-plugin wont run

2007-08-21 Thread Mac-Systems

Hello,

may someone can give me a hint what i am doing wrong while i try to exceute
the ANT Plugin in one of my Subprojekts of a Multiprojekt.

  
   build

 plugins
   !-- Version muss spaeter im Master Pom vergeben werden --
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-antrun-plugin/artifactId
   executions
  execution
   idcompile/id
   phasecompile/phase
   configuration
   tasks
   property name=compile_classpath 
refid=maven.compile.classpath/
   property name=runtime_classpath 
refid=maven.runtime.classpath/
   property name=test_classpath 
refid=maven.test.classpath/
   property name=plugin_classpath 
refid=maven.plugin.classpath/


   echo message=compile classpath: 
${compile_classpath}/
   echo message=runtime classpath: 
${runtime_classpath}/

   echo message=test classpath:${test_classpath}/
   echo message=plugin classpath:  ${plugin_classpath}/
   /tasks
   /configuration
   goals
 goalrun/goal
   /goals
 /execution
   /executions
   /plugin



The Phase Compile  should show Messages... On commandline
i do mvn compile, but nothing gets invoked, why ?


best regards,
Jens

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



Re: maven-antrun-plugin wont run

2007-08-21 Thread Mac-Systems

Thanks a lot,

i was able to figure out which is the exact Problem:

If i run compile the Phase will trigger the ANT Plugin.
If i run install for example i thought the phase generate source 
phase will executed
automaticly as install is higher. This seems to be wrong or my ANT 
Plugin must be configured

different ?

Phases are shown there: 
http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html


Part from my POM:

   build
   plugins
   !-- Aufruf des XDoclet ANT Scripts  --
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-antrun-plugin/artifactId
   version1.1/version
  executions
 execution
   idgenerate-sources/id
   phasegenerate-sources/phase
   configuration
 tasks
   ant antfile=xdoclet_070814.xml 
inheritRefs=true/

 /tasks
   /configuration
   goals
 goalrun/goal
   /goals
 /execution
   /executions
   /plugin


Anyone can tell be how to guaranty the phase will be exceuted ?

best regards,
Jens





Hi,

invoking 'mvn compile'

on this pom:

---
project
  modelVersion4.0.0/modelVersion
  artifactIdmy-test-app/artifactId
  groupIdmy-test-group/groupId
  version1.0-SNAPSHOT/version

  build
plugins
  !-- Version muss spaeter im Master Pom vergeben werden --
  plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-antrun-plugin/artifactId
executions
  execution
idcompile/id
phasecompile/phase
configuration
  tasks
property name=compile_classpath 
refid=maven.compile.classpath/
property name=runtime_classpath 
refid=maven.runtime.classpath/
property name=test_classpath 
refid=maven.test.classpath/
property name=plugin_classpath 
refid=maven.plugin.classpath/


echo message=compile classpath: ${compile_classpath}/
echo message=runtime classpath: ${runtime_classpath}/
echo message=test classpath:${test_classpath}/
echo message=plugin classpath:  ${plugin_classpath}/
  /tasks
/configuration
goals
  goalrun/goal
/goals
  /execution
/executions
  /plugin
/plugins
   /build
/project
---

gives this output:

---
[INFO] Scanning for projects...
[INFO] 
 


[INFO] Building Unnamed - my-test-group:my-test-app:jar:1.0-SNAPSHOT
[INFO]task-segment: [compile]
[INFO] 
 


[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [antrun:run {execution: compile}]
[INFO] Executing tasks
 [echo] compile classpath: 
/home/tik/Develop/maven-testprojects/anrun-test/target/classes
 [echo] runtime classpath: 
/home/tik/Develop/maven-testprojects/anrun-test/target/classes
 [echo] test classpath: 
/home/tik/Develop/maven-testprojects/anrun-test/target/classes:/home/tik/Develop/maven-testprojects/anrun-test/target/test-classes 

 [echo] plugin classpath: 
/home/tik/.m2/repository/ant/ant/1.6.5/ant-1.6.5.jar:/home/tik/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar:/home/tik/.m2/repository/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar:/opt/maven/lib/maven-core-2.0.7-uber.jar 


[INFO] Executed tasks
[INFO] 


[INFO] BUILD SUCCESSFUL
[INFO] 


[INFO] Total time: 1 second
[INFO] Finished at: Tue Aug 21 12:43:23 CEST 2007
[INFO] Final Memory: 4M/78M
[INFO] 


---

So everything seems to work. If you have a different output please 
post it.


-Tim

Mac-Systems schrieb:

Hello,

may someone can give me a hint what i am doing wrong while i try to 
exceute

the ANT Plugin in one of my Subprojekts of a Multiprojekt.

 build
 plugins
   !-- Version muss spaeter im Master Pom vergeben werden --
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-antrun-plugin/artifactId
   executions
  execution
   idcompile/id
   phasecompile/phase
   configuration
   tasks
   property name=compile_classpath 
refid=maven.compile.classpath/
   property name=runtime_classpath 
refid

Generated Email shows localhost - where to change ?

2007-08-14 Thread Mac-Systems

Hello,

i asked it already whout luck of answer.

Where can i configure that Continuum generates Email with correct link 
to the Server ?



For example:

Online report : 
http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/125
Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Di, 14 Aug 2007 08:00:08 +0200



Thanks for answer,
Jens




Re: Continuum does not run Schduled Builds

2007-08-06 Thread Mac-Systems

Anyone can help on this Issue ?
Someone running more than one Build ?

I am using version 1.0.3.


regards,
Jens
I have 3 Projects running with Continuum. Two of them are Branches. 
Actually i

use onyl the Default Schedule (build each hour once).
Only the Project which was first Configured in Continuum is build 
Automaticly.
If i commit to a Branch Continuum should build at least after apx. one 
hour, but nothing happens..



If i force the Build via the Build Now Button i see after the build 
succeed the change log. So It seem i have configured

all right.

Anyone can help me ?

regards,
Jens








Continuum does not run Schduled Builds

2007-08-03 Thread Mac-Systems
I have 3 Projects running with Continuum. Two of them are Branches. 
Actually i

use onyl the Default Schedule (build each hour once).
Only the Project which was first Configured in Continuum is build 
Automaticly.
If i commit to a Branch Continuum should build at least after apx. one 
hour, but nothing happens..



If i force the Build via the Build Now Button i see after the build 
succeed the change log. So It seem i have configured

all right.

Anyone can help me ?

regards,
Jens




Release Notes

2007-08-02 Thread Mac-Systems


Take a look:

http://maven.apache.org/continuum/release-notes.html


Seems a bit outdates. Maven-blogs.com do notr exist ...


Re: [m2] project.version in multiple modules

2007-08-02 Thread Mac-Systems

I am Looking also for a Solution on this.

Any Hints ?

- Jens


I have over 50 modules in my project and they all have headers like:

groupIdorg.delta.esp.dap.c2.services/groupId
version1.0.0.0/version
artifactIdc2-ear/artifactId
packagingear/packaging
parent
groupIdorg.delta.esp.dap/groupId
artifactIdc2/artifactId
version1.0.0.0/version
/parent


Now many of these modules I want to build independently from one another
such as a grouping of org.delta.esp.dap.c2
When I do this, I can't use ${project.version} for the entries.

So what can I do as a best practice instead of doing a site-wide search and
replace to go from:
version1.0.0.0/version

to

version1.0.0.1/version

Each time I want to increment the build number?



  



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



Re: [m2] project.version in multiple modules

2007-08-02 Thread Mac-Systems

Anyone ???



I am Looking also for a Solution on this.

Any Hints ?

- Jens


I have over 50 modules in my project and they all have headers like:

groupIdorg.delta.esp.dap.c2.services/groupId
version1.0.0.0/version
artifactIdc2-ear/artifactId
packagingear/packaging
parent
groupIdorg.delta.esp.dap/groupId
artifactIdc2/artifactId
version1.0.0.0/version
/parent


Now many of these modules I want to build independently from one another
such as a grouping of org.delta.esp.dap.c2
When I do this, I can't use ${project.version} for the entries.

So what can I do as a best practice instead of doing a site-wide 
search and

replace to go from:
version1.0.0.0/version

to

version1.0.0.1/version

Each time I want to increment the build number?



  



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



How to change Email to developers ?

2007-07-25 Thread Mac-Systems

Hello,

how can i configure Emailing to Developers when for example a Build fails ?

- jens


SCM Tag in pom.xml

2007-07-24 Thread Mac-Systems

Hello,

if i define an scm Tag in my Pom, should it be defined like:

scm:svn:https://myserver.com/projekt/trunk/pom.xml

or


scm:svn:https://myserver.com/projekt/trunk


Second seem to be more precise what Countunuum needs to checkout (All 
Projects on trunk)



And later if i need to define branches of an Projekt it should look 
likje this ?


scm:svn:https://myserver.com/projekt/branches/a_ branch


regards
Jens


Cobertura broken ?

2007-07-24 Thread Mac-Systems

   plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIdcobertura-maven-plugin/artifactId
   version2.1/version


If i added the cobertura to my pom and run mvn site i get error like:

[ERROR] There are test failures.
[INFO] Preparing surefire-report:report-only
[INFO] No goals needed for project - skipping
[INFO] Preparing cobertura:cobertura
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cobertura:instrument]
[INFO] Cobertura 1.9 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Cobertura: Loaded information on 418 classes.
Instrumenting 418 files to 
/home/mavensite/continuum-1.0.3/apps/continuum/working-directory/1/Project/target/generated-classes/cobertura

Cobertura: Saved information on 418 classes.
Instrument time: 2321ms

[INFO] Instrumentation was successful.
[INFO] 


[ERROR] BUILD ERROR
[INFO] 


[INFO] Couldn't find 'cobertura' artifact in plugin dependencies
[INFO] 


[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Couldn't find 
'cobertura' artifact in plugin dependencies
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:896)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:739)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:530)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)

   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Couldn't find 
'cobertura' artifact in plugin dependencies
   at 
org.codehaus.mojo.cobertura.CoberturaInstrumentMojo.addCoberturaDependenciesToTestClasspath(CoberturaInstrumentMojo.java:164)
   at 
org.codehaus.mojo.cobertura.CoberturaInstrumentMojo.execute(CoberturaInstrumentMojo.java:122)
   at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)

   ... 20 more
[INFO] 


[INFO] Total time: 46 seconds
[INFO] Finished at: Tue Jul 24 14:17:14 CEST 2007
[INFO] Final Memory: 30M/54M
[INFO] 





Anyone can tell me whats wrong there. I deleted my local repro alread 
getting same problem again.
It seems maven have no problems downloading expected version. Also also 
tried to use version 2.3

with same result.

Whats wrong there ?

- Jens






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



Re: Blame Mechanism

2007-07-24 Thread Mac-Systems

Emmanuel Venisse schrieb:



Mac-Systems a écrit :
On Continuum Website 
:http://maven.apache.org/continuum/continuum-features.html

stands it supports Blame Mechanism.

How can i benefit from it ?
And how to use it!


It isn't a real blame mechanism. In the build result page, you can see 
files modified since the latest build with the change date and the 
committer.


Sounds a bit like what i wanted (see my notify mail question from 
yesterday).






PS: Whats up with the Continuum Wiki ?


The wiki is there: http://docs.codehaus.org/display/CONTINUUMUSER/Home




Ahh. I have to sign up first :)



Re: Cobertura broken ?

2007-07-24 Thread Mac-Systems

I tested 2.0 with an -U (force update)
Again it is broken like shown below.

How can a stable version break ?

- Jens

That is odd. Version 2.1 of the plugin does not use Cobertura 1.9. 
That has just recently been added to the 2.2-SNAPSHOT version, which 
is not yet stable.


Have you added a dependency on cobertura (not the plugin) yourself 
somewhere?


There is a reported issue for this, but that is against version 2.2 of 
the plugin:

  http://jira.codehaus.org/browse/MCOBERTURA-71

Mac-Systems wrote:

   plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIdcobertura-maven-plugin/artifactId
   version2.1/version


If i added the cobertura to my pom and run mvn site i get error like:

[ERROR] There are test failures.
[INFO] Preparing surefire-report:report-only
[INFO] No goals needed for project - skipping
[INFO] Preparing cobertura:cobertura
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cobertura:instrument]
[INFO] Cobertura 1.9 - GNU GPL License (NO WARRANTY) - See COPYRIGHT 
file

Cobertura: Loaded information on 418 classes.
Instrumenting 418 files to 
/home/mavensite/continuum-1.0.3/apps/continuum/working-directory/1/Project/target/generated-classes/cobertura 


Cobertura: Saved information on 418 classes.
Instrument time: 2321ms

[INFO] Instrumentation was successful.
[INFO] 


[ERROR] BUILD ERROR
[INFO] 


[INFO] Couldn't find 'cobertura' artifact in plugin dependencies
[INFO] 


[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Couldn't find 
'cobertura' artifact in plugin dependencies
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:896) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:739) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:530) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) 


   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Couldn't 
find 'cobertura' artifact in plugin dependencies
   at 
org.codehaus.mojo.cobertura.CoberturaInstrumentMojo.addCoberturaDependenciesToTestClasspath(CoberturaInstrumentMojo.java:164) 

   at 
org.codehaus.mojo.cobertura.CoberturaInstrumentMojo.execute(CoberturaInstrumentMojo.java:122) 

   at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) 

   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) 


   ... 20 more
[INFO] 


[INFO] Total time: 46 seconds
[INFO] Finished at: Tue Jul 24 14:17:14 CEST 2007
[INFO] Final Memory: 30M/54M
[INFO] 





Anyone can tell me whats wrong there. I deleted my local repro alread 
getting same problem again.
It seems maven have no problems downloading expected version

Continuum User List Test

2007-07-23 Thread Mac-Systems

Hello,

this is a Test.




Re: How notification Works ?

2007-07-23 Thread Mac-Systems

Ok.

How to Notify on the Developers that need to be notified ?
Lets say: if several users committed into our SVN it will be nice that only
the Developers get notification that commited something since last 
sucessfull Build.


Is it possible the Continuum ?

regards,
Jens

Hello Jens,

When you add a project in Continuum, a Notifiers tab can be seen in the
Project Group Summary page.  You can add notifiers there.  The 
notifier may
be a Mail Notifer (continuum sends emails), IRC (continuum posts a 
message

to a channel), MSN, Jabber (continuum sends a private message) or Wagon
(continuum uploads to a url).  A notification may be sent depending 
whether
the build result was an Error, Failure, Success or Warning.  You can 
specify

that too.

I hope that helps.

Cheers!
Nap

On 7/23/07, Mac-Systems [EMAIL PROTECTED] wrote:


Hello,

i not understood how to notify all developers or the part which is
responsible
that a Build is broken. For Example: Cruise Control is able to send 
mails

to all potential developers.

Anyone can give me some hints ?

regards,
Jens







Deleting Projekts - Server hangs

2007-07-23 Thread Mac-Systems

Hello,

i test Continuum. If i remove an Projekt is seems Continuum hangs.
The java process uses 100% CPU and nothing happen after some minutes.
Any hints for that too ?

regards,
Jens


non-recursive parameter to multi module Projekt

2007-07-23 Thread Mac-Systems

Hello :)

If i add an Projekt to Continuum via URL (it is an maven 2 Multiproject) 
i get listed

all subproject in the Project list. I read about the non-recursive parameter
but is seems not to work as all Projects were listed.

How to setup an Multi project an prevent any subproject to be listed 
when 'Show Projects ?



best regards,
Jens


Re: non-recursive parameter to multi module Projekt

2007-07-23 Thread Mac-Systems


That means i have to remove any subproject so far by hand ?

Bye the way: What about an Checkbox which selects any project i want to 
remove. Actually i have 15 Subprojects

removing all by hand is stupid work ..

regards,
Jens

Emmanuel Venisse schrieb:
It's a feature of 1.1-beta-1 that we'll be released this week. You'll 
can choose to add all projects in Continuum or only the parent with a 
non-recursive mode.


Emmanuel

Mac-Systems a écrit :

Hello :)

If i add an Projekt to Continuum via URL (it is an maven 2 
Multiproject) i get listed
all subproject in the Project list. I read about the non-recursive 
parameter

but is seems not to work as all Projects were listed.

How to setup an Multi project an prevent any subproject to be listed 
when 'Show Projects ?



best regards,
Jens











Parameter Change - the whole projekt cannot be build (stack trace included)

2007-07-23 Thread Mac-Systems

Hello,

Continuum seems to be very unstable :(

i changed the Parameter for Build Definitions from :

--batch-mode --non-recursive

into :

--batch-mode --non-recursive -e

which caused by following error:





ognl.MethodFailedException: Method buildProject failed for object [EMAIL 
PROTECTED] [org.apache.maven.continuum.ContinuumException: Project (id=81 doens't have a 
default build definition.]
at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:796)
at ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:61)
at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:819)
at ognl.ASTMethod.getValueBody(ASTMethod.java:75)
at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
at ognl.SimpleNode.getValue(SimpleNode.java:210)
at ognl.Ognl.getValue(Ognl.java:333)
at ognl.Ognl.getValue(Ognl.java:378)
at ognl.Ognl.getValue(Ognl.java:357)
at 
org.apache.maven.continuum.web.action.CallApplicationModel.execute(CallApplicationModel.java:72)
at 
org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.java:68)
at 
org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipeline.java:70)
at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54)
at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806)
at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520)
/-- Encapsulated exception \
org.apache.maven.continuum.ContinuumException: Project (id=81 doens't have a 
default build definition.
at 
org.apache.maven.continuum.DefaultContinuum.buildProject(DefaultContinuum.java:485)
at 
org.apache.maven.continuum.DefaultContinuum.buildProject(DefaultContinuum.java:468)
at sun.reflect.GeneratedMethodAccessor221.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at ognl.OgnlRuntime.invokeMethod(OgnlRuntime.java:491)
at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:785)
at ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:61)
at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:819)
at ognl.ASTMethod.getValueBody(ASTMethod.java:75)
at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
at ognl.SimpleNode.getValue(SimpleNode.java:210)
at ognl.Ognl.getValue(Ognl.java:333)
at ognl.Ognl.getValue(Ognl.java:378)
at ognl.Ognl.getValue(Ognl.java:357)
at 
org.apache.maven.continuum.web.action.CallApplicationModel.execute(CallApplicationModel.java:72)
at 
org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.java:68)
at 
org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipeline.java:70)
at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54)
at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
at 

Problem Site uploading

2007-07-23 Thread Mac-Systems

Sorry it me agaqin :)

I have another issue:

On my linux box i have tomcat maven and continuum running 
under same user. Also my POM  contains a site section :



	distributionManagement 
		

site
idsomeurl.org/id
url${user.home}/tomcat/webapps/mavensite/url
/site
..


Maven is unable to upload the Site. What the is going on there ?

regards,
Jens



[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'site'.
[INFO] 

[INFO] Building WPP
[INFO]task-segment: [clean, install, site, site:deploy]
[INFO] 

[INFO] [clean:clean]
[INFO] Deleting directory 
/home/mavensite/continuum-1.0.3/apps/continuum/working-directory/81/target
[INFO] Deleting directory 
/home/mavensite/continuum-1.0.3/apps/continuum/working-directory/81/target/classes
[INFO] Deleting directory 
/home/mavensite/continuum-1.0.3/apps/continuum/working-directory/81/target/test-classes
[INFO] Deleting directory 
/home/mavensite/continuum-1.0.3/apps/continuum/working-directory/81/target/site
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing 
/home/mavensite/continuum-1.0.3/apps/continuum/working-directory/81/pom.xml to 
/home/mavensite/.m2/repository/wpp/master/1.0-SNAPSHOT/master-1.0-SNAPSHOT.pom
[INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] ** 
[INFO] Starting Jakarta Velocity v1.4

[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: 
org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class 
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: 
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class 
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any 
resource loader.
[INFO] Velocimacro : error using  VM library template VM_global_library.vm : 
org.apache.velocity.exception.ResourceNotFoundException: Unable to find 
resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT 
replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be  
global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] ** 
[INFO] Starting Jakarta Velocity v1.4

[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: 
org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class 
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: 
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. 

RE: maven changelog report

2007-07-17 Thread mac-systems
Actually i face the same Problem. 

I using SVN as Repository.

- Jens

Hi,
 I configured maven-changelog-plugin as follows -
reporting
...
plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-changelog-plugin/artifactId
   reportSets
 reportSet
 idchange-report/id
 configuration
 typedate/type
 dates
   date
implementation=java.lang.String2007-07-02/date
   date
implementation=java.lang.String2007-07-14/date
 /dates
 dateFormat-MM-dd/dateFormat
/configuration
 reports
  reportchangelog/report
  reportdev-activity/report
  reportfile-activity/report 
 /reports
/reportSet
   /reportSets
 /plugin
/reporting
 
and also put the developers section in the pom.
 
But when I do mvn changelog:dev-activity, developers-activity report is
not generated.
 
Please tell me, where am I making mistake??
 
Thanks.

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



Maven and Trac ?

2007-06-16 Thread Mac Systems

Hello,

is it possible to combine Maven 2 with Trac ?
If yes..what is possible ?

regards,
Jens


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



  1   2   >