Re: Can't get image to display using confluence markup

2009-08-19 Thread Lukas Theussl
Are you sure it shouldn't be !images/hello-world.jpg! ? ie is your confluence source document really one level below the images/ folder, after being processed by Maven? Check the directory structure in the target/ folder since Maven copies resources differently. HTH, -Lukas reselbob

basic doubts

2009-08-19 Thread Sammaiah Nagapuri
Hi to all, I have small doubt. In my office I don't have internet access except outlook for web mail. In my room I have the net connection to my laptop. So I configured there and here in office maven. Initially I run the command 'mvn install' in my laptop (which is having net connection). So

Re: basic doubts

2009-08-19 Thread Ben Caradoc-Davies
Sammaiah Nagapuri wrote: Hi to all, I have small doubt. In my office I don't have internet access except outlook for web mail. In my room I have the net connection to my laptop. So I configured there and here in office maven. Initially I run the command 'mvn install' in my laptop (which is

LifecycleExecutionException: Missing

2009-08-19 Thread abcdef xyz
Hi, New to maven, have to use maven for my new project. I have added the following log4j artifact details to the POM.xml file, dependency groupIdlog4j/groupId artifactIdlog4j/artifactId version1.2.15/version /dependency then it has to download

Re: maven-aspectj-plugin wrong version

2009-08-19 Thread Lukas Theussl
Maven 1 works differently than Maven 2, it uses the plugins that are cached and installed in your local plugins dir ($MAVEN_HOME/plugins), not the ones declared in your pom (those are just added as normal jar dependencies to your classpath). So check what versions you have in there and update

Re: LifecycleExecutionException: Missing

2009-08-19 Thread abcdef xyz
complete log detials... 8/19/09 12:19:27 PM IST: Build errors for test; org.apache.maven.lifecycle.LifecycleExecutionException: Missing: -- 1) javax.jms:jms:jar:1.1 Try downloading the file manually from: http://java.sun.com/products/jms/docs.html Then, install it using the

Re: LifecycleExecutionException: Missing

2009-08-19 Thread Anders Hammar
Some artifacts don't exist in the central repository, due to license issues. So you need to follow the instructions and download these manually. Or, if you don't need these (transitive) dependencies you could exclude them. For instance, log4j has dependencies to jms stuff. However, if you're not

OSGi compatible dependencies

2009-08-19 Thread Julien HENRY
Hi, Foreword: I hadly know anything about OSGi. I recently discovered that Springsource is maintaining a parallel set of common dependencies in their own repository using modified artifactId. For example: dependency groupIdorg.junit/groupId

Re: Jar Contents getting mixed up!

2009-08-19 Thread David Ellis
BRIAN FOX-5 wrote: can you send information about how you have Maven configured to use Nexus? pretty much copied from the nexus documentation: mirrors mirror idnexus/id mirrorOf*/mirrorOf urlhttp://nexus.cor-fs.com/nexus/content/groups/BITA/url /mirror

AW: OSGi compatible dependencies

2009-08-19 Thread Lewis, Eric
Hi I know just a little bit about OSGi :-) About 1) This isn't possible, since the OSGi Manifest states what packages are visible for the user of the JAR. You can't automate that, it has to be planned by the authors. On the other hand, a lot of Apache Commons projects already build OSGi

Re: OSGi compatible dependencies

2009-08-19 Thread Barrie Treloar
On Wed, Aug 19, 2009 at 5:32 PM, Lewis, Ericeric.le...@ipi.ch wrote: Hi I know just a little bit about OSGi  :-) About 1) This isn't possible, since the OSGi Manifest states what packages are visible for the user of the JAR. You can't automate that, it has to be planned by the authors.

AW: OSGi compatible dependencies

2009-08-19 Thread Lewis, Eric
Yes, but in an OSGi environment it makes it pretty much useless, I think. Having every package public would be the quick'n'dirty solution, but IMHO the better solution would be the real separation of API and Implementation in the JAR by the authors. Of course, this takes time and effort... Best

AW: Enforcer plugin wildcards

2009-08-19 Thread Lewis, Eric
Ok, I've created http://jira.codehaus.org/browse/MENFORCER-83 I'll see if I can find time for the patch :-) Is there any how-to for someone who's never submitted anything to Maven? (I've written some plugins for our build, though) Best regards, Eric -Ursprüngliche Nachricht- Von:

FW: basic doubts

2009-08-19 Thread Sammaiah Nagapuri
Hi Ben Caradoc, Now I am running with 'mvn compile -e' as well as with 'mvn compile -e' command from the project where the pom file exists. From the stacktrace I come to know two important things like 1. the problem with pom as it is showing like '[INFO] Error building POM (may not be this

Re: OSGi compatible dependencies

2009-08-19 Thread Jörg Schaible
Barrie Treloar wrote at Mittwoch, 19. August 2009 10:15: On Wed, Aug 19, 2009 at 5:32 PM, Lewis, Ericeric.le...@ipi.ch wrote: Hi I know just a little bit about OSGi  :-) About 1) This isn't possible, since the OSGi Manifest states what packages are visible for the user of the JAR. You

RE: Our Love Hate Relationship with Apache Maven

2009-08-19 Thread Pilgrim, Peter
-Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: 18 August 2009 18:39 To: users@maven.apache.org Subject: RE: Our Love Hate Relationship with Apache Maven Peter maybe a problem with my browser settings.. but no content posted to referenced URL

How to include the contents of WEB-INF/lib

2009-08-19 Thread Tako Schotanus
Hi, some days ago I asked two questions and I got a lot of responses to the second one and was able to solve the problem. Thanks! But I think question number one got snowed under because it didn't get any attention, so I'm going to repost it (sorry!): For maven projects of type WAR is there a

Re: How to include the contents of WEB-INF/lib

2009-08-19 Thread Lukasz Salwinski
Tako Schotanus wrote: Hi, some days ago I asked two questions and I got a lot of responses to the second one and was able to solve the problem. Thanks! But I think question number one got snowed under because it didn't get any attention, so I'm going to repost it (sorry!): For maven projects

Re: LifecycleExecutionException: Missing

2009-08-19 Thread Wayne Fay
It helps to actually READ the error message... 1) javax.jms:jms:jar:1.1 Try downloading the file manually from: http://java.sun.com/products/jms/docs.html Then, install it using the command: mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar

[MAVEN-2.1.0] Using site:deploy for Wagon-scp-exe is not successful.

2009-08-19 Thread subir.sasikumar
Hi, This is my first email to Maven Users List. Hope I find a solution or help or pointer to solve my issue. I am trying to deploy my site data using scpexe:// I have already configured password less authenitication using rsa2. i.e. id_rsa and authorized_keys are configured. Since it does

XDoc and in a URL...

2009-08-19 Thread BenoitX
Hi *, I need to generate an XDOC with a header that contains a link to a javascript. So far, no problem. However, the URL where the code is contains a script type=text/javascript charset=utf-8

Re: XDoc and in a URL...

2009-08-19 Thread Dominic Mitchell
On 19 Aug 2009, at 16:48, BenoitX wrote: I need to generate an XDOC with a header that contains a link to a javascript. So far, no problem. However, the URL where the code is contains a script type=text/javascript charset=utf-8

Re: XDoc and in a URL...

2009-08-19 Thread BenoitX
Hi Dominic, Thanks for the reply. Indeed it needs to be escaped but FireFox 3.5 does not seem to download the script correctly. If I change the amp; to be in the generated HTML file, it then works. I do not think that the issue is with bit.ly but the browser then? Generated and not working:

Re: XDoc and in a URL...

2009-08-19 Thread Wayne Fay
Any suggestion so that the html geneated by xdoc would match the second form? or another type of encoding/escaping? You're dealing with bit.ly... and asking how to deal with problematic ampersands in your URL... are you missing something really obvious? ;-)

Re: XDoc and in a URL...

2009-08-19 Thread BenoitX
Hi Wayne, Thanks for your email. There is more to it than what you think... Yes we are using bit.ly but the bit.ly APIs and the javascript way to shorten the current page on-the-fly. So that way StatCVS/StatSVN can put a Twitter button on any page and the current URl will be automatically

Re: XDoc and in a URL...

2009-08-19 Thread BenoitX
Furthermore, it appears that one cannot use bit.ly to shorten the URL for the bit.ly javascript; it complains that it is already a bit.ly URL (eventhough it is rather large and has '') Benoit BenoitX wrote: Hi Wayne, Thanks for your email. There is more to it than what you think...

RE: XDoc and in a URL...

2009-08-19 Thread Martin Gainty
i usually supply hex code #X26 or theFour character entity references amp; or straight decimal #38; http://www.w3.org/TR/REC-html40/charset.html Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

Re: [MAVEN-2.1.0] Using site:deploy for Wagon-scp-exe is not successful.

2009-08-19 Thread Brett Porter
Your key requires a passphrase, but the maven command is instructed not to prompt for one. Try running an ssh-agent so you don't have to enter it. - Brett On 19/08/2009, at 10:21 AM, subir.sasiku...@wipro.com subir.sasiku...@wipro.com wrote: Hi, This is my first email to Maven Users

Re: How to use alternative version numbering scheme

2009-08-19 Thread Ed Hillmann
On Wed, Aug 19, 2009 at 3:55 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: The numbering scheme is only really important if you are using version ranges... If you are using version ranges, you really have to use Maven's scheme, or else ensure that String sorting works for

Re: FW: basic doubts

2009-08-19 Thread Ben Caradoc-Davies
Sammaiah Nagapuri wrote: org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build project for plugin 'org.apache.maven.plugins:maven-resources-plugin': Not a v4. 0.0 POM. for project org.apache.maven.plugins:maven-resources-plugin at C:\Documents and

Re: Jar Contents getting mixed up!

2009-08-19 Thread Brian Fox
Here's what I find interesting, the .sha1 for the jar matches the actual hash of the jar, so it's very odd that not only the jar but also the separate sha1 file got swapped, but still match after? Can you check your repository for lucene-core (do a search) and see if by chance someone did a

servlet-api 2.4 without HttpSession.logout() method?

2009-08-19 Thread Kevin
I've add this dependency: dependency groupIdjavax.servlet/groupId artifactIdservlet-api/artifactId version2.4/version scopeprovided/scope /dependency but I cannot override the new method HttpSession.logout(),

Re: servlet-api 2.4 without HttpSession.logout() method?

2009-08-19 Thread Paul Benedict
I never heard of such a method. I checked the JEE 1.4 API docs and can verify it doesn't exist: http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpSession.html It also doesn't exist in Servlet 2.5: http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpSession.html Any idea why

Re: servlet-api 2.4 without HttpSession.logout() method?

2009-08-19 Thread Kevin
I've read some documents in Chinese that describe this feature. On Thu, Aug 20, 2009 at 12:57 PM, Paul Benedictpbened...@apache.org wrote: I never heard of such a method. I checked the JEE 1.4 API docs and can verify it doesn't exist: