Re: aspectj includes

2004-02-12 Thread Charles N. Harvey III
ry it out. Let me 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 t

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 hap

Re: aspectj includes

2004-02-09 Thread Charles N. Harvey III
e. That said, what I don't understand is why these resources are not packaged when you call the jar goal? Is it because these resources are only related to AOP? Thanks -Vincent -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 21:55 To: M

RE: aspectj includes

2004-02-09 Thread Vincent Massol
21:55 > To: Maven Users List > 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 has "includes" and "excludes" as part > of the task. So whatever specified gets included or excluded.

Re: aspectj includes

2004-02-09 Thread Charles N. Harvey III
in a second 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

RE: aspectj includes

2004-02-09 Thread Vincent Massol
t; To: Maven Users List > Subject: Re: aspectj includes > > Vincent, > I don't think it is possible yet. Since everything runs under the > task and that task does not have any properties that include > files other than .java and .aj. The bug below shows that the goal > (p

Re: aspectj includes

2004-02-09 Thread Charles N. Harvey III
Vincent, I don't think it is possible yet. Since everything runs under the 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" to "-inpath" so directories are supported. I asked

Re: aspectj includes

2004-02-04 Thread Charles N. Harvey III
I've been trying. Its tricky stuff. I'll try looking into the jar plugin to see how it reads the and try to copy that to the aspectj plugin. Oh yeah, with MavenNG, will it still use maven.xml - since maven.xml is jelly based and MavenNG does not seem to be using jelly? Just wondering where I sh

RE: aspectj includes

2004-02-04 Thread Vincent Massol
Hi Charles, The current version of the aspectj plugin does not support copying resource files. If you have time, 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 >