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,

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/

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

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,

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:

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

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

2008-09-08 Thread mac-systems
.. 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

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,

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

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

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

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

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

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

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

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

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:

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

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

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

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

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

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

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.

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

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

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

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

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 :

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

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

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

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

Re: Surefire Plugin 2.4.3 - Plugin not found

2008-06-15 Thread Mac-Systems
(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

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

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

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

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

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

Re: Creating Users

2008-01-24 Thread Mac-Systems
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

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

Re: How setup Changelog Plugin (developer activity) ?

2007-10-31 Thread Mac-Systems
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

Re: How setup Changelog Plugin (developer activity) ?

2007-10-31 Thread Mac-Systems
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

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

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

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

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)

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

2007-10-25 Thread Mac-Systems
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

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

2007-10-25 Thread Mac-Systems
: 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

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

Re: Mails are too fat

2007-10-23 Thread Mac-Systems
(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

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

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

2007-10-19 Thread Mac-Systems
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

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

2007-10-19 Thread Mac-Systems
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

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

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

Re: How to generate-sources always ?

2007-10-10 Thread Mac-Systems
/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

Re: How to generate-sources always ?

2007-10-10 Thread Mac-Systems
? 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

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

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,

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:

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

Re: How to generate-sources always ?

2007-10-08 Thread Mac-Systems
] 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

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

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

2007-10-05 Thread Mac-Systems
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

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

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,

Re: Always send EMail missing in 1.1 beta 2

2007-09-07 Thread Mac-Systems
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

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

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

(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

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

Re: maven-antrun-plugin wont run

2007-08-21 Thread Mac-Systems
] --- 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

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:

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

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

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

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

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

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

Re: Cobertura broken ?

2007-07-24 Thread Mac-Systems
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

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

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

Re: non-recursive parameter to multi module Projekt

2007-07-23 Thread Mac-Systems
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

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]

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

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

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   >