tomcat6:list - minimum requirements to run

2013-03-07 Thread Stadelmann Josef
Hi all, I have some difficulty to understand how to use the plugin below to do a simple $ mvn tomcat6:list pluginManagement plugins plugin groupIdorg.apache.tomcat.maven/groupId artifactIdtomcat6-maven-plugin/artifactId

AW: Is there any generic Maven code generator?

2013-02-28 Thread Stadelmann Josef
A code generator needs input. Hence some generic formal language is used to specify the input to the genric code generator? UML? Visualization of a generic language could mean - speak UML, UML is a reality today. UML modells can says much more then 1000 words? Hence I opt for better integration

AW: Git Repositories

2013-02-21 Thread Stadelmann Josef
Unfortunately the link below does not show anything to read in English ... Josef -Ursprüngliche Nachricht- Von: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Gesendet: Donnerstag, 21. Februar 2013 15:54 An: Maven Users List Betreff: Re: Git Repositories You would imaging

AW: maven jax-ws and jdk7. help please

2013-01-28 Thread Stadelmann Josef
I fully support that! I had a nightmare with Axis2-1.6.2 and JDK1.6.0_30 when it comes to use jax-ws and jaxb with ALLOWED ANNOTATIONS; Axis-1.6.2 has a jax-ws interface which knows about 4 args to some annotations, so the compiler had absolute no problem. But then JDK 1.6.0_30 RT.jar has only

AW: building from latest trunk

2013-01-08 Thread Stadelmann Josef
Betreff: Re: building from latest trunk On Mon, Jan 7, 2013 at 4:20 PM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Does that mean that I can still use jsvn to update my maven trunk sources but this time just from a different (git-hub)repository found under a different url

AW: building from latest trunk

2013-01-08 Thread Stadelmann Josef
in regard to apache/maven/trunk and what does not work? Josef -Ursprüngliche Nachricht- Von: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Gesendet: Dienstag, 8. Januar 2013 10:45 An: Maven Users List Betreff: AW: building from latest trunk Hi Thomas thanks

AW: building from latest trunk

2013-01-08 Thread Stadelmann Josef
[mailto:t.bro...@gmail.com] Gesendet: Dienstag, 8. Januar 2013 12:29 An: Maven Users List Betreff: Re: building from latest trunk On Tue, Jan 8, 2013 at 12:16 PM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Thomas I take TortoiseGit on Windows Vista to clone from maven-3/trunk

AW: building from latest trunk

2013-01-08 Thread Stadelmann Josef
to be in a state of flux. Hopefully this smoothens out soon. I would recommend using https://git-wip-us.apache.org/repos/asf/maven.git until they shape up. This is the authorative master repo as well ! Kristian 2013/1/8 Thomas Broyer t.bro...@gmail.com: On Tue, Jan 8, 2013 at 12:16 PM, Stadelmann

AW: building from latest trunk

2013-01-08 Thread Stadelmann Josef
them??? Josef -Ursprüngliche Nachricht- Von: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Gesendet: Montag, 7. Januar 2013 14:47 An: Maven Users List Betreff: building from latest trunk Hi, I did openVMS bash$ svn co trunk bash$ mvn clean install bash$ all

building from latest trunk

2013-01-07 Thread Stadelmann Josef
Hi, I did openVMS bash$ svn co trunk bash$ mvn clean install bash$ all the build steps indicates SUCCESS; lets do a cd and inspect bash$ cd /dka3/.m2/repository/org/apache/maven/apache-maven/3.1-SNAPSHOT bash$ ls -l total 10205 -rwxr-x--- 1 STADELMA 129 5206734 Jan 7 12:12

AW: building from latest trunk

2013-01-07 Thread Stadelmann Josef
-Ursprüngliche Nachricht- Von: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Gesendet: Montag, 7. Januar 2013 14:56 An: Maven Users List Betreff: Re: building from latest trunk Not an answer for you but an FYI: Maven trunk has moved to git On 7 January 2013 13:47, Stadelmann Josef

AW: building from latest trunk

2013-01-07 Thread Stadelmann Josef
Does that mean that I can still use jsvn to update my maven trunk sources but this time just from a different (git-hub)repository found under a different url? if yes: what is the correct svn checkout command to use? Thanks Josef -Ursprüngliche Nachricht- Von: Thomas Broyer

AW: Why does mvn compiile using java 1.3?

2012-11-29 Thread Stadelmann Josef
I don't love that as a default! because there are OS which do not yet have up-to-date Open JDK 7 or JDK 8. And we do not have influence to the company not delivering as they should, years after promising that Java is what we need for future OpenVMS developments. Or has someone knowledge when HP

AW: MissingProjectException

2012-11-29 Thread Stadelmann Josef
: windows I tried using both the internal Maven and the external maven in NetBeans through the options you said (options-java-maven) but it still doesn't work. -Original Message- From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Sent: woensdag 28 november 2012 9:55

AW: AW: MissingProjectException

2012-11-29 Thread Stadelmann Josef
: MissingProjectException I don't think M2_HOME should have the \bin at the end. On 29/11/2012 12:18 PM, Stadelmann Josef wrote: I toke the NetBeans 7.2 / tool / option / java / maven / and I had to browsed to E:\Users\C770817\SW-UMGEBUNG\apache-maven-3.1\bin The I tried a clean build from NetBeans and I got

AW: MissingProjectException

2012-11-28 Thread Stadelmann Josef
Hi Do you know that NetBeans has its own maven on board? C:\Program Files\NetBeans 7.2\java\maven\bin Your EXTERNAL maven - pointed to by MAVEN_HOME or M2_HOME might work nicely, i.e. USE $ mvn -version as a always first to check and tell us a bit more about what you have. In order to

mvn build 3.1-snapshot failes when building core

2012-11-05 Thread Stadelmann Josef
my svn trunk update has Completed: At revision: 1405720 using maven 3.0.5-snapshot to build maven 3.1-snapshot it always fails when building the CORE any ideas welcome ! or shall I file a JIRA ? Josef cd E:\asf\maven\maven-3\trunk; JAVA_HOME=C:\\Program Files\\Java\\jdk1.6.0_30

[maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Stadelmann Josef
How can I cure best the problems shown below? it occurs during a bootstrap-build of maven-3/trunk on my Vista System. (see red lines, which are of interesst to me). I have successfully build from sources SLF4J é all. Where does this bootstrap-build.xml expect this files now? where do I have to

AW: [maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Stadelmann Josef
: Benson Margulies [mailto:bimargul...@gmail.com] Gesendet: Donnerstag, 1. November 2012 11:39 An: Maven Users List Betreff: Re: [maven-3/trunk] bootstrap-build failing On Thu, Nov 1, 2012 at 6:29 AM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: How can I cure best the problems shown

AW: [maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Stadelmann Josef
[mailto:minf...@sharp.fm] Gesendet: Donnerstag, 1. November 2012 11:58 An: Maven Users List Betreff: Re: [maven-3/trunk] bootstrap-build failing On 01 Nov 2012, at 12:43 PM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: What does that mean? are you saying that maven developers

AW: [maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Stadelmann Josef
, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: What does that mean? are you saying that maven developers will not fix the bootstrap-build problem shown below or are you saying that This mailing list strips HTML I have delivered insufficient information? You have delivered

AW: [maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Stadelmann Josef
2012 10:29, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: How can I cure best the problems shown below? it occurs during a bootstrap-build of maven-3/trunk on my Vista System. (see red lines, which are of interesst to me). I have successfully build from sources SLF4J é all

AW: AW: [maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Stadelmann Josef
: Donnerstag, 1. November 2012 17:23 An: Maven Users List Betreff: Re: AW: [maven-3/trunk] bootstrap-build failing I'm guessing there's a missing proxy configuration here. /Anders On Thu, Nov 1, 2012 at 4:42 PM, Stuart McCulloch mccu...@gmail.com wrote: On 1 Nov 2012, at 15:06, Stadelmann Josef wrote

AW: [mvn-3.0.5] troubles with Generating Plugin Management report --- maven-project-info-reports-plugin:2.4

2012-07-10 Thread Stadelmann Josef
Wayne I have done that very carefully yesterday. For me all was Ok but as you can see it failed. I deleted me repo several times and was unable to build error free. This morning I moved my project to a different directiory tree but on the same disk. Then I've rerun maven from the same account

[mvn-3.0.5] troubles with Generating Plugin Management report --- maven-project-info-reports-plugin:2.4

2012-07-09 Thread Stadelmann Josef
How can I make it work? 1. The Warning bothers me ... 2. deleted in my repository all in subdirectory mojo from org.codehaus (so all org.codehaus.mojo artifacts need to be refreshed from external repo or maven central or 3. However that does not work 4. But I have checked

AW: AW: [mvn] bad artifacs returned

2012-07-05 Thread Stadelmann Josef
/dependency No one knows how you got this included in your effective POM but it is wrong. Excluding all the repos in the world will not fix your problem. Ron On 04/07/2012 10:46 AM, Stadelmann Josef wrote: that is what I want to tell you that you will not find any artifacy

AW: AW: [mvn] bad artifacs returned

2012-07-05 Thread Stadelmann Josef
artifactIdxalan/artifactId version2.7.1/version /dependency Josef -Ursprüngliche Nachricht- Von: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Gesendet: Donnerstag, 5. Juli 2012 10:08 An: Maven Users List; rwhee...@artifact-software.com Betreff: AW

AW: [mvn-3] jar files causing problems

2012-07-04 Thread Stadelmann Josef
Wayne 100%-nail-hit! how did you know that xalan-2.7.1.jar xalan-2.7.1.pom and other stuff . . . when downloaded as maven-artifact from the repository, comes down with such a bunch of HTML rubbish in it? Who deposits xalan-2.7.1.jar é all? Before I deleted the mirrors in my settings.xml,

AW: [mvn-3] jar files causing problems

2012-07-04 Thread Stadelmann Josef
Ok Wayne or anybody else we have a corporate repository acting as a proxy to central ! fine - this safes you a lot bandwidth and us time. But what shall I do if I get same rubbish from our repository as well as from central when I ask for pom / jar? for an artifact? I just cleared out my

[mvn] bad artifacs returned

2012-07-04 Thread Stadelmann Josef
what is returned to an depencey invoked artifact download if the link to the artifact does not hit a .pom or the .jar wanted but is redirected by the receiving repository server to a basic html page explaing the user that artifacts have been moved? i.e. currently for

AW: [mvn] bad artifacs returned

2012-07-04 Thread Stadelmann Josef
? this for the xalan and maybe many other artifacts expected to be found at the http://shibboleth.internet2.edu/downloads/maven2 repository server Josef -Ursprüngliche Nachricht- Von: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Gesendet: Mittwoch, 4. Juli 2012 16:28

AW: [mvn] bad artifacs returned

2012-07-04 Thread Stadelmann Josef
xalan:xalan see http://repo.maven.apache.org/maven2/xalan/xalan/ Maybe you declare the repository http://shibboleth.internet2.edu/downloads/maven2 in your pom (or in a project you are using) 2012/7/4 Stadelmann Josef josef.stadelm...@axa-winterthur.ch: what is returned to an depencey invoked artifact

AW: AW: [mvn] bad artifacs returned

2012-07-04 Thread Stadelmann Josef
. Excluding all the repos in the world will not fix your problem. Ron On 04/07/2012 10:46 AM, Stadelmann Josef wrote: that is what I want to tell you that you will not find any artifacy at -Ursprüngliche Nachricht- Von: Olivier Lamy [mailto:ol...@apache.org] Gesendet: Mittwoch, 4. Juli

AW: AW: [mvn] bad artifacs returned

2012-07-04 Thread Stadelmann Josef
in the world will not fix your problem. Ron On 04/07/2012 10:46 AM, Stadelmann Josef wrote: that is what I want to tell you that you will not find any artifacy at -Ursprüngliche Nachricht- Von: Olivier Lamy [mailto:ol...@apache.org] Gesendet: Mittwoch, 4. Juli 2012 16:37 An: Maven Users

[maven-2.2.1] on building axis2 ./tags/v1.6.1/modules/kernel fails

2011-11-16 Thread Stadelmann Josef
Dear all, Since a few days I have on my OpenVMS system this failure when I build Axis2-1.6.1 using $ mvn -P java150 -Dtest=false install I suspect an XML Reader which is not behaving well on OpenVMS (coming down recently) OR From where shall this remote manifest come? And why does the reader

AW: [maven-2.2.1] on building axis2 ./tags/v1.6.1/modules/kernel fails

2011-11-16 Thread Stadelmann Josef
Wayne thank you to get me to the right direction. please take note it Is not my own source I am attempting to build. It is the official released axis2-1.6.1 src reelase which I toke down by $ jsvn co /asf/axis/axis2/java/core/tags/v1.6.1 v1.6.1 AND hence this pom.xml there is the master of

[maven-2.2.1] how to turn-off Visiting non-standard Signature object

2011-11-16 Thread Stadelmann Josef
using maven to build my small project. [site:site] Parent project loaded from repository: org.apache:apache:pom:10 Downloading: http://mavenrepo.ch.winterthur.com:12697/nexus/content/repositories/cent ral/org/apache/apache/10/apache-10-site_en.xml Unable to find resource

AW: [maven-2.2.1] on building axis2 ./tags/v1.6.1/modules/kernel fails

2011-11-16 Thread Stadelmann Josef
Sorry Wayne, I forgot to write that I have re-posted / commented this to the axis2-users list. But if error messages would be a bit more helpful i.e. telling the expected path and filename either local or remote, many problem would even NOT hit your desk. Thank you anyway Josef

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-24 Thread Stadelmann Josef
Hi Wayne Thank you Wayne for this excellent Analysis. If a routine belonging to the file system returns something badly, there is a little chance to influence by a logical JAVA$FILENAME_CONTROL which can be set to so many values used to control filename encodings, particular how to deal with

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-20 Thread Stadelmann Josef
Thank you Benson pointing me into the right direction. Was an oversight on my site, that yet another product got involved. Lucene So I have to download yet another hopefully open source project and build it on OpenVMS We attempted to run the Sonatype nexus war on our Apache Tomcat/5.5.26 AS

AW: default auth for settings.xml

2011-10-20 Thread Stadelmann Josef
This is very clean clear statement! Please make maven pointing this out to the user to use a repo if it is so wasteful. I am by far not an expert of maven or repositories, but I agree with you, it gets much more simple as all proxy connections and all connections to external servers can be

AW: How to install MAVEN on Windows 7

2011-10-20 Thread Stadelmann Josef
But if windows claims as in this case that the command is not known, then the PATH does not know the .exe, .com or .bat making the command and maven has ./bin/mvn.bat hence you have to add (as one points out previously %M2_HOME%\bin; to the PATH and there best to the SYSTEM not the USER Josef

AW: How does Maven use timestamps?

2011-10-20 Thread Stadelmann Josef
I am havening a very similar thing which I would say fosters what you say. I know I have a somehow unsupported maven as I runs to some degree on OpenVMS But, I would be glad how experts explain the following: $ cd /dka3/sw-projekte/asf.axis/axis2/java/core/tags/v1.6.0 $ mvn clean install

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-13 Thread Stadelmann Josef
Hi Wayne my comment ++ below -Ursprüngliche Nachricht- Von: Wayne Fay [mailto:wayne...@gmail.com] Gesendet: Dienstag, 11. Oktober 2011 19:36 An: Maven Users List Betreff: Re: Problems with MAVEN's-ANT on OpenVMS Question: Given mavens settings.xml has the proxy info's does maven tell

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-11 Thread Stadelmann Josef
Thank you Barrie, thank you Wayne for your excellent articles. Now there is hope to get maven and ant build axis2 and maven and our own stuff on OpenVMS. The issues we are faced with are so many fold: And to complicate things even more. We sit behind firewalls and maven and ant with a get task

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-04 Thread Stadelmann Josef
Hello Wayne Thank you. Wayne, I understand by far not all in maven , who does? But thanks for the reply, it clears a bit of the clouds. May I ask you a favor and lead me to a document describing how we can make maven using our own ant 1.7.1, as we had changes in ANT 1.7.1

Problems with MAVEN's-ANT on OpenVMS

2011-10-03 Thread Stadelmann Josef
And by text below, this gets fostered by Philippe which helps me a lot to make maven install Axis2 on OpenVMS -Ursprüngliche Nachricht- Von: Philippe Vouters [mailto:philippe.vout...@laposte.net] Gesendet: Donnerstag, 29. September 2011 16:36 An: Stadelmann Josef Betreff

AW: hidden.org.codehaus.plexus.util.FileUtils.copyFile(FileUtils.java:1018) FAILS on OpenVMS

2011-06-28 Thread Stadelmann Josef
() != destination.length() ) { final String message = Failed to copy full contents from + source + to + destination; throw new IOException( message ); } did you try to write a unit test? Regards, Hervé Le lundi 27 juin 2011, Stadelmann Josef a écrit : I

hidden.org.codehaus.plexus.util.FileUtils.copyFile(FileUtils.java:1018) FAILS on OpenVMS

2011-06-27 Thread Stadelmann Josef
I reported what I see some time agoe. What ever I do with maven-2.2.1 and co It fails when it has no reason to fail. The greate thing is to say; when ever this copy full content error or any similarcopy full content errors occur, the copy took place perfect and diff doesn't show any diffs. So

SVN can not revert - VISTA can not copy it

2011-04-18 Thread Stadelmann Josef
If I would be a maven developer I would make this path a bit more longer to really see others go into problems as well as I do on my Vista PC; Error restoring text for 'E:\asf\maven\maven-3\nb_trunk\maven-embedder\src\test\error-reporting-p

AW: Hello World? And More

2011-03-24 Thread Stadelmann Josef
Hello Team My problem goes into the same direction, hence no new thread; When I first saw this archetype:generate , I was about to try it immediately. ON PC ON OpenVMS I am using on the PC, maven 2.2.1 and my observations are: I get 41 options to chose from offered; I use 15 and

AW: subversion vs maven

2011-02-22 Thread Stadelmann Josef
I would consider this as either a) bad dependencies or b) bad dependency management And I woul NOT and never ever expect that from a modern build system like maven. Josef -Ursprüngliche Nachricht- Von: Jeff [mailto:predato...@gmail.com] Gesendet: Mittwoch, 16. Februar 2011 18:28 An:

AW: Error on mvn clean

2011-02-07 Thread Stadelmann Josef
What OS? Did the directory attribute get somehow to read only for the process intending to do the delte? Some OS can not delete the directory if the directory is not empty first! Josef -Ursprüngliche Nachricht- Von: Kenneth Litwak [mailto:klit...@apu.edu] Gesendet: Freitag, 4. Februar

AW: Brand new to Maven, first build, didn't go well.

2011-02-03 Thread Stadelmann Josef
And you need -Dhttp.auth.preference=Basic in case your firewall is from MS and knows NTLM and Basic authentication schemas; It would be so nice from maven if maven's settings.xml could express this as well ! all in one place :-) Got old unless I got that far and from OpenVMS through the

AW: AW: org.codehaus.modello.ModelloCli fails parsing maven.mdo on OpenVMS

2011-01-19 Thread Stadelmann Josef
...@gmail.com] Gesendet: Mittwoch, 19. Januar 2011 08:30 An: Maven Users List Betreff: Re: AW: org.codehaus.modello.ModelloCli fails parsing maven.mdo on OpenVMS Den 18.01.2011 17:16, skrev Stadelmann Josef: Maybe you have another advise for me. From the general smell of it I would suspect

org.codehaus.modello.ModelloCli fails parsing maven.mdo on OpenVMS

2011-01-18 Thread Stadelmann Josef
I am about to build apache-maven-2.2.1 on OpenVMS using either ant 1.7 or ant 1.6.5 from the NetBeans IDE 6.5.1 Just substituted M2_HOME by MVN_HOME for convenient. I managed that ant get could download the artifacts from central repository straigth into OpenVMS; for that to work, for that to

AW: org.codehaus.modello.ModelloCli fails parsing maven.mdo on OpenVMS

2011-01-18 Thread Stadelmann Josef
I am using NetBeans IDE with distributed NetBeans Plugin from HP to connect to OpenVMS That way I can say that any .mdo file is an ASCII file to be sent/received by the FTP File cabinet to/from openVMS. So over all I have avery convenient way to put or get files to from my OpenVMS FTP File

AW: why does maven use /bin/sh -c ls -1lna /djb3/... just to get a file attribute?

2011-01-17 Thread Stadelmann Josef
Thank you all for helping me. You are right I seem to be the only one using maven on OpenVMS. Still ramping up; I've never built maven on OpenVMS due to some JSVN catch down problem and a HP JAVA JVM crash. Next development server running OpenVMS will bring me back a 100% patched OS and a

why does maven use /bin/sh -c ls -1lna /djb3/... just to get a file attribute?

2011-01-13 Thread Stadelmann Josef
On OpenVMS, with JDK 1.5, and maven 3.0 I can download now perfectly forcing basic authentication toward our proxy server. But as downloading artefacts from repositories works now perfect, I want to do bigger steps. i.e. building the svnkit so here we go IA64mvn -Dhttp.auth.preference=Basic

AW: Maven failing due to javac path issue -- Windows

2010-09-13 Thread Stadelmann Josef
Please note: A JRE never has developer tools like compilers or generators and the like. Nothing to develop something. That's why JAVA_HOME as environment variable must point to a SDK-root with javac.exe in it and not to a JRE-root. And second: JAVA_HOME is an environment variable AND is

AW: Maven failing due to javac path issue -- Windows

2010-09-13 Thread Stadelmann Josef
I just found a bigger better explanation from an unknown autor you migth have to care when using JAVA and a Windows System Josef JAVA_HOME vs java.home What's the difference between JAVA_HOME and java.home? JAVA_HOME is the JDK install directory, e.g., C:\jdk5. It's meant to be set as an

WG: catch 22s building Maven-2.2.1 with NetBeans 5.5.1 using distributet NetBeans from HP

2010-09-02 Thread Stadelmann Josef
_ Von: Stadelmann Josef Gesendet: Donnerstag, 2. September 2010 15:15 An: 'Maven Users List'; 'Distributed NetBeans for OpenVMS'; 'nbus...@netbeans.org' Betreff: catch 22s building Maven-2.2.1 with NetBeans 5.5.1 using distributet NetBeans from HP I

AW: maven-1.1 build-bootstrap fails with OpenVMS

2010-08-30 Thread Stadelmann Josef
We are using a feature with Axis2-1.2 which is called scope=soapsession That is to say, we have a state-full web service realized and interfaced with Microsoft WCF 3.5 Clients. State-full web services with long lasting user sessions is a thing which makes every bode I've meet so far cry. Hence

AW: maven-1.1 build-bootstrap fails with OpenVMS

2010-08-30 Thread Stadelmann Josef
of excrement... which makes an excellent fertiliser from which the roses that are Maven 2.x and Maven 3.x have grown ;-) On 30 August 2010 09:56, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: We are using a feature with Axis2-1.2 which is called scope=soapsession That is to say, we have

AW: maven-1.1 build-bootstrap fails with OpenVMS

2010-08-30 Thread Stadelmann Josef
at 14:34, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Stephen I agree with some of your points, But please tell me how authentication with a proxy server is handled in maven-2 or maven-3? If authentication toward a proxy server is handled the same way as in maven-1

AW: maven-1.1 build-bootstrap fails with OpenVMS

2010-08-30 Thread Stadelmann Josef
some configuration. So you should be fine. /Anders On Mon, Aug 30, 2010 at 15:15, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Anders Thanks for the info, I went through that already, A DN it is formaven2 and maven3 However as you can read as well .. just below the box on tghe

maven-1.1 build-bootstrap fails with OpenVMS

2010-08-24 Thread Stadelmann Josef
I have successfully built maven-1.1 from .\maven\maven-1\trunks\core on my Vista PC / Java 1.5 from DOS and from NetBeans 5.5.1 Using maven-1.1 I have successfully built axis2-1.2; and thats why I need maven also on a OpenVMS Integrity Server from HP; There - Axis2-1.2 - is up and running

AW: maven-1.1 build-bootstrap fails with OpenVMS

2010-08-24 Thread Stadelmann Josef
Wayne, Wasting time? It seems to me that I am not the only one having problems with Authentication. In particular with NTLM Authentication, or forcing an Authentication Schema. Therefore again;: How do I force BASIC authentication using maven-1.1 either with maven-1.1 or maybe I can do it

AW: maven-1.1 build-bootstrap fails with OpenVMS

2010-08-24 Thread Stadelmann Josef
Wayne Or keep it more simple, maybe you understand me then. What would you say if subversion, would not work just because it is unable to authenticate properly with your proxy server? Would that tool be useful for you? Not saying what artifacts you need or intend to download with it in the

WG: jelly plugin /artifact plugin

2006-09-12 Thread Stadelmann Josef
-Ursprüngliche Nachricht- Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 12. September 2006 09:55 An: Stadelmann Josef Betreff: Re: jelly plugin /artifact plugin I don't use maven 1 since a very long time. You can send your mail on maven users list users