Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Importing a project from multiple src locations(Importing a project from multiple src locations for example as in the case of using a build.xml which does support source files from multiple locations.)
Importing a project from multiple src locations [message #1696409] Tue, 26 May 2015 06:37
Eclipse UserFriend
Can we specify multiple source locations as we can in ant build files in an eclipse java project. For example I have the following directory structure:

src1/com/mycompany/myproject/mypackage/*
src2/com/mycompany/myproject/mypackage/*
Java Files in both src folders have the package name as com.mycompany.myproject.mypackage .java files from src1 use .java files from src2 as well. However when I use my ant build xml file to import the project in eclipse only a single PROJECT_LOC can be found and the other source location is ignored. Is this a bug in eclipse? Or am I doing something wrong?
Previous Topic:Eclipse Console vs JTextArea
Next Topic:How to create or add smali project?
Goto Forum:
  


Current Time: Fri Jul 04 18:17:33 EDT 2025

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

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

Back to the top