[jira] Commented: (MNG-553) Secure Storage of Server Passwords

2006-02-22 Thread Thomas Van de Velde (JIRA)
[ http://jira.codehaus.org/browse/MNG-553?page=comments#action_59243 ] Thomas Van de Velde commented on MNG-553: - Same here. This a major security issue and blocks wide adoption of Maven in our organization. A minor priority seems completely

Re: [M2] Classloader Not Working Correctly

2006-01-21 Thread Thomas Van de Velde
A unit test in a project tries to load a resource from another project. Thomas On 1/20/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Inside a plugin or a test? > > Thomas Van de Velde wrote: > > Hi, > > > > I believe the M2 classloader is not workin

[M2] Classloader Not Working Correctly

2006-01-20 Thread Thomas Van de Velde
Hi, I believe the M2 classloader is not working as it should. I have a JAR dependency with a file stored inside. I cannot load this file as a resource even if the project has a dependency on this JAR. This works in Eclipse though. Thomas

[jira] Commented: (MNG-1316) Dependency report breaks on systemPath artifacts

2005-11-07 Thread Thomas Van de Velde (JIRA)
[ http://jira.codehaus.org/browse/MNG-1316?page=comments#action_50207 ] Thomas Van de Velde commented on MNG-1316: -- I have a nullpointer under these conditions: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001

Re: maven 2.x site as the main site

2005-10-19 Thread Thomas Van de Velde
This should be moved and updated: http://maven.apache.org/reference/conventions.html http://maven.apache.org/using/repositories.html http://maven.apache.org/reference/glossary.html On 10/19/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > This is just my two cents but I am won

Re: maven 2.x site as the main site

2005-10-19 Thread Thomas Van de Velde
This is just my two cents but I am wondering if it wouldn't be better to hold this off untill documentation is complete. People will come to the Maven site by the masses (hopefully :-) when they hear M2 final is released and will wonder where to find documentation. IMHO there's still a lot missing

[jira] Created: (MNG-1157) Broken Link on Project Descriptor Page

2005-10-10 Thread Thomas Van de Velde (JIRA)
Broken Link on Project Descriptor Page -- Key: MNG-1157 URL: http://jira.codehaus.org/browse/MNG-1157 Project: Maven 2 Type: Bug Components: documentation Reporter: Thomas Van de Velde Priority: Minor The link to

[M2] HTTPS + Authentication Repository Support?

2005-10-10 Thread Thomas Van de Velde
Hi, Is there support provided for repositories that are secured through https and have a BASIC login prompt? Thanks. Thomas

[M2 Ecelipse Plugin] Possible to generate only .classpath file?

2005-10-06 Thread Thomas Van de Velde
Is it possible to generate just the Eclipse classpath without a .project file? Can you define other project natures (Spring, various WTP types)? Cheers, Thomas

[jira] Commented: (MNG-1115) Non descriptive Error handling

2005-10-06 Thread Thomas Van de Velde (JIRA)
[ http://jira.codehaus.org/browse/MNG-1115?page=comments#action_47964 ] Thomas Van de Velde commented on MNG-1115: -- After investigation, the error is thrown because of a missing ejb-jar.xml file. Therefore I'd like to suggest to provide a me

[jira] Created: (MNG-1115) Non descriptive Error handling

2005-10-06 Thread Thomas Van de Velde (JIRA)
Non descriptive Error handling -- Key: MNG-1115 URL: http://jira.codehaus.org/browse/MNG-1115 Project: Maven 2 Type: Bug Components: maven-ejb-plugin Versions: 2.0-beta-3 Reporter: Thomas Van de Velde Priority: Critical

Re: [M2] Provide default for pom.modelVersion

2005-10-06 Thread Thomas Van de Velde
That would be great. I think it's better to always declare a schema. That way you can use your XML editor for auto-completion, validation, ... Thomas On 10/6/05, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > > On 10/6/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: &

Re: [M2] Provide default for pom.modelVersion

2005-10-06 Thread Thomas Van de Velde
> assumed values is that assumptions change over time. > > Cheers, Tony. > > On Wed, 05 Oct 2005 15:20:32 +0100, Thomas Van de Velde > <[EMAIL PROTECTED]> wrote: > > > But this is irrelevant for people not using legecy POM's (which I would > > think is

Re: [M2] Provide default for pom.modelVersion

2005-10-05 Thread Thomas Van de Velde
; | for a new project, but surely 34 characters that don't ever change (like > | versions of your project do) isn't too much to ask for future > | compatibility?? > | > | -john > | > | Thomas Van de Velde wrote: > | | But this is irrelevant for people not using legecy POM'

Re: [M2] Provide default for pom.modelVersion

2005-10-05 Thread Thomas Van de Velde
d flexibility that is possible in > the way Maven 2 is set up. > > -Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Thomas Van de Velde > Sent: Wednesday, October 05, 2005 10:21 > To: Maven Developers List; [EMAIL PROTECTED] > Su

Re: [M2] Provide default for pom.modelVersion

2005-10-05 Thread Thomas Van de Velde
version change. > Although it is a nuisance, it really is better for each POM instance to > explicitly state which POM version it is supposed to be valid against. > > Cheers, Tony. > > On Wed, 05 Oct 2005 12:51:42 +0100, Thomas Van de Velde > <[EMAIL PROTECTED]> wrote: >

[M2] Provide default for pom.modelVersion

2005-10-05 Thread Thomas Van de Velde
Hi, Currently you are forced to define the modelVersion for each pom, even when declaring a parent. To me this seems to be a purely technical element that is of limited interest to end users. Would it not make sense to provide a default value (4.0.0) if not defined explicitly in the POM? Cheers,

[jira] Created: (MNG-1093) Improve Error Handling

2005-10-05 Thread Thomas Van de Velde (JIRA)
Improve Error Handling -- Key: MNG-1093 URL: http://jira.codehaus.org/browse/MNG-1093 Project: Maven 2 Type: Improvement Components: maven-eclipse-plugin Versions: 2.0-beta-3 Reporter: Thomas Van de Velde Priority: Minor When

[jira] Created: (MNG-1051) Confluence Support

2005-09-30 Thread Thomas Van de Velde (JIRA)
Confluence Support -- Key: MNG-1051 URL: http://jira.codehaus.org/browse/MNG-1051 Project: Maven 2 Type: New Feature Components: maven-site-plugin Reporter: Thomas Van de Velde I'd like to suggest to add support for generating Confl

[M2] Recommended Project Layout and Eclipse

2005-09-30 Thread Thomas Van de Velde
Hi, I am wondering what the best way is to setup a project layout with M2 and Eclipse for multiple modules. The documentationrecommends the following: +- pom.xml +- my-app | +- pom.xml +- my-webapp | +- pom.xml The only way I can see this wor

Re: M2 Plugin Descriptions Missing

2005-09-24 Thread Thomas Van de Velde
gt; > The majority of the released Maven plugins have some documentation - see > the plugin matrix for how we are tracking that. > > Which in particular are you referring to? > > - Brett > > Thomas Van de Velde wrote: > > >Many plugins are not having a description

M2 Plugin Descriptions Missing

2005-09-24 Thread Thomas Van de Velde
Many plugins are not having a description. When will this be completed? Isn't it better to do this right away? Documentation has been raised as an issue many times and for M2, I am surprised to see that it's still happening after the facts. Personally I think it's better to write and document at th

Re: Eclipse, WTP and Maven directory structure

2005-09-19 Thread Thomas Van de Velde
You can also refer to the following issue in Eclipse WTP's bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=102981 Cheers, Thomas On 9/19/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > Hi, > > FYI, it seems the Eclipse WTP team is considering supporting flexible > source > directory

[jira] Created: (MAVEN-1693) Remove unused from POM model, documentation and XSD

2005-09-15 Thread Thomas Van de Velde (JIRA)
Reporter: Thomas Van de Velde Priority: Minor The POM has a "properties" element that is not being used. To avoid confusion it should be taken out. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrator

Re: [M1] POM's deprecated?

2005-09-15 Thread Thomas Van de Velde
working. > > - Brett > > Arnaud HERITIER wrote: > > >I think that these properties were never used ? > >Is there someone who remember it ? > > > >Arnaud > > > >On 9/15/05, Thomas Van de Velde <[EMAIL PROTECTED]> > wrote: > > > >

Re: [M1] POM's deprecated?

2005-09-14 Thread Thomas Van de Velde
Should I log an issue on this? Cheers, Thomas On 9/13/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Hi, > > I wanted to make sure that this hasn't been deprecated before I log it as > a bug. I have the following in my POM: > > > ... > >

[M1] POM's deprecated?

2005-09-13 Thread Thomas Van de Velde
Hi, I wanted to make sure that this hasn't been deprecated before I log it as a bug. I have the following in my POM: ... war But the war plugin doesn't pick up this value. Any thoughts? Cheers, Thomas

Re: [vote] Farbizio Giustina as a Maven 1.x/2.x Plugins committer

2005-09-11 Thread Thomas Van de Velde
+1 and I'd like to help him with the WTP support for Eclipse. On 9/12/05, John Casey <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > +1 > > Brett Porter wrote: > | Hi, > | > | I'd like to propose we give commit access to Fabrizio Giustina to the > | plugins ar

[M1] Commit support for WTP in Eclipse plug-in

2005-09-04 Thread Thomas Van de Velde
Hi, Do any of the commiters have interest in comitting the support for WTP to the Eclipse plugin? There are patches available in JIRA ( http://jira.codehaus.org/browse/MPECLIPSE-80). I think this is a very usefull addition as WTP is also the basis for WSAD, which is used on many large projects.

Re: [M1.1] Eclipse generate-classpath broken?

2005-09-04 Thread Thomas Van de Velde
Foud it here: http://jira.codehaus.org/browse/MPECLIPSE-68 I was a bit quick on the trigger. Sorry about that. cheers, Thomas On 9/3/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Hi, > > I run the following command: > > C:\dev\projects\GRNDS5\workspace>m

[jira] Commented: (MPECLIPSE-80) Generate .wtpmodules files

2005-09-04 Thread Thomas Van de Velde (JIRA)
[ http://jira.codehaus.org/browse/MPECLIPSE-80?page=comments#action_45793 ] Thomas Van de Velde commented on MPECLIPSE-80: -- Do you plan on adding support for WTP EAR and EJB projects? > Generate .wtpmodules fi

[jira] Commented: (MPECLIPSE-80) Generate .wtpmodules files

2005-09-04 Thread Thomas Van de Velde (JIRA)
[ http://jira.codehaus.org/browse/MPECLIPSE-80?page=comments#action_45792 ] Thomas Van de Velde commented on MPECLIPSE-80: -- Does this also take care of copying the libraries that are marked with "true" to the lib folder of a wtp w

[M1.1] Eclipse generate-classpath broken?

2005-09-03 Thread Thomas Van de Velde
Hi, I run the following command: C:\dev\projects\GRNDS5\workspace>maven eclipse:add-maven-repo - Dmaven.eclipse.workspace=C:/dev/projects/test/workspace __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-beta-1 build:start: eclipse:

Re: [M2] Proposal for filtering of resources

2005-08-25 Thread Thomas Van de Velde
I agree with Kenney on the need for environment specific filter files. I have used such an approach for M1 as follows: ${maven.filter.env.list} Using environment filter ${filter.file} Loading filter ${filter.src} Loading filter ${filter.src}

Re: Automate testing

2005-08-23 Thread Thomas Van de Velde
There's also Eclipse's TPTP platform which has a feature that lets you record test scripts which are then launched through JUnit. Cheers, Thomas On 8/23/05, Rinku <[EMAIL PROTECTED]> wrote: > > Has anyone checked out Jameleon for integration testing? > http://jameleon.sourceforge.net/ > > Che

Re: Anyone knows of an existing J2EE/EJB open source application?

2005-08-23 Thread Thomas Van de Velde
In that case I would be very interested to know where you are going to post your article so I can get a copy of your petstore ;-) Cheers, Thomas On 8/23/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > > > > -Original Message----- > > From: Thomas Van de Vel

Re: Anyone knows of an existing J2EE/EJB open source application?

2005-08-22 Thread Thomas Van de Velde
Hi Vincent, It's funny I was looking for the same thing. At the end I've decided to write my own little application but I found one tutorial that came close to what I wanted. It uses Struts, Session EJB and Entity Beans. Unfortunately it's copyrighted. http://www.laliluna.de/integration-struts

Re: marmalade

2005-08-22 Thread Thomas Van de Velde
I believe M2 has Groovy integration on its TODO list. Groovy, which is well documented, is gaining a lot of momentum and integrates with Ant. http://groovy.codehaus.org/ Cheers, Thomas On 8/21/05, John Casey <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > R

Re: [m2] alpha-3, eclipse java build path

2005-08-09 Thread Thomas Van de Velde
Kenney, Will the M2 Eclipse plugin support the generation of a .classpath for multiprojects? T On 8/9/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > > On Tue, 9 Aug 2005, solo turn wrote: > > It's missing from the eclipse plugin. I've been meaning to change that, > but from what I could

Re: [ANN] Mavenbook.org with more tips and more feeds

2005-08-06 Thread Thomas Van de Velde
Hi Vincent, There's a problem with the "Dynamic Propery" tip: Error number 4001 in 4: Error while parsing velocity page Main.Tip8DynamicProperty Wrapped Exception: Encountered " == 'whatever'}">rn" at line 5, column 51. Was expecting one of: "}" … … Good stuff though! I can add a couple of M1

Re: [m2] getting involved?

2005-08-05 Thread Thomas Van de Velde
or a while and I am not sure that it's been fully clarified yet. I am sure some other users may be asking the same question. (I've added a couple of comments below) On 8/5/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > Hi Thomas, > > > -----Original Message--

Re: [m2] getting involved?

2005-08-05 Thread Thomas Van de Velde
pring knowledge for the development of plugins, which also attracts a wider community. 2) Maven developers can focus on core activities and not on the low-level IoC stuff. Cheers, Thomas On 8/5/05, Kristian Nordal <[EMAIL PROTECTED]> wrote: > > On Aug 5, 2005, at 11:14 AM, Thomas V

Re: [m2] getting involved?

2005-08-05 Thread Thomas Van de Velde
> > BTW - I like plexus. Haven't noticed the project before. I had used > avalon and had a look at pico+nano before. Plexus seems to be powerfull > like avalon containers but less invasive (like the spring-framework). > Maybe I'll use that in my project. Would you again decide for plexus if > you'

[M2] Add Repository URL to site

2005-05-16 Thread Thomas Van de Velde
It would be nice to add Maven 2's repository address to the Web Site. Cheers, Thomas

[jira] Created: (MNG-389) site:site Exception

2005-05-14 Thread Thomas Van de Velde (JIRA)
site:site Exception --- Key: MNG-389 URL: http://jira.codehaus.org/browse/MNG-389 Project: m2 Type: Bug Versions: 2.0-alpha-2 Reporter: Thomas Van de Velde Priority: Critical I've build a skeleton project with m2 archetype:c

[jira] Commented: (MNG-388) Eclipse plugin nullpointer

2005-05-14 Thread Thomas Van de Velde (JIRA)
[ http://jira.codehaus.org/browse/MNG-388?page=comments#action_39013 ] Thomas Van de Velde commented on MNG-388: - This happens when there's no POM found. > Eclipse plugin nullpointer > -- > >

Re: [jira] Created: (MNG-388) Eclipse plugin nullpointer

2005-05-14 Thread Thomas Van de Velde
Even if there's no POM, there shouldn't be a nullpointer but a nice message ;-) Sorry, I haven't had the time yet to provide details on the problem. I've commented in Jira. On 5/14/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-05-13 at 13:27

[jira] Created: (MNG-388) Eclipse plugin nullpointer

2005-05-13 Thread Thomas Van de Velde (JIRA)
Eclipse plugin nullpointer -- Key: MNG-388 URL: http://jira.codehaus.org/browse/MNG-388 Project: m2 Type: Bug Versions: 2.0-alpha-2 Reporter: Thomas Van de Velde $ m2 eclipse:eclipse [INFO

planetmirror link

2005-05-07 Thread Thomas Van de Velde
On http://maven.apache.org/using/repositories.html the planetmirror incorrectly points to http://planetmirror.com/maven/ This should be http://public.planetmirror.com/pub/maven/ Cheers, Thomas

Re: design for transparent plugin downloading

2005-05-06 Thread Thomas Van de Velde
Thanks for this clarification. M2 really starts to look great. On 5/6/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > Thomas Van de Velde wrote: > > >Brett, > > If I understand this right, you'll be able to tell Maven to > automatically > >check for an

Re: design for transparent plugin downloading

2005-05-05 Thread Thomas Van de Velde
Brett, If I understand this right, you'll be able to tell Maven to automatically check for an update of a particular plugin (great for automatically distributing bug fixes across projects, much like the Eclipse Update Manager). This would be accomplished by adding a plugin dependency without v

Re: Releasing issues

2005-05-01 Thread Thomas Van de Velde
That's true ;-) On 5/2/05, David Jencks <[EMAIL PROTECTED]> wrote: > > OS9 supports 1.1 at most. It certainly never got close to 1.3. I don't > think you can use that as an argument against requiring 1.4 :-) > > david jencks > > On May 1, 2005, at 1:37 PM

Re: Releasing issues

2005-05-01 Thread Thomas Van de Velde
I think Mac OS9 only supports jdk 1.3 but I guess nobody is using that. Thomas On 5/1/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > Thanks Brett, > > Personally, I'm not concerned because I moved to 1.4 our devs (and our > build platform) some months ago. > But I think it was a good idea

[jira] Created: (MPECLIPSE-83) Incorrect maven.eclipse.classpath.include handling

2005-03-17 Thread Thomas Van de Velde (JIRA)
Incorrect maven.eclipse.classpath.include handling -- Key: MPECLIPSE-83 URL: http://jira.codehaus.org/browse/MPECLIPSE-83 Project: maven-eclipse-plugin Type: Bug Versions: 1.9 Reporter: Thomas Van de Velde