You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by Kurt T Stam <ks...@redhat.com> on 2007/01/04 23:11:15 UTC

added juddi snapshots to the repo

Hi Anil and Steve,

I added a juddi-SNAPSHOT.jar to the existing directory for juddi:

http://people.apache.org/repo/m1-ibiblio-rsync-repository/juddi/jars/

1. I updated the pom.xml to:

<dependency>
            <groupId>juddi</groupId>
            <artifactId>juddi</artifactId>
            <version>SNAPSHOT</version>
        </dependency>

But your mvn script can't seem to find it there. However if I copy the
snapshot localy in my .m2 directory the build works.

2. mvn does not seem to run the unit tests for scout. mvn test says:
[INFO] [surefire:test]
[INFO] No tests to run.
)
Anil does it run them for you?

3. Steve if you have a 'blessed juddi-0.9rc4.jar, maybe you can email it
to me, and I can put it there if we agree this is the right place
(Shouldn't it be in the m2-* directory?) These are the directories I see:

drwxrwxr-x  208 apsite  apcvs   5120 Dec 19 18:43
m1-ibiblio-rsync-repository
drwxrwxr-x    2 apsite  apcvs    512 Oct 26 12:42 m1-incubating-repository
drwxrwxr-x  130 apsite  apcvs   3584 Dec 31 14:51 m1-snapshot-repository
drwxrwxr-x    3 apsite  apcvs    512 Jul 17 15:08
m2-ibiblio-rsync-repository
drwxrwxr-x    3 apsite  apsite   512 Dec 17 11:25
m2-ibiblio-rsync-repository.backup
drwxrwxr-x    4 apsite  apcvs    512 Oct 31 01:20 m2-incubating-repository
drwxrwxr-x    8 apsite  apcvs    512 Dec  8 11:40 m2-snapshot-repository
 
Cheers,

--Kurt


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


Re: added juddi snapshots to the repo

Posted by Davanum Srinivas <da...@gmail.com>.
Please move the rc's to m1-snapshot-repository actual releases can stay.

thanks,
dims

On 1/5/07, Anil Saldhana <an...@yahoo.com> wrote:
> I think there is a need to move the scout jars from the following repository
> also.
> http://people.apache.org/repo/m1-ibiblio-rsync-repository/ws-scout/jars/
>
> So, Dims, do they need to go here?
> http://people.apache.org/repo/m1-snapshot-repository/
>
> Kurt, Scout is maven2 based as you figured out.
> The maven build does not currently consider the
> tests (which we need to start working on once your
> embedded stuff pans out).
>
>
>
> Davanum Srinivas <da...@gmail.com> wrote:
>  Please use your package name (not ws-juddi). we use org.apache.axis2 for
> Axis2.
>
> Just m1 is enough. You can access m1 repos from m2.
>
> thanks,
> dims
>
> On 1/4/07, Kurt T Stam wrote:
> > Sorry about that. I guess I have two more question then;
> > - do the m1 and m2 repos refer to repos for maven1 and maven2,
> > respectively? So should I add then to both?
> > - should the juddi directory be ws-juddi?
> >
> > Thanks!
> >
> > --Kurt
> >
> > Davanum Srinivas wrote:
> > > I removed them from there.
> > >
> > > thanks,
> > > dims
> > >
> > > On 1/4/07, Davanum Srinivas wrote:
> > >> -1. Please don't add snapshots there. You need to add them here:
> > >> http://people.apache.org/repo/m1-snapshot-repository/
> > >>
> > >> -- dims
> > >>
> > >> On 1/4/07, Kurt T Stam wrote:
> > >> > Hi Anil and Steve,
> > >> >
> > >> > I added a juddi-SNAPSHOT.jar to the existing directory for juddi:
> > >> >
> > >> >
> http://people.apache.org/repo/m1-ibiblio-rsync-repository/juddi/jars/
> > >> >
> > >> > 1. I updated the pom.xml to:
> > >> >
> > >> >
> > >> > juddi
> > >> > juddi
> > >> > SNAPSHOT
>
> > >> >
> > >> >
> > >> > But your mvn script can't seem to find it there. However if I copy
> the
> > >> > snapshot localy in my .m2 directory the build works.
> > >> >
> > >> > 2. mvn does not seem to run the unit tests for scout. mvn test says:
> > >> > [INFO] [surefire:test]
> > >> > [INFO] No tests to run.
> > >> > )
> > >> > Anil does it run them for you?
> > >> >
> > >> > 3. Steve if you have a 'blessed juddi-0.9rc4.jar, maybe you can
> > >> email it
> > >> > to me, and I can put it there if we agree this is the right place
> > >> > (Shouldn't it be in the m2-* directory?) These are the directories
> > >> I see:
> > >> >
> > >> > drwxrwxr-x 208 apsite apcvs 5120 Dec 19 18:43
> > >> > m1-ibiblio-rsync-repository
> > >> > drwxrwxr-x 2 apsite apcvs 512 Oct 26 12:42
> > >> m1-incubating-repository
> > >> > drwxrwxr-x 130 apsite apcvs 3584 Dec 31 14:51
> > >> m1-snapshot-repository
> > >> > drwxrwxr-x 3 apsite apcvs 512 Jul 17 15:08
> > >> > m2-ibiblio-rsync-repository
> > >> > drwxrwxr-x 3 apsite apsite 512 Dec 17 11:25
> > >> > m2-ibiblio-rsync-repository.backup
> > >> > drwxrwxr-x 4 apsite apcvs 512 Oct 31 01:20
> > >> m2-incubating-repository
> > >> > drwxrwxr-x 8 apsite apcvs 512 Dec 8 11:40
> > >> m2-snapshot-repository
> > >> >
> > >> > Cheers,
> > >> >
> > >> > --Kurt
> > >> >
> > >> >
>
>
>
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

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


Re: added juddi snapshots to the repo

Posted by Anil Saldhana <an...@yahoo.com>.
I think there is a need to move the scout jars from the following repository also.
http://people.apache.org/repo/m1-ibiblio-rsync-repository/ws-scout/jars/

So, Dims, do they need to go here?

http://people.apache.org/repo/m1-snapshot-repository/

Kurt, Scout is maven2 based as you figured out. 
The maven build does not currently consider the 
tests (which we need to start working on once your
embedded stuff pans out).



Davanum Srinivas <da...@gmail.com> wrote: Please use your package name (not ws-juddi). we use org.apache.axis2 for Axis2.

Just m1 is enough. You can access m1 repos from m2.

thanks,
dims

On 1/4/07, Kurt T Stam  wrote:
> Sorry about that. I guess I have two more question then;
> - do the m1 and m2 repos refer to repos for maven1 and maven2,
> respectively? So should I add then to both?
> - should the juddi directory be ws-juddi?
>
> Thanks!
>
> --Kurt
>
> Davanum Srinivas wrote:
> > I removed them from there.
> >
> > thanks,
> > dims
> >
> > On 1/4/07, Davanum Srinivas  wrote:
> >> -1. Please don't add snapshots there. You need to add them here:
> >> http://people.apache.org/repo/m1-snapshot-repository/
> >>
> >> -- dims
> >>
> >> On 1/4/07, Kurt T Stam  wrote:
> >> > Hi Anil and Steve,
> >> >
> >> > I added a juddi-SNAPSHOT.jar to the existing directory for juddi:
> >> >
> >> > http://people.apache.org/repo/m1-ibiblio-rsync-repository/juddi/jars/
> >> >
> >> > 1. I updated the pom.xml to:
> >> >
> >> > 
> >> >             juddi
> >> >             juddi
> >> >             SNAPSHOT
> >> >         
> >> >
> >> > But your mvn script can't seem to find it there. However if I copy the
> >> > snapshot localy in my .m2 directory the build works.
> >> >
> >> > 2. mvn does not seem to run the unit tests for scout. mvn test says:
> >> > [INFO] [surefire:test]
> >> > [INFO] No tests to run.
> >> > )
> >> > Anil does it run them for you?
> >> >
> >> > 3. Steve if you have a 'blessed juddi-0.9rc4.jar, maybe you can
> >> email it
> >> > to me, and I can put it there if we agree this is the right place
> >> > (Shouldn't it be in the m2-* directory?) These are the directories
> >> I see:
> >> >
> >> > drwxrwxr-x  208 apsite  apcvs   5120 Dec 19 18:43
> >> > m1-ibiblio-rsync-repository
> >> > drwxrwxr-x    2 apsite  apcvs    512 Oct 26 12:42
> >> m1-incubating-repository
> >> > drwxrwxr-x  130 apsite  apcvs   3584 Dec 31 14:51
> >> m1-snapshot-repository
> >> > drwxrwxr-x    3 apsite  apcvs    512 Jul 17 15:08
> >> > m2-ibiblio-rsync-repository
> >> > drwxrwxr-x    3 apsite  apsite   512 Dec 17 11:25
> >> > m2-ibiblio-rsync-repository.backup
> >> > drwxrwxr-x    4 apsite  apcvs    512 Oct 31 01:20
> >> m2-incubating-repository
> >> > drwxrwxr-x    8 apsite  apcvs    512 Dec  8 11:40
> >> m2-snapshot-repository
> >> >
> >> > Cheers,
> >> >
> >> > --Kurt
> >> >
> >> > 


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: added juddi snapshots to the repo

Posted by Davanum Srinivas <da...@gmail.com>.
Please use your package name (not ws-juddi). we use org.apache.axis2 for Axis2.

Just m1 is enough. You can access m1 repos from m2.

thanks,
dims

On 1/4/07, Kurt T Stam <ks...@redhat.com> wrote:
> Sorry about that. I guess I have two more question then;
> - do the m1 and m2 repos refer to repos for maven1 and maven2,
> respectively? So should I add then to both?
> - should the juddi directory be ws-juddi?
>
> Thanks!
>
> --Kurt
>
> Davanum Srinivas wrote:
> > I removed them from there.
> >
> > thanks,
> > dims
> >
> > On 1/4/07, Davanum Srinivas <da...@gmail.com> wrote:
> >> -1. Please don't add snapshots there. You need to add them here:
> >> http://people.apache.org/repo/m1-snapshot-repository/
> >>
> >> -- dims
> >>
> >> On 1/4/07, Kurt T Stam <ks...@redhat.com> wrote:
> >> > Hi Anil and Steve,
> >> >
> >> > I added a juddi-SNAPSHOT.jar to the existing directory for juddi:
> >> >
> >> > http://people.apache.org/repo/m1-ibiblio-rsync-repository/juddi/jars/
> >> >
> >> > 1. I updated the pom.xml to:
> >> >
> >> > <dependency>
> >> >             <groupId>juddi</groupId>
> >> >             <artifactId>juddi</artifactId>
> >> >             <version>SNAPSHOT</version>
> >> >         </dependency>
> >> >
> >> > But your mvn script can't seem to find it there. However if I copy the
> >> > snapshot localy in my .m2 directory the build works.
> >> >
> >> > 2. mvn does not seem to run the unit tests for scout. mvn test says:
> >> > [INFO] [surefire:test]
> >> > [INFO] No tests to run.
> >> > )
> >> > Anil does it run them for you?
> >> >
> >> > 3. Steve if you have a 'blessed juddi-0.9rc4.jar, maybe you can
> >> email it
> >> > to me, and I can put it there if we agree this is the right place
> >> > (Shouldn't it be in the m2-* directory?) These are the directories
> >> I see:
> >> >
> >> > drwxrwxr-x  208 apsite  apcvs   5120 Dec 19 18:43
> >> > m1-ibiblio-rsync-repository
> >> > drwxrwxr-x    2 apsite  apcvs    512 Oct 26 12:42
> >> m1-incubating-repository
> >> > drwxrwxr-x  130 apsite  apcvs   3584 Dec 31 14:51
> >> m1-snapshot-repository
> >> > drwxrwxr-x    3 apsite  apcvs    512 Jul 17 15:08
> >> > m2-ibiblio-rsync-repository
> >> > drwxrwxr-x    3 apsite  apsite   512 Dec 17 11:25
> >> > m2-ibiblio-rsync-repository.backup
> >> > drwxrwxr-x    4 apsite  apcvs    512 Oct 31 01:20
> >> m2-incubating-repository
> >> > drwxrwxr-x    8 apsite  apcvs    512 Dec  8 11:40
> >> m2-snapshot-repository
> >> >
> >> > Cheers,
> >> >
> >> > --Kurt
> >> >
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
> >> > For additional commands, e-mail: scout-dev-help@ws.apache.org
> >> >
> >> >
> >>
> >>
> >> --
> >> Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service
> >> Developers)
> >>
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: scout-dev-help@ws.apache.org
>
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

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


Re: added juddi snapshots to the repo

Posted by Kurt T Stam <ks...@redhat.com>.
Sorry about that. I guess I have two more question then;
- do the m1 and m2 repos refer to repos for maven1 and maven2,
respectively? So should I add then to both?
- should the juddi directory be ws-juddi?

Thanks!

--Kurt

Davanum Srinivas wrote:
> I removed them from there.
>
> thanks,
> dims
>
> On 1/4/07, Davanum Srinivas <da...@gmail.com> wrote:
>> -1. Please don't add snapshots there. You need to add them here:
>> http://people.apache.org/repo/m1-snapshot-repository/
>>
>> -- dims
>>
>> On 1/4/07, Kurt T Stam <ks...@redhat.com> wrote:
>> > Hi Anil and Steve,
>> >
>> > I added a juddi-SNAPSHOT.jar to the existing directory for juddi:
>> >
>> > http://people.apache.org/repo/m1-ibiblio-rsync-repository/juddi/jars/
>> >
>> > 1. I updated the pom.xml to:
>> >
>> > <dependency>
>> >             <groupId>juddi</groupId>
>> >             <artifactId>juddi</artifactId>
>> >             <version>SNAPSHOT</version>
>> >         </dependency>
>> >
>> > But your mvn script can't seem to find it there. However if I copy the
>> > snapshot localy in my .m2 directory the build works.
>> >
>> > 2. mvn does not seem to run the unit tests for scout. mvn test says:
>> > [INFO] [surefire:test]
>> > [INFO] No tests to run.
>> > )
>> > Anil does it run them for you?
>> >
>> > 3. Steve if you have a 'blessed juddi-0.9rc4.jar, maybe you can
>> email it
>> > to me, and I can put it there if we agree this is the right place
>> > (Shouldn't it be in the m2-* directory?) These are the directories
>> I see:
>> >
>> > drwxrwxr-x  208 apsite  apcvs   5120 Dec 19 18:43
>> > m1-ibiblio-rsync-repository
>> > drwxrwxr-x    2 apsite  apcvs    512 Oct 26 12:42
>> m1-incubating-repository
>> > drwxrwxr-x  130 apsite  apcvs   3584 Dec 31 14:51
>> m1-snapshot-repository
>> > drwxrwxr-x    3 apsite  apcvs    512 Jul 17 15:08
>> > m2-ibiblio-rsync-repository
>> > drwxrwxr-x    3 apsite  apsite   512 Dec 17 11:25
>> > m2-ibiblio-rsync-repository.backup
>> > drwxrwxr-x    4 apsite  apcvs    512 Oct 31 01:20
>> m2-incubating-repository
>> > drwxrwxr-x    8 apsite  apcvs    512 Dec  8 11:40
>> m2-snapshot-repository
>> >
>> > Cheers,
>> >
>> > --Kurt
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
>> > For additional commands, e-mail: scout-dev-help@ws.apache.org
>> >
>> >
>>
>>
>> -- 
>> Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service
>> Developers)
>>
>
>



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


Re: added juddi snapshots to the repo

Posted by Davanum Srinivas <da...@gmail.com>.
I removed them from there.

thanks,
dims

On 1/4/07, Davanum Srinivas <da...@gmail.com> wrote:
> -1. Please don't add snapshots there. You need to add them here:
> http://people.apache.org/repo/m1-snapshot-repository/
>
> -- dims
>
> On 1/4/07, Kurt T Stam <ks...@redhat.com> wrote:
> > Hi Anil and Steve,
> >
> > I added a juddi-SNAPSHOT.jar to the existing directory for juddi:
> >
> > http://people.apache.org/repo/m1-ibiblio-rsync-repository/juddi/jars/
> >
> > 1. I updated the pom.xml to:
> >
> > <dependency>
> >             <groupId>juddi</groupId>
> >             <artifactId>juddi</artifactId>
> >             <version>SNAPSHOT</version>
> >         </dependency>
> >
> > But your mvn script can't seem to find it there. However if I copy the
> > snapshot localy in my .m2 directory the build works.
> >
> > 2. mvn does not seem to run the unit tests for scout. mvn test says:
> > [INFO] [surefire:test]
> > [INFO] No tests to run.
> > )
> > Anil does it run them for you?
> >
> > 3. Steve if you have a 'blessed juddi-0.9rc4.jar, maybe you can email it
> > to me, and I can put it there if we agree this is the right place
> > (Shouldn't it be in the m2-* directory?) These are the directories I see:
> >
> > drwxrwxr-x  208 apsite  apcvs   5120 Dec 19 18:43
> > m1-ibiblio-rsync-repository
> > drwxrwxr-x    2 apsite  apcvs    512 Oct 26 12:42 m1-incubating-repository
> > drwxrwxr-x  130 apsite  apcvs   3584 Dec 31 14:51 m1-snapshot-repository
> > drwxrwxr-x    3 apsite  apcvs    512 Jul 17 15:08
> > m2-ibiblio-rsync-repository
> > drwxrwxr-x    3 apsite  apsite   512 Dec 17 11:25
> > m2-ibiblio-rsync-repository.backup
> > drwxrwxr-x    4 apsite  apcvs    512 Oct 31 01:20 m2-incubating-repository
> > drwxrwxr-x    8 apsite  apcvs    512 Dec  8 11:40 m2-snapshot-repository
> >
> > Cheers,
> >
> > --Kurt
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: scout-dev-help@ws.apache.org
> >
> >
>
>
> --
> Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

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


Re: added juddi snapshots to the repo

Posted by Davanum Srinivas <da...@gmail.com>.
-1. Please don't add snapshots there. You need to add them here:
http://people.apache.org/repo/m1-snapshot-repository/

-- dims

On 1/4/07, Kurt T Stam <ks...@redhat.com> wrote:
> Hi Anil and Steve,
>
> I added a juddi-SNAPSHOT.jar to the existing directory for juddi:
>
> http://people.apache.org/repo/m1-ibiblio-rsync-repository/juddi/jars/
>
> 1. I updated the pom.xml to:
>
> <dependency>
>             <groupId>juddi</groupId>
>             <artifactId>juddi</artifactId>
>             <version>SNAPSHOT</version>
>         </dependency>
>
> But your mvn script can't seem to find it there. However if I copy the
> snapshot localy in my .m2 directory the build works.
>
> 2. mvn does not seem to run the unit tests for scout. mvn test says:
> [INFO] [surefire:test]
> [INFO] No tests to run.
> )
> Anil does it run them for you?
>
> 3. Steve if you have a 'blessed juddi-0.9rc4.jar, maybe you can email it
> to me, and I can put it there if we agree this is the right place
> (Shouldn't it be in the m2-* directory?) These are the directories I see:
>
> drwxrwxr-x  208 apsite  apcvs   5120 Dec 19 18:43
> m1-ibiblio-rsync-repository
> drwxrwxr-x    2 apsite  apcvs    512 Oct 26 12:42 m1-incubating-repository
> drwxrwxr-x  130 apsite  apcvs   3584 Dec 31 14:51 m1-snapshot-repository
> drwxrwxr-x    3 apsite  apcvs    512 Jul 17 15:08
> m2-ibiblio-rsync-repository
> drwxrwxr-x    3 apsite  apsite   512 Dec 17 11:25
> m2-ibiblio-rsync-repository.backup
> drwxrwxr-x    4 apsite  apcvs    512 Oct 31 01:20 m2-incubating-repository
> drwxrwxr-x    8 apsite  apcvs    512 Dec  8 11:40 m2-snapshot-repository
>
> Cheers,
>
> --Kurt
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: scout-dev-help@ws.apache.org
>
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

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