Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] AJDT for Eclipse 3.2 rc1?

Jerry,

Each time did you extract just eclipse + AJDT, and no other plugins?
If so, then there must be a particular configuration that results in
these problems. What platform are you using, and which JVM?

AJDT is completely self-contained, and doesn't need any other components.

Regards,

Matt.

On 19/04/06, Jalenak, Jerry <JJalenak@xxxxxxxxxxx> wrote:
> Matt,
>
> More weirdness.  I came in this morning and did a fresh 3.2M6 install
> from the .zip file.  I then extract AJDT to this directory. The 'new
> aspect' wizard still fails, but I can create an aspect as a .java file
> and convert it.  I can edit the aspect, but when I try to generate my
> imports, it complains about the ':' in the pointcut statement.  So then
> I deleted this installation of eclipse, extracted a fresh 3.2rc1, and
> put AJDT on it.  Same problems as above.
>
> Is there another component that AJDT needs? I seem to remember that it
> needed one of the 'helper' components (emf, sdo, etc.)
>
> Btw, auto-completion also stopped working or provided limited 'hints'.
>
> Jerry Jalenak
> Software Engineer
> Netopia, Inc.
> -----Original Message-----
> From: ajdt-dev-bounces@xxxxxxxxxxx [mailto:ajdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Matt Chapman
> Sent: Tuesday, April 18, 2006 4:45 PM
> To: AspectJ Development Tools developer discussions
> Subject: Re: [ajdt-dev] AJDT for Eclipse 3.2 rc1?
>
> Jerry,
>
> There have been other reports of problems with the combination of AJDT
> + WTP. Can you try to narrow things down a little to see if that is
> the case here? For example does a plain AspectJ project show similar
> problems? If so, what about with the WTP feature disabled?
>
> Matt.
>
> On 18/04/06, Jalenak, Jerry <JJalenak@xxxxxxxxxxx> wrote:
> > Matt,
> >
> > I've dropped back to 3.2M6 with the plug-ins for the M6 build, and I'm
> > still seeing some really weird behaviour.  For instance, just
> scrolling
> > in the java view on an aspect causes the CPU usage for eclipse to jump
> > to over 50%.  Doesn't seem to happen on a normal .java file.  Also,
> > after I build using AspectJ, it takes a long time for the overall
> > process to complete - during this time my CPU peaks (and stays) in the
> > 80% range. This machine is running WinXP with the latest service pack;
> > it's a dual 3.4Ghz P4 with 4GB of memory, so I know the machine can
> > handle the load.  It's just really weird.....
> >
> > Jerry Jalenak
> > Software Engineer
> > Netopia, Inc.
> >
> > -----Original Message-----
> > From: ajdt-dev-bounces@xxxxxxxxxxx
> [mailto:ajdt-dev-bounces@xxxxxxxxxxx]
> > On Behalf Of Matt Chapman
> > Sent: Tuesday, April 18, 2006 10:49 AM
> > To: AspectJ Development Tools developer discussions
> > Subject: Re: [ajdt-dev] AJDT for Eclipse 3.2 rc1?
> >
> > Hmm, I'll investigate.. what other plugins do you have installed? WTP?
> >
> > Matt.
> >
> > On 18/04/06, Jalenak, Jerry <JJalenak@xxxxxxxxxxx> wrote:
> > > Hi Matt,
> > >
> > > I'm using the New Aspect wizard, entering only the aspect name.
> > > Defaults for modifiers (public), instantiation is NOT clicked on,
> but
> > > the issingleton radio button is highlighted.  Supertype of
> > > java.lang.object.  Stubs to create is 'Inherited abstract
> pointcuts'.
> > > That's it.
> > >
> > > I'm also getting a weird build error -
> > >
> > > java.io.FileNotFoundException
> > > at java.io.FileInputStream.open(Native Method)
> > > at java.io.FileInputStream.<init>(Unknown Source)
> > > at
> > >
> >
> org.aspectj.ajdt.internal.core.builder.AjBuildManager.copyResourcesFromF
> > > ile(AjBuildManager.java:478)
> > > at
> > >
> >
> org.aspectj.ajdt.internal.core.builder.AjBuildManager.copyResourcesToDes
> > > tination(AjBuildManager.java:424)
> > > at
> > >
> >
> org.aspectj.ajdt.internal.core.builder.AjBuildManager.doBuild(AjBuildMan
> > > ager.java:320)
> > > at
> > >
> >
> org.aspectj.ajdt.internal.core.builder.AjBuildManager.doBuild(AjBuildMan
> > > ager.java:197)
> > > at
> > >
> >
> org.aspectj.ajdt.internal.core.builder.AjBuildManager.incrementalBuild(A
> > > jBuildManager.java:168)
> > > at
> > >
> >
> org.aspectj.ajde.internal.CompilerAdapter.compile(CompilerAdapter.java:1
> > > 17)
> > > at
> > >
> >
> org.aspectj.ajde.internal.AspectJBuildManager$CompilerThread.run(AspectJ
> > > BuildManager.java:191)
> > >
> > > FileNotFoundException thrown: C:\Documents and
> > >
> >
> Settings\jjalenak\workspace\nBBS\webapps\nbbs\WEB-INF\classes\webapps\nb
> > >
> >
> bs\WEB-INF\classes\webapps\nbbs\WEB-INF\classes\webapps\nbbs\s\helpdesku
> > > i\netopia\images\cfg_off.gif (The system cannot find the file
> > specified)
> > >
> > >
> > > The file above is not in my images directory, but a couple of odd
> > things
> > > - the file path is repeated several times, and why does AJDT care
> > about
> > > this anyway?
> > >
> > >
> > >
> > > Jerry Jalenak
> > > Software Engineer
> > > Netopia, Inc.
> > >
> > > -----Original Message-----
> > > From: ajdt-dev-bounces@xxxxxxxxxxx
> > [mailto:ajdt-dev-bounces@xxxxxxxxxxx]
> > > On Behalf Of Matt Chapman
> > > Sent: Tuesday, April 18, 2006 10:34 AM
> > > To: AspectJ Development Tools developer discussions
> > > Subject: Re: [ajdt-dev] AJDT for Eclipse 3.2 rc1?
> > >
> > > There's a problem on 3.2RC1 where the structure of aspects is not
> > > being generated, which should be fixed in the next development
> build,
> > > which will be for RC1 only.
> > >
> > > But I can't reproduce the failure you describe, either with that M6
> > > build of AJDT on RC1, or   in my development environment with the
> fix
> > > to the above problem. I assume you're using the New Aspect wizard...
> > > which options and fields have you set in the wizard?
> > >
> > > Regards,
> > >
> > > Matt.
> > >
> > > On 18/04/06, Jalenak, Jerry <JJalenak@xxxxxxxxxxx> wrote:
> > > >
> > > >
> > > >
> > > > Is there a build of AJDT that will work with Eclipse 3.2 rc1?
> I've
> > > tried
> > > > the ajdt_1.4.0.20060413082832_archive (for 3.2 M6), but I'm
> > > > getting an error when I try to create a new aspect -
> > > >
> > > >
> > > >
> > > >             Creation of element failed.
> > > >
> > > >
> > > >
> > > >             Reason: MethodTraceAspect [in MethodTraceAspect.aj [in
> > > > npmaspects [in <project root> [in nBBS]]]] does not exist
> > > >
> > > >
> > > >
> > > > This is the aspect I'm trying to create, so I don't expect it to
> > > exist.  I
> > > > suspect this is something that has changed between M6 and RC1..
> > > >
> > > >
> > > >
> > > > Any ideas?
> > > >
> > > >
> > > >
> > > > Thanks.
> > > >
> > > >
> > > >
> > > > Jerry Jalenak
> > > >
> > > > Software Engineer
> > > >
> > > > Netopia, Inc.
> > > >
> > > >
> > > > _______________________________________________
> > > > 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
> > > _______________________________________________
> > > 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
> > _______________________________________________
> > 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
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>


Back to the top