Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] New compiler question

sourceroots takes a path to a directory at the base of the source tree, not a set of paths to every source file. Try using "D:\devel\src\emerge_3_10\prod" only.

Wes


Brian Doyle wrote:

I just started using AspectJ yesterday and so I don't know what I'm
doing yet.  I'm trying to use iajc with Ant and not doing so well.  I
create a fileset in Ant and set that as the sourceRootsRef attribute
value. When it runs I see:
[iajc] build config error: bad sourceroot:
D:\devel\src\emerge_3_10\prod\com\requisite\xml\XMLWriter.java

For EVERY source file that I want to compile.  Then at the end it
reads: [iajc] no sources specified. Does anyone know what I can do? Thanks.
=====
Brian Doyle

I don't know about ignorance, and I don't care about apathy, but I simply will not put up with intolerance!  - Unknown

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top