Re: Uploading to a local repository

2006-09-14 Thread Nick Veys
On 9/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am strugling with the deploy task after we switched servers for the local repository. When I deploy, the artifacts get deployed to my user instead of ending up in the local repository What do you mean to your user, as in

Re: Dependency properties

2006-09-09 Thread Nick Veys
On 9/8/06, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Hi, I have been using Ant for a long time and am now starting to use Maven. I also have a background in Java, so I am trying to learn as much as I can about Maven. Here is an issue which I cannot get around as of now.

Re: site.xml inheritence

2006-09-08 Thread Nick Veys
The 'Inheritance' section is a child site.xml, though I have never actually gotten what it says to do work. ;) On 9/8/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: I've already read that, there is no example of the child module's site.xml in there. I've been trying for ages to get the child

Re: Defaults for compiler plugin

2006-09-03 Thread Nick Veys
http://mojo.codehaus.org/retrotranslator-maven-plugin/ ? On 9/3/06, Ralph Pöllath [EMAIL PROTECTED] wrote: On 03.09.2006, at 17:27, Douglas Ferguson wrote: What are the default values for source target version for the compiler? The compiler plugin's default values are probably the default

Re: newbie question

2006-08-28 Thread Nick Veys
Is your computer on the internet? Are you behind a proxy? You are unable to download every jar, either there's a service interruption on the mirrors or your connection isn't right. On 8/28/06, Charles Griffin [EMAIL PROTECTED] wrote: I installed maven2 and am trying to compile a simple class

Re: Using Java System Properties in pom.xml

2006-08-27 Thread Nick Veys
I was under the impression / would _always_ work, on either platform when passing a path to the File class. The String version is definitely not going to do much for you, it doesn't know it's supposed to be a path. Here's a quick test I whipped up, outputting whether a file exists given a

Re: 1 required artifact is missing

2006-08-26 Thread Nick Veys
I wouldn't be surprised if running it again gets the file. I get failed downloads all the time and just re-run and it gets them. On 8/26/06, Doug Douglass [EMAIL PROTECTED] wrote: At this point I think you need to contact who ever created the maven-exo-plugin and/or exo. On 8/26/06, john_sh

Re: Using Java System Properties in pom.xml

2006-08-25 Thread Nick Veys
Jimisola: The parameter that is getting its slashes altered, is it a String or File in the the Mojo? If it is just a String, try a File, I've seen your problem before and I believe that handled it. On 8/25/06, Jimisola Laursen [EMAIL PROTECTED] wrote: Hi! Are we taking about the same thing?

Berlios StatCVS M2 Plugin

2006-08-24 Thread Nick Veys
Anyone have any experience with this? I seems hardly complete and abandoned as far as commits go... I can get it to run but it doesn't copy the images generated to the target/site after generation. Starting my quest to learn the maven report api to start fixing it, any shortcuts would be

Re: [m2] Someone is copy dependency jars into working directory

2006-08-22 Thread Nick Veys
You could turn debug on (mvn -X) and watch for them. On 8/22/06, J. Matthew Pryor [EMAIL PROTECTED] wrote: This is a strange one. I have a multi-project set up and I have noticed that in some of the directories, all the dependency jars are being copied into the base directory but with the

Re: How to answer to an archive post ?

2006-08-19 Thread Nick Veys
If you don't have the email it's pretty hard to reply to it. I imagine if you just took the contents of it, and placed the important parts in an email, then answered it, it would do everyone a favor as it would be archived, show up in searches, etc. On 8/19/06, Eric Reboisson [EMAIL PROTECTED]

Re: aspectj-maven-plugin verbosity

2006-08-18 Thread Nick Veys
Any hint as to what needs to be done? I'd be glad to help out, I couldn't see much on the ajc docs as to how to make it quieter as it is already run w/o -verbose. On 8/18/06, Kaare Nilsen [EMAIL PROTECTED] wrote: On 15/08/06, Nick Veys [EMAIL PROTECTED] wrote: I've noticed the M2 version

Re: test\resources dependency issue

2006-08-18 Thread Nick Veys
Take a look here: http://maven.apache.org/guides/mini/guide-attached-tests.html You can deploy the tests (which include resources) for a model, then depend on that as well. On 8/18/06, Kapil Gupta(CT) [EMAIL PROTECTED] wrote: Hi, I have a multi module project with two modules A and B (depends

Re: Dependency scopes

2006-08-17 Thread Nick Veys
On 8/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Nick, I very much appreciate your response. I wish the article of reference on subject, namely, Introduction to the Dependency Mechanism was somewhat more precise. Perhaps the maintainers of the document could have another look at it. Is

Re: using javadoc overview and maven plugin

2006-08-17 Thread Nick Veys
overview${basedir}/src/main/java/overview.html/overview /configuration /plugin /plugins /build -- javadoc: error - Error while reading file C:working uscany07252006javasamplessdo/src/main/java/overview.html Robbie John. On 8/16/06, Nick Veys [EMAIL PROTECTED] wrote

Re: excluding unit tests

2006-08-17 Thread Nick Veys
Is this maven 1 or 2? It doesn't look right for either of them. Excluding unit tests is covered on both version's web pages... http://maven.apache.org/maven-1.x/reference/project-descriptor.html#unitTest http://maven.apache.org/plugins/maven-surefire-plugin/howto.html On 8/17/06, Satish [EMAIL

Re: using javadoc overview and maven plugin

2006-08-16 Thread Nick Veys
On 8/16/06, Robbie Minshall [EMAIL PROTECTED] wrote: Attempting to set the overview page for javadoc relative to the working directory : Using the ${basedir} almost works and probably would on a unix environment but on windows I get : C:working

Re: weird surefire test failure while all tests succeed

2006-08-16 Thread Nick Veys
There should be log files in target/surefire-reports, if they're not empty there should be something of value in there. On 8/16/06, tomiq [EMAIL PROTECTED] wrote: Hi everyone there is some weird surefire test issue running on my computer. The problem is that I have 5 nonFailing(!) TestCase

Re: basedir of super pom

2006-08-16 Thread Nick Veys
Could you just symlink the license file around to the various directories? On 8/16/06, Wayne Fay [EMAIL PROTECTED] wrote: Set up Apache on your box and point it to the top root directory. Then its always online and you're obviously connected to the server, so you can use a URL to the file.

Re: running unit tests for pom packaged project

2006-08-16 Thread Nick Veys
On 8/16/06, Denis McCarthy [EMAIL PROTECTED] wrote: Hi, One of my projects depends on a second project. As a result, I've defined the first project as being packaged as a pom, with an associated dependency in the second package. However, when I run 'mvn test' on the pom packaged project no

Re: Dependency scopes

2006-08-16 Thread Nick Veys
On 8/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The said article mentions the notion of runtime classpath. While I can see what compile and test classpaths mean, I fail to understand what a runtime classpath is, in particular how it differs from the test classpath. Think of Runtime as

Re: M2 and AspectJ issue

2006-08-15 Thread Nick Veys
Working for me just like that. Try running w/ -X for debug output and look for anything odd. Also, you can check target/classesbuilddef.lst and target/test-classesbuilddef.lst and verify the -aspectpath has your jar on it. On 8/15/06, thiago [EMAIL PROTECTED] wrote: Hi, I'm trying to get

aspectj-maven-plugin verbosity

2006-08-15 Thread Nick Veys
I've noticed the M2 version of the aspectj plugin is a lot louder than the M1 one. It lists every file as it compiles regardless if verbose is set or not. The major difference I see is that M2 uses ajc's bridge classes while M1 uses the iajc ant task. Is there a way to get M2's aspectj plugin

Re: Jar Dependency Graphical View

2006-08-15 Thread Nick Veys
On 8/15/06, Pin Ngee Koh [EMAIL PROTECTED] wrote: Is there a good tool to generate dependency graph and view it graphically? The Dependencies report gives you a tree view of all dependencies of a project, it's not an image but it is a dep graph. I am sure this question has been asked. Pardon

Re: Simple Problem with exec plugin

2006-08-11 Thread Nick Veys
How are your dependencies defined? Looking at the java exec mojo: /** * Executes the supplied java class in the current VM with the enclosing project's * dependencies as classpath. * * @goal java * @requiresDependencyResolution runtime * @execute phase=validate * @author a href=mailto:[EMAIL

Re: Native artifacts (.dll, .so etc)

2006-08-09 Thread Nick Veys
It can, there is a native-maven-plugin on codehaus. It should work for most simple JNI projects. The various OS's though, I'm not sure. You specify the OS in the pom, and you'd need the various platform dependencies available as well as a cross-compiler for each if you wanted to do this build

Re: problem with compiler plugin

2006-08-07 Thread Nick Veys
Sounds like you don't have the dependency specified... What does your pom.xml look like, what does your ant script do? There's not much info in your message! :) On 8/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi All i'm having this weired error, in my ABC.java dev team has something

Re: download from internal repository

2006-08-06 Thread Nick Veys
from other computer and i also check for somethink weired but i did not find in by project ,but unable when using maven1.0.2 still i am not able to do this i think it is a small task but i need help Thanks On 8/5/06, Nick Veys [EMAIL PROTECTED] wrote: Is the web server on your computer

Re: openoffice-maven-plugin for files in src/site/odf

2006-08-05 Thread Nick Veys
Not that I know of, but it seems there are at least reference to a whole host of utilities on this site: http://scenari-platform.org/trac/scenari/wiki/howto/generators/codesTransform I imagine you could pretty quickly whip up a php download script to convert on the fly for download, or use antrun

[M2] Finding dependency location

2006-08-04 Thread Nick Veys
Is there an analog in M2 to finding the filesystem location of a dependency such as M1's ${pom.getDependencyPath('groupId:artifactId')}? Currently migrating M1-M2, and we have several components unit-tests that need to find a native library dependency's location that is defined as a system