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

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

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: > > org.apache.maven.plugins > cobertura-maven-plugin > >

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

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

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

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

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

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

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 comm

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: org.apache.maven.plugins maven-site-plugin 8859-1 en W

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 depreca

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 an

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

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

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 com

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 , or move them out of dependencyManagement. Doh... eagle-eyed Wendy is right! Wayne -

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

Re: Re: Looking for MultiModule Archetype (Packaging POM)

2008-08-08 Thread mac-systems
Hello, i do not understand correctly :/ Means true will produce this needed behaviour ? - Jens >this is my archetype version > > > > >org.apache.maven.archetype >archetype-packaging >2.0-alpha-3 > > > > >maven-archetype-plugin >

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 fro

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 n

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 wit

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

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

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 da

Re: Syngergy PlugIn supports DCM Based Repositorys ?

2008-06-24 Thread mac-systems
Hello, in my POMs SCM Tag i have defined: scm:synergy:ProjectName:-:1.7.6:Subproject/1.7.7_OC4J:collaborative scm:synergy:ProjectName:-:1.7.6:Subproject/1.7.7_OC4J:collaborative 1.7.6 was the last release an 1.7.7 is what i am working for. Yes,on console i do only a 'mv

Syngergy PlugIn supports DCM Based Repositorys ?

2008-06-24 Thread mac-systems
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 [

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= if archetype's rep

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 proble

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

Maven Dashboard Plugin download broken ?

2008-06-21 Thread Mac-Systems
Hello, i get following Error with that Configuratiuon of the Plugin and Repo : Codehaus Snapshots http://snapshots.repository.codehaus.org/ org.codehaus.mojo dashboard-maven-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 mave

Re: Surefire Plugin 2.4.3 -> Plugin not found

2008-06-15 Thread Mac-Systems
ssing (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 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: org.apache.maven.plugins maven-surefire-plugin 2.4.3 I have proper Proxy Settings, but i always get >mvn -U Site [INFO]

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 i

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

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

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 Con

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 continuum mail true true false false [EMAIL PROTECTED] For what exacly is that configuration with EMail Tag ? Looking at the XSD for the p

Re: How setup Changelog Plugin (developer activity) ?

2007-10-31 Thread Mac-Systems
the report. Mac-Systems wrote: Hello, My SCM Section is correct, i hav a developer and a connection set: scm:svn:https://user:[EMAIL PROTECTED]:81/svn/project/trunk/ scm:svn:https://user:[EMAIL PROTECTED]:81/svn/project/trunk/ Reports by Changelog Plugin are

Re: How setup Changelog Plugin (developer activity) ?

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

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: org.apache.maven.plugins

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: org.apache.maven.plugi

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

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

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

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

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

Re: Mails are too fat

2007-10-23 Thread Mac-Systems
), 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 ab

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

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

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

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 ad

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 t

Re: How to generate-sources always ?

2007-10-10 Thread Mac-Systems
at 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: org.apache.maven.plugins maven-an

Re: How to generate-sources always ?

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

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

Re: How to generate-sources always ?

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

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

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

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

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

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 inst

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 th

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

Re: Always send EMail missing in 1.1 beta 2

2007-09-07 Thread Mac-Systems
-- 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 true i found in 1.0.3 ? best re

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

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 true i found in 1.0.3 ? best regards, Jens

Re: Default Schedule do not work

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

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: org.apache.maven.plugins maven-javadoc-plugin de.wppsd.eingang.*;de.pbs.wppsz.gui.rr.* true

Re: maven-antrun-plugin wont run

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

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. org.apache.maven.plugins maven-antrun-plugin compile

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:

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 no

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: org.delta.esp.dap.c2.services 1.0.0.0 c2-ear ear org.delta.esp.dap c2 1.0.0.0 Now many of these m

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: org.delta.esp.dap.c2.services 1.0.0.0 c2-ear ear org.delta.esp.dap c2 1.0.0.0 Now many of these modules I want

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

Re: Cobertura broken ?

2007-07-24 Thread Mac-Systems
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: org.codehaus.mojo cobertura

Re: Cobertura broken ?

2007-07-24 Thread Mac-Systems
version 2.2-SNAPSHOT also without luck. i will give 2.0 a try. - jens 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: org.codehaus.mojo

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

Cobertura broken ?

2007-07-24 Thread Mac-Systems
org.codehaus.mojo cobertura-maven-plugin 2.1 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 pr

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 : someurl.org ${user.home}/tomcat/webapps/mavensite

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]

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 - ... org.apache.maven.plugins maven-changelog-plugin change-report

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]

Re: AW: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Mac Systems
To be more precisly: My Linux maschine usind JDK 1.5.07 ..on Windows it is JDK 1.5_09. There are no updates made while the Build were made on linux from maven. So what the heck is going on ? Actually i am totally frustrated by maven as i cannot take simple control of such things like in ANT. Th

Re: Clean Plugin and Blacklisted Repo

2007-06-09 Thread Mac Systems
Wendy Smoak schrieb: On 6/9/07, Mac Systems <[EMAIL PROTECTED]> wrote: on my build maschine i reinstalled most needed Plugins to get behind some problem i had before. Yesterday i made an clean on that project and maven wasnt able to connect to central repositoty to download the clean

URL of local Artifact Downloading

2007-06-09 Thread Mac Systems
Hello, another Question: I have some Artifact installed (let's say j2ee jar in version 1.4 ) in my local Repo with "mvn -install " When build the project i see log messages loke this: Downloading : http://repo1.maven.org/maven2/j2ee/1.4/j2ee-1.4.jar Should this not look like : http:/

Clean Plugin and Blacklisted Repo

2007-06-09 Thread Mac Systems
Hello, on my build maschine i reinstalled most needed Plugins to get behind some problem i had before. Yesterday i made an clean on that project and maven wasnt able to connect to central repositoty to download the clean plugin. It got Blacklisted! Until now i do not know how to tell maven tha

Re: Lifecyle Question

2007-06-09 Thread Mac Systems
Ok, thanks it clearer now! On 6/9/07, Mac Systems <[EMAIL PROTECTED]> wrote: Sound Good so far. But i get Confused as i through to know that maven will invoke each of the previous goals. Doing that with Cruise Control mean i have to install each time the snapshots ? the means i h

Re: Lifecyle Question

2007-06-09 Thread Mac Systems
rks via "mvn compile" because no test is run, hence no test scope dependencies. Eric On 6/7/07, Mac Systems <[EMAIL PROTECTED]> wrote: Hello Maven Users, i'd like to how this can happen: I have an Multiprojekt: "mvn compile" work well, all is compiled! If i do

Lifecyle Question

2007-06-07 Thread Mac Systems
Hello Maven Users, i'd like to how this can happen: I have an Multiprojekt: "mvn compile" work well, all is compiled! If i do "mvn package" i get an Error that some package and test-jar not found. Can someone explain a bit how this can happen ? greets, Jens -

Re: [M2] Site upload

2007-05-26 Thread Mac Systems
Hello, thank you. I will give it a try after the Weekend :) - Jens Jens, Are you complaining about the fact that wagon-ftp currently is not implemented to support directory copy? That can be fixed easily, it just needs to be implemented. I can send you a compiled jar with directory copy enab

Re: Why doesn't my index.html get generated when generating my site?

2007-05-21 Thread Mac Systems
Hello, out of a sudden i ran into the same Issue tonight. As i my last changes to my pom where not that big i think i found the problem: In my POM i have : ... org.apache.maven.plugin maven-project-info-reports-plugin ...there i had listed which reports s

How configure to Multiproject Site references

2007-05-20 Thread Mac Systems
Hello, actually i wonder how to generate an Site for an Multiproject ? The (Master) Project Site will be generated for all my Modules but i do not know how to link to each module's site ? Project: pom.xml | | >Module A pom.xml -> target/site/index.html >Module B pom.xml

Re: Confusion: maven[2]-xdoclet[2]-plugin

2007-05-11 Thread Mac Systems
... ... ... Anyone can tell how it should be ? Actually i am lost in dokumentation ... regards, Jens : On Fri, May 11, 2007 2:10 pm, Mac Systems wrote: i have some similar problem. Actually XDoclet2 cannot be found: I always get the

Re: Confusion: maven[2]-xdoclet[2]-plugin

2007-05-11 Thread Mac Systems
Hello, i have some similar problem. Actually XDoclet2 cannot be found: I always get the Error: Unable to download the artifact from any repository xdoclet:maven2-xdoclet2-plugin:pom20.0.5-SNAPSHOT Anyone can tell me what i am doing wrong ? Regards, Jens Graham Leggett wrote on Thursday,

SVN+SSH Checkout

2007-04-28 Thread Mac Systems
Hello, im quite new to Maven. Actually i want to checkout from SVN via the SCM Plugin. I already checked out an Test Projekt from Apache out via SVN with maven to Test how it should work in general. I'm working under WinXP SVN and SSH are available SVN can create the Tunnel for SSH. The Con

  1   2   >