|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[Issue 486] New - Remove Metro's dependency on the Maven1 repositoryhttps://jax-ws.dev.java.net/issues/show_bug.cgi?id=486
Issue #|486 Summary|Remove Metro's dependency on the Maven1 repository Component|jax-ws Version|2.0 FCS Platform|All OS/Version|All URL| Status|NEW Status whiteboard| Keywords| Resolution| Issue type|TASK Priority|P3 Subcomponent|runtime Assigned to|issues@jax-ws Reported by|gmazza ------- Additional comments from gmazza@... Fri Dec 7 02:59:37 +0000 2007 ------- Using Metro with Maven unfortunately still requires use of the Maven1 repository[1]. That causes problems with invalid and hence ignored POM files[2] (that are not in the Version 4 format needed by Maven2), which cascades to class not found exceptions[3]. I would like to see Metro be able to rely only on the Maven2 repository (like CXF does already), so these problems can go away. Specifically, to do whatever is necessary so that [1] can be updated, removing the reference to Maven1. Thanks, Glen [1] https://jax-ws.dev.java.net/guide/Using_JAX_WS_from_Maven.html [2] http://forums.java.net/jive/message.jspa?messageID=237398#237398 [3] http://www.jroller.com/gmazza/entry/using_maven_to_build_and#MvnNotes --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 486] Remove Metro's dependency on the Maven1 repositoryhttps://jax-ws.dev.java.net/issues/show_bug.cgi?id=486
User gmazza changed the following: What |Old value |New value ================================================================================ Issue type|TASK |ENHANCEMENT -------------------------------------------------------------------------------- ------- Additional comments from gmazza@... Fri Dec 7 12:49:40 +0000 2007 ------- Sorry! Almost all of this issue is invalid--I've been able to get a Metro client and server working fine even if it does need the Maven 1 repository. (Error on my part in the way I was building the web service.) Still, perhaps best to switch to Maven2 completely, to avoid the errors the user sees in [2]? --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 486] Remove JAX-WS's dependency on the Maven1 repositoryhttps://jax-ws.dev.java.net/issues/show_bug.cgi?id=486
User gmazza changed the following: What |Old value |New value ================================================================================ Summary|Remove Metro's dependency |Remove JAX-WS's dependency |on the Maven1 repository | on the Maven1 repository -------------------------------------------------------------------------------- ------- Additional comments from gmazza@... Wed Jul 23 15:29:54 +0000 2008 ------- Restating the issue, the JAX-WS dependency is in the Maven 1 repo but not in the Maven 2 one. However, the Metro dependency (com.sun.xml.ws:webservices-rt) *is* in Maven 2, so I'm unsure if not including JAX-WS in Maven 2 is intentional or an oversight. Glen Dependency: <dependencies> <dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-rt</artifactId> <version>2.1.3</version> </dependency> </dependencies> Maven 1 Repo: <repositories> <repository> <id>download.java.net</id> <name>Java.net Maven 1 Repository</name> <url>http://download.java.net/maven/1/</url> <layout>legacy</layout> </repository> </repositories> Maven 2 Repo: <repositories> <repository> <id>download2.java.net</id> <name>Java.net Maven 2 Repository</name> <url>http://download.java.net/maven/2/</url> </repository> </repositories> --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 486] Remove JAX-WS's dependency on the Maven1 repositoryhttps://jax-ws.dev.java.net/issues/show_bug.cgi?id=486
User jitu changed the following: What |Old value |New value ================================================================================ Assigned to|issues@jax-ws |ramapulavarthi -------------------------------------------------------------------------------- ------- Additional comments from jitu@... Wed Jul 23 16:00:23 +0000 2008 ------- I think when it started, only maven1 was there. Rama can you investigate more. --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
Re: [Issue 486] Remove JAX-WS's dependency on the Maven1 repositoryIt's for metro but what about jax-ws 2.1.x ?
Or should we use instead metro now in our maven projects ? Regards 2008/7/23 <jitu@...>: > https://jax-ws.dev.java.net/issues/show_bug.cgi?id=486 > > > > User jitu changed the following: > > What |Old value |New value > ================================================================================ > Assigned to|issues@jax-ws |ramapulavarthi > -------------------------------------------------------------------------------- > > > > > ------- Additional comments from jitu@... Wed Jul 23 16:00:23 +0000 2008 ------- > I think when it started, only maven1 was there. Rama can you investigate more. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: issues-unsubscribe@... > For additional commands, e-mail: issues-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
Re: [Issue 486] Remove JAX-WS's dependency on the Maven1 repositoryHi,
This is a friendly reminder that the 'issues' list is only used for automatic e-mail notification from the issue tracker, and not meant for interactive discussion. Please request an observer role for the project and add the comment to the issue, or please redirect your e-mails to the 'users' list. (this is an automatically generated message, and if you have a comment about this bot itself, please contact kohsuke.kawaguchi@... ---- Java.net issue tracker auto responder --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
| Free Forum Powered by Nabble | Forum Help |