RE: ConcurrentModificationException thrown when accessing context.getVariables()

2005-04-07 Thread KRÁLIK Vladimír
On Apr 8, 2005 10:32 AM, Washusen, Dan <[EMAIL PROTECTED]> wrote: > Hey All, > I'm trying to access all the current context variables in > my maven.xml, I do it in this way : ${v.key} = ${v.value} -- Vladimir Kralik ASSET Soft a.s. B

RE: jelly:xml question

2004-05-10 Thread KRÁLIK Vladimír
edence in class-loader. vlk > -Oorspronkelijk bericht----- > Van: KRÁLIK Vladimír [mailto:[EMAIL PROTECTED] > Verzonden: donderdag 6 mei 2004 16:42 > Aan: Maven Users List > Onderwerp: RE: jelly:xml question > > Maybe it's this bug in dom4j :

RE: Deploy Que

2004-05-06 Thread KRÁLIK Vladimír
project.xml is jelly-script, so you can use ${my.deploy.site} and ${my.deploy.repository.dir} in it. And this properties can be set in project.propertie/build.propeties and from command line as maven agument ( -D ). vlk > -Original Message- > From: Raphael Philipe Mendes

RE: jelly:xml question

2004-05-06 Thread KRÁLIK Vladimír
Maybe it's this bug in dom4j : http://sourceforge.net/tracker/index.php?func=detail&aid=787428&group_id=16035&atid=116035 It was fixed only in CVS : http://cvs.sourceforge.net/viewcvs.py/dom4j/dom4j/src/java/org/dom4j/tree/AbstractProcessingInstruction.java vlk > -Original Me

RE: NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException ( continues )

2004-04-06 Thread KRÁLIK Vladimír
http://jira.codehaus.org/ViewIssue.jspa?key=MAVEN-1216 I tryed maven-eclipse-plugin and got another exception : java.lang.ClassNotFoundException: org.apache.commons.jelly.tags.xml.XMLTagLibrary It's because maven-eclipse-plugin doesn't contain dependecy to commons-jelly-tags-xml. http://maven.apa

RE: NoClassDefFoundError for org/jaxen/JaxenExceptionandorg/saxpath/SAXPathException

2004-03-31 Thread KRÁLIK Vladimír
> -Original Message- > From: Arto Pastinen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 31, 2004 1:59 PM > To: Maven Users List > Subject: RE: NoClassDefFoundError for > org/jaxen/JaxenExceptionandorg/saxpath/SAXPathException > > > Ok. Could you send full stack trace, which appears

RE: NoClassDefFoundError for org/jaxen/JaxenException andorg/saxpath/SAXPathException

2004-03-31 Thread KRÁLIK Vladimír
example : http://maven.apache.org/reference/plugins/jar/dependencies.html http://maven.apache.org/reference/plugins/test/dependencies.html http://maven.apache.org/reference/plugins/clean/dependencies.html > > On Wed, 2004-03-31 at 12:01, KRÁLIK Vladimír wrote: > > > -Orig

RE: NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-03-31 Thread KRÁLIK Vladimír
maven.hello.world=World > > Thanks, > Brett > > > -Original Message- > > From: KRÁLIK Vladimír [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 31 March 2004 2:59 AM > > To: Maven Users MailingList (E-mail) > > Subject: NoClassDefFoundEr

NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-03-30 Thread KRÁLIK Vladimír
Hello all, i've problem with instalation of maven-1.0-rc2. I've installed maven into new directory structures ( empty ${maven.home.local} ). Environment : maven-1.0-rc2 jdk 1.4.2_03 M$ Windows 2000 SP 4 cygwin When I try install my own plugin ( by using "m

RE: How do define multiple jar files per one directory in the reposit ory.

2003-06-11 Thread KRÁLIK Vladimír
No, you haven't. For rnasecurity/project.xml you should set : 3 ttna-security ttna . In another project element dependecy : tna+security tnasecurity