[ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-02 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0Beta 3. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Damien Lecan
2007/11/1, Julian Wood [EMAIL PROTECTED]: Yes, the plugin has been moved: http://mojo.codehaus.org/buildnumber-maven-plugin/ Will it be released soon ? Thanks Damien - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: running class files compiled with maven

2007-11-02 Thread Antonio Petrelli
2007/11/2, Frank Wilson [EMAIL PROTECTED]: I know I can make a .jar with dependencies and a main class, but that isn't very convenient for development. Development? Are you using an IDE? If yes, see q4e or m2eclipse for Eclipse, or the Maven eclipse plugin, or mevenide for NetBeans.

Re: [m2] dashboard error....

2007-11-02 Thread Lee Meador
Its dashboard:persist according to http://mojo.codehaus.org/dashboard-maven-plugin/plugin-info.html but dashboard-report:persist according to http://mojo.codehaus.org/dashboard-maven-plugin/plugin-info.html I suggest you try it without the -report part. The list of goals is auto-generated while

driver not found for hibernate3-maven-plugin

2007-11-02 Thread Sonar, Nishant
Hi I have 2 child modules under 1 parent; one of them is using the mssqlserver driver and other the oracle driver. When I run the POMs for these which are using the hibernate3-maven-plugin, the one which executes later says that the driver is not found I've tried changing the sequence of

disabling application.xml generation

2007-11-02 Thread Jonathan Richard
Hi, I would like to know if there is a way, when using the maven ear plugin, to disable the application.xml file creation. I have a ear.pom file which is configured to package my project, in the same folder I provide my own application.xml + sun-application.xml but the plugin still generate

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Dan Tran
I will cut a release if I see more happy users which use the current SNAPSHOT. -D On 11/2/07, Damien Lecan [EMAIL PROTECTED] wrote: 2007/11/1, Julian Wood [EMAIL PROTECTED]: Yes, the plugin has been moved: http://mojo.codehaus.org/buildnumber-maven-plugin/ Will it be released soon ?

Re: Migration from beta-3 to beta-4 problem

2007-11-02 Thread Thomas Recloux
Yes, it has just been initialized by the first start. 2007/11/2, Emmanuel Venisse [EMAIL PROTECTED]: ok, but the jdbc url for the import use a clean db? Emmanuel Thomas Recloux a écrit : No, I exported from a beta-3 to a new beta-4 2007/11/1, Emmanuel Venisse [EMAIL PROTECTED]: Do

Removing: [goal] from forked lifecycle, to prevent recursive invocation.

2007-11-02 Thread Muntis Grube
Hello I have faced with maven warning, and I cant find explanation nor fix for it, maybe you can help me. My project is single module application with war packaging. A while ago we migrated from ant to maven and to map our project structure into maven I had to do a lot of configuration in

1.1-beta-4 release comments

2007-11-02 Thread Madsen,Bryan
I love the Queues page. Great job everyone on implementing that functionality. I have some questions related to the email formatting functionality. Here is my configuration in the application.xml: subject-format[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} -

Re: running class files compiled with maven

2007-11-02 Thread Frank Wilson
I do use eclipse, but it's not very handy to rely on an IDE in some cases. For instance, say you hand in an assignment built with maven - you can't really assume your lecturer is using eclipse. On my last handin I only had two deliverables, so I could split my project in to a hierarchical project

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Dan Tran
Mick, are you using the current snapshot at codehaus? On 11/2/07, Mick Knutson [EMAIL PROTECTED] wrote: I love this plugin On 11/2/07, Dan Tran [EMAIL PROTECTED] wrote: I will cut a release if I see more happy users which use the current SNAPSHOT. -D On 11/2/07, Damien Lecan

Re: Problems using a customized javadoc plugin from custom repository

2007-11-02 Thread Yan Huang
wondering if this issue is resolved? javadoc and sources plugin is repeating life cycle unnecessarily. If your fix in javadoc is working, can it be shared? On 10/24/07, Dirk Olmes [EMAIL PROTECTED] wrote: Vincent Siveton wrote: Hi, Try to remove your repo, specially: ${user.home

Re: 1.1-beta-4 release comments

2007-11-02 Thread Emmanuel Venisse
Madsen,Bryan a écrit : I love the Queues page. Great job everyone on implementing that functionality. I have some questions related to the email formatting functionality. Here is my configuration in the application.xml: subject-format[MSVC Doc] BUILD ${state}: ${project.name} -

Re: Cleanup Script

2007-11-02 Thread Jim Sellers
Another version that does a similar thing: find /path/to/repo -type d -mtime +15 -name '*SNAPSHOT*' -exec rm -fr {} \; This will delete any snapshots older than 15 days. Jim On 10/18/07, Brett Porter [EMAIL PROTECTED] wrote: I use Archiva on my own repository to clean up snaphots - it'll

Re: Windows domain in username

2007-11-02 Thread Emmanuel Venisse
Is it a basic authentication? Emmanuel chris_ a écrit : Hi, I am trying to add a maven 2.0.x project but have not figured out how to specify a username that must contain the windows domain. Below are the settings that I think should work: Add Maven 2.0+ Project POM Url:

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Mick Knutson
I love this plugin On 11/2/07, Dan Tran [EMAIL PROTECTED] wrote: I will cut a release if I see more happy users which use the current SNAPSHOT. -D On 11/2/07, Damien Lecan [EMAIL PROTECTED] wrote: 2007/11/1, Julian Wood [EMAIL PROTECTED]: Yes, the plugin has been moved:

Re: Migration from beta-3 to beta-4 problem

2007-11-02 Thread Emmanuel Venisse
Maybe you can delete all datas in the DB with some sql requests. Emmanuel Thomas Recloux a écrit : Yes, it has just been initialized by the first start. 2007/11/2, Emmanuel Venisse [EMAIL PROTECTED]: ok, but the jdbc url for the import use a clean db? Emmanuel Thomas Recloux a écrit :

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Kalle Korhonen
I cannot and will not use snapshots for my project. Good thing the latest 0.96 was captured in my proxy, but at the moment there doesn't seem to be a public repository that has this plugin. If that doesn't change, I need to change my proxy configurations and deploy the plugin into our internal

Question about native library path

2007-11-02 Thread Dave Feltenberger
All, Does anybody know if it's possible (and if so, how) to add the native library location to a classpath entry? Specifically the Eclipse .project classpath attribute org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY. I'd like to have some dlls in my library path without having to

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Kalle Korhonen
Certainly that I could do. But what's the purpose - has something changed drastically? Heck.. I'll bite. I just tried 1.0-beta-1-SNAPSHOT, didn't see any issues besides having to change the version *and* the name. Kalle On 11/2/07, Dan Tran [EMAIL PROTECTED] wrote: not even a quick test? :-)

Re: Exception transfering site files via webdav

2007-11-02 Thread Dmitry Beransky
I've suspected as much. Is there a way to tell the site plugin to throttle it's connection creation rate? I understand that Windows is running out of ports, but in reality, it's program opening connections that's at fault. It shouldn't be flooding the TCP/IP stack with so many connection

mavenide/NB6

2007-11-02 Thread John Coleman
Hi, I'm looking at the latest NB plus Mavenide combination and I can't see webapps under my other sources folder. Any ideas? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Dan Tran
not even a quick test? :-) On 11/2/07, Kalle Korhonen [EMAIL PROTECTED] wrote: I cannot and will not use snapshots for my project. Good thing the latest 0.96 was captured in my proxy, but at the moment there doesn't seem to be a public repository that has this plugin. If that doesn't change, I

running class files compiled with maven

2007-11-02 Thread Frank Wilson
Is there a way to run individual class files with help from maven. For instance I want to run the main method in one of my classes but the best I can do is use the java command from my jvm and add all my libraries inside ~/.m2/repository to the classpath by hand. Can maven automate this? I know I

Re: Migration from beta-3 to beta-4 problem

2007-11-02 Thread Emmanuel Venisse
ok, but the jdbc url for the import use a clean db? Emmanuel Thomas Recloux a écrit : No, I exported from a beta-3 to a new beta-4 2007/11/1, Emmanuel Venisse [EMAIL PROTECTED]: Do you run Export and Import on the same database? Emmanuel Thomas Recloux a écrit : Hi, I have got the

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Dan Tran
cool I now first user happy with the snapshot :-) -D On 11/2/07, Kalle Korhonen [EMAIL PROTECTED] wrote: Certainly that I could do. But what's the purpose - has something changed drastically? Heck.. I'll bite. I just tried 1.0-beta-1-SNAPSHOT, didn't see any issues besides having to change

Re: disabling application.xml generation

2007-11-02 Thread Wayne Fay
You'll probably need to dig into the ear plugin code a bit and see if this is actually a bug or simply a misconfiguration on your part. If you find its a bug (and fix it), please contribute your changes back via JIRA. Wayne On 11/2/07, Jonathan Richard [EMAIL PROTECTED] wrote: Hi, I would

Re: Question about native library path

2007-11-02 Thread Wayne Fay
Its possible this functionality is not currently available. Take a look at the source code, add in your needed features, and contribute it back for future inclusion in the next release of the Eclipse plugin. Wayne On 11/2/07, Dave Feltenberger [EMAIL PROTECTED] wrote: All, Does anybody know

Re: running class files compiled with maven

2007-11-02 Thread Wayne Fay
The exec-maven-plugin might be helpful, especially the java goal: http://mojo.codehaus.org/exec-maven-plugin/usage.html Wayne On 11/2/07, Frank Wilson [EMAIL PROTECTED] wrote: I do use eclipse, but it's not very handy to rely on an IDE in some cases. For instance, say you hand in an assignment

Re: driver not found for hibernate3-maven-plugin

2007-11-02 Thread Nathaniel Stoddard
Have you tried specifying the drivers as build extensions? That's how I have it (no parent POMs though) and it works fine for me. Then again, it could just be another strange reactor problem On 11/2/07, Sonar, Nishant [EMAIL PROTECTED] wrote: Hi I have 2 child modules under 1 parent;

Re: Windows domain in username

2007-11-02 Thread chris_
It is not basic authentication. Here are the details on the svn/apache server I am trying to connect to: Apache/2.0.55 (Win32) SVN/1.3.0 DAV/2 mod_auth_sspi/1.0.3 Server at myserver Port 8080 Thanks, Chris Emmanuel Venisse wrote: Is it a basic authentication? Emmanuel chris_ a écrit

running a specific plugin only while deploying ; running multiple times a same plugin while varying its parameters

2007-11-02 Thread Julien CARSIQUE
Hi, I would like to zip our generated ear and attach it but only when deploying to our archiva (for snapshot deployment and release). I actually use build-helper-maven-plugin to attach the zip file but had to associate it to a specific profile so it isn't done by default. How to run this

Re: disabling application.xml generation

2007-11-02 Thread Saritha SV
Hi You can try giving the full path in applicationXml tag like : applicationXml${basedir}/src/main/application/META-INF/application.xml/applicationXml along with Maven-ear-plugin and then for each module specify like : javaModule

Re: Question about native library path

2007-11-02 Thread Dave Feltenberger
Thank you for pointing out that if a feature doesn't exist I'm free to add the necessary features myself, Wayne. On Nov 2, 2007 2:16 PM, Wayne Fay [EMAIL PROTECTED] wrote: Its possible this functionality is not currently available. Take a look at the source code, add in your needed features,

promoting maven @work / fail on proxy uname/pwd

2007-11-02 Thread Marco Mistroni
hi all, i am very close to promote Maven @work, where we are currently using a 400 lines long ant build script... (don't need to list the miracles we are doing in it to get some jobs done...) i thought i would have had no problems in showing what Mvn can bring us (in 4 yrs using it, i found

Re: Question about native library path

2007-11-02 Thread Wayne Fay
Any time, Dave! Some people simply need a little nudge in the right direction. It seems like a lot of people on this list either don't realize or forget that Maven is Open Source Software. You're a developer, right?? If you want a feature and it isn't obviously available, go write some code!!

Re: running a specific plugin only while deploying ; running multiple times a same plugin while varying its parameters

2007-11-02 Thread Saritha SV
Hi For running multiple times a same plugin with various parameters , you can use profiles . http://maven.apache.org/guides/introduction/introduction-to-profiles.html this will give you an intro to build profiles . You can use different profiles in pom.xml , with the same plugin having

Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-02 Thread Karr, David
I have a set of targets in an Ant script that I'm trying to integrate into a goal in subproject maven.xml. One of the steps is to iterate over a list of files found in a directory, using the Ant-contrib foreach tag. This works fine in the Ant script, but when I do this in my maven.xml file, when

Re: promoting maven @work / fail on proxy uname/pwd

2007-11-02 Thread Brett Porter
On 03/11/2007, Marco Mistroni [EMAIL PROTECTED] wrote: - how you developers are tackling the issue right now? - does mvn 2.1 really provides that feature? - if so, when it will be out? I started a little work on it quite some time back, but it was not yet integrated into Maven and there were

Re: [m2] dashboard error....

2007-11-02 Thread Mick Knutson
Ok, I got something different. I put this in my plugin section: plugin groupIdorg.codehaus.mojo/groupId artifactIddashboard-maven-plugin/artifactId version1.0-SNAPSHOT/version !--jar file that has the jdbc driver --

How do I get secondary artifacts of dependencies into an assembly?

2007-11-02 Thread jpanelli
We have some dependencies that have a secondary artifact with a classifier called conf-resources. The secondary artifact is a zip that contains binary files that we want to include in an assembly. We can include the secondary artifact in the assembly when it is a module with this assmbly

Re: Problems using a customized javadoc plugin from custom repository

2007-11-02 Thread Dirk Olmes
Yan Huang wrote: wondering if this issue is resolved? javadoc and sources plugin is repeating life cycle unnecessarily. If your fix in javadoc is working, can it be shared? Well the fix in my situation was to check out the trunk of maven-javadoc-plugin, delete the @aggregator from

Re: How do I get secondary artifacts of dependencies into an assembly?

2007-11-02 Thread Kalle Korhonen
Unfortunately the assembly plugin doesn't understand the concept of classifiers at the moment. There are numerous bugs open on the issue - please vote on them if you haven't done so yet. I've solved the problem using a dependency plugin to copy the dependencies with classifiers to a target

Re: How do I get secondary artifacts of dependencies into an assembly?

2007-11-02 Thread jpanelli
Kalle, thank you very much. This gives me a direction to go at least. I will vote right now, provided I can figure out how to do that. John Kalle Korhonen-2 wrote: Unfortunately the assembly plugin doesn't understand the concept of classifiers at the moment. There are numerous bugs open

Re: [ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2007-11-02 Thread Stefano Fornari
Thanks Lukas and Arnaud, for now I am using Exec:Exec, which works pretty well. I tried once to get into the code of the assebly plugin but it was really difficult to understand. Maybe one day I'll try again :) Ste On 10/29/07, Arnaud HERITIER [EMAIL PROTECTED] wrote: it should be something

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Dirk Olmes
Dan Tran wrote: not even a quick test? :-) I did a quick test, too and can confirm that it works nicely. Can we PLSE make beta-1 release soon? Thanks, -dirk On 11/2/07, Kalle Korhonen [EMAIL PROTECTED] wrote: I cannot and will not use snapshots for my project. Good thing the latest

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Kalle Korhonen
Second that... I won't be a very happy user (camper) before that happens. Kalle On 11/2/07, Dirk Olmes [EMAIL PROTECTED] wrote: Dan Tran wrote: not even a quick test? :-) I did a quick test, too and can confirm that it works nicely. Can we PLSE make beta-1 release soon? Thanks,

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Dan Tran
I already call a VOTE at mojo-dev ;-) should see this baby up at maven central at the beginning of the week. -D On 11/2/07, Kalle Korhonen [EMAIL PROTECTED] wrote: Second that... I won't be a very happy user (camper) before that happens. Kalle On 11/2/07, Dirk Olmes [EMAIL PROTECTED] wrote:

[ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-02 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0Beta 3. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: can't find maven-buildnumber-plugin

2007-11-02 Thread Mick Knutson
You ROCK!! On 11/2/07, Dan Tran [EMAIL PROTECTED] wrote: I already call a VOTE at mojo-dev ;-) should see this baby up at maven central at the beginning of the week. -D On 11/2/07, Kalle Korhonen [EMAIL PROTECTED] wrote: Second that... I won't be a very happy user (camper) before

Embedding DTD entities in POM files

2007-11-02 Thread Mowreed
Hello, I am trying to embed DTD Entities in the POM files. Is this supported? If not, is there a plan to support this in 2.1 or future release? Here is my simple example- --- POM.XML --- ?xml version=1.0? !DOCTYPE project [ !ENTITY SheBang SYSTEM 'file:MYDTD.XML' ] project

Re: Embedding DTD entities in POM files

2007-11-02 Thread Wayne Fay
No, this is not currently supported, nor is support likely in the future. But there have been discussions on dev@ about adding pom mixins which would give you more or less the same functionality. Search the archives for mixin -- you're bound to find it. Wayne On 11/2/07, Mowreed [EMAIL

Using assembly to change file names

2007-11-02 Thread kalebral
Using maven 2.0.7 I'm trying to use an assembly to rename .js files based the build number. Below are snippets from my pom.xml and assembly.xml files from my pom.xml file groupIdcom.trovix/groupId artifactIdcp/artifactId versionTRUNK-SNAPSHOT/version