Weird exception, please advise!

2004-02-14 Thread Alexey Krasnoriadtsev
at com.werken.forehead.Forehead.run(Forehead.java:551) at com.werken.forehead.Forehead.main(Forehead.java:581) Total time: 2 seconds Finished at: Fri Feb 13 11:36:51 PST 2004 Thank you. Alexey Krasnoriadtsev Application Development 408-964-1564 40

Maven-proxy

2003-11-12 Thread Alexey Krasnoriadtsev
Hi, How to set the lifetime of cache in maven-proxy ? Thank you. Alexey Krasnoriadtsev Application Development 408-964-1564 408-390-5604 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: HowTo log Maven output for each project within Reactor

2003-10-29 Thread Alexey Krasnoriadtsev
org/people/dion/public-key.asc Alexey Krasnoriadtsev <[EMAIL PROTECTED]> wrote on 30/10/2003 05:36:02 AM: > It's is nice to log to the file, > but how can I use ant's Maillogger with maven? > > Thank you. > > -Original Message- > From: [EMAI

RE: HowTo log Maven output for each project within Reactor

2003-10-29 Thread Alexey Krasnoriadtsev
It's is nice to log to the file, but how can I use ant's Maillogger with maven? Thank you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 10:30 AM To: Maven Users List Cc: [EMAIL PROTECTED] Subject: Re: HowTo log Maven output for eac

RE: ant -logger ??

2003-10-20 Thread Alexey Krasnoriadtsev
PROTECTED]> Sent: Friday, October 17, 2003 4:51 PM Subject: RE: ant -logger ?? > I don't believe ant provides this feature. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > Alexey Krasnoriadtsev <[EMAIL PROT

RE: ant -logger ??

2003-10-17 Thread Alexey Krasnoriadtsev
: http://blogs.codehaus.org/people/dion/ Alexey Krasnoriadtsev <[EMAIL PROTECTED]> wrote on 17/10/2003 09:35:37 AM: > HI All, > > how can I pass parameters to ant when invoking it from maven? > > I'm interested in this two in particular: > -logger > -proje

ant -logger ??

2003-10-16 Thread Alexey Krasnoriadtsev
HI All, how can I pass parameters to ant when invoking it from maven? I'm interested in this two in particular: -logger -projecthelp Thank you. Alex Krasnoriadtsev Application Development 408-964-1564 - To unsubscribe, e-mail

RE: maven "which class"

2003-10-10 Thread Alexey Krasnoriadtsev
maven -X runs maven in debug mode and gives you everything you need to know -Original Message- From: Dominik Dahlem [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 9:28 AM To: [EMAIL PROTECTED] Subject: maven "which class" Hi, is there a plugin which provides a mechanism to s

RE: Problem with Current Working Directory

2003-10-07 Thread Alexey Krasnoriadtsev
ow. I believe I removed this behaviour when I fixed the ${basedir} problems, but am not entirely sure. Thanks, Brett > -Original Message----- > From: Alexey Krasnoriadtsev > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 7 October 2003 10:10 AM > To: 'Maven Users List&#

RE: Problem with Current Working Directory

2003-10-06 Thread Alexey Krasnoriadtsev
I will try RC1 >Can you try RC1, and remove the use of FileUtil? Pom.build.sourceDirectory should be absolute already, and you can use the maven:makeAbsolutePath tag to do this otherwise. I don't actually use it directly. Both checkstyle and PMD plugins use FileUtil to parse the dir structure (a

RE: Problem with Current Working Directory

2003-10-06 Thread Alexey Krasnoriadtsev
s happening, that they both use a system property and ant scrogs maven's value. - Brett > -Original Message- > From: Alexey Krasnoriadtsev > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 7 October 2003 3:02 AM > To: 'Maven Users List' (E-mail) > Subject: P

Problem with Current Working Directory

2003-10-06 Thread Alexey Krasnoriadtsev
Hi All, I am not familiar with Maven internals, and was wondering if any one can explain me the issue (and possible solution) that I'm experiencing. After the invoking ant from a different directory, maven "stays" there. And when org.apache.velocity.texen.util.FileUtil is used with relative path

RE: How to change width of nav column? (xdoc)

2003-10-03 Thread Alexey Krasnoriadtsev
You Can always hack the site.jsl, that is in the maven-xdoc-plugin/plugin-resources line 157 is what you would be interested in: -Original Message- From: Dolf Starreveld [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 4:41 PM To: Maven Users List Subject: How to change width of

RE: Jelly: ${empty(pom.repository.url)} doesn't work

2003-10-02 Thread Alexey Krasnoriadtsev
oc/plugin.jelly... >-- >dIon Gillard, Multitask Consulting >Blog: http://blogs.codehaus.org/people/dion/ > > >Alexey Krasnoriadtsev <[EMAIL PROTECTED]> wrote on >02/10/2003 01:37:58 AM: > > > >>Yes for my own scripting I won't use dot in the v

RE: Jelly: ${empty(pom.repository.url)} doesn't work

2003-10-01 Thread Alexey Krasnoriadtsev
ariables names. http://www.mail-archive.com/[EMAIL PROTECTED]/msg02729.html Alexey Krasnoriadtsev wrote: > Jelly does not resolve complex variable names (with dots in the var > name) when executing methods, i.e empty() or length() > > I have created a Issue in Jira, but ther

Jelly: ${empty(pom.repository.url)} doesn't work

2003-09-30 Thread Alexey Krasnoriadtsev
Jelly does not resolve complex variable names (with dots in the var name) when executing methods, i.e empty() or length() I have created a Issue in Jira, but there is no activity on that. http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-848 Here is the example: [EMAIL PROTECTED]:test]$ c