Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] org.aspectj.org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration

- check out the shadow version of org.eclipse.jdt.core into a project
shadows.org.eclipse.jdt.core,
- you will need to run the build.xml in that project to change the
file names to org.aspectj.org.eclipse from simply org.eclipse
- you then run the build.xml again to package the classes into jar
files that get dumped in the org.eclipse.jdt.core project


On 12/12/2007, Marco Poggi <marco.poggi@xxxxxxxxx> wrote:
> ok...with eclipse I have downloaded the project that are held in the
> 'modules' area, I have build all  of theme and then I have run with no
> failure the run-all-unit-test.
> Now I have try to download the org.esclipse.jdt core from 'shadows' area but
> it tell me that the resource already exist so it want overwrite it. The two
> project are the same? I can do the overwrite or I have to take the
> CompilationUnitDeclaration code in a different way?
>
> Sorry but I don't know wery well CVS...
>
> Thanks
>
> Marco
>
>
> On Dec 12, 2007 12:26 PM, Andy Clement <andrew.clement@xxxxxxxxx > wrote:
> > Classes starting org.aspectj.org.eclipse are part of the AspectJ
> > modified JDT compiler.  They are held in the org.eclipse.jdt.core
> > project that exists in 'shadows' area, which you need to access
> > through a branch - probably aj_v_574_R31X
> >
> >
> >
> >
> > On 12/12/2007, Marco Poggi < marco.poggi@xxxxxxxxx> wrote:
> > > Hi,
> > > where I can find the api-doc or the source code of this class? I google
> it
> > > but I have not found anything...
> > >
> > > Thanks
> > >
> > > Marco Poggi
> > >
> > > _______________________________________________
> > > 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