First "Maven Getting Started Guide" example

2006-04-27 Thread Franz Fehringer
Hello, I have problems to get the first example from the "Maven Getting Started Guide" working, namely mvn -e -X archetype:create -DgroupId=de.isogmbh.iso-app -DartifactId=iso-app Basically i get [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.

Re: First "Maven Getting Started Guide" example

2006-04-27 Thread Franz Fehringer
would get the same error message logged (about VM_global_library.vm), and I did. I got the same error message, and my build also succeeded. I think your Maven installation is working as it should. Mine works the same way, and I haven't had any trouble with mine. -Max Franz Fehringer

Re: First "Maven Getting Started Guide" example

2006-04-27 Thread Franz Fehringer
. Wayne On 4/27/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Hello, I have problems to get the first example from the "Maven Getting Started Guide" working, namely mvn -e -X archetype:create -DgroupId=de.isogmbh.iso-app -DartifactId=iso-app Basically i get [ERROR] ResourceManager

Axis mailing lists (OFF TOPIC)

2006-05-15 Thread Franz Fehringer
Hello, It seems that the Axis mailing lists are all completely off/gone. Can anyone confirm this? Greetings Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mvn -U fails since today

2006-05-15 Thread Franz Fehringer
Hello, Are there problems with the central repository? With D:\projekte\Maven2>mvn -U -X -e archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app i get (both C:\Dokumente und Einstellungen\feh\.m2\plugin-registry.xml and C:\Programme\maven-2.0.4\conf\plugin-registry.xml do not exis

Re: mvn -U fails since today

2006-05-15 Thread Franz Fehringer
Seems that codehaus.org is down. Mark Hansen schrieb: I am having similary problems. Franz Fehringer wrote: Hello, Are there problems with the central repository? With D:\projekte\Maven2>mvn -U -X -e archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app i get (both C:\Dokume

Maven2 versus JAXB

2006-05-17 Thread Franz Fehringer
Hello, I followed the instructions on https://jaxb.dev.java.net/jaxb-maven2-plugin/ without success. On mvn -U compile i get ERROR] BUILD ERROR INFO] INFO] The plugin 'com.sun.tools.xjc.maven2:maven-jaxb-plugin' does not

Re: Maven2 versus JAXB

2006-05-17 Thread Franz Fehringer
nstall' on the plugin pom. Should work afterward. On 5/17/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Hello, I followed the instructions on https://jaxb.dev.java.net/jaxb-maven2-plugin/ without success. On mvn -U compile i get ERROR] BUILD ERROR INFO] -

https proxy support?

2006-05-17 Thread Franz Fehringer
Hello, We use the same proxy host and port both for http and https. With Maven 2.0.4 i am able to dynamically download plugins over http but not over https. In the latter case i get Caused by: java.net.ConnectException: Connection timed out: connect     at java.net.PlainSocketImpl.socketC

Re: Maven2 versus JAXB

2006-05-17 Thread Franz Fehringer
nonworking https proxy support (only http works for me; i wrote another mail about this). Greetings Franz Alexandre Poitras schrieb: On 5/17/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Thanks, Now i get (legacy reenabled) D:\projekte\Maven2\iso-app>mvn -U install [INFO] Scanning for

Re: https proxy support?

2006-05-17 Thread Franz Fehringer
Only the first proxy is considered it seems. If i exchange the two proxies (https first http second) the http connects start to fail. How do i configure i proxy for both http amd https? Greetings Franz Franz Fehringer schrieb: Hello, We use the same proxy host and port both for http

[Fwd: Re: Maven2 versus JAXB]

2006-05-17 Thread Franz Fehringer
Original-Nachricht Betreff: Re: Maven2 versus JAXB Datum: Thu, 18 May 2006 08:34:32 +0200 Von: Franz Fehringer <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] Refe

Re: Maven2 versus JAXB

2006-05-17 Thread Franz Fehringer
/jaxb-maven2-plugin/ - Jonathan -Original Message- From: Franz Fehringer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2006 11:22 AM To: Maven Users List Cc: [EMAIL PROTECTED] Subject: Re: Maven2 versus JAXB Thanks. The 1.1 option has the slight problem that the referenced poms also

Re: Maven2 versus JAXB

2006-05-17 Thread Franz Fehringer
Also, in the downloaded maven-jaxb-plugin-1.0.pom       jaxb   jsr173_api   1.0     should read       javax.xml.bind   jsr173_api   1.0     Is btw the ant dependency really needed? Greetings Franz Franz Fehringer schrieb: Hello Jonathan, I think the

http://repo.mergere.com/maven2/javax/xml/

2006-05-18 Thread Franz Fehringer
Hello, Now that the JAXB 2.0 release from Sun is out, would it be possible to update http://repo.mergere.com/maven2/javax/xml/ accordingly? Thanks Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Maven2 with JAXB 2.0

2006-05-19 Thread Franz Fehringer
Hello Jonathan, I have still a few points, If i access http://jaxb.dev.java.net/jaxb-maven2-plugin/ with IE6 (latest patches applied) i get (free translation from the original german error message) line 316 object required. The M$ script debugger shows the line for( n=dd.parentNode.previous

https versus http proxy

2006-05-19 Thread Franz Fehringer
Hello, Is Maven2 able to do https connects over http proxies (for this it needs to send HTTP CONNECT to the proxy)? Greetings Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: Rant (very long)

2006-05-26 Thread Franz Fehringer
I asked this before and now try again. Can Maven2 access https repositories from behind a proxy/firewall? Greetings Franz Kathryn Huxtable schrieb: Okay, I'll bite. I just set up maven-proxy-webapp (my team doesn't have control over the firewall settings for our web servers, so I need to

Re: Rant (very long)

2006-05-26 Thread Franz Fehringer
the two proxies (https first http second) the http connects start to fail. How do i configure i proxy for both http amd https? Greetings Franz Franz Fehringer schrieb: Hello, We use the same proxy host and port both for http and https. With Maven 2.0.4 i am able to dynamically download plugins

Re: Rant (very long)

2006-05-29 Thread Franz Fehringer
https://maven-repository.dev.java.net/repository If i reverse the order of the proxies (https first http second) i cannot access the central repository any more (this time http protocol). I opened MNG-2305 about this. Greetings Franz Trygve Laugstøl schrieb: Franz Fehringer wrote: I asked

M2 compile classpath (FAQ?)

2006-05-30 Thread Franz Fehringer
Hello, How do i set the classpath used during compile without using dependencies (which in my understanding involves copying the jars to the local repository, writing poms ...)? As an example lets say my sources use functionality from C:\Programme\Saxon\saxon8.jar. Thanks for help Franz

Re: M2 compile classpath (FAQ?)

2006-05-30 Thread Franz Fehringer
swer. maven is based round dependencies and repositories, if you don't see a point in using them, you probably don't want to use maven. regards. Milos Kleint On 5/30/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Hello, How do i set the classpath used during compile without

Re: M2 compile classpath (FAQ?)

2006-05-30 Thread Franz Fehringer
On 5/30/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Perhaps my question was a bit misleading, what i meant is this: I do not want to disregard the dependencies or the repository, i only want to add some jars not in the repository to my compile classpath. Greetings Franz Milos Kleint s

Re: M2 compile classpath (FAQ?)

2006-05-30 Thread Franz Fehringer
scope system and put the absolute path to the jar there.. both have impact on reproducibility of your build though.. Milos On 5/30/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Perhaps my question was a bit misleading, what i meant is this: I do not want to disregard the dependencies

Re: M2 compile classpath (FAQ?)

2006-05-30 Thread Franz Fehringer
Thanks for advice. What is meant by packaging i.e. what would be a sensible setting in -Dpackaging= ? Greetings Franz ben short schrieb: You should add the jars to your local repos. http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html On 5/30/06, Franz Fehringer <[EM

Re: M2 compile classpath (FAQ?)

2006-05-30 Thread Franz Fehringer
Thanks Franz Roland Asmann schrieb: Is it a .jar-file? Then make it 'jar'! :-) On Tuesday 30 May 2006 16:23, Franz Fehringer wrote: Thanks for advice. What is meant by packaging i.e. what would be a sensible setting in -Dpackaging= ? Greetings Franz ben sho

Re: Maven2 with JAXB 2.0

2006-05-31 Thread Franz Fehringer
. Especially in the instructions where I would really like to shorten and keep simple. Has the plugin helped you? Any questions? - Jonathan -Original Message- From: Franz Fehringer [mailto:[EMAIL PROTECTED]] Sent: Friday, May 19, 2006 3:06 AM To: [EMAIL PROTECTED] Cc: Maven Users List Subject

Junit versions

2006-05-31 Thread Franz Fehringer
Hello, With mvn -U archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app i still get a pom.xml with junit junit 3.8.1 test What component/plugin needs update for this to become 4.1 ? Greetings Franz -

Re: Trouble with Surefire plugin

2006-06-01 Thread Franz Fehringer
Only 4.0 can be used, because http://www.ibiblio.org/maven2/junit/junit/4.1/ is empty. Who can correct this? Greetings Franz Carlos Sanchez schrieb: surefire plugin 2.2 allows you to use junit 4.x and testng On 5/31/06, Sharma, Jaikumar <[EMAIL PROTECTED]> wrote: Thanks Carloss. I am not su

REPOST: http://repo.mergere.com/maven2/javax/xml/

2006-06-01 Thread Franz Fehringer
Franz Fehringer schrieb: Hello, Now that the JAXB 2.0 release from Sun is out, would it be possible to update http://repo.mergere.com/maven2/javax/xml/ accordingly? Thanks Franz - To unsubscribe, e-mail: [EMAIL

Re: REPOST: http://repo.mergere.com/maven2/javax/xml/

2006-06-01 Thread Franz Fehringer
JIRA under MEV.) Wayne On 6/1/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Franz Fehringer schrieb: > Hello, > > Now that the JAXB 2.0 release from Sun is out, would it be possible to > update > http://repo.mergere.com/maven2/javax/xml/

Re: [proxy] troube with https repos ?

2006-06-07 Thread Franz Fehringer
I have exactly the same problem with the same site. I opened MNG-2305 about it. Franz Matthias Wessendorf schrieb: Hi, I am behind a proxy and I have problems with https (for instance with java.net, since it uses https). Anybody noticed the same? Thx, Matthias ---

prevent update on a per plugin basis?

2006-06-12 Thread Franz Fehringer
Hello, With mvn -o it is possible, to prevent updates entirely. Now say i want to prevent updates for a specific plugin (junit for example) only. How do i achieve this, i.e. which pom change(s) do i need? Thanks and best regards Franz

Maven2 versus JAXB2 (on ibiblio)

2006-08-11 Thread Franz Fehringer
Hello, Are there any current activities for enabling JAXB2 support in Maven2? In http://www.ibiblio.org/maven2/javax/xml/ there are jaxb-api jaxb-impl jaxb-xjc, but they still contain only 2.0EA3. Since 17. of july there is an additional subdirectory bind, but there are several things wrong/mi

Re: Maven2 versus JAXB2 (on ibiblio)

2006-08-11 Thread Franz Fehringer
why would javax.xml.bind be incorrect for XML Databinding? Malachi On 8/11/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Hello, Are there any current activities for enabling JAXB2 support in Maven2? In http://www.ibiblio.org/maven2/javax/xml/ there are jaxb-api jaxb-impl jaxb-xjc, but the

Re: Maven2 versus JAXB2 (on ibiblio)

2006-08-11 Thread Franz Fehringer
R the java.net archive; instead of maintaining seperate copies...? Or for whatever process delivers it to java.net to deliver it to ibiblio as well  hmmm... BTW: Have you reported the Maven bug? Malachi On 8/11/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Regarding t

Re: Maven2 versus JAXB2 (on ibiblio)

2006-08-11 Thread Franz Fehringer
on JIRA under MEV if you actually expect someone to "fix" it. Otherwise its just lots of talk on the Users list... Wayne On 8/11/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: IIUC the point was, that the groupId should be javax.xml and not java.xml.bind (the link given for this

Re: Maven2 versus JAXB2 (on ibiblio)

2006-08-14 Thread Franz Fehringer
First thanks and second i would like to apologize, if my mail was too harsh. Franz Carlos Sanchez schrieb: The reference API is under javax.xml.bind in http://www.ibiblio.org/maven2/javax/xml/bind/ and sun implementation under com.sun.xml.bind On 8/11/06, Franz Fehringer <[EMAIL PROTEC

MNG-2305

2006-08-14 Thread Franz Fehringer
Hello, Any chance for MNG-2305 to get looked upon? As can be seen from http://www.mail-archive.com/users@maven.apache.org/msg48167.html i am not the only one. Greetings Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: unable to find resource 'VM_global_library.vm'

2006-11-07 Thread Franz Fehringer
As i stumbled over this some time ago i was told on this list, that this is only a warning and not a real problem if i am still annoyed i should post not to the Maven but to the Velocity list Regards Franz Deluigi Marcus schrieb: Hi I am new to Maven and I am following the 'gettin

Re: Reminder to vote for 2.0.8 issues

2007-06-29 Thread Franz Fehringer
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dr. Franz Fehringer (Dipl. Math.) Projektleiter Touristik-Systeme ISO Software Systeme GmbH

Re: any way to use "legacy" layout for local repository ?

2007-08-09 Thread Franz Fehringer
pecifying legacy in the section. -Gisbert -- Dr. Franz Fehringer (Dipl. Math.) Projektleiter Touristik-Systeme ISO Software Systeme GmbH Eichendorffstrasse 29 90491 Nürnberg Germany Tel.: +49/(911) - 99594-0 mailto:[EMAIL PROTECTED] http://www.iso

JAXB2 versus Maven2

2007-01-11 Thread Franz Fehringer
Hello, It seems, that http://repo1.maven.org/maven2/ is still stuck with 2.0EA3? Who can take care of this? Greetings Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JAXB2 versus Maven2

2007-01-11 Thread Franz Fehringer
I cannot use this, see my recent (few minutes ago) posting regarding "Re: calling vote for 2.0.5" (Maven2 cannot access HTTPS (SSL) repositories from behind proxies/firewalls). Franz Jochen Wiedmann schrieb: On 1/11/07, Franz Fehringer <[EMAIL PROTECTED]> wrote: It seems, t

antrun versus wsl

2019-02-17 Thread Franz Fehringer
Hi all, I have installed (on a Windows 10 1809 system) both Cygwin and WSL (only the Windows component, no real Linux distribution yet). This scenario gives me a strange problem with antrun: With i always get the WSL bash instead of the Cygwin one, although Cygwin is first in PATH (both Cygwin PA

Re: user's settings.xml not being picked up

2006-03-21 Thread Franz Fehringer
With the attached program you can see where Java thinks your user.home is. Greetings Franz Pete schrieb: Hi there I'm used to Maven2 picking up the settings.xml from C:\Documents and Settings\\.m2 when in a windows environment, however I'm using Maven2 at a new company now, and for some rea

Re: Maven experts! Maven1.x vs Maven2.x

2006-03-24 Thread Franz Fehringer
Franz Fehringer schrieb: Will release 1.1 ever be released? Axis2 uses Maven1 and will make its first release in the near future. Perhaps a good opportunity?! Greetings Franz Siegmann Daniel, NY schrieb: We've moved any Maven1 projects into Maven2, and intend to use M2 on any new

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Franz Fehringer
Is there already a release plan/date for 2.1? I consider the use of 2.0.3 but would wait for 2.1 if it arrived in the next two/three weeks or so. Greetings Franz Brett Porter schrieb: 2.0.3 is due tomorrow. This fix is unrelated, and will be a part of an upcoming archetype plugin release

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Franz Fehringer
Thanks. Another question: will junit4 be supported in 2.0.3? Greetings Franz Brett Porter schrieb: Development on 2.1 has not begun in earnest yet. Our focus has been on a stable 2.0.3 and set of plugins. - Brett On 3/27/06, Franz Fehringer <[EMAIL PROTECTED]> wrote:

Re: Non-java projects

2006-04-03 Thread Franz Fehringer
What about C++? Greetings Franz Wayne Fay schrieb: Yes I know someone has been talking about a C# compiler/plugin... Search User@ and Dev@ Maven lists, you're bound to find something. Wayne On 3/31/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: I think there are for ruby and .net. I r

Re: Non-java projects

2006-04-03 Thread Franz Fehringer
ugin : http://mojo.codehaus.org/maven-native/native-maven-plugin/ On 4/3/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: What about C++? Greetings Franz Wayne Fay schrieb: Yes I know someone has been talking about a C# compiler/plugin... Search User@ and

[m2] 2.0.4 release

2006-04-06 Thread Franz Fehringer
Hello, Is the (approximate) release date of 2.0.4 known already? Are there pending show stoppers (which)? Best regards Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]