You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2007/08/06 09:48:23 UTC

svn commit: r563052 - /gump/metadata/project/ws-wsif.xml

Author: bodewig
Date: Mon Aug  6 00:48:22 2007
New Revision: 563052

URL: http://svn.apache.org/viewvc?view=rev&rev=563052
Log:
Fix URL to be in archive.  Does that make sense at all?

Modified:
    gump/metadata/project/ws-wsif.xml

Modified: gump/metadata/project/ws-wsif.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-wsif.xml?view=diff&rev=563052&r1=563051&r2=563052
==============================================================================
--- gump/metadata/project/ws-wsif.xml (original)
+++ gump/metadata/project/ws-wsif.xml Mon Aug  6 00:48:22 2007
@@ -22,7 +22,7 @@
     Web Services Invocation Framework
   </description>
 
-  <svn repository="webservices" dir="soap/trunk"/>
+  <svn repository="webservices" dir="archive/soap/trunk"/>
 
   <!-- alias -->
 



Re: svn commit: r563052 - /gump/metadata/project/ws-wsif.xml

Posted by Curt Arnold <ca...@apache.org>.
On Aug 7, 2007, at 11:17 PM, Stefan Bodewig wrote:

>> The nlog4j project just seems abandoned (since it won't even come
>> close to compile with the re-structured slf4j).
>
> unfortunately the directory projects seem to depend on it.
>


I problem should engage them to see what would prevent them from  
returning to log4j.



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r563052 - /gump/metadata/project/ws-wsif.xml

Posted by Curt Arnold <ca...@apache.org>.
On Aug 7, 2007, at 11:17 PM, Stefan Bodewig wrote:
>> The nlog4j project just seems abandoned (since it won't even come
>> close to compile with the re-structured slf4j).
>
> unfortunately the directory projects seem to depend on it.
>

The directory project only seem to have slf4j dependencies and likely  
used nlog4j as an expedient combination of slf4j API and  
implementation.  I've changed the project descriptor to use the slf4j- 
simple provider which hopefully will get them back building (or  
failing to build as was the case before nlog4j went down).  The  
project pom.xml has slf4j-api commented out, but it is in the code  
and I couldn't get the project to build in Maven since it needed  
parent projects that I didn't have.



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r563052 - /gump/metadata/project/ws-wsif.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 6 Aug 2007, Bill Barker <wb...@wilshire.com> wrote:
> "Stefan Bodewig" <bo...@apache.org> wrote in message 
> news:y1u7io8q9ux.fsf@v30161.1blu.de...

>> The ws-wsif project in Gump builds exactly the same classes as the
>> ws-soap project but doesn't publish a jar at all.
>>
>> This just doesn't seem right - or if it is correct then the project
>> could be removed from Gump because it is redundant.
>>
> 
> +1 to remove it.

Will do so if I don't receive any feedback from wsif-dev at all, which
seems likely.

> Hopefully Jetty will build some day, but it is an M2 project, so not
> much that we can do on the Gump side.  Ditto Jline.

More on some thoughts I've been toying with later.  Basically I'm
coming back to the "write a webapp that fakes a M2 repository" idea.

> The nlog4j project just seems abandoned (since it won't even come
> close to compile with the re-structured slf4j).

unfortunately the directory projects seem to depend on it.

> On the plus side, I tried checking out Maven 2.1 over the weekend.
> It wouldn't even come close to building, but the structure looks a
> lot more Gump-friendly.  There may be hope to support M2 builds yet
> :).

You mean support on par with Ant instead of Maven 1.x?  Cool.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r563052 - /gump/metadata/project/ws-wsif.xml

Posted by Bill Barker <wb...@wilshire.com>.
"Stefan Bodewig" <bo...@apache.org> wrote in message 
news:y1u7io8q9ux.fsf@v30161.1blu.de...
> On Mon, 06 Aug 2007, <bo...@apache.org> wrote:
>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=563052
>> Log:
>> Fix URL to be in archive.  Does that make sense at all?
>>
>> Modified:
>>     gump/metadata/project/ws-wsif.xml
>
> The ws-wsif project in Gump builds exactly the same classes as the
> ws-soap project but doesn't publish a jar at all.
>
> This just doesn't seem right - or if it is correct then the project
> could be removed from Gump because it is redundant.
>

+1 to remove it.  Of the few non-building projects, is looks like several 
are dead.  Hopefully Jetty will build some day, but it is an M2 project, so 
not much that we can do on the Gump side.  Ditto Jline.  The nlog4j project 
just seems abandoned (since it won't even come close to compile with the 
re-structured slf4j).  The asn1-codec project would be have to changed to be 
an M2 project, but since the projects it is blocking are also M2, there 
isn't much point.  Village is waiting on finding a home again. 
Hivemind-compile might be worth making an M2, but it only has a few 
dependants.  I've been trying to clean up ws-commons, but so far with little 
success.

On the plus side, I tried checking out Maven 2.1 over the weekend.  It 
wouldn't even come close to building, but the structure looks a lot more 
Gump-friendly.  There may be hope to support M2 builds yet :).

> Stefan 




---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r563052 - /gump/metadata/project/ws-wsif.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 06 Aug 2007, <bo...@apache.org> wrote:

> URL: http://svn.apache.org/viewvc?view=rev&rev=563052
> Log:
> Fix URL to be in archive.  Does that make sense at all?
> 
> Modified:
>     gump/metadata/project/ws-wsif.xml

The ws-wsif project in Gump builds exactly the same classes as the
ws-soap project but doesn't publish a jar at all.

This just doesn't seem right - or if it is correct then the project
could be removed from Gump because it is redundant.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: wsif-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wsif-dev-help@ws.apache.org


Re: svn commit: r563052 - /gump/metadata/project/ws-wsif.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 06 Aug 2007, <bo...@apache.org> wrote:

> URL: http://svn.apache.org/viewvc?view=rev&rev=563052
> Log:
> Fix URL to be in archive.  Does that make sense at all?
> 
> Modified:
>     gump/metadata/project/ws-wsif.xml

The ws-wsif project in Gump builds exactly the same classes as the
ws-soap project but doesn't publish a jar at all.

This just doesn't seem right - or if it is correct then the project
could be removed from Gump because it is redundant.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org