Re: 1.1alpha 1 not deploying on tomcat 6.0.10

2007-04-24 Thread Wim Deblauwe
Thanks, that works. However, I still get this error: INFO: Deploying web application archive continuum-webapp-1.1-alpha-1.war 2007-04-24 12:14:48,595 [main] INFO PlexusContainer- Loading on start [role,roleHint]: [org.apache.maven.continuum.Continuum ,default] 24-apr-2007

RE: Error running Continuum as a server

2007-04-24 Thread Morgovsky, Alexander \(US - Glen Mills\)
Try adding projects like this: http://username:password@svn ip/url of project. Thanks. -Original Message- From: Williamson, James L [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 12:45 PM To: continuum-users@maven.apache.org Subject: Error running Continuum as a server Hey

Re: Error running Continuum as a server

2007-04-24 Thread Dan Tran
did you run NT service under a known user id? On 4/24/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Try adding projects like this: http://username:password@svn ip/url of project. Thanks. -Original Message- From: Williamson, James L [mailto:[EMAIL PROTECTED]

RE: Error running Continuum as a server

2007-04-24 Thread Williamson, James L
Thanks for the pointer - turns out my colleage changed the login credentials on me without telling me. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 12:26 PM To: continuum-users@maven.apache.org Subject: Re: Error running Continuum as a server

Re: Error running Continuum as a server

2007-04-24 Thread Dan Tran
did you try with 1.1-alpha-1? I am currently having issue with this version running as service, where continuum is not able to pull my svn server for update. -D On 4/24/07, Williamson, James L [EMAIL PROTECTED] wrote: Thanks for the pointer - turns out my colleage changed the login

Re: Trouble downloading from local and remote repositories when running Continuum as a service

2007-04-24 Thread Wayne Fay
Is the Continuum service running as the same user who is running it from the console? Generally, services are run under the local Administrator account, so I'd assume you've got some configuration settings associated with your user account which are not set up properly for the admin account.

release plugin 2.0-beta-5

2007-04-24 Thread alexsil
Hi all, If I visit the site of Maven Release Plugin I can see the following goals: Goals Overview * release:clean Clean up after a release preparation. * release:perform Perform a release from SCM * release:prepare Prepare for a release in SCM. * release:rollback Rollback a

Re: release plugin 2.0-beta-5

2007-04-24 Thread Thorsten Heit
Hi, If I visit the site of Maven Release Plugin I can see the following goals: Goals Overview * release:clean Clean up after a release preparation. * release:perform Perform a release from SCM * release:prepare Prepare for a release in SCM. * release:rollback Rollback a

Re: [m2] cobertura-maven-plugin specify: '-Dinstrumentation=VALUE'

2007-04-24 Thread Adrian Herscu
Version 2.1 always reports 100% coverage... Wayne Fay wrote: I checked the user@ archive and sure enough, this is a bug in the documentation -- you must wrap the ignore/ nodes insides ignores/. Same with exclude/ and I assume include/. Wayne On 4/23/07, Wayne Fay [EMAIL PROTECTED] wrote: Any

Re: Depending on snapshots

2007-04-24 Thread Borut Bolčina
If I use this notation, how can I be sure that this jar is being put on my web app classpath, as the pom file for this jar (4.1.2-20070321.174345-38) says 4.1.2-SNAPSHOT? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance;

Problem with plugin dependencies in multi-module projects

2007-04-24 Thread Robert Watkins
Hi, I've got a fairly complex project, consisting of a couple of dozen modules all up. What I'm finding is that certain combinations of these modules don't build together, and I think it's because of dependencies in plugins. Case in point: the application as a whole talks to two different

Re: how to exclude modules

2007-04-24 Thread Daniel Beland
1- I know, but sadly it is not enough to justify the move to my manager! :( 2- Good idea, I can define a profile per module + 1 for all, and enable only the specific profiles I need. My only problem is that the release plugin will still update all dependencies to SNAPSHOT in my webapp pom, I'm

RE: Some inter-plug-in dependencies have not been satisfied. error when building eclipse RCP App.

2007-04-24 Thread Ramesh Babu Pokala - TLS, Chennai
The DEBUG mode output for the attached mail. Can anyone help me out please? + Error stacktraces are turned on. Maven version: 2.0.6 [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settings\bpra\.m2\plugin-registry.xml' [DEBUG] Building Maven global-level plugin

maven 1.1 site generation

2007-04-24 Thread emerson cargnin
Hi In the site generated, the left column, with the sub projects (Projects title), the name of the projects goes out of the column when it's more than abount 21 chars. In the 1.0.2 it was alright, does anyone know how to correct it? thanks emerson

Re: maven 1.1 site generation

2007-04-24 Thread Arnaud HERITIER
It's certainly a problem in the stylesheet. in the maven-base.css there's a fixed width : #leftColumn (line 58) { width: 150px; float: left; } You can try to override this style in your own project.css Open an issue in the xdoc plugin you you want that we change it. Arnaud On 24/04/07,

xdoc for Maven2 ?

2007-04-24 Thread Lustig, Marc
---BeginMessage--- Hi, I was used to generate xdoc's with Maven1. Now using Maven2, I cannot find any plugin on the plugin reference page http://maven.apache.org/plugins/ I found this site thru google: http://repo1.maven.org/maven2/maven/maven-xdoc-plugin/1.0/ How do I install this on M2? Marc

Problems with maven-assembly-plugin from Netbeans 5.5...

2007-04-24 Thread Styve Arne
Hi, I'm trying to use the maven-assembly-plugin from within Netbeans 5.5 (with Mavenide installed), but when executing the goal assembly:assembly, I get the following message when using the predefined descriptor jar-with-dependencies: Embedded error: C:\Programfiler\netbeans-5.5\target\classes

RE: Some inter-plug-in dependencies have not been satisfied. error when building eclipse RCP App.

2007-04-24 Thread Tim Kettler
Hi, you should ask questions regarding plugins developed at the mojo project on the respective mailing list [1]. -Tim [1] http://mojo.codehaus.org/mail-lists.html Am Dienstag, den 24.04.2007, 13:47 +0530 schrieb Ramesh Babu Pokala - TLS, Chennai: The DEBUG mode output for the attached mail.

Re: Problems with maven-assembly-plugin from Netbeans 5.5...

2007-04-24 Thread Antonio Petrelli
2007/4/24, Styve Arne [EMAIL PROTECTED]: Hi, I'm trying to use the maven-assembly-plugin from within Netbeans 5.5 (with Mavenide installed), but when executing the goal assembly:assembly, I get the following message when using the predefined descriptor jar-with-dependencies: Embedded error:

Re: xdoc for Maven2 ?

2007-04-24 Thread Arnaud HERITIER
It's in the site plugin which uses doxia http://maven.apache.org/guides/mini/guide-site.html Arnaud On 24/04/07, Lustig, Marc [EMAIL PROTECTED] wrote: -- WWK Lebensversicherung a. G. Vorstand: Jürgen Schrameier (V), Rainer Gebhart, Dr. Friedrich Hebeisen Vorsitzender des Aufsichtsrats:

1.1alpha 1 not deploying on tomcat 6.0.10

2007-04-24 Thread Wim Deblauwe
Hi, I just downloaded the 1.1alpha1 and put the war in the webapps dir of tomcat. Then started tomcat, but it fails with this message: INFO: Deploying web application archive continuum-webapp-1.1-alpha-1.war log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException:

Re: 1.1alpha 1 not deploying on tomcat 6.0.10

2007-04-24 Thread Stephane Nicoll
Hi, Add -Dappserver.base=/some/path to redirect the logging and other application-specific stuff. This is done automatically for the standalone version. You have to do it yourself for the webapp version. HTH, Stéphane On 4/24/07, Wim Deblauwe [EMAIL PROTECTED] wrote: Hi, I just downloaded

force using settings.xml

2007-04-24 Thread spouynt
Hi all, one question : how to force (my)eclipse to use a custom settings.xml for the maven2 plugin ? eg. : using mirrors Thanks all ___ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos

Re: 1.1alpha 1 not deploying on tomcat 6.0.10

2007-04-24 Thread leahpar
with Windows you can create a folder c:\logs or update the path in c:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\continuum\WEB-INF\classes\META-INF\plexus\application.xml -- View this message in context:

Re: 1.1alpha 1 not deploying on tomcat 6.0.10

2007-04-24 Thread Emmanuel Venisse
1- create a directory appserver_base_directory with a log subdirectory 2- set CATALINA_OPTS=-Dappserver.base=appserver_base_directory 3- start tomcat Emmanuel Stephane Nicoll a écrit : On 4/24/07, Wim Deblauwe [EMAIL PROTECTED] wrote: and where do I put that? I tried to execute startup

Re: maven 1.1 site generation

2007-04-24 Thread emerson cargnin
Hi there The dash board is behaving strangely for checkstyle. It tells there are 30846 CS errors for a given sub project, when i go to its page it has only 94. All the numbers in the main dashboard page don't follow what each individual page has. Does any one have seem this? thanks emerson

how to set the repositories to be used for plugin dependencies ?

2007-04-24 Thread nicolas de loof
Hello, I'd like to configure a dependency to the compiler plugin (the SUN rt.jarfor java 1.3) as I use it for bootclasspath : artifactIdmaven-compiler-plugin/artifactId configuration compilerArguments bootclasspath

Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
Hi all, Can anyone point me to a good doc to configure Proximity ? I added the following lines to my settings.xml after deploying Proximity into Tomcat 6 : settings mirrors mirror idProximity/id http://repo1.maven.org/maven2/ nameProxmity mirrored central./name

[M2 SCM] Excluding files

2007-04-24 Thread ben short
Hi, How do i tell the scm plugin to exclude files in my pom. I want to tell it to ignore my idea project files, as i don't want these checked in to my svn repository. Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: maven 1.1 site generation

2007-04-24 Thread Lukas Theussl
The checkstyle plugin generates several pages, the overview page (Checkstyle Results, index.html) and the detailed reports (all, error, warning, info). The first only counts the number of *different* errors (ie if you have 10 javadocs missing, this is counted as 1 error message). The total

[M2 SCM] Excluding files

2007-04-24 Thread ben short
Hi, How do i tell the scm plugin to exclude files in my pom. I want to tell it to ignore my idea project files, as i don't want these checked in to my svn repository. Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For

default locale (xdoc)

2007-04-24 Thread Marc Lustig
I have another question with respect to xdoc generation. Is there any way to define the default locale? Or does Maven just read this info from JVM system properties? regards Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [M2 SCM] Excluding files

2007-04-24 Thread Emmanuel Venisse
Files to ignore are independant of of Maven-SCM but dependent of your scm. So with subversion you use svn:ignore subversion property, with CVS, you put files in .cvsignore file... Maybe we'll add an option in a future release of Maven-SCM, but we don't now. Emmanuel ben short a écrit : Hi,

Re: [M2 SCM] Excluding files

2007-04-24 Thread ben short
Emmanuel, Thanks for your reply. I was looking at the following page and saw the exculdes property, i assumed that i could set it in my pom. http://maven.apache.org/scm/plugins/status-mojo.html Thanks Ben On 4/24/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Files to ignore are

Re: [M2 SCM] Excluding files

2007-04-24 Thread Emmanuel Venisse
Yes you can set the exclude. configuration excludes exclude.../exclude /excludes /configuration But I'm not sure all scm providers use it. Emmanuel ben short a écrit : Emmanuel, Thanks for your reply. I was looking at the following page and saw the exculdes property, i assumed that

Re: Maven with remote repositories on https servers

2007-04-24 Thread DavidWilliams
Thanks Deng!!! David Maria Odea Ching [EMAIL PROTECTED] 04/23/2007 09:37 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Maven with remote repositories on https servers Hi, You can set the username and password

Re: Dynamic jar manifest classpath based on groupId, artifactId and version in repository

2007-04-24 Thread Geoffrey De Smet
Jerome Lacoste schreef: On 4/23/07, Geoffrey De Smet [EMAIL PROTECTED] wrote: I also have a dependency on spring-core: /repo/org/springframework/spring-core/2.0.2/spring-core-2.0.2.jar So I need a different classpathPrefix depending on the dependency. what is your use case ? I am not

Re: Help setup local proxy for Maven2 (Please)

2007-04-24 Thread DavidWilliams
Nawfel, I think you need to have the mirrorOfcentral/mirrorOf line in your mirror section. For example settings mirrors mirror idProximity/id mirrorOfcentral/mirrorOf url http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public/url /mirror

Re: maven-assembly-plugin: doesn't work from a reactor build

2007-04-24 Thread Graham Leggett
On Tue, April 24, 2007 3:07 am, Wayne Fay wrote: Are you sure Assembly is finding the assembly.xml you've specified during the reactor build? I know paths specified in child pom plugins sometimes don't work as expected during reactor builds, etc. I tried to change the descriptor to add the

Re: Continuum 1.1 alpha 1

2007-04-24 Thread Eric Miles
Any upgrade instructions for 1.0.3 to 1.1 alpha 1? The upgrade path doesn't seem to be the same as the previous upgrades. Thanks! On Mon, 2007-04-23 at 21:17 -0500, Jesse McConnell wrote: Well, its finally happened...continuum has had an alpha release to show off some of the work that has

Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
Thanks for your reply, I added mirrorOfcentral/mirrorOf but I get always : ## ## C:\works\workspaceM2\mvn -U install

xdoc/APT: how to add HTML

2007-04-24 Thread Marc Lustig
Hi, with the Maven1 xml-based xdoc it was easy to add HTML-code, with the new velocity-based engine it's not working the same way. Anybody knowing how to add HTML in the APT-format? The documentation of the site-plugin does not mention this. Marc

Re: xdoc/APT: how to add HTML

2007-04-24 Thread Wendy Smoak
On 4/24/07, Marc Lustig [EMAIL PROTECTED] wrote: with the Maven1 xml-based xdoc it was easy to add HTML-code, with the new velocity-based engine it's not working the same way. Maven 2 also supports xdoc. Place your files in src/site/xdoc and they'll be processed. Anybody knowing how to add

Re: Continuum 1.1 alpha 1

2007-04-24 Thread Emmanuel Venisse
No. For the moment, it's better to install continuum and re-add all your projects in this new instance. Emmanuel Eric Miles a écrit : Any upgrade instructions for 1.0.3 to 1.1 alpha 1? The upgrade path doesn't seem to be the same as the previous upgrades. Thanks! On Mon, 2007-04-23 at

Re: [m2] cobertura-maven-plugin specify: '-Dinstrumentation=VALUE'

2007-04-24 Thread Wayne Fay
Did you read the rest of the email? Wrap the ignore/ nodes inside an ignores/ node to solve your problem, and you can keep using 2.0. Wayne On 4/24/07, Adrian Herscu [EMAIL PROTECTED] wrote: Version 2.1 always reports 100% coverage... Wayne Fay wrote: I checked the user@ archive and sure

RE: maven-assembly-plugin: doesn't work from a reactor build

2007-04-24 Thread Jörg Schaible
Hi Graham, use goal single instead of attached. - Jörg Graham Leggett wrote on Monday, April 23, 2007 4:45 PM: Hi all, I have an assembly linked into the mvn build lifecycle like below using the attached goal. When mvn install is run from the assembly artifact, the assembly is built

Any mavne goals to Create eclipse product from existing jars?

2007-04-24 Thread Ramesh Babu Pokala - TLS, Chennai
Is there any way to create eclipse product file from the created jars using Maven goals? I have created jar file for my eclipse RCP application. I want create product for the same to craeate .exe. Please provide me any suggetions to do the same Thanks Regards Ramesh Babu.P

Re: Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Wayne Fay
You should start from scratch. Delete or rename the settings.xml file you have already been working on. Make a new settings.xml file located here: %where ever you installed maven2%/conf/settings.xml Insert the following text (only!!!): settings mirrors mirror idProximity/id

profiles for separate projects on same build

2007-04-24 Thread moraleslos
I'm running into a situation where I need to build a project twice in the same run dependent on two or more separate projects. For example, say I have three subprojects under root set up like this: root -- subproject A -- subproject M -- config.xml -- subproject Z Projects A and Z

RE: maven-assembly-plugin: doesn't work from a reactor build

2007-04-24 Thread Graham Leggett
On Tue, April 24, 2007 4:09 pm, Jörg Schaible wrote: use goal single instead of attached. This also seems to make no difference. One thing I have noticed is that a small part of the assembly is created, with the contents below. It looks like as soon as it's encountered the dependency with a

Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
C:\works\workspace\Test...mvn -U install [INFO] Scanning for projects... [INFO] - --- [INFO] Building TestTutelec [INFO]task-segment: [install] [INFO]

Re: Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Wayne Fay
Looks like Proximity isn't doing its job. I won't pretend to know why. Get that working, then try again. Also, use -X to see what's going on. It should look like: [DEBUG] Trying repository central Downloading:

Build for multimodule in flex

2007-04-24 Thread sahuly
hi, I was build the simple flex application using maven-flex2-plugin.but i want to build an application which contains three modules each modules have their own mxml and actionscript files. i have to write a build for that application.i.e each module have their own build file and all the build

Maven native plugin

2007-04-24 Thread Beuchat José
Hello, I want to use the maven native plugin to compile C++ project. The compilator is ok, but I've problems with the libraries. Here the error message: D:\MavenTests\my-appmvn package [INFO] Scanning for projects... [INFO]

heap space problem with surefire unit tests

2007-04-24 Thread noner
HI, I'd really appreciate any help with the following. I run a single unit test in Eclipse without any problems. Running the same unit test through Maven, without eclipse running, fails with the following message: ERROR! java.lang.OutOfMemoryError: Java heap space java.lang.OutOfMemoryError:

Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
C:\works\workspace\TestTutelecmvn -X compile + Error stacktraces are turned on. Maven version: 2.0.5 [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settin gs\Administrator\.m2\plugin-registry.xml' [DEBUG] Building Maven global-level plugin registry from:

Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread DavidWilliams
Try deleting the maven-resources-plugin folder in your local repository and try again. David [EMAIL PROTECTED] 04/24/2007 10:11 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re : Re : Re : Help setup local proxy for

Re: Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Wayne Fay
Delete your ~/.m2/repository directory and try again. You've got bad metadata from trying to build without having an Internet connection to access the Maven repositories. Wayne On 4/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: C:\works\workspace\TestTutelecmvn -X compile + Error

Hot deployment in IBM RAD 7.0 (Eclipse 3.2)

2007-04-24 Thread Gonzalo Vásquez Sáez
I hope that I can make myself clear with my problem, as it a bit complicated to explain: I'm using IBM RAD 7.0 (just moved a few weeks ago from RAD 6.0) with several Java (JAR), Web Module (WAR) and Enterprise Application (EAR) projects, which in turn we are converting them to Maven enabled

Oddness with the site plugin

2007-04-24 Thread James CE Johnson
Apparently I have something of an odd use-case in the way I'm structuring my projects. I'm open to advice... I have the following project structure: .../util/pom.xml .../util/build/pom.xml .../util/lang/pom.xml .../util/io/pom.xml .../util/misc/pom.xml .../util/build/pom.xml defines my common

RE : Hot deployment in IBM RAD 7.0 (Eclipse 3.2)

2007-04-24 Thread Elid OR
You are talking about a maven plugin for IBM RAD 7. I don't think such a plugin exist perhaps IBM RAD 7 is based on a version of eclipse WTP and you can use the corresponding. There is a maven plugin for eclipse/wtp that allow to add wtp capabilities to your maven project (i.e generate

Re: Build for multimodule in flex

2007-04-24 Thread Thorsten Heit
Hi, I was build the simple flex application using maven-flex2- plugin.but i want to build an application which contains three modules each modules have their own mxml and actionscript files. i have to write a build for that application.i.e each module have their own build file and all the

Re: Maven native plugin

2007-04-24 Thread Dan Tran
did you setup environemnt ? like INCLUDE, LIB ? -D On 4/24/07, Beuchat José [EMAIL PROTECTED] wrote: Hello, I want to use the maven native plugin to compile C++ project. The compilator is ok, but I've problems with the libraries. Here the error message: D:\MavenTests\my-appmvn

RE: Maven native plugin

2007-04-24 Thread Sean Hennessy
It appears that an include path directive is missing on the command line. Hunt through the Intel compiler and the native documentation http://mojo.codehaus.org/maven-native/native-maven-plugin/usage.html and find the section in the pom that allows one to specify include files/paths for the

Package a jar within a jar?

2007-04-24 Thread Nocera
Can someone show me how to package a jar within a jar using Maven2? Say my project has a dependency on a jar in my local repository (dependency.jar). I would like to end up with the following package: project.jar \- com (classes) \- META-INF \- lib \- dependency.jar TIA

Re: heap space problem with surefire unit tests

2007-04-24 Thread noner
OK. The problem was the fork command. Remove the fork and the heap space problem no longer occurs. noner wrote: HI, I'd really appreciate any help with the following. I run a single unit test in Eclipse without any problems. Running the same unit test through Maven, without eclipse

Maven Release Problem (downloading snapshot)

2007-04-24 Thread jim.s
Hello, I am using the Maven Release plugin to release my project. If the SNAPSHOT version has not been installed I get the following error: 1 required artifact is missing. for artifact: com.company.pkg:mappings:jar:0.1-SNAPSHOT I run release:prepare (using a POM with the 0.1-SNAPSHOT

Re: Package a jar within a jar?

2007-04-24 Thread Nocera
I figured it out: http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html -- View this message in context:

Re: Maven Release Problem (downloading snapshot)

2007-04-24 Thread Damien Lecan
http://jira.codehaus.org/browse/MRELEASE-3 Damien 2007/4/24, jim.s [EMAIL PROTECTED]: Hello, I am using the Maven Release plugin to release my project. If the SNAPSHOT version has not been installed I get the following error: 1 required artifact is missing. for artifact:

Re: RE : Hot deployment in IBM RAD 7.0 (Eclipse 3.2)

2007-04-24 Thread Gonzalo Vásquez Sáez
It helps, but just does the same (or very similar) than the eclipse Maven Plugin, so I doesn't solve my problem. Now I'm trying a different aproach by just make a plain EAR project with no Maven support :(, at least that works ;) Still any help on the problem would be appreciated. On 24/04/07,

Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
this is the log with a clean repository directory : ## ## C:\works\workspaceM2\...-v1.3mvn -X compile + Error stacktraces

Re: Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Tim Kettler
Like Wayne said: It looks like proximity isn't doing it's job. You should look at the proximity logs. Perhaps this tells you where things go wrong. -Tim Am Dienstag, den 24.04.2007, 16:37 + schrieb [EMAIL PROTECTED]: this is the log with a clean repository directory :

Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
here is the c:\proximity.log : 2007-04-24 15:43:49.593 INFO [http-8080-6:] - org.abstracthorizon.proximity.metadata.inspectors.JarFileInspector: Got IOException while creating JarFile on file [C:\proximity\inhouse\storage\asm\asm\1.5.3\asm-1.5.3.jar]. 2007-04-24 15:43:53.875 ERROR

Re: Oddness with the site plugin

2007-04-24 Thread Dennis Lundberg
Not sure if it'd work, but you could try to move the contents of util/pom.xml into util/build/pom.xml. This would make build your parent project. Then you would eliminate util/pom.xml. James CE Johnson wrote: Apparently I have something of an odd use-case in the way I'm structuring my

Re: Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Wayne Fay
Unfortunately, those of us on the Maven Users list generally don't know -anything- about Proximity. This is where you need to ask for help from Tamas et al in their forum. Looking at the stack trace, I'd guess you might have some NTFS permission issues preventing Proximity from downloading and

Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
OK ! (no permission problem, maximum free space ) what do you think about Artifactory ? is it a good proxy ? what are you using for your inhouse jars ? Cheers Nawfel - Message d'origine De : Wayne Fay [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org Envoyé le : Mardi,

Re: Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Wayne Fay
Never used Artifactory nor Archiva, but they are both options to consider. For a long time, we weren't using any formal system for inhouse jars; instead we mvn install'ed stuff we needed in various places and backed up server repos in case Central went offline one day, so we could still build

Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
is there an additionnal configuration that I missed, one to make Tomcat access the internet for central mirroring ? because when I installed Artifactory (and reinstalled maven 2.0.6 right now !) everything is looking fine (Artifactory looking up external repositories from the first hit !)

Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
is there an additionnal configuration that I missed, one to make Tomcat access the internet for central mirroring ? because when I installed Artifactory (and reinstalled maven 2.0.6 right now !) everything is looking fine (Artifactory looking up external repositories from the first hit !) this

Re: Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Wayne Fay
The general concept behind all of these Maven Proxy tools is the same. If one works for you and others do not, then I would just use that one. Wayne On 4/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: is there an additionnal configuration that I missed, one to make Tomcat access the

Writing a portable CVS configuration using maven2

2007-04-24 Thread Jerome Thibaud
Hi All, 1. Assuming several users connecting to a CVS server using ext method and ssh. As far as I understand, the pom.xml, checked out from CVS is the same for everyone. Only the settings.xml and maybe cvs-settings.xml might have specific content for each user, right ? In the scm plugin

mvn deploy and NTLM authentication

2007-04-24 Thread Lewandowski, Eric
Hi, Unfortunately, I need to deploy some artifact in a repository which required a NTLM authentication. I set my repository in distributionManagement of my pom's artifact. I put the login and password to access the repository to my settings.xml file. And I received this error :

quick custom plugin question

2007-04-24 Thread EJ Ciramella
So I've written a file that stores all the properties set in an xml file for ant consumption. But running my plugin like this: mvn m2utils:propGen:1.0:propgen -Dinfilename=effectivepom.xml -Doutfilename=newoutfile.xml It is run every time maven finds a sub module, so instead of having about

RE: quick custom plugin question

2007-04-24 Thread EJ Ciramella
NVM - it's @aggregator true -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 11:26 PM To: Maven Users List Subject: quick custom plugin question So I've written a file that stores all the properties set in an xml file for ant consumption.

Writing a portable CVS configuration using maven2

2007-04-24 Thread Jerome Thibaud
#Sorry if I double-posted I doesn't seem to have gone through Hi All, 1. Assuming several users connecting to a CVS server using ext method and ssh. As far as I understand, the pom.xml, checked out from CVS is the same for everyone. Only the settings.xml and maybe cvs-settings.xml might have

Re: Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Kathryn Huxtable
The *only* problem with Artifactory is that it seems to require Java6 and we're not yet running that on anything. -K On 4/24/07 3:28 PM, Wayne Fay [EMAIL PROTECTED] wrote: The general concept behind all of these Maven Proxy tools is the same. If one works for you and others do not, then I

Any change in ${ reports} in site.xml recently?

2007-04-24 Thread Curt Arnold
I've been working on several log4j related projects with Maven recently and I've started having errors during site generation start occurring on projects that had been working. The symptom is: [WARNING] Error loading report org.apache.maven.plugin.jxr.JxrReport - AbstractMethodError: