I didn't quite understand your question but note 2 things:
1. it should be ${pom.build.sourceDirectory}, not pom.sourceDirectory
2. If you put 2 directory elements in one resource it doesn't work - you
need two separate resource elements (although I don't think this was what
you were trying, it wa
I have
${basedir}/src/main
${pom.sourceDirectory}
**/*.properties
**/*.x*
and in the -X output, I get;
java:jar-resources:
[DEBUG] FileSet: Setup scanner in dir
/home/niclas/dev/opensource/avalon-sandbox/merlin-test/
On Wed, 2004-04-14 at 00:09, Jerome Lacoste wrote:
> I am trying to modify the xdoc:copy-user-resources in order to take into
> account a user supplied filterset.
>
> My maven.xml defines the following:
>
>
>
>
>
>
[Sorry to answer to myself. ]
The problem was that I should have use
Where is xdoc.copy-user-resources.filterset.id originall defined?
The NPE would have been fixed by some changes just committed to
MAVEN-1_0-BRANCH that will be present in RC3.
- Brett
> -Original Message-
> From: Jerome Lacoste [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 14 April 2004
I am trying to modify the xdoc:copy-user-resources in order to take into
account a user supplied filterset.
My maven.xml defines the following:
and the following patch is applied to
maven-xdocs-plugin-1.6/plugin.jelly. (note that the attached patch is
built on top of the
Patch to apply on maven-1.0.rc2.
Problem:
maven.docs.src.available doesn't exist when one calls
$MAVEN_HOME/bin/maven xdoc:copy-user-resources
With this patch I can now call $MAVEN_HOME/bin/maven
xdoc:copy-user-resources and the resources are copied.
This very simple patch works by moving
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPTEST-28
Here is an overview of the issue:
Message:
The following issue has been closed.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1234
Here is an overview of the issue:
---
The following comment has been added to this issue:
Author: Niclas Hedhman
Created: Tue, 13 Apr 2004 10:48 PM
Body:
Thanks, that did the trick.
Can close the issue.
-
View this comment:
http://jira.codehaus.org/
The following comment has been added to this issue:
Author: Brett Porter
Created: Tue, 13 Apr 2004 9:06 PM
Body:
the reason is that useexternalfile's default changed. It would also have failed in RC1
with that setting enabled.
workaround in RC2: set maven.javadoc.useexternalfile=
Message:
The following issue has been closed.
Resolver: Brett Porter
Date: Tue, 13 Apr 2004 9:04 PM
unfortunately we're not fixing these classloader issues in 1.0 and this is well
documented elsewhere.
-
View the i
brett 2004/04/13 18:03:44
Modified:src/java/org/apache/maven/jelly/tags/werkz Tag:
MAVEN-1_0-BRANCH MavenGoalTag.java
src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH
PluginManager.java
xdocsTag: MA
Message:
The following issue has been closed.
Resolver: Brett Porter
Date: Tue, 13 Apr 2004 9:01 PM
it is in the vdoclet JAR when I look. Can you delete the vdoclet JAR from your
repository and have Maven download it again to confirm?
---
Message:
The following issue has been closed.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1205
Here is an overview of the issue:
---
Message:
The following issue has been closed.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPWAR-1
Here is an overview of the issue:
--
Message:
The following issue has been closed.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPRELEASE-3
Here is an overview of the issue:
--
brett 2004/04/13 17:58:26
Modified:src/java/org/apache/maven/jelly Tag: MAVEN-1_0-BRANCH
MavenJellyContext.java
Log:
PR: MAVEN-1205
add back method, removed unused invalid and improperly named method
Revision ChangesPath
No re
brett 2004/04/13 17:57:17
Modified:war plugin.jelly project.xml
war/xdocs changes.xml
Log:
PR: MPWAR-1
copy resources even if no sources present by running test:test
Revision ChangesPath
1.40 +1 -3 maven-plugins/war/plugin.jelly
Inde
The following comment has been added to this issue:
Author: dion gillard
Created: Tue, 13 Apr 2004 8:56 PM
Body:
length will be a Long, and jexl is no good at Long -> int conversion.
Try this:
1: ${ verDir }
2: ${ length }
2a: ${length.class.name}
3: ${ verDir
Message:
The following issue has been closed.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPPMD-7
Here is an overview of the issue:
--
brett 2004/04/13 17:56:40
Modified:dist plugin.jelly plugin.properties
dist/xdocs changes.xml properties.xml
Log:
PR: MPDIST-2
add properties for tar and gunzip, like site
Revision ChangesPath
1.13 +1 -1 maven-plugins/dist/plugin.jelly
brett 2004/04/13 17:55:56
Modified:release plugin.jelly project.xml
release/xdocs changes.xml
Log:
PR: MPRELEASE-3
change invalid goal
Revision ChangesPath
1.22 +1 -1 maven-plugins/release/plugin.jelly
Index: plugin.jelly
=
brett 2004/04/13 17:55:25
Modified:pmd plugin.jelly
pmd/xdocs changes.xml
Log:
PR: MPPMD-7
fixed issues after clean. Fixed handling of cpd.enable property.
Revision ChangesPath
1.14 +6 -3 maven-plugins/pmd/plugin.jelly
Index: plugin.
brett 2004/04/13 17:54:46
Modified:src/java/org/apache/maven/jelly/tags/werkz Tag:
MAVEN-1_0-BRANCH MavenAttainGoalTag.java
Log:
fix error reporting
Revision ChangesPath
No revision
No revision
1.2.2.7 +3
Message:
The following issue has been closed.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1228
Here is an overview of the issue:
---
brett 2004/04/13 17:52:41
Modified:xdocs/misc Tag: MAVEN-1_0-BRANCH articles.xml
Log:
PR: MAVEN-1228
Submitted by: Chad Woolley
add TSS article
Revision ChangesPath
No revision
No revision
1.4.2.5 +5 -0 maven/xdocs/misc
The following issue has been updated:
Updater: fabrizio giustina (mailto:[EMAIL PROTECTED])
Date: Tue, 13 Apr 2004 7:24 PM
Comment:
diff
Changes:
Attachment changed to xdoc_patch.diff
-
For a fu
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-95
Here is an overview of the issue:
Message:
The following issue has been closed.
Resolver: Brett Porter
Date: Tue, 13 Apr 2004 6:53 PM
thanks, but as coincidence would have it I did just this today already :)
-
View the issue:
http://jira.codehaus.
I think you want to use tag inheritence, although it sounds back-to-front.
That way whoever uses your tag should be told to call at te end
of their tag.
- Brett
> -Original Message-
> From: Niclas Hedhman [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 14 April 2004 4:06 AM
> To: [EMAIL PR
Fabrizio,
These would be great, but please get them in ASAP as I'd like to be prepping
for RC3 early next week and from there its lock down time.
Thanks,
Brett
-Original Message-
From: Fabrizio Giustina [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 13 April 2004 7:05 PM
To: Maven Developers
On Tue, 2004-04-13 at 10:47, Jörg Schaible wrote:
> Jason van Zyl wrote on Tuesday, April 13, 2004 1:46 AM:
>
> > On Mon, 2004-04-12 at 19:35, Brett Porter wrote:
> >> Cool, that fits within our current technique.
> >>
> >> Who wants to be project lead for Xdoc and responsible for managing
> >> i
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1234
Here is an overview of the issue:
---
On 13 Apr 2004, at 13:42, Jason van Zyl wrote:
On Tue, 2004-04-13 at 04:17, robert burrell donkin wrote:
i seems to recall hearing something a while ago (on the grapevine)
about a new policy for maven plugins. i have done a bit of searching
but haven't turned anything up. what's the current poli
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MNG-6
Here is an overview of the issue:
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MNG-5
Here is an overview of the issue:
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MNG-4
Here is an overview of the issue:
The following comment has been added to this issue:
Author: gilles dodinet
Created: Tue, 13 Apr 2004 3:28 PM
Body:
also Resource comparison would be useful too : relaxEquals() may return true if
dont match and conflict may return true if of the resource being
compared and the
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MNG-3
Here is an overview of the issue:
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MNG-2
Here is an overview of the issue:
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MNG-1
Here is an overview of the issue:
The following comment has been added to this issue:
Author: Vincent Massol
Created: Tue, 13 Apr 2004 10:18 AM
Body:
Cool. Can you please tell us where to find jboss-server-conf.jar. I can't find it in
my jboss-3.2.3 install.
Thanks
Is it possible to define a or equivalent on the execution of
:
So that when the tag has been executed by 'someone else', my
postGoal is executed??
Niclas
--
+-//---+
| http://www.bali.ac |
| http://niclas.hedhman.org |
+--//---
The following issue has been updated:
Updater: Arnaud HERITIER (mailto:[EMAIL PROTECTED])
Date: Tue, 13 Apr 2004 9:57 AM
Comment:
This patch add the properties maven.dist.tar.executable and
maven.dist.gunzip.executable as in the site plugin.
Changes:
Attachment ch
The following issue has been updated:
Updater: Joachim Bader (mailto:[EMAIL PROTECTED])
Date: Tue, 13 Apr 2004 1:19 PM
Changes:
Attachment changed to plugin.properties
-
For a full history of the is
The following issue has been updated:
Updater: Joachim Bader (mailto:[EMAIL PROTECTED])
Date: Tue, 13 Apr 2004 1:19 PM
Changes:
Attachment changed to patch.diff
-
For a full history of the issue, se
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1233
Here is an overview of the issue:
---
The following comment has been added to this issue:
Author: Arnaud HERITIER
Created: Tue, 13 Apr 2004 9:47 AM
Body:
same thing for me under HPX11.
-
View this comment:
http://jira.codehaus.org/secure/ViewIssue.j
Jason van Zyl wrote on Tuesday, April 13, 2004 1:46 AM:
> On Mon, 2004-04-12 at 19:35, Brett Porter wrote:
>> Cool, that fits within our current technique.
>>
>> Who wants to be project lead for Xdoc and responsible for managing
>> its releases?
>
> That would be me :-)
>
> I'll eventually merg
jvanzyl 2004/04/13 06:38:57
maven-components/maven-plugins/maven-xdoc-plugin/src/main/java/org/apache/maven/xdoc/render/element
- New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
On Tue, 2004-04-13 at 04:17, robert burrell donkin wrote:
> hi
>
> JaxMe is the apache web-services JAXB-compatible xml-object binder.
> IIRC the current maven JAXB plugin uses the sun stuff which comes with
> a difficult license. i'd like to make available a jaxme-based plugin
> (completely un
Hi folks,
can anybody tell me what's the status of the Maven Wiki now? After the Wiki vandals
left it in a mindless version two weeks ago, nothing happend anymore. Just all pages
are now immutable and we cannot even restore the correct versions.
Regards,
Jörg
--
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJBOSS-10
Here is an overview of the issue:
---
The following issue has been updated:
Updater: Joachim Bader (mailto:[EMAIL PROTECTED])
Date: Tue, 13 Apr 2004 8:11 AM
Changes:
Attachment changed to plugin.properties
-
For a full history of the is
The following issue has been updated:
Updater: Joachim Bader (mailto:[EMAIL PROTECTED])
Date: Tue, 13 Apr 2004 8:11 AM
Changes:
Attachment changed to patch.diff
-
For a full history of the issue, se
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1232
Here is an overview of the issue:
---
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1231
Here is an overview of the issue:
---
The following comment has been added to this issue:
Author: Joerg Schaible
Created: Tue, 13 Apr 2004 7:54 AM
Body:
I wonder if it would be better to deprecate the url-tag in the POM in favour of a
homepage-tag looking at the lots of "bug" reports regarding this issue here in JIRA
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1230
Here is an overview of the issue:
---
From: Brett Porter [mailto:[EMAIL PROTECTED]
> I think I'm done with the current version, if you want to release it -
Please wait just a little... I found a couple of bugs and already patched my local
version, I will submit a jira report with the patches soon.
the bugs are related to:
- doc:j
hi
JaxMe is the apache web-services JAXB-compatible xml-object binder.
IIRC the current maven JAXB plugin uses the sun stuff which comes with
a difficult license. i'd like to make available a jaxme-based plugin
(completely under AL2.0).
i seems to recall hearing something a while ago (on the g
61 matches
Mail list logo