[jira] Commented: (CONTINUUM-521) Maven 1 project fails but Continium still reports Success

2005-12-19 Thread Andreas Schaefer (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-521?page=comments#action_53784 ] Andreas Schaefer commented on CONTINUUM-521: Maybe I should also ask the Oracle to see what she thinks ;-) or what. I think that is such an important point that it

RE: Plugin:install-now Problem

2005-01-11 Thread Andreas Schaefer
A workaround is to copy the plugin jar into the MAVEN_HOME/plugins directory. -Andy -Original Message- From: Myron Uecker [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 1:29 PM To: dev@maven.apache.org Subject: Plugin:install-now Problem I'm running Maven 1.02 on a Windows 20

Why does '.in' fails in a Jelly expression

2004-12-07 Thread Andreas Schaefer
Hi Geeks This part in a maven.xml file does fail: ${scratch.in} with this exception: Root cause org.apache.commons.jexl.parser.ParseException: Encountered ". in" at line 1, col umn 8. Was expecting one of: "||" ... "or" ... "&&" ... Can someone tell me why? It seems t

RE: Adding my own Jelly Library to Maven

2004-12-07 Thread Andreas Schaefer
PROTECTED] Sent: Mon 12/6/2004 4:47 PM To: Maven Developers List Subject: Re: Adding my own Jelly Library to Maven On Fri, 3 Dec 2004 17:20:04 -0800, Andreas Schaefer <[EMAIL PROTECTED]> wrote: > Hi Brett > > Thanks for you support, it worked (ufff). So finally I could introduce >

RE: Adding my own Jelly Library to Maven

2004-12-03 Thread Andreas Schaefer
Hi Brett Thanks for you support, it worked (ufff). So finally I could introduce Jelly's getStatic() method into Maven 1.0/1.1 without breaking it (it seemed that Jelly's current beta version does break the JavaDoc plugin). Thanx Andreas Schaefer Senior Software Engineer http://www

Adding my own Jelly Library to Maven

2004-12-03 Thread Andreas Schaefer
java:289) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:10 I would appreciate any help, thanx. Andreas Schaefer Senior Software Engineer http://www.lajug.org/events.html#meeting";>Upcoming

Jelly Core Tag "getStatic"

2004-11-23 Thread Andreas Schaefer
Hi Geeks I was looking for a way to retrieve a Constant value from a class in Maven and stumbled over core:getStatic tag but this is not in 1.0 nor in 1.0.1. Is there a reason why this is not in? And is there a way to retrieve a constant value from a class in Maven now? Thanx - Andy Schaefer -

RE: [PROPOSAL] Ading a new tag to ?

2004-11-21 Thread Andreas Schaefer
I would suggest that the new tag could take an URL to specify a location that is not available in the remote or local repository. I know you can specify some properties to do that but I would like to have it in the POM. -Andy -Original Message- From: Vincent Massol [mailto:[EMAIL PROTE

RE: Adding dependencies places in a project-local directory

2004-08-09 Thread Andreas Schaefer
arlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message----- > From: Andreas Schaefer [mailto:[EMAIL PROTECTED] > Sent: Monday, August 09, 2004 8:05 PM > To: [EMAIL PROTECTED] > Subject: Adding dependencies places in a project-local direct

Adding dependencies places in a project-local directory

2004-08-09 Thread Andreas Schaefer
Hi Geeks I just want to discuss this before adding it as an enhancement to the project. Problem: Adding project level archives that I want to distribute with the project and which are not available in the remote repository like JOTM, JAXB etc through the POM dependencies. Proposed Solution: A