Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] maven repository on ibiblio

The outdated Maven docs were removed from CVS the same
day, but we haven't updated the online docs since rc
for some reason.  We'll add a link, but I also assume
anyone using Maven can find the aspectj support.

wrt dependencies, as I said the libraries are modified
and thus we will not use dependencies. Indeed, we should
repackage or obfuscate them to avoid collisions.

Thanks for setting this up!
Wes

Carlos Sanchez wrote:
Hi,

So, classes packaged in aspectjtools.jar are modified versions?
If not, it would be better to include only the aspectj classes and specify
the others as dependencies, that's one of the most powerful Maven features.
The jar would be smaller.


BTW I've post a message three weeks ago about the outdated maven
documentation in the aspectj site
http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/dev
guide/antTasks-maven.html
Could anyone update it with a link to
http://maven.apache.org/reference/plugins/aspectj/ where the lastest
documentation resides?


Regards


Carlos Sanchez
A Coruña, Spain

Oness Project
http://oness.sourceforge.net




-----Original Message-----
From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-admin@xxxxxxxxxxx] On Behalf Of Wes Isberg
Sent: Wednesday, June 02, 2004 4:24 PM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] maven repository on ibiblio

> There is some work done on this? If not I'll do the job.

Thanks for picking this up!

> Is there any list of the dependencies and versions anywhere?

We bundle our own BCEL and JDT to make aspectjtools.jar work standalone. These libraries are not compatible with the usual BCEL or JDT, so they probably should not be listed as dependencies. Conversely, we probably should change the packages to avoid collisions, but we haven't yet.

Thanks -
Wes

Carlos Sanchez wrote:


Hi,

There is some work done on this? If not I'll do the job.

I've also seen that the aspectjtools.jar is actually a

bundle of other
packages. Is there any list of the dependencies and

versions anywhere?

Thanks

Carlos Sanchez
A Coruña, Spain

Oness Project
http://oness.sourceforge.net




-----Original Message-----
From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-admin@xxxxxxxxxxx] On Behalf Of Charles N. Harvey III
Sent: Wednesday, May 26, 2004 3:48 PM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] maven repository on ibiblio

Hello all.
I am a user of both Maven (http://maven.apache.org/) and AspectJ. Actually, I helped write the AspectJ Plugin 3.0 that uses the new aspectjrt-1.2.jar. When building with Maven, jar files are automatically

downloaded from
a remote repository on Ibiblio (http://www.ibiblio.org/). I would love it if the new aspectjrt-1.2.jar could be uploaded to this repository so that it will be easily downloadable by other users of AspectJ and Maven.

The Maven folks have a new procedure for uploading jars to the repository and I was wondering who might be able to take

care of that?

http://maven.apache.org/repository-upload.html

You need a license.txt, a project.xml and the jar wrapped up into a jar and then you post a request to Maven's JIRA. I could

do this if
someone could send me the license.txt for AspectJ and the

beginnings
of a project.xml (of I could come up with one).

Thanks for your time and assistance.


Charlie

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users





_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users





_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top