Re: Using jspc-maven-plugin

2006-04-24 Thread Jeff Genender
Prasad, Check your JSP taglib declaration... You should be using http://java.sun.com/jsp/jstl/core instead of http://java.sun.com/jstl/core. Jeff Prasad Kashyap wrote: > Can someone please help me trying to figure out the following error > message while using the jspc-maven-plugin. > > > Caus

Using jspc-maven-plugin

2006-04-24 Thread Prasad Kashyap
Can someone please help me trying to figure out the following error message while using the jspc-maven-plugin. Caused by: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

Help with plugin - is this possible?

2006-04-24 Thread Joel Sherriff
I've read the api docs but there some things I don't understand and would appreciate some clarification on... I'd like to write a plugin that records the main phase invocations (compile, install, test, package, deploy, etc), the time, the project being operated on, and probably some more info I h

Re: how to contribute a Maven 1.x plug-in

2006-04-24 Thread Lukas Theussl
Please read [1]. In short, we encourage you to host your plugin somewhere yourselves, where you are able to develop and maintain it. The trend for maven 1 plugins has recently been such that we have deprecated a large number of plugins because we are not able to maintain them anymore [2]. The

Re: multiproject: The filename, directory name, or volume label syntax is incorrect

2006-04-24 Thread Lukas Theussl
I think there is an issue on Windows when there are whitespaces in file-/pathnames. Could that be the problem? You might also have more luck asking on the users list. Cheers, -Lukas Graham Leggett wrote: Hi all, I am trying to build a multiproject under WinXP, but I am getting the error bel

Re: [Result] [vote] m1 plugins to release

2006-04-24 Thread Jason van Zyl
+1 (Sorry for the late reply, voting over the weekend is probably why many people didn't vote) On 24 Apr 06, at 1:54 PM 24 Apr 06, Lukas Theussl wrote: Thanks Arnaud! I don't have enough binding votes to do any release, but somehow I feel more obliged to the people who are waiting for the

[Result] [vote] m1 plugins to release

2006-04-24 Thread Lukas Theussl
Thanks Arnaud! I don't have enough binding votes to do any release, but somehow I feel more obliged to the people who are waiting for these releases (and I know there are such people), than I do to comply with sloppily-formulated apache rules that are obviously impracticable for our project.

multiproject: The filename, directory name, or volume label syntax is incorrect

2006-04-24 Thread Graham Leggett
Hi all, I am trying to build a multiproject under WinXP, but I am getting the error below in the maven:reactor tag in the multiproject plugin. This same project works 100% under MacOSX. Using -e and -X, it reveals that the real error is "The filename, directory name, or volume label syntax is inc

Re: Release early / release often (m2 jar and assembly plugins)

2006-04-24 Thread Brett Porter
There are apparently bugs in the current SVN version that mean it cannot be released. I believe they are all in JIRA. As I said after the 2.0.1 release, we'll happily accept backports of the fixes you need for a 2.0.2. Help on 2.1 is probably better spent. You may have noticed that there has

RE: Release early / release often (m2 jar and assembly plugins)

2006-04-24 Thread Jörg Schaible
Hello guys, jerome lacoste wrote on Monday, March 20, 2006 9:01 PM: > Hei guys, > > I've pointed that in several mails before and wonder what can I do to > help further: > > - the maven jar plugin has many patches waiting. Some affect depending > plugins (especially the webstart wich has been

Re: How and where can I change the standard directory

2006-04-24 Thread Kenney Westerhof
On Mon, 24 Apr 2006, mathapfahl wrote: This is a user question. Please post it to the users list. Btw, it's on the site - see 'project descriptor' in 'Documentation'. -- Kenney > > Actually in Maven 2 the standard directory for SourceCode is: > src/main/java > > but in our company I need a dire

Maven 2 Article

2006-04-24 Thread John Smart
Hi there, I wrote a second article on Maven 2, if anyone is interested in posting it on the Maven site... http://www.javaworld.com/javaworld/jw-02-2006/jw-0227-maven.html Cheers, John Smart. Send instant messages to your online friends http://au.messenger.yahoo.com

How and where can I change the standard directory

2006-04-24 Thread mathapfahl
Actually in Maven 2 the standard directory for SourceCode is: src/main/java but in our company I need a directory like src/main/com/companyname/ src/test/com/companyname/ How and where can I configure this. -- View this message in context: http://www.nabble.com/How-and-where-can-I-change-the-s