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.

Re: Lifecyle Question

2007-06-09 Thread Mac Systems
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 mvn package i get an Error that some package and test-jar

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 have to call

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

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 :

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 plugin

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

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 : reporting ... plugins pluginorg.apache.maven.plugin/plugin

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

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

2007-05-11 Thread Mac Systems
, 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 Error: Unable to download the artifact from any repository xdoclet:maven2-xdoclet2-plugin:pom20.0.5-SNAPSHOT

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

<    1   2