Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Cygwin support for building ajc?

I grabbed all of the org.aspectj modules from the CVS repository (via eclipse)
and I've been having troubles building AspectJ under cygwin (on Windows2k). I
went into "modules/build" and performed a

  > ../lib/ant/bin/ant -f build.xml

after 9 minutes, it ended with "BUILD SUCCESSFUL" (seemed a little short to me,
I am on an old machine). I then tried

> cd org.aspectj/modules/aj-build/dist/docs/doc/examples
> /cygdrive/c/eclipse/workspace/org.aspectj/modules/lib/ant/bin/ant -f build.xml

but that resulted with:

aspectjtools.jar.available:

BUILD FAILED
file:C:/eclipse/workspace/org.aspectj/modules/aj-build/dist/docs/doc/examples/build.
xml:114: expecting aspectjtools.jar at C:\eclipse\workspace\org.aspectj\modules\
aj-build\dist\docs\lib\aspectjtools.jar

Note: My aj-build/dist/docs directory only contains "doc", not "lib" (an no jar
appears in any sub directories below dist/docs). My goal is to run the test suite,
but the documentation appears sparse and contradictory on how to do this.

Any help would be appreciated.

Thanks,
Macneil

P.S. It's impossible to set up the "Java Build Path" for the org.aspectj Project
because eclipse is convinced it's not a Java project (it was created with the
checkout under eclipse). This is very annoying, because I'd like to use the
Java Browser to review the AspectJ sources.



Back to the top