: 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.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
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
[ 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
[ 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
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
> 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