M1: which class is responsible for goal output on console

2005-04-18 Thread Heiko Kundlacz
Hi If I add a file appender to log4j.properties in maven.jar the maven output will be also redirected to a file. Unfortunately not all of the output. The goals and error output can't be redirected to a file, as this output doesn't seem to be under control of log4j. Do you have any idea if

using different project.xml

2004-07-28 Thread Heiko Kundlacz
Hi all I have seen a parameter maven --pom and want to use different project.xml (project_product1.xml and so on). Maven --help says: -p,--pom arg Set project file But it won't be used. Does anybody of you have some experience with such a problem? Heiko

Re: using different project.xml

2004-07-28 Thread Heiko Kundlacz
Sorry for my Mail. It works fine. Hopefully nobody has wasted time, because of my stupid posting :o) Heiko Heiko Kundlacz wrote: Hi all I have seen a parameter maven --pom and want to use different project.xml (project_product1.xml and so on). Maven --help says: -p,--pom arg Set

Re: logging output

2004-03-18 Thread Heiko Kundlacz
in your Jelly. Currently, Maven does not have a very flexible logging system in the core, but I believe this is planned for the future. Heiko Kundlacz wrote: Hi, in Ant there is a output flag on the task level. Is there any according functionality for maven? Can I log output on a goal level

Re: reactor or multiproject

2004-03-12 Thread Heiko Kundlacz
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Heiko Kundlacz | MailTo: [EMAIL PROTECTED] Qnamic AG| Tel: +41 62 209 7056 Fabrikstr. 10| Natel:+41 78 861 4006 4614

logging output

2004-03-12 Thread Heiko Kundlacz
Hi, in Ant there is a output flag on the task level. Is there any according functionality for maven? Can I log output on a goal level? Thanks for your help Heiko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [jar:deploy] Problem on Windows

2004-03-04 Thread Heiko Kundlacz
to monitor all e-mail communication through our internal and external networks. --- -- -- Heiko Kundlacz | MailTo: [EMAIL PROTECTED] Qnamic AG| Tel: +41 62 209 7056

Re: setting properties

2004-03-02 Thread Heiko Kundlacz
/ -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Heiko Kundlacz | MailTo: [EMAIL PROTECTED] Qnamic AG| Tel: +41 62 209 7056 Fabrikstr. 10| Natel

Re: copy all jars/deps of sub-projects with reactor

2004-03-02 Thread Heiko Kundlacz
] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Heiko Kundlacz | MailTo: [EMAIL PROTECTED] Qnamic AG| Tel: +41 62 209 7056 Fabrikstr. 10| Natel:+41 78 861 4006 4614 Haegendorf | Fax: +41 62 209 7044 Switzerland

Re: maven jar:deploy and cygwin

2004-02-18 Thread Heiko Kundlacz
Please use ssh-agent. Maven don't accepts input. I configured maven (start file) for use of ssh-agent. There is another posting with this subject. I have added following to maven (be sure to have put the certificates on the right place): echo Starting SSH-Agent if [ -z $SSH_AGENT_PID ]

reactor problem

2004-01-29 Thread Heiko Kundlacz
Hi Maven-List, I have a Directory A with maven.xml: goal name=test_reactor prereqs=clean:clean ant:delete dir=target/ maven:reactor basedir=${basedir} includes=**/project.xml goals=test excludes=project.xml banner=Generating

Re: reactor problem

2004-01-29 Thread Heiko Kundlacz
I have used the project.xml file from another project. And now it works. I don't know what has gone wrong. Heiko Heiko Kundlacz wrote: Hi Maven-List, I have a Directory A with maven.xml: goal name=test_reactor prereqs=clean:clean ant:delete dir=target/ maven:reactor basedir

Re: Examples

2004-01-09 Thread Heiko Kundlacz
You can start with checking the maven cvs. There you will find the project.xml and maven.xml Check this files how maven will be built with maven. Heiko Freddy wrote: HI, Whwre I can find good examples of how to use Maven to build a project?And configure a exinting project to be build by

Re: Newline as delimiter for util:tokenize?

2004-01-06 Thread Heiko Kundlacz
Hi I tried this also, also with \r\n and unicode style. Without any success. I changed completely to xml-files and read my configuration for Visual Source Safe from xml with xpath. This is all provided with jelly:xml Heiko [EMAIL PROTECTED] wrote: How does one get this to work? u:tokenize

Re: Newline as delimiter for util:tokenize?

2004-01-06 Thread Heiko Kundlacz
it. Heiko Kundlacz [EMAIL PROTECTED] 06.01.2004 15:47 Please respond to Maven Users List To: Maven Users List [EMAIL PROTECTED] cc: Subject:Re: Newline as delimiter for util:tokenize? Hi I tried this also, also with \r\n and unicode style. Without any success. I

Re: Réf. : Réf. : RE: Plugin dependancies

2003-12-16 Thread Heiko Kundlacz
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Heiko Kundlacz | MailTo: [EMAIL PROTECTED] Qnamic AG| Tel: +41 62 209 7056 Fabrikstr. 10| Natel:+41 78 861 4006 4614 Haegendorf | Fax

Re: Subversion changelog

2003-11-19 Thread Heiko Kundlacz
[EMAIL PROTECTED] wrote: Heiko Kundlacz [EMAIL PROTECTED] wrote on 19/11/2003 07:12:28 AM: As I know Subversion isn't support. If you want to use subversion you should write your own plugin based on: urlhttp://jsvn.alternatecomputing.com//url They provide an ant task you can implement. I

Re: Subversion changelog

2003-11-18 Thread Heiko Kundlacz
!! -- -- Heiko Kundlacz | MailTo: [EMAIL PROTECTED] Qnamic AG| Tel: +41 62 209 7056 Fabrikstr. 10| Natel:+41 78 861 4006 4614 Haegendorf | Fax: +41 62 209 7044 Switzerland | Homepage: http://www.qnamic.com

RE: Memory error

2003-11-04 Thread Heiko Kundlacz
You should check the Sun website for configuring the garbage collector. If memory is reserved once, you can't get it free. Check for Xmx and Xms parameter. There are also parameters for older and younger segments and the ratio of it. You should also change the minimum amount of memory that

Re: Maven Documentation

2003-10-24 Thread Heiko Kundlacz
Nowhere. This is my own goal. Heiko Ted Weatherly wrote: Where is this prepare_ant_classpath goal defined? Heiko Kundlacz wrote: Here is a code example. You can use each ant task. In my example here you find the integration of vssget (optional ant task). Use your ant tasks like you would

Re: Maven Documentation

2003-10-23 Thread Heiko Kundlacz
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Heiko Kundlacz | MailTo: [EMAIL PROTECTED] Qnamic AG| Tel: +41 62 209 7056 Fabrikstr. 10| Natel

jelly variable $sourcesPresent in maven-java-plugin-1.3

2003-10-15 Thread Heiko Kundlacz
Hi all, Currently I check how to work with jelly from maven. I have had a look at plugin.jelly and found: .. j:when test=${sourcesPresent == 'true'} .. I can't understand where the variable sourcesPresent was set. Could you please explain it to me? Thanks for your help Heiko

getting files from repository cvs/subversion

2003-09-19 Thread Heiko Kundlacz
Hi there, I worked for some time with ant. And within ant I have a command to get files from VSS oder CVS. But how to get the files from within maven? I know, there is a repository tag used in project.xml But how to get the files? Maybe I am too stupid and have read the complete