[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] Building Eclipse from source using AspectJ; Checkpointing; Tracing
|
- From: "Craig Ugoretz" <craigugoretz@xxxxxxxxx>
- Date: Mon, 12 Mar 2007 22:41:58 -0500
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=AXNx8UVbixWsEACnTHs+V3v00L3WonpVJi5e9BGMDL72Fa7fDzuuNJqqmV6g8FOOMbqS980uCzkEn0m0jD5XdOH3UBSc+4I3wokO2lrfW7Fl60LoxjbaeUbRPCmYVpmenChyYyt8ZuQpPc+QiKmbHOlV3VOEEXhnpvKzSkBHFGM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=i11W0/+hBMYAgKG/3Qj0dBA7cGiaqawLR568QmqZ8ySSoAjHQimcTcqN+rZtpzPw01tboTNp7Sr8thcfhYrThvleStUVrbar1xLTH5Ap+W/4WwSpilDFQN9+6aSwp2v9g/GLVbVQoJqszNvkyJkI6XCqdpjLPVRNBrS0npNTVDY=
Hello,
I am interested in integrating a programming language into Eclipse, and I am trying to figure out how to go about understanding how Eclipse works. To this end, I thought of running Eclipse in a debugger to understand its dynamic behavior. If that would be the case, I think it would be useful to have some sort of tracing and/or checkpointing support as well as logging. Because of these issues, AspectJ came to mind because aspects would be a good way to implement these features. At this time I desire to know, can Eclipse
3.2 be built from source using AspectJ? I am the Ant build files would need to be altered. Currently, I am have trouble compiling Eclipse 3.2 using regular Java, getting tens of thousands of errors. I addressed this problem with another newsgroup, but additionally if anyone has an idea here, I would appreciate it. Also, could someone comment on the feasibility of implementing the above features using AspectJ?
Thanks,
Craig