Thanks everyone. It worked.

-Mir

On Fri, Nov 18, 2011 at 12:58 AM, Raffaele P. Guidi <
[email protected]> wrote:

> Mmm of course I was a little behind. Gotta put it somewhere in the wiki.
>
> Thanks,
>   R
> Il giorno 18/nov/2011 08:31, "Tommaso Teofili" <[email protected]>
> ha scritto:
>
> > Salut Olivier,
> > Sorry, I overlooked that.
> > Tommaso
> >
> > 2011/11/18 Olivier Lamy <[email protected]>
> >
> > > Hello,
> > > Nope the issue is not here :-)
> > > Jenkins upload SNAPSHOT on r.a.o.
> > > But groupId/artifactId are not correct.
> > > The logs says: org.directmemory:DirectMemory-Cache:jar:0.5.5-SNAPSHOT
> > > Now we have the coordinate:
> > > org.apache.directmemory:directmemory-cache:0.5.5-SNAPSHOT
> > > So dependencies in pom must be updated.
> > >
> > > 2011/11/18 Tommaso Teofili <[email protected]>:
> > > > I think that depends that our CI job on builds.apache.org is
> executing
> > > the
> > > > 'mvn install' command so it doesn't deploy the (snapshot) artifacts
> to
> > > the
> > > > (snapshot) repository.
> > > > I'd change that to 'mvn deploy', opinions?
> > > > Tommaso
> > > >
> > > > 2011/11/18 Mir Tanvir Hossain <[email protected]>
> > > >
> > > >> Thanks. When I run mvn eclipse:eclipse, I get the following error.
> > > >>
> > > >> [ERROR] Failed to execute goal on project jcs: Could not resolve
> > > >> dependencies for project org.apache.jcs:jcs:jar:1.4-SNAPSHOT:
> Failure
> > to
> > > >> find org.directmemory:DirectMemory-Cache:jar:0.5.5-SNAPSHOT in
> > > >> https://repository.apache.org/content/repositories/snapshots was
> > > cached in
> > > >> the local repository, resolution will not be reattempted until the
> > > update
> > > >> interval of repo has elapsed or updates are forced -> [Help 1]
> > > >>
> > > >>
> > > >> could you please help me with it? Sorry I am maven n00b.
> > > >>
> > > >> -Mir
> > > >>
> > > >> On Thu, Nov 17, 2011 at 4:46 PM, Raffaele P. Guidi <
> > > >> [email protected]> wrote:
> > > >>
> > > >> > Don't worry, it's just the apache way - everything has to be done
> > > >> publicly
> > > >> > in the mailing lists... think about it like a woodstock of
> computer
> > > >> > software ;)
> > > >> >
> > > >> > Ciao,
> > > >> >     R
> > > >> >
> > > >> >
> > > >> > On Fri, Nov 18, 2011 at 1:42 AM, Mir Tanvir Hossain <
> > > >> > [email protected]> wrote:
> > > >> >
> > > >> >> Thanks. Sorry about directly mailing you.
> > > >> >>
> > > >> >> -Mir
> > > >> >>
> > > >> >>
> > > >> >> On Thu, Nov 17, 2011 at 4:40 PM, Raffaele P. Guidi <
> > > >> >> [email protected]> wrote:
> > > >> >>
> > > >> >>> And please use the mailing list instead of writing directly to
> me
> > > (so
> > > >> >>> everyone would benefit from the information exchanged).
> > > >> >>>
> > > >> >>> Thanks,
> > > >> >>>    Raffaele
> > > >> >>>
> > > >> >>>
> > > >> >>> On Fri, Nov 18, 2011 at 1:37 AM, Raffaele P. Guidi <
> > > >> >>> [email protected]> wrote:
> > > >> >>>
> > > >> >>>> just add:
> > > >> >>>>
> > > >> >>>>   <dependency>
> > > >> >>>>       <groupId>org.directmemory</groupId>
> > > >> >>>>       <artifactId>DirectMemory-Cache</artifactId>
> > > >> >>>>       <version>0.5.5-SNAPSHOT</version>
> > > >> >>>>   </dependency>
> > > >> >>>>
> > > >> >>>>
> > > >> >>>> at the dependencies section and:
> > > >> >>>>
> > > >> >>>>  <repository>
> > > >> >>>>       <id>repo</id>
> > > >> >>>>       <name>Apache Snapshots Repository</name>
> > > >> >>>>       <url>
> > > >> https://repository.apache.org/content/repositories/snapshots</url>
> > > >> >>>>   </repository>
> > > >> >>>>
> > > >> >>>>
> > > >> >>>> at the repositories section of the jcs pom.xml. Execute "mvn
> > > >> >>>> eclipse:eclipse" and you should you be able to import the
> created
> > > >> project
> > > >> >>>> in eclipse (a similar command is available for netbeans should
> > you
> > > >> prefere
> > > >> >>>> that).
> > > >> >>>>
> > > >> >>>> Ciao,
> > > >> >>>>     R
> > > >> >>>>
> > > >> >>>>
> > > >> >>>>
> > > >> >>>> On Fri, Nov 18, 2011 at 1:28 AM, Mir Tanvir Hossain <
> > > >> >>>> [email protected]> wrote:
> > > >> >>>>
> > > >> >>>>> Hi thanks for offering your support. I think I need to bug
> you a
> > > lot
> > > >> >>>>> in order to get this thing working. It does not help that I am
> > new
> > > >> to maven
> > > >> >>>>> as well.
> > > >> >>>>>
> > > >> >>>>> right now I checked out both jcs and directmemory trunk.
> > However,
> > > I
> > > >> am
> > > >> >>>>> having hard time adding directmemory to jcs. Could you please
> > help
> > > >> me with
> > > >> >>>>> the jcs pom.xml file?
> > > >> >>>>>
> > > >> >>>>> Thanks,
> > > >> >>>>> Mir
> > > >> >>>>>
> > > >> >>>>>
> > > >> >>>>> On Thu, Nov 17, 2011 at 2:51 PM, Raffaele P. Guidi <
> > > >> >>>>> [email protected]> wrote:
> > > >> >>>>>
> > > >> >>>>>> Great. Let me know if I can help.
> > > >> >>>>>>
> > > >> >>>>>> Ciao,
> > > >> >>>>>>    R
> > > >> >>>>>> Il giorno 17/nov/2011 21:09, "Mir Tanvir Hossain" <
> > > >> >>>>>> [email protected]> ha scritto:
> > > >> >>>>>>
> > > >> >>>>>> Hi, I have subscribed to the Commons Dev list. I will look at
> > > >> >>>>>>> the IndexDiskCache and start working on to integrate JCS and
> > > >> DirectMemory.
> > > >> >>>>>>>
> > > >> >>>>>>> Thanks,
> > > >> >>>>>>> Mir
> > > >> >>>>>>>
> > > >> >>>>>>> On Thu, Nov 10, 2011 at 12:53 PM, Raffaele P. Guidi <
> > > >> >>>>>>> [email protected]> wrote:
> > > >> >>>>>>>
> > > >> >>>>>>>> Mir (in cc) volounteered on this task - I think he could
> > start
> > > >> >>>>>>>> following your advice to use IndexDiskCache as a template
> and
> > > try
> > > >> to
> > > >> >>>>>>>> implement it on top of our MemoryManagerService. I suggest
> > Mir
> > > >> and I
> > > >> >>>>>>>> subscribe to the commons mailing lists (I already did) and
> > > Thomas
> > > >> (and
> > > >> >>>>>>>> anyone interested) subscribes to directmemory-dev to
> simplify
> > > >> >>>>>>>> communication. I will open a jira for the task.
> > > >> >>>>>>>>
> > > >> >>>>>>>> Ciao,
> > > >> >>>>>>>>    R
> > > >> >>>>>>>>
> > > >> >>>>>>>>
> > > >> >>>>>>>> On Wed, Nov 9, 2011 at 7:03 PM, Thomas Vandahl <
> > [email protected]
> > > >> >wrote:
> > > >> >>>>>>>>
> > > >> >>>>>>>>> On 09.11.11 00:10, Raffaele P. Guidi wrote:
> > > >> >>>>>>>>> > This is not so different from an indexed file, just it
> is
> > in
> > > >> >>>>>>>>> memory - maybe
> > > >> >>>>>>>>> > you could take a look at the code (which is fairly
> simple)
> > > and
> > > >> >>>>>>>>> get back to
> > > >> >>>>>>>>> > us with some more targeted questions.
> > > >> >>>>>>>>>
> > > >> >>>>>>>>> I understand that the plugin is supposed to be added as an
> > > >> >>>>>>>>> auxiliary
> > > >> >>>>>>>>> cache module, right? If so, the IndexedDiskCache could be
> > used
> > > >> as a
> > > >> >>>>>>>>> template. How do you suggest we proceed?
> > > >> >>>>>>>>>
> > > >> >>>>>>>>> Bye, Thomas.
> > > >> >>>>>>>>>
> > > >> >>>>>>>>>
> > > >> >>>>>>>>>
> > > >>
> ---------------------------------------------------------------------
> > > >> >>>>>>>>> To unsubscribe, e-mail:
> [email protected]
> > > >> >>>>>>>>> For additional commands, e-mail:
> > [email protected]
> > > >> >>>>>>>>>
> > > >> >>>>>>>>>
> > > >> >>>>>>>>
> > > >> >>>>>>>
> > > >> >>>>>
> > > >> >>>>
> > > >> >>>
> > > >> >>
> > > >> >
> > > >>
> > > >
> > >
> > >
> > >
> > > --
> > > Olivier Lamy
> > > Talend: http://coders.talend.com
> > > http://twitter.com/olamy | http://linkedin.com/in/olamy
> > >
> >
>

Reply via email to