No refresh for build view on one project

2007-11-20 Thread Christophe Lechenne
Hi all, Monday morning, I deleted some build on this project using delete button. From this time, I can't see new build for this project although I can find build file in \webapp\WEB-INF\build-output-directory\projectId directory. We are using 1.1-beta-3 version on windows 2000. Any idea ?

RE: need to change the directory of build.xml

2007-11-20 Thread Pallavi.Satish
Thanks -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 3:03 PM To: continuum-users@maven.apache.org Subject: Re: need to change the directory of build.xml you should define the build.xml path in the build definition. Emmanuel [EMAIL

Re: need to change the directory of build.xml

2007-11-20 Thread Emmanuel Venisse
you should define the build.xml path in the build definition. Emmanuel [EMAIL PROTECTED] a écrit : Hi all, I am building my project which has its build.xml in different directory not with src. Is it possible to define directory of build.xml in continuum? Thanks regards Pallavi

Re: Building project root as recursive build

2007-11-20 Thread Emmanuel Venisse
ArneD a écrit : I noticed two problems with building the root of a projcet as a recursive build. I'm still on 1.1-beta-3, but at least from the release notes I could not see anything that this has been changed for 1.1-beta-4 or the 1.1 RC. First of all, when adding a Maven 2.0+ project using a

need to change the directory of build.xml

2007-11-20 Thread Pallavi.Satish
Hi all, I am building my project which has its build.xml in different directory not with src. Is it possible to define directory of build.xml in continuum? Thanks regards Pallavi

Re: need to change the directory of build.xml

2007-11-20 Thread Emmanuel Venisse
look at CONTINUUM_WORKING_DIRECTORY/PROJECT_ID/build/ if your file exist Emmanuel [EMAIL PROTECTED] a écrit : Hey while trying to do so I am getting this error Buildfile: build\build.xml does not exist! Build failed Thanks Pallavi -Original Message- From: Emmanuel Venisse

Re: help with assembly plugin

2007-11-20 Thread Gunnar Boström
Hi, Thanks for trying to help but the problem is with the multi-module project. If I run mvn package from the module directory it works correctly. If I run mvn package from the parent directory the line endings will not be converted! As I write I managed to get this working for a single file by

[M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Michael Bernagou
Hi, I'm new to M2 and I use Eclipse 3.2 WTP, Maven 2.0.7 and the latest maven plugin for eclipse. I use the server integration in Eclipse to test my webapp and I set the dependency in my pom.xml. For example, I develop a Tapestry webapp so I added the tapestry-core-5.0.6 dependency in the pom.xml

Doxia Macro in a xdoc file

2007-11-20 Thread Rémy Sanlaville
Hi, I wanted to add a TOC to my xdoc files. In the Doxia web site, the Doxia Macros Guide explains that it exists a TOC Macro (cf. http://maven.apache.org/doxia/macros/index.html). In a xdoc file, it will be: macro name=toc param name=section value=2/ param name=fromDepth value=0/ param

RE: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Beelen, M. - SPLXL
Michael, For running (and debugging) my eclipse projects in tomcat I am using the Sysdeo tomcat plugin. (http://www.eclipsetotale.com/tomcatPlugin.html) It offers the ability to start and stop tomcat from Eclipse and more importantly contains a additional DevLoader, which you can add to your

Using maven-antrun-plugin

2007-11-20 Thread Vishal Pahwa
Hi I am using maven2.0.6 and i need to execute ant build script from maven so i use maven-antrun-plugin and the configuration is like. plugin artifactIdmaven-antrun-plugin/artifactId version1.1/version executions execution iddocbook/id

RE: need to change the directory of build.xml

2007-11-20 Thread Pallavi.Satish
Hey while trying to do so I am getting this error Buildfile: build\build.xml does not exist! Build failed Thanks Pallavi -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 3:25 PM To: [EMAIL PROTECTED] Subject: Re: need to change the

[M2] maven-dependency-plugin vs. dependency-maven-plugin

2007-11-20 Thread CodingPlayer
hi, does anyone know which of these plugins is still maintained? (meaning what plugin should i use, and which is the current version?) http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dependency-plugin/

Re: maven-javadoc report fails

2007-11-20 Thread aldana
i had a look at http://jira.codehaus.org/browse/MJAVADOC-101, it was told to be resolved, but still occurs in my project (though i am using version 2.3). aldana wrote: hi, i've got problems with javadoc report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.3. it breaks during

RE: need to change the directory of build.xml

2007-11-20 Thread Pallavi.Satish
Yupp I got that Thanks -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 3:25 PM To: [EMAIL PROTECTED] Subject: Re: need to change the directory of build.xml buildDefinition.xml ??? what is this file? I'm talking about build definition

maven-javadoc report fails

2007-11-20 Thread aldana
hi, i've got problems with javadoc report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.3. it breaks during page generation (see below). log mentions 1 error. but i only see warnings from javadoc, no hint what the real breaking error is. some more informations: 1) report works in

RE: need to change the directory of build.xml

2007-11-20 Thread Pallavi.Satish
Hi, Are you talking about buildDefinition.xml file if yes then in which attribute. kindly explain. Thanks Pallavi Satish -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 3:03 PM To: [EMAIL PROTECTED] Subject: Re: need to change the

Re: need to change the directory of build.xml

2007-11-20 Thread Emmanuel Venisse
buildDefinition.xml ??? what is this file? I'm talking about build definition in the Continuum UI in the project group or in the project. Emmanuel [EMAIL PROTECTED] a écrit : Hi, Are you talking about buildDefinition.xml file if yes then in which attribute. kindly explain. Thanks Pallavi

[M2] repositories (central, codehaus, java.net)

2007-11-20 Thread CodingPlayer
Hi, i currently reorganize my repositories within my artifactory installation (artifact cache). and i wonder which of these repositories is correct: * central o http://www.ibiblio.org/pub/packages/maven2/ o http://www.ibiblio.org/maven2 o

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Michael Bernagou
So, the problem seems to be in the WTP part which do not take care about M2 (the plugin neither). It's the first time I used M2 and this repository system was a good idea, but if to use it I need another development tool, it's very bad. Thanks for answering, but I don't want to change again the

Plans for releasing maven-eclipse-plugin-2.5?

2007-11-20 Thread Beelen, M. - SPLXL
Hello all, I saw that the issues concerning WTP 2.0 support were closed as Fixed for the maven-eclipse-plugin in version 2.5. That version hasn't been released yet, which made me wonder when a new release of the plug-in might be expected. I know that very often open-source-projects can't/won't

RE: need to change the directory of build.xml

2007-11-20 Thread Pallavi.Satish
Thanks for all the help I am able to build now -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 3:50 PM To: [EMAIL PROTECTED] Subject: Re: need to change the directory of build.xml look at CONTINUUM_WORKING_DIRECTORY/PROJECT_ID/build/

Re: maven-javadoc report fails

2007-11-20 Thread aldana
i seemed to have resolved the error. was my mistake, there was a wrong html document inside my package.html so it was failing. the eclipse javadoc processor went through because it did not scan the src/main/javadoc folder. sorry, wrong alert. aldana wrote: i had a look at

RE: [M2] maven-dependency-plugin vs. dependency-maven-plugin

2007-11-20 Thread Brian E. Fox
You want org.apache.maven.plugins:maven-dependency-plugin. Latest release is 2.0-alpha-4. http://maven.apache.org/plugins/maven-dependency-plugin That ibiblio mirror is seriously slow. I think you should stop using it. Use repo1.maven.org/maven2 instead. -Original Message- From:

Re: Building project root as recursive build

2007-11-20 Thread ArneD
Emmanuel Venisse wrote: ArneD a écrit : I noticed two problems with building the root of a projcet as a recursive build. I'm still on 1.1-beta-3, but at least from the release notes I could not see anything that this has been changed for 1.1-beta-4 or the 1.1 RC. First of all, when

Re: Plans for releasing maven-eclipse-plugin-2.5?

2007-11-20 Thread nicolas de loof
Any chance to see MECLIPSE-172 patches beeing applied, and a new SNAPSHOT ? Nico. 2007/11/20, Beelen, M. - SPLXL [EMAIL PROTECTED]: Hello all, I saw that the issues concerning WTP 2.0 support were closed as Fixed for the maven-eclipse-plugin in version 2.5. That version hasn't been

Re: Plans for releasing maven-eclipse-plugin-2.5?

2007-11-20 Thread Arnaud HERITIER
I'm working on it, but as you said it's difficult to plan a release, due to personal/professionals constraints. I would like to apply all patchs (or to reject them) actually in Jira to be able in a future release to refactor the code of this plugin. If I don't have too many problems this week we

Re: Maven, junit and Mock Classes

2007-11-20 Thread Francois Fernandes
Guten Tag Jan Torben Heuer, Hi Jan, So where can I put both Mock Objects? Obviously not in the dao, because testclasses are not dependencies. So I would end up with a project for each or all MockObjects. You may specify the test-classes as a dependency using the test-jar mojo of the jar

Re: Maven, junit and Mock Classes

2007-11-20 Thread Antonio Petrelli
2007/11/20, Jan Torben Heuer [EMAIL PROTECTED]: I have have (again) a design question, where to place Mock Classes for junit. Mock classes can stay in the src/test/java directory. What's the problem? Antonio

Maven, junit and Mock Classes

2007-11-20 Thread Jan Torben Heuer
I have have (again) a design question, where to place Mock Classes for junit. Example: project-core (depends project-dao) public TestSomeCoreFunctions { DAO dao = new MockDAO(); ... } project-dao public interface dao {

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Arnaud HERITIER
Did you activate the WTP support in the eclipse plugin for maven 2 ? mvn eclipse:eclipse -Dwtpversion=1.5 It's working fine generally TEll us if you have any problem, we'll try to solve them Arnaud On Nov 20, 2007 9:49 AM, Michael Bernagou [EMAIL PROTECTED] wrote: Hi, I'm new to M2 and

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Arnaud HERITIER
ok, sorry, I didn't see that you were new to M2. You have actually several choices to work with maven 2 and eclipse. The first one is to use a plugin in eclipse to launch maven 2 to build your application. There are 2 plugins actually for eclipse : - http://code.google.com/p/q4e/ which we hope

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Arnaud HERITIER
You have to launch it in your project directory. Arnaud On Nov 20, 2007 3:01 PM, Michael Bernagou [EMAIL PROTECTED] wrote: So I did it : R:\java\tools\maven-2.0.7\binmvn eclipse:eclipse -Dwtpversion=1.5 - Declipse.workspace=R:\Michael\PersonalWS [INFO] Scanning for projects... [INFO]

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Michael Bernagou
So I did it : R:\java\tools\maven-2.0.7\binmvn eclipse:eclipse -Dwtpversion=1.5 - Declipse.workspace=R:\Michael\PersonalWS [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'eclipse'. [INFO]

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Michael Bernagou
Hum, I don't know how to do that. Ok I can create a bat file to launch the command but is it to do only once? 2007/11/20, Arnaud HERITIER [EMAIL PROTECTED]: Did you activate the WTP support in the eclipse plugin for maven 2 ? mvn eclipse:eclipse -Dwtpversion=1.5 It's working fine

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Michael Bernagou
Ok I did what you explain and something happended :D It replace all my source by ... nothing and create a target/classes folder in the root project. It deleted all the lib I had in WEB-INF/lib and put only the 4 I had defined for test purpose in my pom.xml using the scope system and added them as

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Arnaud HERITIER
On Nov 20, 2007 3:19 PM, Michael Bernagou [EMAIL PROTECTED] wrote: Ok I did what you explain and something happended :D It replace all my source by ... nothing and create a target/classes folder in the root project. It deleted all the lib I had in WEB-INF/lib and put only the 4 I had defined

Artifact problem on vista

2007-11-20 Thread Toby Hobson
Hi guys, I've recently installed Maven 2.0.7 together with jdk 1.6 on Windows Vista and I'm having quite a few problems. It seems maven is unable to download most of the artifacts I need, for example the following command doesn't work: C:\Users\toby\workspacemvn -e archetype:create

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Michael Bernagou
Be careful, conventions in maven are to have only one src folder by langage (src/main/java) and one artifact (a jar, a war, ..) per project. But Axis2 convention is to have web services implementation outside to be deployed in WEB-INF/services instead of WEB-INF/classes as the other... When

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Michael Bernagou
I'm completely lost. I think I'm going to restart step by step. First a Maven2 Webapp using WTP and Tapestry... and then I'll study the Axis2 plugins to integrate in my project. But, just to understand a little bit more. What you propose to me is to put my webservice sources outside the main

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Arnaud HERITIER
On Nov 20, 2007 4:54 PM, Michael Bernagou [EMAIL PROTECTED] wrote: I'm completely lost. I think I'm going to restart step by step. First a Maven2 Webapp using WTP and Tapestry... and then I'll study the Axis2 plugins to integrate in my project. You can find free books to help you on

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Michael Bernagou
Thanks a lot... I'm going to try and let you know. 2007/11/20, Arnaud HERITIER [EMAIL PROTECTED]: On Nov 20, 2007 3:52 PM, Michael Bernagou [EMAIL PROTECTED] wrote: Be careful, conventions in maven are to have only one src folder by langage (src/main/java) and one artifact (a jar, a

Re: [M2]Eclipse WTP, dependency, deployement, libraries

2007-11-20 Thread Arnaud HERITIER
On Nov 20, 2007 3:52 PM, Michael Bernagou [EMAIL PROTECTED] wrote: Be careful, conventions in maven are to have only one src folder by langage (src/main/java) and one artifact (a jar, a war, ..) per project. But Axis2 convention is to have web services implementation outside to be

Re: resources in an ant plugin

2007-11-20 Thread BenTatham
For future finders of this message, see here for some solutions: http://www.nabble.com/forum/Search.jtp?forum=178local=yquery=resources+ant -- View this message in context: http://www.nabble.com/resources-in-an-ant-plugin-tf4841631s177.html#a13859928 Sent from the Maven - Users mailing list

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
Without knowing anything about it in any detail (I don't run Vista), I would guess you might need to disable a firewall or grant Internet-connect privileges to your JDK executables. Wayne On 11/20/07, Sean Hennessy [EMAIL PROTECTED] wrote: Perhaps you might try adding -U option to command line

ERROR: Cannot override read-only parameter: packaging in goal: install: install

2007-11-20 Thread charliec
Hello, I have a pom.xml file that is used to install a jar file into the repository. I've attached the pom file. This file is included in a folder named jsr94 along with a jar file jsr94-1.0-SNAPSHOT.jar in that folder. When I execute mvn, everything works fine, the jar file gets copied into

RE: Artifact problem on vista

2007-11-20 Thread Sean Hennessy
Perhaps you might try adding -U option to command line and archetypeGroupId also..or simpler maven-archetype-site first? C:\Users\toby\workspacemvn -U -e archetype:create -DgroupId=com.mycompany.app -DarchetypeGroupId=org.apache.maven.archetypes -DartifactId=my-webapp

RE: Ant Mojo Resources

2007-11-20 Thread BenTatham
Simple question in regard to this really old solution: How do I get the plugin version number into the ant plugin's build.xml so I don't have to remember to modify the build.xml every time I release? Can you use filtering on the ant file at plugin build time? I would think that would be tricky

FW: Open Source Java 6 Developer Preview Release

2007-11-20 Thread Wayne Fay
Any Apple/Mac users here might be interested in the message below from the Apple Dev list... Wayne - Original Message - From: Landon Fuller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 2:14 AM Subject: Open Source Java 6 Developer Preview Release Howdy

Re: [M2] repositories (central, codehaus, java.net)

2007-11-20 Thread Wayne Fay
Looks generally fine, except that the Central master is repo1.maven.org, and ibiblio is the mirror. Wayne On 11/20/07, CodingPlayer [EMAIL PROTECTED] wrote: Hi, i currently reorganize my repositories within my artifactory installation (artifact cache). and i wonder which of these

RE: site:deploy using scp

2007-11-20 Thread n2000
Thank you! You have to change /etc/ssh/sshd_config on the server! Maciej Mastalarczuk-3 wrote: Hi, Please don't worry about this post, I fixed it. For anyone interested: I had to set PasswordAuthentication to 'yes' in /etc/ssh/sshd_config as it defaults to 'no'. Seems to be happy

Re: help with assembly plugin

2007-11-20 Thread Mick Knutson
Have you tried source${basedir}/ On 11/20/07, Gunnar Boström [EMAIL PROTECTED] wrote: Hi, Thanks for trying to help but the problem is with the multi-module project. If I run mvn package from the module directory it works correctly. If I run mvn package from the parent directory the

war overlays and compiler classpath

2007-11-20 Thread Blue . Thomas
I've configured an app-war to depend on overlay-war, and app-war lists overlay-war as an overlay in the maven-war-plugin configuration. On top of that, the classes in app-war depend on the classes in overlay-war for compilation, but being a type 'war', they don't seem to end up in the classpath

Zip Assembly flatten

2007-11-20 Thread Saloucious
Hi, is it possible to create an Assembly with ZIP format with files in root dir. Actually i've got assembly.zip | |${finalName} | | | |- my_file And i would like: assembly.zip | |my_file outputDirectory seems to begin at ${finalName} dir ... Thanks

RE: Classloading Issues

2007-11-20 Thread Paul Hepworth
Just to add, the weblogic dependencies scope is system. -Original Message- From: Paul Hepworth [mailto:[EMAIL PROTECTED] Sent: 20 November 2007 18:42 To: users@maven.apache.org Subject: Classloading Issues Hi On my project, we are using Weblogic 8.1 and XmlBeans 2.3 and associated

Classloading Issues

2007-11-20 Thread Paul Hepworth
Hi On my project, we are using Weblogic 8.1 and XmlBeans 2.3 and associated dependencies. The problem we have is that there are duplicate implementations (of different versions) of things such as QName, and so when running our tests, depending on which one is loaded first, it either works or

Re: ant tasks and pom properties

2007-11-20 Thread Hervé BOUTEMY
Le lundi 19 novembre 2007, Kevin Stembridge a écrit : Hi all, Is it possible for the ant tasks to read in arbitrary pom.xml properties? I'm not having any trouble getting at the normal properties that are part of the POM schema (project.version, project.build.directory etc) but I can't read

Re: Doxia Macro in a xdoc file

2007-11-20 Thread Dennis Lundberg
Which version of the site-plugin and doxia are you using? I think that some of the macros are only available in version 2.0-beta-6-SNAPSHOT of the site-plugin. Rémy Sanlaville wrote: Hi, I wanted to add a TOC to my xdoc files. In the Doxia web site, the Doxia Macros Guide explains that it

inhouse repository and dependencies

2007-11-20 Thread mffortin
I've been working on setting up an inhouse repository for our company. I have it setup and and I can deploy my project to it but I want to add my project dependencies. From what I've read on this list and else where there is no simple way to do that. What I'd really like to see in maven is

Re: inhouse repository and dependencies

2007-11-20 Thread Wayne Fay
Most people solve these problems by implementing a Maven proxy like Archiva, Artifactory, Proximity, etc. And no, you cannot sync your local repository cache to create a remote repository. There are some differences in the repos. Google for it or search the list archives -- we've talked about

antLib not producing same classpath as Mvn

2007-11-20 Thread Kallin Nagelberg
I've found what looks like a bug in the Maven Antlib, but I thought I should check here first before sending the issue to JIRA as I am a relatively new Maven user. I've created a pom that transitively has two paths to the artifact commons-logging. Due to the structure of the poms this resulted in

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
It seems there are no firewall problems because the eclipse update works ok ... also I can't even get a simple mvn archetype:create to work I've copied the settings.xml from maven-2.0.7\conf to my .m2 folder as well but still no luck :-( Toby Hobson wrote: Hi guys, I've recently

Adding Maven2 Project via URL

2007-11-20 Thread Hodanics, Charles J.
I can visit the pom.xml in my browser via URL fine however the continuum add comes back with no pom.xml existing. Any thoughts? Charles Hodanics NSTD-STJ 443-778-3246

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
the eclipse update works ok -- what (exactly) do you mean? How does Eclipse working == no firewall problems? In addition to the Vista firewall, what antivirus software are you running? A few people have posted here very frustrated by things only to discover that McAfee or something similar was

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
Sorry ... I mean that the JDK executable is able to pass through the vista firewall, I'll try disabling AVG etc. - Original Message From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, 20 November, 2007 9:39:46 PM Subject: Re: Artifact problem on

Re: Adding Maven2 Project via URL

2007-11-20 Thread olivier lamy
Hi, Does your pom have the right scm informations ? Do you have error in continuum logs ? -- Olivier 2007/11/20, Hodanics, Charles J. [EMAIL PROTECTED]: I can visit the pom.xml in my browser via URL fine however the continuum add comes back with no pom.xml existing. Any thoughts? Charles

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
ok .. it seems that maven is downloading stuff - i deleted .m2 and the next time i ran mvn it downloaded the maven-metadata-central.xml file It still doesn't work though :-( - Original Message From: Toby Hobson [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent:

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
Try mvn -X -U ... and see what comes shows up in the debug output. Wayne On 11/20/07, Toby Hobson [EMAIL PROTECTED] wrote: ok .. it seems that maven is downloading stuff - i deleted .m2 and the next time i ran mvn it downloaded the maven-metadata-central.xml file It still doesn't work though

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
(Eclipse uses javaw.exe) != (Maven uses java.exe). It is very possible that javaw.exe would be allowed while java.exe is blocked by your firewall etc software. I'm still not convinced you are able to download artifacts from Central. If you can dig into ~/.m2 and find some files named *.jar,

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
ok good point Wayne! I've disabled the windows firewall and antivirus but i'm still having no luck: C:\Users\toby\workspacemvn -DgroupId=com.test -DartifactId=test -X -U archetype :create + Error stacktraces are turned on. Maven version: 2.0.7 Java version: 1.6.0_03 OS name: windows vista

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
Are you perhaps behind an Internet proxy of some kind? If so, you must configure things in settings.xml. This is documented on the site and/or Wiki. Wayne On 11/20/07, Toby Hobson [EMAIL PROTECTED] wrote: ok good point Wayne! I've disabled the windows firewall and antivirus but i'm still

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
Nope ... just a normal wifi router/firewall and my xp laptop works ok Toby - Original Message From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, 20 November, 2007 10:52:55 PM Subject: Re: Artifact problem on vista Are you perhaps behind an

Build in success, but maven failed

2007-11-20 Thread Hodanics, Charles J.
Any reason why continuum build would say build in success with icon when this is the output? Downloading: ... [INFO] [ERROR] BUILD ERROR [INFO] [INFO]

RE: Artifact problem on vista

2007-11-20 Thread Sean Hennessy
complete command line you are using? similar problems in past were due missing mvn option -DarchetypeGroupId=org.apache.maven.archetypes log suggests it is trying to match GroupID of org.apache.maven.plugins instead of org.apache.maven.archetypes?? Sean -Original Message- From: Toby

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
Unfortunately, you've exhausted my personal list of things to check when Maven does not work. Based on what you've said, it seems to be something in Vista that is causing you problems, but since I don't run Vista, I'm not much help. Perhaps someone else on Vista who does not have these problems

Proximity into corporate use

2007-11-20 Thread hackaton
I would like to put Proximity into corporate use. While anyone can download artifacts from Proximity, only a few people can do deploy. I would like to setup the AffirmativeAccessManager to use ComplexPropertiesFileUsernameBasedAccessDecisionVoter. However, I get return code 500, when I do

How to pass different options to javac during compile and testCompile goals?

2007-11-20 Thread Sahoo
(Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source level as 1.4 for all my src/main/java code

Re: How to pass different options to javac during compile and testCompile goals?

2007-11-20 Thread Milos Kleint
Sahoo wrote: (Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source level as 1.4 for all my

How to pass different options to javac during compile and testCompile goals?

2007-11-20 Thread Sahoo
(I have not yet subscribed to users alias, so please copy a reply directly to me) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source level as 1.4 for all my src/main/java code and set source level as 1.5 for my

[FWD: Maven2 and Sun Jars]

2007-11-20 Thread Travis Winkler
project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; modelVersion4.0.0/modelVersion groupIdcom.dolby.atlassian.confluence/groupId

Re: solaris package (pkg) support

2007-11-20 Thread deckrider
On Oct 17, 2007 5:00 PM, Dan Tran [EMAIL PROTECTED] wrote: could you try this http://mojo.codehaus.org/solaris-maven-plugin/ and give feed back? I couldn't get this to work. Looking through the docs as well as finding this subversion repository ...

RE: Artifact problem on vista

2007-11-20 Thread David Florance
This won't help you much (because I don't already found a solution / workaround) but I have a problem which can be linked to yours. I use an archiva server. When I package my projects with a PC on Windows XP (mine or one of my dev team), everything works OK but when my leader try with it's laptop