Re: FW: Using Proximity Corporate Repository doesnt download plugins/dependencies

2007-09-11 Thread Tamás Cservenák
well, what is your config actually? As Heinrich said, the inhouse repo group is (in default config) not proxying the central! Did you change Proximity settings or using just the default out-of-the-box? I'm happy it works, but does it do what you think? :) ~t~ On 9/11/07, Sonar, Nishant [EMAIL

Re: uploading jars to a internal repository using mvn deploy

2007-09-30 Thread Tamás Cservenák
Hello, you could try to use WebDAV (confgure it as build extension in mvn 2.0.7) and point the repo URL to address: http://devserver1:/px-webapp/dav/inhouse Hope helps, ~t~ On 9/28/07, owen_moony [EMAIL PROTECTED] wrote: distributionManagement repository

Re: Maven Proxy

2007-10-16 Thread Tamás Cservenák
Hello all, the sorry page on abstracthorizon.org should not worry you, the Proximity homepage (proximity.abstracthorizon.org) _is_ up-to-date, even if the Abstract Horizon meta-project is a little bit delayed. Soon, we will release the last of the 1.x line with all fixes and improvements.

Proximity 1.0.0-alpha1

2006-05-25 Thread Tamás Cservenák
Hi all, i'd like to announce the Proximity maven proxy release: Proximity 1.0.0 alpha1 is out! Look for it on site (sorry for bad uplink, this is my ADSL): https://is-micro.myip.hu/projects/ismicro-commons/proximity Features in short: - *2-in-1* - With Proximity you can *host your own

Re: Proximity 1.0.0-alpha1

2006-05-25 Thread Tamás Cservenák
On 5/25/06, Tamás Cservenák [EMAIL PROTECTED] wrote: Hi all, i'd like to announce the Proximity maven proxy release: Proximity 1.0.0 alpha1 is out! Look for it on site (sorry for bad uplink, this is my ADSL): https://is-micro.myip.hu/projects/ismicro-commons/proximity Features in short

Re: Proximity 1.0.0-alpha1

2006-05-25 Thread Tamás Cservenák
Hi again, Maven Repository Manager is not meant to compete Proximity. It is much more. Wait and see! ~t~

Re: Proximity 1.0.0-alpha1

2006-05-25 Thread Tamás Cservenák
Hi, I've been looking at that too. Looks like we have to modify web-inf/applicationContext.xml to change the repo info and then proximity.properties to set new/change dir locations. Correct. An enhancement idea is to have this user-config info separate from internal product config info.

Re: Maven-proxy (was Re: Rant (very long))

2006-05-25 Thread Tamás Cservenák
Inhouse repo, if you look at Proximity is very important to achieve stable and controlled build environment. If you have some company level (reaches through more separate projects) some-utility.jar, how will you spread it amongst developers? How will you achieve if some-utility.jar is updated,

Re: Maven-proxy (was Re: Rant (very long))

2006-05-25 Thread Tamás Cservenák
I think it help. The good thing about two existing known maven-proxies (codehaus maven-proxy and Proximity) is that they're actually 2in1 solutions. They are NOT strictly a proxy as a HTTP proxy. The are just ABLE to behave like http proxy (or the logic that drives them is similar to HTTP

Re: JUG in Europe

2006-05-29 Thread Tamás Cservenák
Serbia? Novi Sad or Belgrade? I will see about possibilities ~t~ On 5/29/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Jason , when are you coming to Africa ...:)? On 5/29/06, Jason van Zyl [EMAIL PROTECTED] wrote: Hi, If anyone belongs to a JUG in Europe I will be in the area from June

Proximity 1.0.0-alpha2

2006-05-31 Thread Tamás Cservenák
Hi all, i'd like to announce the alpha2 release of Px. New features or fixes: - Fixed issued bugs (all fixed - testing needed!) - Create and publish initial IP based AccessManager? and voter with sample. You will find an example of IP based AccessVoter and AccessManager in

Re: Proximity with https/client-certs

2006-05-31 Thread Tamás Cservenák
) for this kind of restricted access? Many thanks in advance for any pointers. /Jens -Original Message- From: Tamás Cservenák [mailto:[EMAIL PROTECTED] Sent: 31 May 2006 14:55 To: Maven Users List Subject: Proximity 1.0.0-alpha2 Hi all, i'd like to announce the alpha2 release of Px

Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Tamás Cservenák
Hi all, as for Proximity, it WILL surely log something, at least the frontent servlet that it got request. Alpha1 went out with DEBUG loglevel, but alpha2 is in INFO level. But even then, the servlet spits messages at INFO level. If you have NO PROXIMITY logs, it's simply because Px have not

Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Tamás Cservenák
Hi all, as for Proximity, i can only repeat my previous statement: Px currently logs every request (done by Px-webapp frontent servlet). My huntch is that you did not configure maven properly to use proximity as snapshot repos. Per default, maven does not have snapshot repo (as far as i

HTTP Error 503 on ibiblio

2006-06-06 Thread Tamás Cservenák
Hi all, why does the URL http://repo1.maven.org/maven2/org/codehaus/modello/modello-plugin-xpp3/1.0-alpha-9/modello-plugin-xpp3-1.0-alpha-9.jar.sha1 throws HTTP 503 error. The other links in this folder works great. Btw, 503 brokes the build if you have no proxy between Thanx in advance,

Re: HTTP Error 503 on ibiblio

2006-06-06 Thread Tamás Cservenák
sorry, i posted here *then* searched the list. mv this post to /dev/null ~t~ On 6/6/06, Tamás Cservenák [EMAIL PROTECTED] wrote: Hi all, why does the URL http://repo1.maven.org/maven2/org/codehaus/modello/modello-plugin-xpp3/1.0-alpha-9/modello-plugin-xpp3-1.0-alpha-9.jar.sha1 throws HTTP

Continuum and Maven Proxy

2006-06-08 Thread Tamás Cservenák
Hi all, is it possible to setup continuum to use some maven proxy (Proximity or Maven-proxy) for builds? How to inject binary dependencies not on repo1.maven.org? (for maven i use Proximity with internal repository)... All this without tampering the Continuum's local repo Thanx in advance

Re: FW: Trusted Certificates

2006-06-08 Thread Tamás Cservenák
Yes it is possbie, but i'm not sure is it the best-cleanest-purest solution. If you have self signed certificate, you can introduce your cert on system level like this: do it with keytool from jdk $ keytool -import -alias alias -keystore keystore alias should be the ID used in cert creation

Re: Problem starting Continuum webapp interface

2006-06-14 Thread Tamás Cservenák
Same here since 1.0.2 and now 1.0.3, but I thougth it is a feature :) I worked it out simply by starting and stopping Continuum and reading logs whether has http service started or not. In my experience after the 1st succesful HTTP startup, the HTTP service WILL startup regularly (as it should i

Re: Maven repository manager (and maven-proxy)

2006-06-15 Thread Tamás Cservenák
Hi all, Thank you Ben for emailing me, in latest days i have little overflow at job :) First, the answers to the Q's: - to serve up jars from its own cache when the internet connection is down Proximity WILL serve artifacts if it can/have it, even if remote peer is down or unreachable (at the

Re: Maven repository manager (and maven-proxy)

2006-06-15 Thread Tamás Cservenák
Hi again, sorry, i left a few things out in my previous letter: - I am the Proximity developer :) - Proximity home page https://is-micro.myip.hu/projects/ismicro-commons/proximity/ - Proximity Download area https://is-micro.myip.hu/projects/ismicro-commons/deploy/proximity/ - Proximity Wiki

Re: Maven repository manager (and maven-proxy)

2006-06-15 Thread Tamás Cservenák
would suggest leaving it out of of the first release and then add it in as you have time. That way you can work on the core functionality and make that bullet proof. Thats just me feeling :) Ben On 6/15/06, Tamás Cservenák [EMAIL PROTECTED] wrote: Hi again, sorry, i left a few things out in my

Re: Maven repository manager (and maven-proxy)

2006-06-16 Thread Tamás Cservenák
that it serves jars from its cache without even trying to access ibiblio (and so saving developers from suffering the http timeouts). Thanks Adam -Original Message- From: Tamás Cservenák [mailto:[EMAIL PROTECTED] Sent: 15 June 2006 19:08 To: Maven Users List Subject: Re: Maven repository manager

Re: Maven repository manager (and maven-proxy)

2006-06-16 Thread Tamás Cservenák
Message- From: Tamás Cservenák [mailto:[EMAIL PROTECTED] Sent: 15 June 2006 19:08 To: Maven Users List Subject: Re: Maven repository manager (and maven-proxy) Hi all, Thank you Ben for emailing me, in latest days i have little overflow at job :) First, the answers to the Q's: - to serve up jars

Proximity RC1 Release

2006-06-16 Thread Tamás Cservenák
Hi all, Proximity RC1 is released! New features: - Repository status control, like offline (if proxied remote peer is inaccessible) and available (repo turned off) implemented - Fine tuning of remote peer HTTP transport params like timeout, retrieval retry count, proxy params - Repository

Re: Problems downloading from internal remote repository

2006-06-16 Thread Tamás Cservenák
The M2 local repo and remote repo are NOT the same. They look the same at a first glance. Some very important metadata files gets renamed when downloaded to your ~/.m2! Compare your local repo with some real remote repo! Look for maven-metadata.xml files! This difference get even worse with

Proximity has moved!

2006-06-21 Thread Tamás Cservenák
Hi all, the Proximity WEB has finally moved from our lousy ADSL to a *real* site :) The current (un)release is RC1! New features: - Repository status control, like offline (if proxied remote peer is inaccessible) and available (repo turned off) implemented - Fine tuning of remote peer HTTP

Re: installing jars on local repo from internal repository

2006-06-22 Thread Tamás Cservenák
Hi, it will work but then your internal repo should offer your local artifacts _AND_ all other stuff found on central repo since this mirror settings will override the default central repo. Ant it is HUUGE to mirror by scraping. You could set up some maven proxy to do the job. The JAR naming

Proximity forum

2006-06-27 Thread Tamás Cservenák
Hi all, there is a forum set up for Proximity users/developers on www.abstracthorizon.org Feel free to join! The Proximity project will continue to pollute the Maven Users List with rare release announcements, but we'd like to concentrate the support and development around Abstract Horizon

Re: Disecting a webapp?

2006-07-06 Thread Tamás Cservenák
Hi Alex, a quick example for this, see here: https://is-micro.myip.hu/trac/ismicro-commons/browser/trunk/ismicro-proximity Three modules: px-core (j2ee and transport independent), px-core-maven (maven bindings for core, till no sign of webapp) and px-webapp. The module separation should be

Re: Interrnal remote repository

2006-07-13 Thread Tamás Cservenák
Just to make myself clear: I think you need INHOUSE repository. It is (in my definition) a remote repository (from the aspect of developer) but housed and server on your company intranet in a controlled manner. Proximity is highly configurable, actually it only offers some buildingblocks

Re: proximity vs maven-proxy

2006-07-17 Thread Tamás Cservenák
Hi Carlos, This issue is not handled directly in Proximity. In Proximity, the order of scanned repos is defined by the order of injecting them into Proximity bean: bean id=proximity class=hu.ismicro.commons.proximity.base.ProximityImpl init-method=initialize property name=indexer

Re: proximity vs maven-proxy

2006-07-17 Thread Tamás Cservenák
Just to add some appendix to my previous letter, to make myself clearer: 1. Proximity serves by love at first sight (could not find better phrase) - if the repo (scanned in proper order) can serve the requested URL, wins, search stops 2. there is no merge operation defined at ARTIFACT level,

Re: Maven Repository Manager

2006-07-19 Thread Tamás Cservenák
You could give a try to Proximity, found here: http://proximity.abstracthorizon.org/ The support forum already have a theme about maven-proxy migration: http://forum.abstracthorizon.org/viewforum.php?f=13 Have fun, ~t~ On 7/19/06, Mykel Alvis [EMAIL PROTECTED] wrote: I can't seem to locate

Re: Maven Repository Manager

2006-07-19 Thread Tamás Cservenák
that the Documentation link, which I guess should provide docs, is broken somewhere? In any case, I'm setting it up and trying it out. On 7/19/06, Tamás Cservenák [EMAIL PROTECTED] wrote: You could give a try to Proximity, found here: http://proximity.abstracthorizon.org/ The support forum already have

Re: Maven 2 - more questions

2006-07-19 Thread Tamás Cservenák
Hi EJ, i would like to provide a half of answer for question number 2. As i wrote that before, Proximity is able to work offline. If your IT is too paranoid to let Proximity fetch what is requested from it (and not found in the cache or found but expired), then i would suggest you to run

Re: Maven 2 - more questions

2006-07-20 Thread Tamás Cservenák
? -Original Message- From: Tamás Cservenák [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 9:45 PM To: Maven Users List Subject: Re: Maven 2 - more questions Hi EJ, i would like to provide a half of answer for question number 2. As i wrote that before, Proximity is able to work offline

Re: Maven Repository Manager

2006-07-20 Thread Tamás Cservenák
, I'm setting it up and trying it out. On 7/19/06, Tamás Cservenák [EMAIL PROTECTED] wrote: You could give a try to Proximity, found here: http://proximity.abstracthorizon.org/ The support forum already have a theme about maven-proxy migration: http://forum.abstracthorizon.org/viewforum.php?f=13

Re: Utility to create upload bundles

2006-07-22 Thread Tamás Cservenák
Are you interested in sharing this code, and integrating it with Proximity? Thanx in advance, ~t~ On 7/22/06, Tim Kettler [EMAIL PROTECTED] wrote: Will see that I find a home for it. But this will probably take abaout a week or two. Ivo Limmen schrieb: Sounds like a very usefull tool. I

Proximity + FTPRemotePeer

2006-07-23 Thread Tamás Cservenák
Hi all, i just want to announce that Proximity RC2 (in preparation) just got richer with a FTPRemotePeer, thus, it is able to proxy FTP remote repositories (eg. ftp://repo1.maven.org/pub/packages/maven2). To enable it, look at applicationContext.xml file provided with RC2, it is fully configured

Re: deployment repository directory, snapshots

2006-07-24 Thread Tamás Cservenák
Hi Jörg, you are correct, but as far as i know, ALL Continuum created artifacts (SNAPSHOTs and non-SNAPSHOTs) are deployed to this deploment repository directory. Continuum uses it's own local repository for dependency resolution, i think this deployment repository directory is on-way only, it

Re: Utility to create upload bundles

2006-07-24 Thread Tamás Cservenák
so I don't know much about it. I thought it is a proxy for maven repositories? How would that relate to a utility creating upload bundles? -Tim Tamás Cservenák schrieb: Are you interested in sharing this code, and integrating it with Proximity? Thanx in advance, ~t~ On 7/22/06, Tim Kettler

Re: Proximity + FTPRemotePeer

2006-07-24 Thread Tamás Cservenák
] wrote: Tamás Cservenák wrote: Hi all, i just want to announce that Proximity RC2 (in preparation) just got richer with a FTPRemotePeer, thus, it is able to proxy FTP remote repositories Shouldn't you be using Maven Wagon to transfer files? That way you can support any of the repository types

[ANN] Proximity has completely moved to new site.

2006-07-25 Thread Tamás Cservenák
Hi all, I'd like to inform you, that Proximity is now completely on abstracthorizon.org site. The current Proximity internet places are (and hopefully will stay): Web site: http://proximity.abstracthorizon.org/ Downloads: http://proximity.abstracthorizon.org/deploy/ SVN:

[ANN] Proximity RC2 is out!

2006-07-27 Thread Tamás Cservenák
Hi all, Proximity RC2 is here! Proximity RC2 has moved forward in time, due to an important BUG about handling aggregated repositories and Maven2 metadata. If using non-snapshot and snapshot repositories together that contains same paths (NOT with the default config), RC1 and former releases

Re: Maven and dependency on central servers

2006-07-28 Thread Tamás Cservenák
Hi, Making a full repository mirror is not an option. What you need is a proxy for Maven. You should try Proximity: http://proximity.abstracthorizon.org/ Proximity protects you from repo blackouts, inconsistent repositories, sporadic ibiblios HTTP 500 errors and also speeds the build time.

Re: Using mvn to download jars to local repository (without pom/project)

2006-08-01 Thread Tamás Cservenák
Hi, you can take a look at Proximity (http://proximity.abstracthorizon.org/). To make an artifact available on it, you can: a) manage the underlying storage (get them whatever way you can, and simply file copy under it) b) make fake Maven POMs OR issue HTTP GET's (like script using wget) for

Re: Corporate Environment Problems

2006-08-04 Thread Tamás Cservenák
Hi, you can look at here: http://proximity.abstracthorizon.org/ Here you will find some examples for settings.xml and creating environment. ~t~ On 8/4/06, Flynn, Adam [EMAIL PROTECTED] wrote: I have just began to use maven 2. I have ran into a problem whilst attempting to setup my first

[ANN] Proximity RC3 rolled out!

2006-08-06 Thread Tamás Cservenák
Hi all, Release of Proximity RC3 is here! Major refactoring happened to Px Core, removing and greatly simplifying it. API has been extended and cleaned up. Much much of inner changes happened, which is partly visible on the surface. We switched to Lucene 2.0 instead of older 1.4.3. Under the

Re: Some Proximity usage questions

2006-08-07 Thread Tamás Cservenák
Hi Adrian, thanx for helping improve Proximity! Here are the answers: 1) the checksum failed problem is because the aggregation that Proximity performs. It only happens if you have two or more reposes with same (or similar) contents (like having central and apache.snapshots) in the same repo

Re: Some Proximity usage questions

2006-08-07 Thread Tamás Cservenák
Hi Adrian, clarification never hurts :) Read below. On 8/7/06, Adrian Shum [EMAIL PROTECTED] wrote: for 1): That means, whenever I know two repos are having chance to contain same artifact, I should put them into two separate group? Not quite. Whenever you know that having one non-snapshot

Re: Re: Proximity Setup

2006-08-08 Thread Tamás Cservenák
Roger that. Will see to expand the documentation link (the default page), or at least bundle the site. Btw, there are not guys, I'm alone. ~t~ On 8/8/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote: Maybe the proximity guys could add the documentation to the download? (using the assembly

Re: Continuum behind an apache https proxy

2006-08-08 Thread Tamás Cservenák
You could try to setup Continuum and Proximity, make continuum use proximity and setup Proximity to use the Apache Proxy? ~t~ On 8/8/06, Thomas Recloux [EMAIL PROTECTED] wrote: Hello Thomas :-) Did anybody answer this question? I am having the same issue. I did not solve this problem...

Re: Some Proximity usage questions

2006-08-08 Thread Tamás Cservenák
Hi Adrian, take look into, it's there: http://proximity.abstracthorizon.org/deploy/nightly/ Try it (NOT in production), it has a few extras, you will see. The emergeGroups is implemented :) ~t~ On 8/7/06, Adrian Shum [EMAIL PROTECTED] wrote: Thanks a lot Tomas. May I clarify a bit? for

[ANN] Proximity Demo Site

2006-08-09 Thread Tamás Cservenák
Hi all, Proximity demo site started to work on address: http://proximity.abstracthorizon.org:12000/px-webapp This site will show the current edge development In case site is down, I beg for your patience, it will mean that the site is updating. NOTE: To prevent using this site as

[ANN] Proximity Demo Update

2006-08-15 Thread Tamás Cservenák
Hi All, Proximity DEMO site on http://proximity.abstracthorizon.org:12000/px-webapp/ is updated with current SVN version. Much of improvements are made in code, both cleanup and new features added. One of major improvements are the plugin like itemInspector configuration. This enabled to index

[ANN] Proximity Demo Update

2006-08-18 Thread Tamás Cservenák
Hi All, the Proximity DEMO site is updated to the latest RC4 preview. Two important issues, the metadata checksum for aggregated metadatas and web service export is fixed (but it is a very rough initial impl), together with other minor or major issues. For fixed issues see:

Re: m2eclipse and Proximity

2006-08-22 Thread Tamás Cservenák
Hi Henrique, it seems to me that this is M2eclipse plugin issue (as you said, Proximity works well with mvn on command line) m2eclipse is still 0.0.9, and I have issues with it too: i cannot force it to use another localRepo instead the default one :( also, the offline switch seems that

Re: m2eclipse and Proximity

2006-08-22 Thread Tamás Cservenák
It seems that this issue was already known: http://jira.codehaus.org/browse/MNGECLIPSE-168 ~t~ On 8/22/06, Tamás Cservenák [EMAIL PROTECTED] wrote: Hi Henrique, it seems to me that this is M2eclipse plugin issue (as you said, Proximity works well with mvn on command line) m2eclipse

Re: generate web site with maven

2006-08-22 Thread Tamás Cservenák
Hi Attila, The created XDOC files should be named as index.xml, about.xml and not .xdoc. ~t~ On 8/22/06, Attila Mezei-Horvati [EMAIL PROTECTED] wrote: Hello, I was thinking to try and generate my website using maven. I read the docs and created a src/site/xdoc folder with files in it

Re: generate web site with maven

2006-08-22 Thread Tamás Cservenák
Hi again, the xdoc format is specified here: http://maven.apache.org/maven-1.x/plugins/xdoc/ but i don't know is there any XDOC changes in Maven2, since i could not find any info about it ~t~ On 8/22/06, Attila Mezei-Horvati [EMAIL PROTECTED] wrote: Hello, I was thinking to try and

Re: Maven with no web-access

2006-08-22 Thread Tamás Cservenák
Hi, check this out: http://proximity.abstracthorizon.org/chaining-proximity.html Hope this helps, ~t~ On 8/22/06, Daniel Nilsson [EMAIL PROTECTED] wrote: Hi! I wonder if anybody have some suggestion on how to solve my problem. I am setting up a Maven-solution on my company. Each user will

Re: mvn 2: create jar in war

2006-08-22 Thread Tamás Cservenák
Hi, (Maven2) if you need the WAR classes in JAR coz you want it to include in a WAR/lib, the logical path would be to separate your WAR into two Maven modules: one for Java sources only, which is packaging JAR and for WAR with packaging war for resources, jsps, etc which reference the previous

[ANN] Proximity RC4 rolled out!

2006-08-22 Thread Tamás Cservenák
Hi All, the Proximity is finally got to RC4. It has three major improvements: aggregated metadata checksum is correctly calculated, emergeGroups that enables proper selective repository aggregation and WS interface publishing using XFire. See:

Re: [ANN] Proximity RC4 rolled out!

2006-08-23 Thread Tamás Cservenák
Hi, yes, the RC4 is 4 times big because the XFire and dependencies - directors uncut version :) -- did not have time to clean that mess up. Anyway, Proximity is coming now in multiple flavours, so anybody can cherrypick the most appealing size WAR :) Yes, emergeGroups are available

Re: Suggestions for running Maven on an airgapped network

2006-08-23 Thread Tamás Cservenák
Hmmm. You took the URL right out of my mouth :) ~t~ On 8/23/06, Eric Redmond [EMAIL PROTECTED] wrote: It sounds like you could use a proxy. Before Tamás has time to reply, take a look at this ;-)

Re: [ANN] Proximity RC4 rolled out!

2006-08-23 Thread Tamás Cservenák
Hi Henrique, Please, use the http://forum.abstracthorizon.org/index.php?c=9 forum for Proximity support, i do not want to misuse Maven Users list. I use it only to announce new releases. It seems to me that this has some connection with the following nlog4j issue found in this mail:

[M2-WAR] different build output on different machines?

2006-08-24 Thread Tamás Cservenák
Hi all, i stumbled recently in an interesting problem: the setup: i have a WAR project (call it base) that simply holds shared resources (non-Java mainly) for a webapp, and another (call it flavour) which is the final WAR artifact, just as described here:

Re: [M2-WAR] different build output on different machines?

2006-08-24 Thread Tamás Cservenák
More tries: I DELETED my local repo on Fedora machine, so clean maven 2.0.4 and made $ mvn clean install The result is SAME, even the web.xml is from base and not from flavour (!) -- it may slipped to me, it was maybe already happening during previous letter. ~t~ On 8/25/06, Tamás

Re: [M2-WAR] different build output on different machines?

2006-08-24 Thread Tamás Cservenák
the plugin version in POM, Fedore built properly (or just same bad as SUSE), but it is what i needed. Gosh. ~t~ On 8/25/06, Tamás Cservenák [EMAIL PROTECTED] wrote: More tries:

[ANN] Proximity RC4.1

2006-08-24 Thread Tamás Cservenák
Hi all, sorry for this, but RC4.1 is a bugfix release of RC4 We had a little reorganization, the WAR modules has been rationalized, and a few px-core issues fixed. Currently, RC4 comes in 4 flavours: default, demosite (the actual WAR that runs on Demosite), pxmaster and pxslave (as

Re: [m2] copy of Central Repository

2006-08-28 Thread Tamás Cservenák
Hi, correct me if I misunderstand somthing, but you cannot use remote repository (even inhouse/central housed by your company, but it IS remote repository from Maven's aspect) as local repositry and vice versa -- they are not interchangeable, see

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Tamás Cservenák
Hi, i wanted to join the crowd :) Maven1 was like some kind of magic to me back then, a sort of deus ex machina. A smart ant (?). No convention over configuration stuff yelled, it was messy but it worked. It was kinda nothing is unsolvable but you got finally a huuge maven.xml -- and sure death.

Re: How to deploy artifacts and its dependencies into a local proxy/repo?

2006-08-30 Thread Tamás Cservenák
Hi Dave, it seems to me that you have no problem with _DEPLOYING_ to Proximity in general, right? Correct me if i'm wrong. (sigh) I have no experience with IDEA and building it's plugin. I assume this question regards building IDEA plugin in general? ~t~ On 8/30/06, Dave Hoffer [EMAIL

Re: War Overlay

2006-08-31 Thread Tamás Cservenák
Hi, i had a same problem with it and could not understand what happened in (2.0- 2.0.1) transition until i got it. so I forced 2.0 plugin in project POM. The reason for this behaviour is unknown to me. +1 for configurability ~t~ On 8/31/06, Douglas Ferguson [EMAIL PROTECTED] wrote:

Re: [POLL] Why switch to Maven?

2006-08-31 Thread Tamás Cservenák
On 8/31/06, ArneD [EMAIL PROTECTED] wrote: ... Afterwards you can disconnect the proxy from Internet, or use the proxy's cache as your internal plugin repository. (Keeping the proxy alive and connected to the Internet might be unacceptable because you want to evaluate new plugins before you

[ANN] Proximity Status

2006-09-06 Thread Tamás Cservenák
Hi all, if you wonder where Proximity goes these days. :) First of all, the RC4.2 is the latest release and is stabilized with current features and despite it's RC mark it is stable for production use. Prior 1.0.0 final release, we had to make a stop to implement some larger features and

Re: Why does my project have SNAPSHOT dependencies?

2006-09-07 Thread Tamás Cservenák
Hi, 1. Try something like this (explicitly forbid SNAPSHOTs): repositories repository id.../id layoutdefault/layout name.../name releases

Re: Company-wide Maven repo

2006-09-14 Thread Tamás Cservenák
Hi, it depends on Your needs... Maven-proxy is a dead meat :) You left Archiva out from the list (http://maven.apache.org/archiva/) Proximity is mere a smart and simple proxy and tool to host reposes. It is extended to recognize Maven metadata (POMs, etc). It gives you useful funcs like

Re: Need help resolving deployment issues

2006-09-15 Thread Tamás Cservenák
Hi, Proximity's WebDAV adapter is just finished in SVN last night :) IF you deploy from Maven only (will not mount it as a volume in windows, since current implementation have some M$ related issues due to buggy namespace handling of webfolders...) -- it should work. Altough i'm going for

Re: Last deployed Snapshot not retrieve from another machine

2006-09-18 Thread Tamás Cservenák
Hi Olivier, Is maven even trying to get the library from proximity? Could you send some build logs please? ~t~ On 9/8/06, Olivier Catteau [EMAIL PROTECTED] wrote: Hi, I've got a strange problem and I'd like to know if it's a known bug or if I made a mistake when I configure my settings.xml

Re: Proxing a repository

2006-09-19 Thread Tamás Cservenák
You should try with http://localhost:8080/proxy/central Hope helps, ~t~ On 9/19/06, Raphaël Piéroni [EMAIL PROTECTED] wrote: Hello, I have tried to proxy a repository using archiva, but fails to achieve to. I installed on a windows, put the war in a tomcat 5.5 (jdk5). I registered

Re: [M2] Mirror

2006-09-27 Thread Tamás Cservenák
Or as an alternative, you can look for Proximity: http://proximity.abstracthorizon.org/ ~t~ On 9/26/06, Rémy Sanlaville [EMAIL PROTECTED] wrote: Hi Johan, Try rsync -rlHtSv [EMAIL PROTECTED]::maven2 /var/www/maven2 where /var/www/maven2 is the location where you want to put the files. You

Re: Repository configuration

2006-09-28 Thread Tamás Cservenák
A solution would be to set up a HTTPS repo, where Apache does client SSL authentication, and you start maven with proper SSL config and keystore I think it should work. Just create certs for your team members, others without certs will be banned from repo completely. ~t~

Re: RepositoryController: Item not found on URI - deploy to Proximity

2006-10-11 Thread Tamás Cservenák
Hello János, proximity RC4.2 does not support DAV deployment... You should share your proximity storage using some alternate way (samba, nfs or ftp...) and deploy onto it using the given protocol. WebDAV is targeted to release RC5 or 1.0.0. Currently i'm overhelmed with my daytime job, so these

Re: Why does my install goal fail?

2006-10-11 Thread Tamás Cservenák
Hi, definitely a proximity bug. Please fill a trac ticket about this. Sorry about this, but currently i am overhelmed with my daytime job, so proximity suffers from it. :( Will catch up as soon i can. Sorry again, ~t~ On 10/6/06, Dave Hoffer [EMAIL PROTECTED] wrote: We rebooted the server

Re: How to setup WebDAV protocol on Tomcat server?

2006-10-23 Thread Tamás Cservenák
Hi, for Proximity support please use the Support Forum here: http://forum.abstracthorizon.org/index.php?c=9 Please, do not pollute the Maven Users list with something that does not belong there! Thanx in advance! ~t~ On 10/19/06, Dave Hoffer [EMAIL PROTECTED] wrote: I understand that wagon's

[ANN] Proximity RC5 rolled out!

2006-10-26 Thread Tamás Cservenák
, visit Proximity site http://proximity.abstracthorizon.org/ Have fun, ~t~ === Tamás Cservenák @ Abstracthorizon.org Proximity and other goodies

[ANN] Proximity RC6 is out!

2006-11-09 Thread Tamás Cservenák
Hi, Proximity RC6 is out, with a lot of fixes and few new features. There are a lot of bugfix and major refactorings. The indexer is now completely dissected from Proximity bean, which serves the essentials only (repo aggregation and request routing), the Repositories are simplified too

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Tamás Cservenák
You can look at here: I wrote in Moving between Online and Offline environment how I do it with proximity on my laptop. It is from Proximity aspect a similar problem. http://forum.abstracthorizon.org/viewtopic.php?p=883 Have fun, ~t~ On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

[ANN] Proximity RC7 is out!

2006-11-28 Thread Tamás Cservenák
Hi all, Proximity RC7 is out. The changes in brief (compared to broken RC6): - Indexer initialization is refactored and fixed (RC6 broke it). - Lifecycles of Indexer and Proximity beans are now cleaner. - Various Maven related problems are fixed: metadata merging and HTTP LastModified header is

Re: Single module project -- fails to find organization POM

2007-02-08 Thread Tamás Cservenák
Hi, I think you should declare another proximity hosted repository in your POM. It is quite likely that you have some other repo (eg. inhouse) where your parent pom resides, but m2 does know about it nothing (as far as i see from your log excerpt). Hope helps, ~t~ On 2/8/07, [EMAIL

Re: Single module project -- fails to find organization POM

2007-02-08 Thread Tamás Cservenák
Hi, On 2/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: -- I think you should declare another proximity hosted repository in your POM. Thank you. When I reinstalled maven I didn't add the repository that denoted our inhouse repo. So i believe it helped :) -- but m2 does know about it

Re: Single module project -- fails to find organization POM

2007-02-08 Thread Tamás Cservenák
/usitc/1.0-SNAPSHOT/usitc-1.0-SNAPSHOT.pom. Why didn't m2 find that organizational pom via the central mirror. Best regards, Carlos -Original Message- From: Tamás Cservenák [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 1:45 PM To: Maven Users List Subject: Re: Single module

[ANN] Proximity Maven Plugin Proximity RC8

2007-02-26 Thread Tamás Cservenák
Hi all, i'd like to introduce the maven-proximity-plugin, a new handy utility for using with proximity. In short, this little and quite simple plugin allows you to interact with Proximity over SOAP and helps in some other tasks: It offers the following goals: reindex-all : triggers via SOAP a

Re: How to stop Maven downloading a particular jar under any circumstances

2007-03-01 Thread Tamás Cservenák
Hi, briefly: you have to spoof the artifact with Proximity instead of forcing Maven2 to NOT download the specified artfiact. I think it is impossible to point out one artifact to not get downloaded (thus offline mode will not help). Just take proximity as is, it is prepared for these kind of

Re: Easily List Dependencies for New Plugin?

2007-03-02 Thread Tamás Cservenák
Proximity can help you to collect this kind of info. For example, if you are interested in new surefire deps, use Proximity search function, and enter Lucene query: pom.deps:org.apache.maven.surefire and it will list all artifacts that DEPENDS ON surefire. Of course, all of this AFTER you

Re: Preventing transitive snapshot downloading

2007-03-09 Thread Tamás Cservenák
What about some (possibly maven-aware) HTTP proxy? Something like DSMP should be able to solve the problem, no? Greg, where did you find this about mirrorOf*/mirrorOf? I did not find anything about it in release notes and Jira issues ~t~ On 3/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [m2] Preventing transitive snapshot downloading

2007-03-12 Thread Tamás Cservenák
This puzzles me too :) ~t~ By convention, snapshots and releases are in separate repositories. So how is this going to work in practice? I don't have *one* repository that can proxy all other repos. - To unsubscribe,

Re: Proximity access control

2007-11-16 Thread Tamás Cservenák
Hi, the Delete icon is a start of never ended UI development :) The px core is prepared for file/artifact deletion but the webapp that stands in between px-core and your browser is not. ~t~ On Nov 16, 2007 8:41 AM, Xtonic [EMAIL PROTECTED] wrote: Hi, I am using Proximity CR9 When I brows

  1   2   3   4   5   >