Skip to main content



      Home
Home » Language IDEs » AspectJ » Elipse build output dir, wrong !(classes not generated under the output dir, rebuilding often)
Elipse build output dir, wrong ! [message #987307] Sun, 25 November 2012 16:34 Go to next message
Eclipse UserFriend
Hello,

I set project output dir to projectName/bin, and
classes generated should be under the projectName/bin of the workspace.

But they are not there. the dir is empty.

Everytime I use ant to clean build (outside eclipse), classes are
put under /basedir/build/classes. The eclipse will start rebuilding and takes a long time
to rebuild workspace even for one line code change, and blocking. It seems eclipse uses the same output dir: /basedir/build/classes.

Anyone experiencing the same issue? I like <ant build> not to affect eclipse build.
Thanks for help.

Dave


Re: Elipse build output dir, wrong ! [message #987447 is a reply to message #987307] Mon, 26 November 2012 11:15 Go to previous messageGo to next message
Eclipse UserFriend
Eclipse normally filters the output folder so you don't see the class files in projectName/bin. So, are you sure that the class files are not there, or are they just filtered from view? Have a look on the command line (outside of Eclipse) to make sure.
Re: Elipse build output dir, wrong ! [message #1006807 is a reply to message #987447] Fri, 01 February 2013 23:45 Go to previous message
Eclipse UserFriend
thanks
Previous Topic:Aspectj LTW issue
Next Topic:No Persistence Provider for EntityManager named default
Goto Forum:
  


Current Time: Fri May 23 18:35:19 EDT 2025

Powered by FUDForum. Page generated in 0.03681 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top