Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] how to set up development environment for ajdt and ajde?

Hi Lingli,

Unfortunately, AJDT's documentation has not been updated to include the new
weaver plugin - I've just raised a bug for this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=112766.

Currently the source for the aspectjrt.jar in the org.aspectj.runtime
plugin is contained in ajdesrc.zip in the org.aspectj.ajde plugin. There is
a bug open to move it to the org.aspectj.runtime plugin
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=112619) (this was changed
sometime last week so I would suggest you synchronize and get the latest
copy of the code from CVS).

The three plugins org.aspectj.runtime, org.aspectj.weaver and
org.aspectj.ajde should be three distinct plugins (apart from the bug I
mentioned above). You shouldn't have to compile jrocket classes (as I don't
believe these should make it into the ajdt's runtime, weaver, and ajde).
Runtime is the base one, then weaver depends on runtime and ajde depends on
weaver. You dont need to check out projects from AspectJ to build ajdt.

Hope this helps,

Helen




                                                                           
             "Wes Isberg"                                                  
             <wes@california.c                                             
             om>                                                        To 
             Sent by:                  "AspectJ Development Tools          
             ajdt-dev-bounces@         developer discussions"              
             eclipse.org               <ajdt-dev@xxxxxxxxxxx>              
                                                                        cc 
                                                                           
             16/10/2005 03:46                                      Subject 
                                       Re: [ajdt-dev] how to set up        
                                       development environment for ajdt    
             Please respond to         and   ajde?                         
              Wes Isberg and                                               
                  AspectJ                                                  
             Development Tools                                             
                 developer                                                 
                discussions                                                
                                                                           
                                                                           




To build the AspectJ source tree, see

  http://www.eclipse.org/aspectj/doc/released/faq.html#q:buildingsource

See instructions in build/readme-build-and-test-aspectj.html

To build AJDT, the FAQ entry on point is

  http://eclipse.org/ajdt/faq.html#q:source

(not sure if it is up to date - you might need to search the ajdt-dev
archive)

Wes

> ------------Original Message------------
> From: lingli zhang <lingli_z@xxxxxxxxx>
> To: ajdt-dev@xxxxxxxxxxx
> Date: Sat, Oct-15-2005 12:53 PM
> Subject: [ajdt-dev] how to set up development environment for ajdt and
ajde?
>
> Hi,
>
> I am a newcomer for both eclipse and ajdt. I want to
> set up a workspace that contain all projects related
> to   ajdt with compatible srcs so that I can make some
> changes to some of them and still be able to build
> them.
>
> Currently, I checked out
> org.aspject.ajde/runtime/weaver, org.eclipse.ajdt.*,
> org.eclipse.contribution.visualiser/xref* from
> AJDT_src   CVS to a clean eclipse workspace. However,
> I found that there is no src for the
> org.aspectj.runtime project (even no .zip/.jar for
> src). So I checked
> out the src directory from
> CVS/HEAD/org.aspectj/modules/runtime, but it seems not
> compatible with src of other projects in the
> workspace.
> Also, for org.aspectj.ajde, the src in ajde-src.zip is
> not compatible to src in org.aspectj.weaver. For
> org.aspectj.weaver project, I have to check out the
> jrockit package to make it compile.
>
> I guess my question is how to get all related,
> compatible src for these projects and be able to build
> and run them.
>
> Thanks in advance for any help!
>
> Lingli
>
>
>
>
> __________________________________
> Start your day with Yahoo! - Make it your home page!
> http://www.yahoo.com/r/hs
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>

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




Back to the top