Patch posted for eclipse:external-tools-21 goal

2005-01-31 Thread Chad Woolley
http://jira.codehaus.org/browse/MPECLIPSE-69 Attached to the issue is a patch which makes the following changes to the eclipse:external-tools-21 goal: 1. Makes default action to run goal against project.xml in the current project. 2. Makes default to refresh project containing the selected resou

Re: WAR-Plugin include property files

2005-01-31 Thread Harald Meyer
Filip Polsakiewicz wrote: Thanks. But this didn't work. I remember from some ant-times that I needed to copy the resource files from the src.dir to the classes-dir before creating the war. I just don't know how to do this in maven. Filip, you might use some kind of java compile "postGoal" in m

ubjerjar and security certs - help needed?

2005-01-31 Thread Lageson,Thomas M
I am using the uberjar plugin to generate my runnable jar. However, my code makes calls to the code in sunjce_provider.jar, US_export_policy.jar and local_policy.jar. I am getting the following error (abbreviated): ...ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs

maven-webdav-plugin-0.1 available

2005-01-31 Thread Mark Slater
I haven't been able to find any maven plugins that will upload the site documents to a WebDAV repository. So, this morning, I finally did it myself. The result is posted in: http://jira.codehaus.org/browse/MPSITE-17 The jar file is attached to the issue request. It depends on jakarta-slide 2.1 j

Re: Maven and earlier versions of java

2005-01-31 Thread Brett Porter
If it works for you, great - but generally we don't test any lower than 1.3 and new versions will only run on 1.4. Note that this does not prohibit you from generating classes for a 1.1 JVM though - what Maven requires to run is independant of what it targets. - Brett On Mon, 31 Jan 2005 10:35:

Re: [SOLVED] WAR-Plugin include property files

2005-01-31 Thread Brett Porter
This is identical to that and preferred (there was a typo in the original replier's version): ... src/java **/*.properties ... On Mon, 31 Jan 2005 22:31:43 +0100, Filip Polsakiewicz <[EMAIL PROTECTED]> wrote: > Just solved the Problem.

Re: New Reactor Tag

2005-01-31 Thread Rick Mangi
Kind of a hack, but we do this like so: Sub Projects Built... time to war On Jan 31, 2005, at 4:35 PM, Brian Cochran wrote: Sorry to cross post, but I wanted to see the reaction from the maven userbase as to the demand for a new type of reactor tag. --- Forgive me if so

New Reactor Tag

2005-01-31 Thread Brian Cochran
Sorry to cross post, but I wanted to see the reaction from the maven userbase as to the demand for a new type of reactor tag. --- Forgive me if someone has already discussed this but I thought it was important to volunteer an idea. Suppose you set up projects using a flat, not hierarchal dire

[SOLVED] WAR-Plugin include property files

2005-01-31 Thread Filip Polsakiewicz
Just solved the Problem. Adding the following "cheat" does the job Filip Filip Polsakiewicz schrieb: Thanks. But this didn't work. I remember from some ant-times that I needed to copy the resource files from the src.dir to the classes-dir be

Re: WAR-Plugin include property files

2005-01-31 Thread Filip Polsakiewicz
Thanks. But this didn't work. I remember from some ant-times that I needed to copy the resource files from the src.dir to the classes-dir before creating the war. I just don't know how to do this in maven. Filip Martien Huysmans schrieb: Filip Polsakiewicz wrote: Hi all, I'm having trouble using

Re: WAR-Plugin include property files

2005-01-31 Thread Martien Huysmans
Filip Polsakiewicz wrote: Hi all, I'm having trouble using the war plugin. How can I tell the plugin to include property files from src/java in the war? Any help would be appreciated. Thanks Filip - To unsubscribe, e-mail: [EMAIL

WAR-Plugin include property files

2005-01-31 Thread Filip Polsakiewicz
Hi all, I'm having trouble using the war plugin. How can I tell the plugin to include property files from src/java in the war? Any help would be appreciated. Thanks Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: mutable properties from a file

2005-01-31 Thread Chris Berry
Answering my own question. Use something like teh following:: Cheers, -- Chris --- Chris Berry <[EMAIL PROTECTED]> wrote: > Greetings, > I am trying to read a mutable property from a file > (I > use it within a loop). I have tried using the > ant-contrib task with "unset=true" -- as

Re: How to get maven to just focus on the local repository??

2005-01-31 Thread Inandjo Taurel
Hi, I was having a problem with maven keeping on trying to download torque plugin and torque-gen3.1.1. I finally found what was wrong with torque plugin not being found. Two files were required, and not found by maven: torque-gen-3.1.1.jar, maven-torque-plugin.jar. I manually downloaded those fil

Re: multiple vesions of a plugin

2005-01-31 Thread Laurent Petit
Hi, Chris Berry wrote: > Greetings, > Is it possible for multiple versions of the same > plugin to exist simultaneously in a cache?? If so, how > does one specify explicitly which plugin to use?? > > Imagine the following: You are working on several > projects simultaneously, all on their own lifec

mutable properties from a file

2005-01-31 Thread Chris Berry
Greetings, I am trying to read a mutable property from a file (I use it within a loop). I have tried using the ant-contrib task with "unset=true" -- as shown below. But this is not reseting the Ant property?? Does anyone know a maven way of reading properties from a file which allows for the pro

Maven and earlier versions of java

2005-01-31 Thread Tate Austin
Hey I am in a java1.2 environment and I need to run maven. I don't have enough control over the machine to install 1.4(my permissions are very limited) is there anything specific about 1.2 that is prohibative for maven. I read there was perviously a 1.3 problem, and I have run a few maven tasks