Re: aspectj includes

2004-02-12 Thread Charles N. Harvey III
know your results. Thanks. Charlie Vincent Massol wrote: -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 23:01 To: Maven Users List Subject: Re: aspectj includes I don't know why they aren't associated with the aspected jar. Here's what

RE: aspectj includes

2004-02-10 Thread Vincent Massol
-Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 23:01 To: Maven Users List Subject: Re: aspectj includes I don't know why they aren't associated with the aspected jar. Here's what happens, jar:jar runs and creates my app.jar

Re: aspectj includes

2004-02-09 Thread Charles N. Harvey III
, please submit a patch :-) Thanks -Vincent -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 17:20 To: Maven Users List Subject: aspectj includes Hello. 'Nother aspectj question that probably can't be answered, but I will ask anyway. How can I

RE: aspectj includes

2004-02-09 Thread Vincent Massol
List Subject: Re: aspectj includes Vincent, I don't think it is possible yet. Since everything runs under the ant:iajc task and that task does not have any properties that include files other than .java and .aj. The bug below shows that the goal (possibly for 1.2) is to change -injars

Re: aspectj includes

2004-02-09 Thread Charles N. Harvey III
as it is done for the java plugin? Thanks -Vincent -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 20:52 To: Maven Users List Subject: Re: aspectj includes Vincent, I don't think it is possible yet. Since everything runs under the ant:iajc task

RE: aspectj includes

2004-02-09 Thread Vincent Massol
Subject: Re: aspectj includes As far as I can tell, the java (jar:jar) command does do it all in one step. This is because ant:jar has includes and excludes as part of the task. So whatever specified gets included or excluded. I don't see a second step in the plugin.jelly file for the java

Re: aspectj includes

2004-02-09 Thread Charles N. Harvey III
copy step as it is done for the java plugin? Thanks -Vincent -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 20:52 To: Maven Users List Subject: Re: aspectj includes Vincent, I don't think it is possible yet. Since everything runs

aspectj includes

2004-02-02 Thread Charles N. Harvey III
Hello. 'Nother aspectj question that probably can't be answered, but I will ask anyway. How can I include *.properties or *.xml files in my aspected jar? No matter what I seem to do my static files are never copied over into the jar. Which, of course, makes my app fail. It even strips them out