[jira] Created: (CONTINUUM-499) Update for README.txt with an hands on chapter for including the Sun jars into the m2 repository

2005-12-05 Thread Andreas Hoheneder (JIRA)
: Continuum Type: Improvement Components: Core system Reporter: Andreas Hoheneder Priority: Trivial Attachments: sun_jars.patch If an user tries to build continuum the first time he has the unpleasant experience that the build fails because of the missing sun jars (and oracles

[jira] Created: (CONTINUUM-498) The continuum build depends via jpox on jaas. This is included in java 1.4 and will reach end of live in March 2006

2005-12-05 Thread Andreas Hoheneder (JIRA)
://jira.codehaus.org/browse/CONTINUUM-498 Project: Continuum Type: Task Components: Core system Reporter: Andreas Hoheneder Priority: Minor According to http://java.sun.com/products/jaas/index-10.html jaas reaches its end of live (and it isn't needed as dependency anyway as it is inc

[jira] Created: (MNG-516) in maven-resources-plugin does not honour project properties

2005-06-24 Thread Andreas Hoheneder (JIRA)
Versions: 2.0-alpha-3 Reporter: Andreas Hoheneder Attachments: ReflectionProperties.patch The current implementation only uses properties specified in filter.properties. This patch (relative to maven-plugins/maven-resources-plugin) adds the ability to specify properties from the project

[jira] Updated: (MNG-266) file conversions in assembly

2005-06-21 Thread Andreas Hoheneder (JIRA)
[ http://jira.codehaus.org/browse/MNG-266?page=all ] Andreas Hoheneder updated MNG-266: -- Attachment: FileNameMapping_betterRegex.patch "FileNameMapping_betterRegex.patch is the same as FileNameMapping.patch but with an extra check in the

[jira] Updated: (MNG-266) file conversions in assembly

2005-06-21 Thread Andreas Hoheneder (JIRA)
[ http://jira.codehaus.org/browse/MNG-266?page=all ] Andreas Hoheneder updated MNG-266: -- Attachment: FileNameMapping.patch - This adds ${artifactId}.${extension} to the assembly plugin. - Minor spelling errors corrected and will come in seperate

[jira] Created: (MNG-477) maven-plugin-assembly: tries to unpack non archive files

2005-06-16 Thread Andreas Hoheneder (JIRA)
Reporter: Andreas Hoheneder If a dependencySet contains a file which is not an archive (eg. *.dll) and true is set, unpackJar() gets called nevertheless leading to "Caused by: java.util.zip.ZipException: error in opening zip file". The error message does not tell the rea

Re: extending maven-assembly plugin (incl. MNG-266)

2005-06-11 Thread Andreas Hoheneder
> I'd make it fileMode for consistency, though, and I'd also allow the > fileMode and lineEndings to be specified in a fileSet. > > I think we can update the details of MNG-266 for this purpose. Are you > planning to work on it? > Yes, I started chewing through the source, it might need some time