Re: Maven Build Problem - XFire

2007-07-11 Thread MPF
Hi! Now i added following dependencies: but some packages missed: javax.xml.bin.annotation does not exist org.codehaus.xfire.jaxb2 does not exist my webservice use XFire 1.2.6 If you wrong understood: the webservice work (i can combile it and make a war file), the problem ist the webapplication

AW: [m2] install/deploy of artifacts

2007-07-11 Thread Hauschel, Fred
Hey all! I've fround a hint! [INFO] [install:install] [INFO] Installing D:\xyz\de.kabeldeutschland.xyz\xyz\target\xyz-1.0708.00.01-SNAPSHOT.aar to c:\xyz\1.0708.00.01-SNAPSHOT\xyz-1.0708.00.01-SNAPSHOT.jar The install Goal renamed my *.aar file to *.jar ;-( A workorround ist to set the "prima

[m2] install/deploy of artifacts

2007-07-11 Thread Hauschel, Fred
Hey all! i've made an axis2 service. With the axis2-aar-maven-plugin i'm packaging the aar file to the target folder. All works fine, but the install and deploy goal doesn't take my *.aar to the repository?! How can i tell these goals to add the *.aar, too? I've added the execution of the plu

module ordering

2007-07-11 Thread Steve Ebersole
I am having a problem getting multi-module builds to work right. All this stuff is publicly accessible, if someone was willing to take a look and try to help me figure it out. There are a couple of piece of information you'd need: 1) First, you'd need to define the jboss repo in addition to the

Re: maven deps problem

2007-07-11 Thread MK Tan
you are welcome ;-) On 7/12/07, Eric Yu <[EMAIL PROTECTED]> wrote: ye, that's the problem :-( thank you very much! On 7/12/07, MK Tan <[EMAIL PROTECTED]> wrote: > > Shouldn't it groupId refer to org.springframework? > > HTH, > MK Tan

Re: maven deps problem

2007-07-11 Thread Eric Yu
ye, that's the problem :-( thank you very much! On 7/12/07, MK Tan <[EMAIL PROTECTED]> wrote: Shouldn't it groupId refer to org.springframework? HTH, MK Tan

Re: maven deps problem

2007-07-11 Thread MK Tan
Shouldn't it groupId refer to org.springframework? HTH, MK Tan On 7/12/07, Eric Yu <[EMAIL PROTECTED]> wrote: hi, all I hava a problem here. My project deps on spring, so I add spring(the whole package) as my deps, since my project also deps on struts2-spring-plugin, and the plugin deps on spr

How to change workingDirectory for release:perform?

2007-07-11 Thread Leo Liang
Hi, I'm a ClearCase user. I was trying to cut a release by Maven. First, I executed mvn release:prepare. It worked well, the POM file was updated and checked in. Then I executed mvn release:perform and got error: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix:

Re: Maven and Ant Integration (Ignores Ant version)

2007-07-11 Thread Toli Kuznets
Appears that I spoke too soon - i can indeed run the maven/ant/junit combo from inside a sub-modules but it doesn't work for me in the top-level package with child modules. oh well. any other suggestions on how to workaround this problem until the aforementioned bug is fixed? On 7/11/07, Toli K

Re: Maven and Ant Integration (Ignores Ant version)

2007-07-11 Thread Toli Kuznets
Petr, If it makes any difference, I have Maven 2.0.7 and the antrun plugin with Junit combination works for me. I am, however, using the 3.8.1 version of Junit, but i don't think it matters. Maven-antrun-plugin page also has a writeup on how to use optional tasks: http://maven.apache.org/plugins

Re: Repository Redirection...

2007-07-11 Thread Nelz
Belay that! :-) I now remembered that I figured this out two or three weeks ago... (Ugh!) I was trying to create a new project using an archetype... And what I had previously learned is that there is a known bug that if you are not working next to an established "pom.xml" file, maven is not c

maven deps problem

2007-07-11 Thread Eric Yu
hi, all I hava a problem here. My project deps on spring, so I add spring(the whole package) as my deps, since my project also deps on struts2-spring-plugin, and the plugin deps on spring-core, spring-beans etc. When i package my project, maven will both copy spring, spring-core, spring-beans... t

Gurunathan, Raghurajan is out of the office.

2007-07-11 Thread Raghurajan Gurunathan
I will be out of the office starting 07/11/2007 and will not return until 07/16/2007. I will be out of office from July'11-3PM to July'16, i will be on training at NY on July 12 & 13, won't be online on ST. Please send me an email if you have any issue, i will be checking mails on breaktimes in

Repository Redirection...

2007-07-11 Thread Nelz
Hello... I'm running Maven 2.0.7 on Ubuntu 7.04. When I run "mvn help:effective-settings", this is what I get: C:/mystuff/maven/repository stuffviewer stuffviewer central stuffviewer stuffviewer snapshots

Re: Maven & Netbeans

2007-07-11 Thread Bob Allison
This is an ugly hack, but could you build a Maven "POM" project and then do a set of ant tasks to link the standard phases to goals in the NetBeans-produced build? - Original Message - From: "Milos Kleint" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Wednesday, July 11, 2007 3:35

RE: Maven JavaDoc Question

2007-07-11 Thread Brian E. Fox
You could use the dependency plugin to unpack the javadoc jar files where you want them. In the war you should be able to put them so that they are accessible from the browser when the war is deployed. -Original Message- From: David Williams [mailto:[EMAIL PROTECTED] Sent: Wednesday, July

Re: m2] OT checkstyle verse Jalopy sun standards checks...

2007-07-11 Thread Mick Knutson
It sounds like I should just get Jalopy to follow Checkstyle though Right? On 7/11/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: The "sun_checks.xml" provided by Checkstyle actually goes further than the Sun Coding Conventions. It also has rules from the Java Language Specification and s

Re: m2] OT checkstyle verse Jalopy sun standards checks...

2007-07-11 Thread Mick Knutson
org.codehaus.mojo jalopy-maven-plugin 1.0-SNAPSHOT jalopy.xml true org.delta.esp-dap.utilities.

Re: m2] OT checkstyle verse Jalopy sun standards checks...

2007-07-11 Thread Nathan Maves
you got way further then me with Jalopy. I was not able to get it to work with maven2. Could you post how you got the jalopy plugin to work? On 7/11/07, Mick Knutson <[EMAIL PROTECTED]> wrote: Has anyone modified the jalopy.xml to match checkstyle then? I can seem to get it right. THe mostly

Re: m2] OT checkstyle verse Jalopy sun standards checks...

2007-07-11 Thread Mick Knutson
Has anyone modified the jalopy.xml to match checkstyle then? I can seem to get it right. THe mostly the braces are not right. On 7/11/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: The "sun_checks.xml" provided by Checkstyle actually goes further than the Sun Coding Conventions. It also has r

Re: Almost done

2007-07-11 Thread Steven Rowe
Hi Jon, release:perform mostly does what you want - it checks out a clean working copy from the tag created by release:prepare, and then does the stuff you tell it to. So, you can tell it to do stuff like you want. Take a look at the "goals" parameter to the maven-release-plugin: http://maven.a

Re: beginner to maven- problem with maven & eclipse!!

2007-07-11 Thread pinky88
Hi, It's ok now , I got it sorted :) thanks! Pinks Thorsten Heit-3 wrote: > > Hi, > >> Thanks very much for the reply :), >> >> I've added this now, but it hasn't solved the problem.. > > What exact error message(s) do you get? > > >> However i noticed something, when i started up ecli

Re: Almost done

2007-07-11 Thread Dan Tran
mvn scm:bootstrap checkout maven-scm-plugin On 7/11/07, Jon Strayer <[EMAIL PROTECTED]> wrote: I'm converting from Maven 1.0 (with a custom plugin for deploying tarballs) to Maven 2.0. I previously discovered that this set of comands does what my M1 plugin did: mvn clean package appassemb

Re: m2] OT checkstyle verse Jalopy sun standards checks...

2007-07-11 Thread Dennis Lundberg
The "sun_checks.xml" provided by Checkstyle actually goes further than the Sun Coding Conventions. It also has rules from the Java Language Specification and some general best practices. I pointed this out to the Checkstyle team earlier and suggested that they would separate these. Mick Knutso

Re: Plugin Inheritence Issue

2007-07-11 Thread Frederic Simon
Sorry for the late answer. There is "isExecutionRoot()" which tells you from where (usually the parent) maven is executed. But me, I do the ugly hack of checking if the project is the last one in the reactor list... @MojoParameter(expression = "${reactorProjects}", required = true, readonly = t

Re: Exclude some classes when package a jar.

2007-07-11 Thread John Redden
I often exclude classes by redefining their scope as in test Includes jars that I need for junit that don't end up in the war file. hope this helps. -John R. On Wed, 2007-07-11 at 12:12 -0600, Tommy Knowlton wrote: > I have a class that is a specialized implementation of a given > inter

m2] OT checkstyle verse Jalopy sun standards checks...

2007-07-11 Thread Mick Knutson
I just got maven jalopy working, and I got a jalopy.xml of the standard sun standards. I formatted all my code but then checkstyle went from 40 errors to >700 errors. Many of which are related to braces. '(' is followed by whitespace.238[image: error]')' is preceded with whitespace.238[image: e

Maven JavaDoc Question

2007-07-11 Thread David Williams
All, I'm trying to find a way to include the generated java docs html files for a multi-module project in a war file that can be accessed from the war's html pages. Currently aggragrate javadocs are successfully being created as part of site gen but I've had no luck creating an aggragrate javad

Almost done

2007-07-11 Thread Jon Strayer
I'm converting from Maven 1.0 (with a custom plugin for deploying tarballs) to Maven 2.0. I previously discovered that this set of comands does what my M1 plugin did: mvn clean package appassembler:assemble assembly:assembly wagon:deploy That is, it collects all the dependencies, creates a run

Re: Source XREF generation puzzle !

2007-07-11 Thread Vincent Siveton
Hi again, http://jira.codehaus.org/browse/JXR With a patch it is always better :) Cheers, Vincent 2007/7/11, Mick Knutson <[EMAIL PROTECTED]>: where do I go to do that? On 7/11/07, Vincent Siveton <[EMAIL PROTECTED]> wrote: > > Hi, > > sourceDirs is a readonly param so you cannot use jxr to

Re: Source XREF generation puzzle !

2007-07-11 Thread Mick Knutson
where do I go to do that? On 7/11/07, Vincent Siveton <[EMAIL PROTECTED]> wrote: Hi, sourceDirs is a readonly param so you cannot use jxr to include generated-sources dir. Samething for test-jxr goal. Please open an issue. Cheers, Vincent 2007/7/11, Mick Knutson <[EMAIL PROTECTED]>: > I ju

Re: Source XREF generation puzzle !

2007-07-11 Thread Vincent Siveton
Hi, sourceDirs is a readonly param so you cannot use jxr to include generated-sources dir. Samething for test-jxr goal. Please open an issue. Cheers, Vincent 2007/7/11, Mick Knutson <[EMAIL PROTECTED]>: I just added this to my project and have only 1 issue. My generated-sources does not get

Nightly build object reuse

2007-07-11 Thread markphilpot
I'm currently trying to understand how to get maven to "behave" correctly when using nightly build artifacts. We have a very large project using clearcase as our scm. We have a "nightly build" repository that we setup as an external maven repository. That way, the developer does not have to b

Re: [m2] can someone help with Jalopy multi module setup?

2007-07-11 Thread Wendy Smoak
On 7/11/07, Mick Knutson <[EMAIL PROTECTED]> wrote: Can you describe this: gt2/jalopy.xml Is the jar called gt2? My guess is that the jar contains a directory called gt2. Adding the build-config jar as a dependency will put its contents on the classpath, where the files can be read by the pl

Re: [m2] can someone help with Jalopy multi module setup?

2007-07-11 Thread Mick Knutson
And why should I not use: http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-jalopy-plugin/1.5.1/ On 7/11/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 7/11/07, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have been looking at > http://mojo.codehaus.org/jalopy-maven-plugin/multimodule

Re: [m2] can someone help with Jalopy multi module setup?

2007-07-11 Thread Mick Knutson
Can you describe this: gt2/jalopy.xml Is the jar called gt2? On 7/11/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 7/11/07, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have been looking at > http://mojo.codehaus.org/jalopy-maven-plugin/multimodule.html > > And I really don't understand the

Re: Source XREF generation puzzle !

2007-07-11 Thread Mick Knutson
I just added this to my project and have only 1 issue. My generated-sources does not get included org.apache.maven.plugins maven-jxr-plugin com

Re: filtering and copying files to jboss/server/xxx/conf

2007-07-11 Thread Wayne Fay
I would generally suggest just using the Antrun plugin with a copy task to copy the files out of /target and into the jboss conf directory. An even better option would be if you could perhaps add this functionality to the jboss plugin itself and contribute it back to the community... but that wou

Re: Source XREF generation puzzle !

2007-07-11 Thread Jerome Thibaud
oh! oh! oh! I think I've seen a typo... As usual, it's after you click the send button that it hits you! the second jxr should have been test-jxr I guess that's this part which makes the link between a configuration and a goal.

Gurunathan, Raghurajan is out of the office.

2007-07-11 Thread Raghurajan Gurunathan
I will be out of the office starting 07/11/2007 and will not return until 07/16/2007. I will be out of office from July'11-3PM to July'16, i will be on training at NY on July 12 & 13, won't be online on ST. Please send me an email if you have any issue, i will be checking mails on breaktimes in

Gurunathan, Raghurajan is out of the office.

2007-07-11 Thread Raghurajan Gurunathan
I will be out of the office starting 07/11/2007 and will not return until 07/16/2007. I will be out of office from July'11-3PM to July'16, i will be on training at NY on July 12 & 13, won't be online on ST. Please send me an email if you have any issue, i will be checking mails on breaktimes in

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread Thorsten Heit
Hi, > > I have the plugin, and created the project with maven using command > line, > > then imported my project into eclipse.. > > > > Do you mean the eclipse plugin inside Maven? > In this case, I think that you need to recreate the Eclipse project. When the plugin is installed and enabled f

Re: beginner to maven- problem with maven & eclipse!!

2007-07-11 Thread Thorsten Heit
Hi, > Thanks very much for the reply :), > > I've added this now, but it hasn't solved the problem.. What exact error message(s) do you get? > However i noticed something, when i started up eclipse, i got a warning > saying "Mylyn was installed but requires Java 5 or later to run, Please > do

filtering and copying files to jboss/server/xxx/conf

2007-07-11 Thread Ron Piterman
Hi all - Is there any decent way to copy files to the jboss/server/xxx/conf directory after applying filtering ? my project is: src main java conf the project is an ejb3 project, and I use the jboss plugin's harddeploy to copy the jar to the jboss/server/xxx/deploy directory. But wha

Re: Exclude some classes when package a jar.

2007-07-11 Thread Tommy Knowlton
I have a class that is a specialized implementation of a given interface, and this specialized implementation cannot be distributed to all customers. I wasn't able to find a way to exclude the class from the jar, but I was able to exclude it from compilation, by reflectively loading it if i

Re: Source XREF generation puzzle !

2007-07-11 Thread Jerome Thibaud
Hi Vincent, First, I'd like to thank you for your time. Based on what you wrote, I tried the config below. I typed mvn jxr:jxr and I ended up with every package. I guess something is missing. How is maven suppose to know what reportSet to use with what goal ? org.apache.maven.p

Re: [m2] can someone help with Jalopy multi module setup?

2007-07-11 Thread Wendy Smoak
On 7/11/07, Mick Knutson <[EMAIL PROTECTED]> wrote: I have been looking at http://mojo.codehaus.org/jalopy-maven-plugin/multimodule.html And I really don't understand the build-tools module concept. Can someone please help? How does the jalopy.xml in build-tools get used on the other modules?

[m2] can someone help with Jalopy multi module setup?

2007-07-11 Thread Mick Knutson
I have been looking at http://mojo.codehaus.org/jalopy-maven-plugin/multimodule.html And I really don't understand the build-tools module concept. Can someone please help? How does the jalopy.xml in build-tools get used on the other modules? -- --- Thanks, Mick Knutson http://www.baselogic.com

Re: Missing libraries for maven-eclipse project

2007-07-11 Thread pinky88
Heya, Thanks for the reply,I've solved the problem, I recreated my project, there were a few things wrong with the pom i think. My dependencies were bad.. Thanks, Pinks ossi petz-2 wrote: > > hallo > > how did you import the project? > are you using the eclipse:eclipse goal to create the .p

Re: Missing libraries for maven-eclipse project

2007-07-11 Thread ossi petz
hallo how did you import the project? are you using the eclipse:eclipse goal to create the .project file? or are you using the m2eclipse plugin? if so is it enabled for the project? i assume those libraries where downloaded from you own repository? what does your pom say for the jars (groupId/a

Version Ranges and leading zeros?

2007-07-11 Thread ossi petz
Hallo I am experimenting with version ranges. I read along chapter 3.6 and some pages: http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution http://docs.codehaus.org/display/MAVEN/Extending+Maven+2.0+Dependencies but things dont seem to work is i would expect it

Re: Plugin configuration for specific goals - doc error?

2007-07-11 Thread jallen
Should I create a JIRA issue for this? Thanks, John John Casey-5 wrote: > > Out of curiosity, does it make any difference if you specify > default in the plugin execution? It really shouldn't, but > those id's are used as a basis for merging configurations, so if it > were grabbing the w

Missing libraries for maven-eclipse project

2007-07-11 Thread pinky88
Hi all, I've created a maven project and imported it to eclipse, I have dependencies in the pom.xml for servlet.api and jsp.api etc, but now eclipse is giving me the errors: Project 'MyWebApp' is missing required library: '/home/karen/.m2/repository/tomcat/jsp-api/5.5.23/jsp-api-5.5.23.jar' Pr

Re: How to diagnose false "unsatisfied dependency" messages?

2007-07-11 Thread Steven Rowe
Hi Brian, Sounds like you're using Maven 1.X (I'm guessing because you refer to .maven/cache/, a 1.X phenomenon) - you should know that at least 95% of the traffic on this mailing list has to do with Maven 2.X, and that people will assume that that's what you're using unless you say otherwise. If

Re: How to get a plugin to see my log4j.xml

2007-07-11 Thread Ryan Moquin
Interesting, thanks I'll give that a try! Ryan On 7/11/07, Kenney Westerhof <[EMAIL PROTECTED]> wrote: Hi, Dennis is abslutely right. There's one other way that doesn't require modification or building of the plugin, but I'm not sure it'll work, though it's worth a shot: create a new maven

Re: How to get a plugin to see my log4j.xml

2007-07-11 Thread Ryan Moquin
Ok, that's what I was hoping to get confirmed. I didn't know if it would happen to pick resources that way at all. Figured it wouldn't but just in case. Thanks! On 7/10/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: A log4j configuration should be in src/main/resources for the plugin - not y

+ maven-ear-plugin situation +

2007-07-11 Thread Serge Emmanuel Pagop
Hello Vincent, I am trying to deploy a ready available j2ee modules. here my ear module structure EAR_Module +-- pom.xml +-- META-INF +-- application.xml +-- extensionDir

Re: Manifest customization: Where to find the docs?

2007-07-11 Thread Wayne Fay
For the short-term, your best/only solution to these lists is going to be listing them manually in the manifestEntries section. Going forward, I would post a bug in JIRA requesting this as a feature enhancement and then possibly even start looking into patching the code yourself and contributing

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread Andrius Šabanas
pinky88 wrote: ok,i'll try that. thanks very much :) Antonio Petrelli-3 wrote: 2007/7/11, pinky88 <[EMAIL PROTECTED]>: I have the plugin, and created the project with maven using command line, then imported my project into eclipse.. Do you mean the eclipse plugin inside Maven? In this ca

Re: Can Maven do this?

2007-07-11 Thread Alan D. Salewski
On Wed, Jul 11, 2007 at 08:35:02AM -0400, Russell Gold spake thus: > Alan D. Salewski wrote: > >Sure, maven can do this. In fact, any project that contains multiple > >subprojects (which would include any project that produces more than a > >single artifact) is probably organized to take advantage

RE: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread Chris Helck
Hi John, Thanks for the reply. I tried using the snapshot version, but still get an error. First I added the following lines to my POM org.apache.maven.plugins maven-assembly-plugin 2.2-beta-2-SNAPSHOT plugin true central-

Re: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread George Armhold
I just tried the 2.2-beta-2-SNAPSHOT from that repo, and unfortunately the problem still exists. George John Casey-5 wrote: > > You two should try the snapshot of the assembly plugin on the > repository: > > http://people.apache.org/repo/m2-snapshot-repository > > While it's not great pra

Re: Maven Build Problem - XFire

2007-07-11 Thread Siegfried Goeschl
Hi Markus, I'm not using the xfire-plugin but +) which XFire version are you using - starting with 1.2.3 it ships with a full pom declaring all dependencies +) when using older version you might check out http://xfire.codehaus.org/Dependency+Guide Cheers, Siegfried Goeschl MPF wrote:

RE: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread George Armhold
Thanks Chris, I have voted for it. George Chris Helck wrote: > > Hi George, > > I created an issue for this in jira > (http://jira.codehaus.org/browse/MASSEMBLY-225). Perhaps voting for it > would help? > > Regards, > Christopher > > -Original Message- > From: George Armhold [mai

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread pinky88
ok,i'll try that. thanks very much :) Antonio Petrelli-3 wrote: > > 2007/7/11, pinky88 <[EMAIL PROTECTED]>: >> >> >> I have the plugin, and created the project with maven using command line, >> then imported my project into eclipse.. > > > > Do you mean the eclipse plugin inside Maven? > In

Maven Build Problem - XFire

2007-07-11 Thread MPF
Hi! I have a webapplication (myFaces) which also use a webservice of mine - so i installed the Xfire plugin and created the code which the wsdl of the webservice. on localhost all work, but now i wanted to create a war file and got a build error. did i need xfire dependencies at my pom file? whom

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread Antonio Petrelli
2007/7/11, pinky88 <[EMAIL PROTECTED]>: I have the plugin, and created the project with maven using command line, then imported my project into eclipse.. Do you mean the eclipse plugin inside Maven? In this case, I think that you need to recreate the Eclipse project. Antonio

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread pinky88
I have the plugin, and created the project with maven using command line, then imported my project into eclipse.. pinky88 wrote: > > Hi Trent, > > Thanks for the reply, > > I've tries using those dependencies but still getting the errors.. however > I'm only editing my pom.xml in eclipse, a

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread Antonio Petrelli
2007/7/11, pinky88 <[EMAIL PROTECTED]>: however I'm only editing my pom.xml in eclipse, as this is where i'm receiving the errors Eclipse? The updated dependencies works in Maven, not under Eclipse, at least without using an appropriate plugin... http://m2eclipse.codehaus.org/ Antonio

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread pinky88
Hi Trent, Thanks for the reply, I've tries using those dependencies but still getting the errors.. however I'm only editing my pom.xml in eclipse, as this is where i'm receiving the errors, maybe I have to edit it from the command line for the project? I'm very new to this.. Thanks, Pinky

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread Trent Rosenbaum
I would suggest that you use the following to develop servlets and jsp functionality. If you are using tomcat 6.0.13 then the following specs are implemented Servlet 2.5 and JavaServer Pages 2.1 ... javax.servlet servlet-api 2.5 provided javax.servlet.jsp jsp-api 2.1 provided ... If you

Re: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread John Casey
You two should try the snapshot of the assembly plugin on the repository: http://people.apache.org/repo/m2-snapshot-repository While it's not great practice to load plugins from here, you can verify that this problem has been fixed already. It's just not quite ready for release, due to som

RE: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread Chris Helck
Hi George, I created an issue for this in jira (http://jira.codehaus.org/browse/MASSEMBLY-225). Perhaps voting for it would help? Regards, Christopher -Original Message- From: George Armhold [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 7:49 PM To: users@maven.apache.org Subje

Re: next javadoc plugin release?

2007-07-11 Thread Vincent Siveton
Hi Mark, The release could be done quickly, hope this month. Cheers, Vincent 2007/7/9, Mark Proctor <[EMAIL PROTECTED]>: Any update when the javadoc plugin will be released? Mark Mark Proctor wrote: > The Javadoc plugin is currently broken for doclet usage. I fixed the > bug and carlos appli

Re: Source XREF generation puzzle !

2007-07-11 Thread Vincent Siveton
Hi Jerome, Unsupported feature outofbox. An easy workaround is to use reportset, something like this following: org.apache.maven.plugins maven-jxr-plugin com ... jxr

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread pinky88
does that mean I don;t need to use any of the other dependencies?? someone else had tol me to use the others :S Thanks, Pinky :) Antonio Petrelli-3 wrote: > > 2007/7/11, pinky88 <[EMAIL PROTECTED]>: > > Oh, dear. The page that I sent was for finding your Tomcat version and, > then, the cor

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread Antonio Petrelli
2007/7/11, pinky88 <[EMAIL PROTECTED]>: Oh, dear. The page that I sent was for finding your Tomcat version and, then, the corresponding jsp-api and servlet-api So, if you are using Tomcat 5.5.23, you have to use ONLY: javax.servlet servlet-api 2.4 provided

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread pinky88
Still having problems.. In my pom I have the following dependencies: junit junit 3.8.1 test tomcat servlet-api 5.5.23 tomcat jsp-api 5.5.23 tomcat jasper-compiler 5.5.23 tomcat jasper-runtime 5.5.23

Re: Cannot download parent pom from specified remote repository

2007-07-11 Thread Rémy Sanlaville
Ok, I have added this and works. Happy to see that it works :-) I still have one question unresolved: why to download artifact defined as dependency from my company repo I just need to add the in my pom (or in settings.xml) while when the artifact to download is the parent project I need to

Re: [ANN] Maven Stylus Skin 1.0.1 Released

2007-07-11 Thread Vincent Siveton
No website but you could do a co from http://svn.apache.org/repos/asf/maven/skins/trunk Cheers, Vincent 2007/7/10, Srepfler Srgjan <[EMAIL PROTECTED]>: Dennis Lundberg wrote: > Wim Deblauwe wrote: >> url of the website or the groupId/artifactId would be useful... > > There is no website for th

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread pinky88
Brilliant ,thanks a million :) Antonio Petrelli-3 wrote: > > 2007/7/11, pinky88 <[EMAIL PROTECTED]>: >> >> >> Hi, I'm trying to set dependencies in my POM for a servlet to be hosted >> on >> a >> tomcat container, for this dependency: >> >> >> javax.servlet >> jsp-api >> >> compi

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread Jan Dittberner
pinky88 schrieb: > Hi, I'm trying to set dependencies in my POM for a servlet to be hosted on a > tomcat container, for this dependency: > > > javax.servlet > jsp-api > > compile > > Tomcat >= 5.0 JSP 2.0 Servlet 2.4 you may find the values in the J2EE specification. Regards,

Re: servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread Antonio Petrelli
2007/7/11, pinky88 <[EMAIL PROTECTED]>: Hi, I'm trying to set dependencies in my POM for a servlet to be hosted on a tomcat container, for this dependency: javax.servlet jsp-api compile I don't know where to find the version.. does anyone know where I should look??? Here: h

servlet-API and jsp-API versions vfor dependencies????????? please help!!

2007-07-11 Thread pinky88
Hi, I'm trying to set dependencies in my POM for a servlet to be hosted on a tomcat container, for this dependency: javax.servlet jsp-api compile I don't know where to find the version.. does anyone know where I should look??? Thanks, Pinky -- View this message in context: ht

Re: Can Maven do this?

2007-07-11 Thread Russell Gold
Alan D. Salewski wrote: Sure, maven can do this. In fact, any project that contains multiple subprojects (which would include any project that produces more than a single artifact) is probably organized to take advantage of the feature. Basically, you declare your common dependencies (specifying

Re: Problem compiling files

2007-07-11 Thread Gisbert Amm
How? aemm wrote: problem solved :) aemm wrote: hi! I have a strange problem while i'm working with my new maven app. I'll try to explain it: I move the sorces (.java) from an old "web" project to the new one Maven project. All was correct. All the source files seems to compile and generate

Re: Problem compiling files

2007-07-11 Thread aemm
problem solved :) aemm wrote: > > hi! I have a strange problem while i'm working with my new maven app. I'll > try to explain it: > > I move the sorces (.java) from an old "web" project to the new one Maven > project. All was correct. All the source files seems to compile and > generate the co

Re: subversion and continuum

2007-07-11 Thread [list] tibor strausz
working with ssh no login works fine... strange problem though... tibi [list] tibor strausz wrote: the strange thing is when i connect from the command line with something like: svn --username root --password secret --non-interactive checkout svn+ssh://192.168.0.226/data/svn/incipio-match

Re: subversion and continuum

2007-07-11 Thread [list] tibor strausz
the strange thing is when i connect from the command line with something like: svn --username root --password secret --non-interactive checkout svn+ssh://192.168.0.226/data/svn/incipio-match svn asks for my password instead of taking the secret --password param tibi Geraud Geraud wrote: It

Re: subversion and continuum

2007-07-11 Thread [list] tibor strausz
this is an option tibi Geraud Geraud wrote: It seems like svn+ssh authentication is done through ssh client (http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshauth). A solution may be to use publickey-only authentication (using the SSH

Re: subversion and continuum

2007-07-11 Thread Geraud Geraud
It seems like svn+ssh authentication is done through ssh client (http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshauth). A solution may be to use publickey-only authentication (using the SSH authorized_keys file). -- Géraud -

AW: How to filter webapp files (not resources!)

2007-07-11 Thread Michael Böckling
Hi Nathan, thanks for the reply. I tried filtering my context.xml as you proposed, but unfortunately that gives me an empty file. Regards, Michael > -Ursprüngliche Nachricht- > Von: Nathan Maves [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 10. Juli 2007 22:36 > An: Maven Users List >

Re: subversion and continuum

2007-07-11 Thread Tim Kettler
Hi, can this be your problem: http://jira.codehaus.org/browse/CONTINUUM-1341 -Tim [list] tibor strausz schrieb: mmm tried different users and different urls but nothing helped... i have tried: scm:svn:svn+ssh://192.168.0.226/data/svn/incipio-match scm:svn:svn+ssh://[EMAIL PROTECTED]/data/sv

Re: wtp 2.0 support

2007-07-11 Thread yuubouna
Antonio, thanks for the infor ;-) -- View this message in context: http://www.nabble.com/wtp-2.0-support-tf4061021s177.html#a11537848 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [E

Re: subversion and continuum

2007-07-11 Thread [list] tibor strausz
mmm tried different users and different urls but nothing helped... i have tried: scm:svn:svn+ssh://192.168.0.226/data/svn/incipio-match scm:svn:svn+ssh://[EMAIL PROTECTED]/data/svn/incipio-match scm:svn:svn+ssh://[EMAIL PROTECTED]/data/svn/incipio-match (and all with localhost) any ideas left?

Re: Cannot download parent pom from specified remote repository

2007-07-11 Thread Daniele Dellafiore
On 7/10/07, Rémy Sanlaville <[EMAIL PROTECTED]> wrote: Hi, As I mentioned in my first post, try to add this in your setting.xml Corporate Proxy central my corporate repository url to your maven 2 proxy This indicates to maven 2 to look at your maven 2 pro

Re: wtp 2.0 support

2007-07-11 Thread Antonio Petrelli
2007/7/11, yuubouna <[EMAIL PROTECTED]>: I think Maven 2.0 not yet supported WTP 2.0, isnt`t it? Right, see: http://jira.codehaus.org/browse/MECLIPSE-264 Is there any way I can use WTP 2.0? Sure, you can make your WTP project manually, nothing prevents you from doing it. Or you can creat

Re: subversion and continuum

2007-07-11 Thread [list] tibor strausz
thanks geraud (and nick) that moved me one place: now i get: Provider message: The svn command failed. Command output: --- Permission denied, please try again. Permission denied, please try again. Permission denied (p

wtp 2.0 support

2007-07-11 Thread yuubouna
I am trying to upgrade the WTP plugin ver. from 1.5 -> 2.0 when i tried to run the mvn -Dwtpversion=2.0 eclipse:eclipse the following messages appear: [INFO] Unsupported WTP version: 2.0. This plugin currently supports only the following versions: 1.0 1.5 R7 none. I thi

Re: How to get a plugin to see my log4j.xml

2007-07-11 Thread Kenney Westerhof
Hi, Dennis is abslutely right. There's one other way that doesn't require modification or building of the plugin, but I'm not sure it'll work, though it's worth a shot: create a new maven project that only contains src/main/resources/log4j.xml, mvn install it, and add a dependency on that proj

  1   2   >