Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Requesting information about AspectJ for Master's thesis project

Thank you for your reply and suggestions. I imported the project as an existing maven project and tried doing a Maven build from eclipse using goals "clean install" and selecting "Skip Tests", but the build failed. Please see the attached screenshot for the "BUILD FAILURE" log and the Maven Run Configurations.

However, I tried to export a jar of the complete project (the main project with all the nested projects) in this state using the eclipse menu File > Export > JAR file, but that also failed. I have attached a screenshot of the JAR creation failed log as well.

As you suggested, running the individual projects creates their respective jars, but to evaluate my recommender system I need a jar file of the whole dataset project. Here, by 'dataset project' I mean, the projects I am using to test my system. The recommender system I am working on recommends expert developers for the methods of a project. I work with both the source code repository and the version control history of a project to extract the working history of its developers. Therefore, I need a complete project in the jar form to train my system. I hope I could explain my problems to you, if not please let me know. Testing my recommender system with the AspectJ project is one of the thesis requirements, I would be really grateful if you could help me out.


Thanks and regards,
Sharmin Akter

Graduate Student (M.Sc.)
Mathematics and Computer Science
University of Lethbridge
Lethbridge, AB, Canada
Office: UHall C589


On Sat, Jun 6, 2020 at 10:21 PM Andy Clement <andrew.clement@xxxxxxxxx> wrote:

Caution: This email was sent from someone outside of the University of Lethbridge. Do not click on links or open attachments unless you know they are safe. Please forward suspicious emails to phishing@xxxxxxxx.

Did you do an eclipse 'import existing projects as eclipse projects?' - I guess maybe you did as you ended up with nested projects. It should just be imported as maven projects these days and then you'll only get the main projects.  I don't know quite what you mean by a 'dataset project' - but if you just do a regular maven build of the project at the root the aspectjrt/aspectjtools and aspectjweaver projects will contain the key jars of the project.

cheers,
Andy

On Thu, 4 Jun 2020 at 11:10, Akter, Sharmin <akters@xxxxxxxx> wrote:
Hi there,

This is Sharmin Akter. I am a Computer Science Master's student at the University of Lethbridge, Canada. I am working on a recommendation system as my master's thesis, for which I need to use the AspectJ project as one of the dataset projects for my system.

I cloned the project from git and opened it in Eclipse. Initially, I was getting a lot of errors. I closed some nested projects causing the errors to remove them, namely Design Pattern Examples, EnforceProcess, figures, installer, sandbox-api-clients, spacewar, and some test projects. After closing them, I could build the project successfully.

For my thesis project, I need the jar files of the dataset projects. But when I tried to export a jar from the org.aspectj and its nested projects, the jar creation failed. I followed several ways I found on the internet to create the jar, but none of them worked. I would highly appreciate it if you could guide me in the right direction if I am missing something.

I would like to add that I have already worked with the "apache/commons-collections" project as my first dataset project, AspectJ would be the second one. Please let me know if you need any further information about my project.


Thank you,
Sharmin Akter

Graduate Student (M.Sc.)
Mathematics and Computer Science
University of Lethbridge
Lethbridge, AB, Canada
Office: UHall C589
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/aspectj-dev
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/aspectj-dev

Attachment: Build_Failure.png
Description: PNG image

Attachment: Maven_run_configurations.png
Description: PNG image

Attachment: Jar_creation_failed.png
Description: PNG image


Back to the top