Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] How to build jdt-core under shadows

Hi Andy,

I removed the AspectJ nature as you adviced, and ran
the transform task again. But I still got the same
error:
--------------------------------------------------------------
Buildfile:
/home/workspace4/org.eclipse.jdt.core/build.xml
transformProjectToORGASPECTJ:
transformOneFolderToAJ:
     [echo] Copying 'antadapter' to 'src-temp' and
modifying file names to include aspectj
     [echo] Modifying file contents to change refs
from 'org.eclipse.jdt' to
'org.aspectj.org.eclipse.jdt'

BUILD FAILED
/home/workspace4/org.eclipse.jdt.core/build.xml:87:
The following error occurred while executing this
line:
/home/workspace4/org.eclipse.jdt.core/build.xml:137:
/home/workspace4/org.eclipse.jdt.core/src-temp not
found.

Total time: 1 second
--------------------------------------------------------------

Anything else I should do to make it work?

Thanks!
Lingli




--- Andy Clement <andrew.clement@xxxxxxxxx> wrote:

> after checking it out, remove the AspectJ nature
> then run the
> transform task, then re-add the AspectJ nature. 
> there is a problem in
> the interaction between the AJ builder and the ant
> task.
> 
> What exciting things you are up to checking all this
> stuff out?
> 
> Andy.
> 
> On 29/10/05, lingli zhang <lingli_z@xxxxxxxxx>
> wrote:
> > Hi,
> >
> > I checked out the jdt-core project from shadows,
> using
> > tag aj_v_574_R31X. I want to build it and copy the
> > result jar files to other aspectj modules. I
> followed
> > the instructions in README. But the ant target
> > "transformProjectToORGASPECTJ" terminated with
> error
> > "src-temp" does not exist. If I add mkdir tasks
> for
> > src-temp to build.xml, the ant target runs to
> > completion, but delete every src files, instead of
> > transform them with prefix "org.aspectj". Anyone
> tried
> > this before? What should I do?
> >
> > Thanks a lot!
> > Lingli
> >
> >
> >
> > __________________________________
> > Yahoo! FareChase: Search multiple travel sites in
> one click.
> > http://farechase.yahoo.com
> > _______________________________________________
> > aspectj-dev mailing list
> > aspectj-dev@xxxxxxxxxxx
> >
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
> >
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
> 



	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


Back to the top