Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » apt: using __generated_src for other generation needs also?
apt: using __generated_src for other generation needs also? [message #226528] Sat, 25 March 2006 15:42 Go to next message
Eclipse UserFriend
Originally posted by: nospam.nospam.no

Besides eclipse APT I have another code generator which also produces java
source files. I would like to use both tools in the same project and would
prefer to place all generated source files from both tools in the same
directory (i.e. __generated_src).

However I read an old posting saying that this may cause problems for APT.
Is that still true? If so, any plans to fix this?
Re: apt: using __generated_src for other generation needs also? [message #226596 is a reply to message #226528] Mon, 27 March 2006 13:11 Go to previous message
Eclipse UserFriend
On a clean build, APT will recursively delete all derived files and
folders in the generated source directory.

Also, APT doesn't expect anything else to be modifying files it has
created.

As long as those two caveats don't conflict with your use-case, I think
you should be okay.

-Jess Garms

MortenCh wrote:
> Besides eclipse APT I have another code generator which also produces java
> source files. I would like to use both tools in the same project and would
> prefer to place all generated source files from both tools in the same
> directory (i.e. __generated_src).
>
> However I read an old posting saying that this may cause problems for APT.
> Is that still true? If so, any plans to fix this?
Previous Topic:How to add a local directory to the classpath?
Next Topic:how do I extend the java editor?
Goto Forum:
  


Current Time: Fri Nov 07 05:23:11 EST 2025

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

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

Back to the top