You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Danushka Menikkumbura <da...@gmail.com> on 2013/03/01 00:17:39 UTC

Unicore Maven Repo

Hi,

The JSDL libs do not seem to be available in the current repo [1] and hence
the build is broken. Any idea as to what would be the correct repo?

[1] - http://unicore-dev.zam.kfa-juelich.de/maven

Thanks,
Danushka

Re: Unicore Maven Repo

Posted by Danushka Menikkumbura <da...@gmail.com>.
Is your source tree up-to-date?

Thanks,
Danushka


On Wed, Mar 6, 2013 at 9:08 AM, Saminda Wijeratne <sa...@gmail.com>wrote:

> I'm getting compilation issues from the GFac providers...
>
> [ERROR] symbol  : class InvocationContext
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.EC2Provider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/EC2Provider.java:[201,67]
> cannot find symbol
> [ERROR] symbol  : class ProviderException
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.EC2Provider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/AbstractProvider.java:[63,8]
> cannot find symbol
> [ERROR] symbol  : class GFacNotifier
> [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.AbstractProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[81,31]
> cannot find symbol
> [ERROR] symbol  : class SSHSecurityContextImpl
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[131,22]
> cannot find symbol
> [ERROR] symbol  : class ProviderException
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[133,22]
> cannot find symbol
> [ERROR] symbol  : class ProviderException
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[135,22]
> cannot find symbol
> [ERROR] symbol  : class ProviderException
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[160,18]
> cannot find symbol
> [ERROR] symbol  : variable InputUtils
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[194,19]
> cannot find symbol
> [ERROR] symbol  : variable GFacConstants
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[195,19]
> cannot find symbol
> [ERROR] symbol  : variable GFacConstants
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[210,34]
> cannot find symbol
> [ERROR] symbol  : variable GfacUtils
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
>
>
> Any idea why I'm getting this? Anyone else getting this issue?
>
> Saminda
>
> On Mon, Mar 4, 2013 at 5:47 PM, Danushka Menikkumbura <
> danushka.menikkumbura@gmail.com> wrote:
>
> > Yes. I have noticed that too. +1 for cleaning POM files.
> >
> > Thanks,
> > Danushka
> >
> >
> > On Tue, Mar 5, 2013 at 3:15 AM, Raminder Singh <raminderjsingh@gmail.com
> > >wrote:
> >
> > > Yes, i agree. I tried to build on clean repository and found lot of
> > > dependencies coming from external locations and logged some JIRAs. We
> > need
> > > to cleanup some of the pom also to remove unused dependencies.
> > >
> > > Thanks
> > > Raminder
> > > On Mar 4, 2013, at 4:06 PM, Mattmann, Chris A (388J) wrote:
> > >
> > > > Guys one thing to note is that custom repos are being phased out of
> the
> > > > Central Repository by Sonatype:
> > > >
> > > >
> > >
> >
> http://www.sonatype.com/people/2010/03/why-external-repos-are-being-phased-
> > > > out-of-central/
> > > >
> > > >
> > > > So having these custom repos in the POMs probably isn't a good idea.
> I
> > > > worked
> > > > with the NetCDF-Java community to get their Jars into Central on
> behalf
> > > of
> > > > Apache Tika -- might have to do
> > > > that here too.
> > > >
> > > > Cheers,
> > > > Chris
> > > >
> > > >
> > > > On 3/4/13 12:15 PM, "Saminda Wijeratne" <sa...@gmail.com> wrote:
> > > >
> > > >> Thanks Danushka. Being a little busy last week that we didn't notice
> > the
> > > >> build break. We will resolve it.
> > > >>
> > > >> Saminda
> > > >>
> > > >> On Thu, Feb 28, 2013 at 6:17 PM, Danushka Menikkumbura <
> > > >> danushka.menikkumbura@gmail.com> wrote:
> > > >>
> > > >>> Hi,
> > > >>>
> > > >>> The JSDL libs do not seem to be available in the current repo [1]
> and
> > > >>> hence
> > > >>> the build is broken. Any idea as to what would be the correct repo?
> > > >>>
> > > >>> [1] - http://unicore-dev.zam.kfa-juelich.de/maven
> > > >>>
> > > >>> Thanks,
> > > >>> Danushka
> > > >>>
> > > >
> > >
> > >
> >
>

Re: Unicore Maven Repo

Posted by Saminda Wijeratne <sa...@gmail.com>.
Great.... Thanks Danushka & Heshan for looking this up.

On Thu, Mar 7, 2013 at 11:16 AM, Heshan Suriyaarachchi <
heshan.suriyaarachchi@gmail.com> wrote:

> Hi Saminda,
>
> You were getting this issue, due to the fact that we removed gfac.core
> package from the source tree. This is fixed in trunk. Take a svn up.
>
> Thanks,
> Heshan.
>
> On Tue, Mar 5, 2013 at 10:38 PM, Saminda Wijeratne <samindaw@gmail.com
> >wrote:
>
> > I'm getting compilation issues from the GFac providers...
> >
> > [ERROR] symbol  : class InvocationContext
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.EC2Provider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/EC2Provider.java:[201,67]
> > cannot find symbol
> > [ERROR] symbol  : class ProviderException
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.EC2Provider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/AbstractProvider.java:[63,8]
> > cannot find symbol
> > [ERROR] symbol  : class GFacNotifier
> > [ERROR] location: class
> > org.apache.airavata.gfac.provider.impl.AbstractProvider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[81,31]
> > cannot find symbol
> > [ERROR] symbol  : class SSHSecurityContextImpl
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.SSHProvider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[131,22]
> > cannot find symbol
> > [ERROR] symbol  : class ProviderException
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.SSHProvider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[133,22]
> > cannot find symbol
> > [ERROR] symbol  : class ProviderException
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.SSHProvider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[135,22]
> > cannot find symbol
> > [ERROR] symbol  : class ProviderException
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.SSHProvider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[160,18]
> > cannot find symbol
> > [ERROR] symbol  : variable InputUtils
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.SSHProvider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[194,19]
> > cannot find symbol
> > [ERROR] symbol  : variable GFacConstants
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.SSHProvider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[195,19]
> > cannot find symbol
> > [ERROR] symbol  : variable GFacConstants
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.SSHProvider
> > [ERROR]
> >
> >
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[210,34]
> > cannot find symbol
> > [ERROR] symbol  : variable GfacUtils
> > [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.SSHProvider
> >
> >
> > Any idea why I'm getting this? Anyone else getting this issue?
> >
> > Saminda
> >
> > On Mon, Mar 4, 2013 at 5:47 PM, Danushka Menikkumbura <
> > danushka.menikkumbura@gmail.com> wrote:
> >
> > > Yes. I have noticed that too. +1 for cleaning POM files.
> > >
> > > Thanks,
> > > Danushka
> > >
> > >
> > > On Tue, Mar 5, 2013 at 3:15 AM, Raminder Singh <
> raminderjsingh@gmail.com
> > > >wrote:
> > >
> > > > Yes, i agree. I tried to build on clean repository and found lot of
> > > > dependencies coming from external locations and logged some JIRAs. We
> > > need
> > > > to cleanup some of the pom also to remove unused dependencies.
> > > >
> > > > Thanks
> > > > Raminder
> > > > On Mar 4, 2013, at 4:06 PM, Mattmann, Chris A (388J) wrote:
> > > >
> > > > > Guys one thing to note is that custom repos are being phased out of
> > the
> > > > > Central Repository by Sonatype:
> > > > >
> > > > >
> > > >
> > >
> >
> http://www.sonatype.com/people/2010/03/why-external-repos-are-being-phased-
> > > > > out-of-central/
> > > > >
> > > > >
> > > > > So having these custom repos in the POMs probably isn't a good
> idea.
> > I
> > > > > worked
> > > > > with the NetCDF-Java community to get their Jars into Central on
> > behalf
> > > > of
> > > > > Apache Tika -- might have to do
> > > > > that here too.
> > > > >
> > > > > Cheers,
> > > > > Chris
> > > > >
> > > > >
> > > > > On 3/4/13 12:15 PM, "Saminda Wijeratne" <sa...@gmail.com>
> wrote:
> > > > >
> > > > >> Thanks Danushka. Being a little busy last week that we didn't
> notice
> > > the
> > > > >> build break. We will resolve it.
> > > > >>
> > > > >> Saminda
> > > > >>
> > > > >> On Thu, Feb 28, 2013 at 6:17 PM, Danushka Menikkumbura <
> > > > >> danushka.menikkumbura@gmail.com> wrote:
> > > > >>
> > > > >>> Hi,
> > > > >>>
> > > > >>> The JSDL libs do not seem to be available in the current repo [1]
> > and
> > > > >>> hence
> > > > >>> the build is broken. Any idea as to what would be the correct
> repo?
> > > > >>>
> > > > >>> [1] - http://unicore-dev.zam.kfa-juelich.de/maven
> > > > >>>
> > > > >>> Thanks,
> > > > >>> Danushka
> > > > >>>
> > > > >
> > > >
> > > >
> > >
> >
>
>
>
> --
> Regards,
> Heshan Suriyaarachchi
>
> http://heshans.blogspot.com/
> http://www.linkedin.com/in/heshan
>

Re: Unicore Maven Repo

Posted by Heshan Suriyaarachchi <he...@gmail.com>.
Hi Saminda,

You were getting this issue, due to the fact that we removed gfac.core
package from the source tree. This is fixed in trunk. Take a svn up.

Thanks,
Heshan.

On Tue, Mar 5, 2013 at 10:38 PM, Saminda Wijeratne <sa...@gmail.com>wrote:

> I'm getting compilation issues from the GFac providers...
>
> [ERROR] symbol  : class InvocationContext
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.EC2Provider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/EC2Provider.java:[201,67]
> cannot find symbol
> [ERROR] symbol  : class ProviderException
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.EC2Provider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/AbstractProvider.java:[63,8]
> cannot find symbol
> [ERROR] symbol  : class GFacNotifier
> [ERROR] location: class
> org.apache.airavata.gfac.provider.impl.AbstractProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[81,31]
> cannot find symbol
> [ERROR] symbol  : class SSHSecurityContextImpl
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[131,22]
> cannot find symbol
> [ERROR] symbol  : class ProviderException
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[133,22]
> cannot find symbol
> [ERROR] symbol  : class ProviderException
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[135,22]
> cannot find symbol
> [ERROR] symbol  : class ProviderException
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[160,18]
> cannot find symbol
> [ERROR] symbol  : variable InputUtils
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[194,19]
> cannot find symbol
> [ERROR] symbol  : variable GFacConstants
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[195,19]
> cannot find symbol
> [ERROR] symbol  : variable GFacConstants
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
> [ERROR]
>
> /home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[210,34]
> cannot find symbol
> [ERROR] symbol  : variable GfacUtils
> [ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
>
>
> Any idea why I'm getting this? Anyone else getting this issue?
>
> Saminda
>
> On Mon, Mar 4, 2013 at 5:47 PM, Danushka Menikkumbura <
> danushka.menikkumbura@gmail.com> wrote:
>
> > Yes. I have noticed that too. +1 for cleaning POM files.
> >
> > Thanks,
> > Danushka
> >
> >
> > On Tue, Mar 5, 2013 at 3:15 AM, Raminder Singh <raminderjsingh@gmail.com
> > >wrote:
> >
> > > Yes, i agree. I tried to build on clean repository and found lot of
> > > dependencies coming from external locations and logged some JIRAs. We
> > need
> > > to cleanup some of the pom also to remove unused dependencies.
> > >
> > > Thanks
> > > Raminder
> > > On Mar 4, 2013, at 4:06 PM, Mattmann, Chris A (388J) wrote:
> > >
> > > > Guys one thing to note is that custom repos are being phased out of
> the
> > > > Central Repository by Sonatype:
> > > >
> > > >
> > >
> >
> http://www.sonatype.com/people/2010/03/why-external-repos-are-being-phased-
> > > > out-of-central/
> > > >
> > > >
> > > > So having these custom repos in the POMs probably isn't a good idea.
> I
> > > > worked
> > > > with the NetCDF-Java community to get their Jars into Central on
> behalf
> > > of
> > > > Apache Tika -- might have to do
> > > > that here too.
> > > >
> > > > Cheers,
> > > > Chris
> > > >
> > > >
> > > > On 3/4/13 12:15 PM, "Saminda Wijeratne" <sa...@gmail.com> wrote:
> > > >
> > > >> Thanks Danushka. Being a little busy last week that we didn't notice
> > the
> > > >> build break. We will resolve it.
> > > >>
> > > >> Saminda
> > > >>
> > > >> On Thu, Feb 28, 2013 at 6:17 PM, Danushka Menikkumbura <
> > > >> danushka.menikkumbura@gmail.com> wrote:
> > > >>
> > > >>> Hi,
> > > >>>
> > > >>> The JSDL libs do not seem to be available in the current repo [1]
> and
> > > >>> hence
> > > >>> the build is broken. Any idea as to what would be the correct repo?
> > > >>>
> > > >>> [1] - http://unicore-dev.zam.kfa-juelich.de/maven
> > > >>>
> > > >>> Thanks,
> > > >>> Danushka
> > > >>>
> > > >
> > >
> > >
> >
>



-- 
Regards,
Heshan Suriyaarachchi

http://heshans.blogspot.com/
http://www.linkedin.com/in/heshan

Re: Unicore Maven Repo

Posted by Saminda Wijeratne <sa...@gmail.com>.
I'm getting compilation issues from the GFac providers...

[ERROR] symbol  : class InvocationContext
[ERROR] location: class org.apache.airavata.gfac.provider.impl.EC2Provider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/EC2Provider.java:[201,67]
cannot find symbol
[ERROR] symbol  : class ProviderException
[ERROR] location: class org.apache.airavata.gfac.provider.impl.EC2Provider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/AbstractProvider.java:[63,8]
cannot find symbol
[ERROR] symbol  : class GFacNotifier
[ERROR] location: class
org.apache.airavata.gfac.provider.impl.AbstractProvider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[81,31]
cannot find symbol
[ERROR] symbol  : class SSHSecurityContextImpl
[ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[131,22]
cannot find symbol
[ERROR] symbol  : class ProviderException
[ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[133,22]
cannot find symbol
[ERROR] symbol  : class ProviderException
[ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[135,22]
cannot find symbol
[ERROR] symbol  : class ProviderException
[ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[160,18]
cannot find symbol
[ERROR] symbol  : variable InputUtils
[ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[194,19]
cannot find symbol
[ERROR] symbol  : variable GFacConstants
[ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[195,19]
cannot find symbol
[ERROR] symbol  : variable GFacConstants
[ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider
[ERROR]
/home/samindaw/prj-co/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/provider/impl/SSHProvider.java:[210,34]
cannot find symbol
[ERROR] symbol  : variable GfacUtils
[ERROR] location: class org.apache.airavata.gfac.provider.impl.SSHProvider


Any idea why I'm getting this? Anyone else getting this issue?

Saminda

On Mon, Mar 4, 2013 at 5:47 PM, Danushka Menikkumbura <
danushka.menikkumbura@gmail.com> wrote:

> Yes. I have noticed that too. +1 for cleaning POM files.
>
> Thanks,
> Danushka
>
>
> On Tue, Mar 5, 2013 at 3:15 AM, Raminder Singh <raminderjsingh@gmail.com
> >wrote:
>
> > Yes, i agree. I tried to build on clean repository and found lot of
> > dependencies coming from external locations and logged some JIRAs. We
> need
> > to cleanup some of the pom also to remove unused dependencies.
> >
> > Thanks
> > Raminder
> > On Mar 4, 2013, at 4:06 PM, Mattmann, Chris A (388J) wrote:
> >
> > > Guys one thing to note is that custom repos are being phased out of the
> > > Central Repository by Sonatype:
> > >
> > >
> >
> http://www.sonatype.com/people/2010/03/why-external-repos-are-being-phased-
> > > out-of-central/
> > >
> > >
> > > So having these custom repos in the POMs probably isn't a good idea. I
> > > worked
> > > with the NetCDF-Java community to get their Jars into Central on behalf
> > of
> > > Apache Tika -- might have to do
> > > that here too.
> > >
> > > Cheers,
> > > Chris
> > >
> > >
> > > On 3/4/13 12:15 PM, "Saminda Wijeratne" <sa...@gmail.com> wrote:
> > >
> > >> Thanks Danushka. Being a little busy last week that we didn't notice
> the
> > >> build break. We will resolve it.
> > >>
> > >> Saminda
> > >>
> > >> On Thu, Feb 28, 2013 at 6:17 PM, Danushka Menikkumbura <
> > >> danushka.menikkumbura@gmail.com> wrote:
> > >>
> > >>> Hi,
> > >>>
> > >>> The JSDL libs do not seem to be available in the current repo [1] and
> > >>> hence
> > >>> the build is broken. Any idea as to what would be the correct repo?
> > >>>
> > >>> [1] - http://unicore-dev.zam.kfa-juelich.de/maven
> > >>>
> > >>> Thanks,
> > >>> Danushka
> > >>>
> > >
> >
> >
>

Re: Unicore Maven Repo

Posted by Danushka Menikkumbura <da...@gmail.com>.
Yes. I have noticed that too. +1 for cleaning POM files.

Thanks,
Danushka


On Tue, Mar 5, 2013 at 3:15 AM, Raminder Singh <ra...@gmail.com>wrote:

> Yes, i agree. I tried to build on clean repository and found lot of
> dependencies coming from external locations and logged some JIRAs. We need
> to cleanup some of the pom also to remove unused dependencies.
>
> Thanks
> Raminder
> On Mar 4, 2013, at 4:06 PM, Mattmann, Chris A (388J) wrote:
>
> > Guys one thing to note is that custom repos are being phased out of the
> > Central Repository by Sonatype:
> >
> >
> http://www.sonatype.com/people/2010/03/why-external-repos-are-being-phased-
> > out-of-central/
> >
> >
> > So having these custom repos in the POMs probably isn't a good idea. I
> > worked
> > with the NetCDF-Java community to get their Jars into Central on behalf
> of
> > Apache Tika -- might have to do
> > that here too.
> >
> > Cheers,
> > Chris
> >
> >
> > On 3/4/13 12:15 PM, "Saminda Wijeratne" <sa...@gmail.com> wrote:
> >
> >> Thanks Danushka. Being a little busy last week that we didn't notice the
> >> build break. We will resolve it.
> >>
> >> Saminda
> >>
> >> On Thu, Feb 28, 2013 at 6:17 PM, Danushka Menikkumbura <
> >> danushka.menikkumbura@gmail.com> wrote:
> >>
> >>> Hi,
> >>>
> >>> The JSDL libs do not seem to be available in the current repo [1] and
> >>> hence
> >>> the build is broken. Any idea as to what would be the correct repo?
> >>>
> >>> [1] - http://unicore-dev.zam.kfa-juelich.de/maven
> >>>
> >>> Thanks,
> >>> Danushka
> >>>
> >
>
>

Re: Unicore Maven Repo

Posted by Raminder Singh <ra...@gmail.com>.
Yes, i agree. I tried to build on clean repository and found lot of dependencies coming from external locations and logged some JIRAs. We need to cleanup some of the pom also to remove unused dependencies.   

Thanks
Raminder
On Mar 4, 2013, at 4:06 PM, Mattmann, Chris A (388J) wrote:

> Guys one thing to note is that custom repos are being phased out of the
> Central Repository by Sonatype:
> 
> http://www.sonatype.com/people/2010/03/why-external-repos-are-being-phased-
> out-of-central/
> 
> 
> So having these custom repos in the POMs probably isn't a good idea. I
> worked
> with the NetCDF-Java community to get their Jars into Central on behalf of
> Apache Tika -- might have to do
> that here too.
> 
> Cheers,
> Chris
> 
> 
> On 3/4/13 12:15 PM, "Saminda Wijeratne" <sa...@gmail.com> wrote:
> 
>> Thanks Danushka. Being a little busy last week that we didn't notice the
>> build break. We will resolve it.
>> 
>> Saminda
>> 
>> On Thu, Feb 28, 2013 at 6:17 PM, Danushka Menikkumbura <
>> danushka.menikkumbura@gmail.com> wrote:
>> 
>>> Hi,
>>> 
>>> The JSDL libs do not seem to be available in the current repo [1] and
>>> hence
>>> the build is broken. Any idea as to what would be the correct repo?
>>> 
>>> [1] - http://unicore-dev.zam.kfa-juelich.de/maven
>>> 
>>> Thanks,
>>> Danushka
>>> 
> 


Re: Unicore Maven Repo

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Guys one thing to note is that custom repos are being phased out of the
Central Repository by Sonatype:

http://www.sonatype.com/people/2010/03/why-external-repos-are-being-phased-
out-of-central/


So having these custom repos in the POMs probably isn't a good idea. I
worked
with the NetCDF-Java community to get their Jars into Central on behalf of
Apache Tika -- might have to do
that here too.

Cheers,
Chris


On 3/4/13 12:15 PM, "Saminda Wijeratne" <sa...@gmail.com> wrote:

>Thanks Danushka. Being a little busy last week that we didn't notice the
>build break. We will resolve it.
>
>Saminda
>
>On Thu, Feb 28, 2013 at 6:17 PM, Danushka Menikkumbura <
>danushka.menikkumbura@gmail.com> wrote:
>
>> Hi,
>>
>> The JSDL libs do not seem to be available in the current repo [1] and
>>hence
>> the build is broken. Any idea as to what would be the correct repo?
>>
>> [1] - http://unicore-dev.zam.kfa-juelich.de/maven
>>
>> Thanks,
>> Danushka
>>


Re: Unicore Maven Repo

Posted by Saminda Wijeratne <sa...@gmail.com>.
Thanks Danushka. Being a little busy last week that we didn't notice the
build break. We will resolve it.

Saminda

On Thu, Feb 28, 2013 at 6:17 PM, Danushka Menikkumbura <
danushka.menikkumbura@gmail.com> wrote:

> Hi,
>
> The JSDL libs do not seem to be available in the current repo [1] and hence
> the build is broken. Any idea as to what would be the correct repo?
>
> [1] - http://unicore-dev.zam.kfa-juelich.de/maven
>
> Thanks,
> Danushka
>