Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Development build updates

Thanks Alexander for the instructions.  I had initially given that a go, but ran into issues getting it to build (trying to do it all just from the command line).  Didn't want to spend a ton of time wrestling with that if I didn't need to.  As we've switched to maven for our builds, my local version of Ant is pretty ancient.  It could be that itself was the issue (I did not try an updated version).

Andy:  Thanks for the build, I very much appreciate it!


On Thu, Jul 11, 2013 at 11:51 AM, Alexander Kriegisch <alexander@xxxxxxxxxxxxxx> wrote:
Hi Kurt.

Actually I never tried to build AspectJ by myself, but got curious because of your inquiry. I just gave it a try after I found http://git.eclipse.org/c/aspectj/org.aspectj.git/. What I did was:
  - git clone git://git.eclipse.org/gitroot/aspectj/org.aspectj.git
  - Rename org.aspectj/build/sample.local.properties to org.aspectj/build/local.properties
  - Import Eclipse project from org.aspectj/build/ without copying anything, just referencing the cloned repo.
  - Run org.aspectj/build/build.xml as Ant build.
  - Find build artifacts in folder org.aspectj/aj-build/dist/tools/lib/

It was much easier than I thought. There is a little how-to at http://git.eclipse.org/c/aspectj/org.aspectj.git/plain/build/readme-build-and-test-aspectj.html - enjoy!
--
Alexander Kriegisch
http://scrum-master.de


----- Original Message -----
From: kurt.peterschmidt@xxxxxxxxxxx
To: aspectj-users@xxxxxxxxxxx
Date: 11.07.2013 18:38:30
Subject: Re: [aspectj-users] Development build updates


> Yes, we tried the 1.7.3 release.  The particular change we need (according
> to git) went in on 6/26/2013.  1.7.3 was released on 6/13/13, so it went in
> after 1.7.3 was released.  It's the synchronization around methods in
> ReferenceType.java that fixes things for us (spring weaving multi-threading
> issues).
>
> If you could do a dev build for me, that would be great.  Thank you for
> offering!
>
>
> On Thu, Jul 11, 2013 at 11:32 AM, Andy Clement <andrew.clement@xxxxxxxxx>wrote:
>
>> Have you tried the 1.7.3 release that just came out? I would have thought
>> the fix would have made it into there (I know the bug says target 1.7.4 but
>> that might be a mistake).
>>
>> > The development build link and information on the AspectJ site hasn't
>> been updated in a little while.  The most recent development build is from
>> March 13 of this year.
>>
>> It has been broken since the eclipse server infrastructure changed and the
>> build process broke, I haven't had time to rework the whole process so have
>> been building them on demand. Try 1.7.3 and if that doesn't have the fix
>> in, let me know and I can build a dev build for you.
>>
>> cheers,
>> Andy
>>
>>
>> On 11 July 2013 08:01, Peterschmidt, Kurt <kurt.peterschmidt@xxxxxxxxxxx>wrote:
>>
>>> The development build link and information on the AspectJ site hasn't
>>> been updated in a little while.  The most recent development build is from
>>> March 13 of this year.
>>>
>>> We are encountering this bug:
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=408721
>>>
>>> Which is now fixed and the change is in the git repo.  We'd like to use a
>>> build with this fix in it (hopefully without having to build the source
>>> ourselves).  Would it be possible to update the site with a current build?
>>>  I poked around on a few eclipse ftp mirrors hoping maybe the build was out
>>> there and the site just wasn't getting updated.  No luck, though.
>>>
>>> Thanks for the great work on AspectJ in general, we use it extensively.
>>>
>>> Thanks!
>>> Kurt
>>>
>>> _______________________________________________
>>> aspectj-users mailing list
>>> aspectj-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>>
>>>
>>
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>
>>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users

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


Back to the top