Re: svn commit: r527355 - /geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java

2007-04-11 Thread Lin Sun
Dims, Sure i 'll look into that and submit a patch. Thanks, Lin Davanum Srinivas wrote: Lin, I think we can use ListableRepository interface somehow then we can get rid of the version information. But i think we may have to fix Maven2Repository to work even we don't pass in the version field

Re: svn commit: r527355 - /geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java

2007-04-10 Thread Jason Dillon
Yikes... why is there version information hard coded here? This is just asking for things to get out of sync. :-( --jason On Apr 10, 2007, at 6:01 PM, [EMAIL PROTECTED] wrote: Author: dims Date: Tue Apr 10 18:01:43 2007 New Revision: 527355 URL:

Re: svn commit: r527355 - /geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java

2007-04-10 Thread Lin Sun
Hi Jason, We are doing this specifically for the wsgen tool which is hard to use and requires around 10 jars. Basically, we need to not only make sure most of the jars are loaded by geronimo server but also build a classpath string that contains the path to every single jars and pass it

Re: svn commit: r527355 - /geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java

2007-04-10 Thread Davanum Srinivas
Lin, I think we can use ListableRepository interface somehow then we can get rid of the version information. But i think we may have to fix Maven2Repository to work even we don't pass in the version field in Artifact. Can you please take a look at that? thanks, dims On 4/10/07, Lin Sun [EMAIL