Re: [M1] Using source files of another project

2005-07-26 Thread Michael Owen
Thanks very much for your help. I'll try to describe the use case. :) In a similar scenerio, I have: mainprojectfolder: +folder1 +folder2 +folder3 + src + net + test + File1.java +folder4 +globalbuildfolder Each folder has an Ant build.xml file, where

RE: [M1] Using source files of another project

2005-07-25 Thread Marc Attiyeh
If you're in Eclipse, you can make one project depend on another. Right-click on the project -- Properties -- Java Build Path -- Projects Here, you can add required projects in the same workspace that will be referenced in the current project. Hope this helps, marc -Original Message-

Re: [M1] Using source files of another project

2005-07-25 Thread Grant Ingersoll
For IntelliJ, I modified the IDEA plugin to associate the source files of a dependency. So, some of my dependencies declarations look like: dependency groupIdgroup/groupId artifactIdartifact/artifactId version0.2.0/version properties