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

> 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




Back to the top