Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Java Build Cleaning Bin(Java is not letting my Perl to coexist.)
Java Build Cleaning Bin [message #989801] Fri, 07 December 2012 16:34 Go to next message
Eclipse UserFriend
I'm developing some Perl applications that make use of inline Java. So my project is really a Java project. However, if I want to create Perl scripts in my bin, the Java Build keeps wiping them out. Is there some way I can protect the bin, or at least specific files in the bin? The bin is the appropriate place for these files, so I don't want to have to move them to another area. We are also use subversion, so I don't want to have to check out the same branch to two different projects just so that I can edit my Java in one area and Perl in another.
Re: Java Build Cleaning Bin [message #989847 is a reply to message #989801] Sat, 08 December 2012 07:55 Go to previous messageGo to next message
Eclipse UserFriend
Even if you want to execute your scripts from the bin folder, the typical way would be to store them in another source folder and let Eclipse copy them into the bin folder for execution.
Specifically for integration with your SVN client, it is preferrable not to store any valuable files in bin so that you can set svn:ignore for the entire bin folder.

HTH,
Stephan
Re: Java Build Cleaning Bin [message #989849 is a reply to message #989847] Sat, 08 December 2012 08:02 Go to previous message
Eclipse UserFriend
... that said, if you still want to do it the non-standard way, have a look at http://help.eclipse.org/topic/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-building.htm?cp=1_4_2_0_3_0 - see "Scrub output folders when cleaning projects".
Previous Topic:Important Problem
Next Topic:Error importing JDT plugin from another installation
Goto Forum:
  


Current Time: Tue May 20 03:11:38 EDT 2025

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

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

Back to the top