Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Eclipse

I think you should set the source folders to Energy and Databasec to achieve 
this.

- Boris

On Fri, 2 Aug 2002, Ana Lozano Fernandez wrote:

> Hi everyone,
> 
> So I filled in the field "Build output folder"  with "Project MD/classes".
> So now I can see inside this folder all the classes. If I have this
> directory information:
> 
> Project MD
> 	Energy
> 		energy.java
> 	Databasec
> 		DBconnection.java
> 	
> When I have created this new location a compile the source files and the
> results I've got is as follows:
> 
> Project MD
> 
> 	classes
> 		Energy
> 			energy.class
> 		Databasec
> 			DBconnection.class
> 	Energy
> 		energy.java
> 	Databasec
> 		DBconnection.java
> 
> Do you know if it is possible to get just the class files and not the
> directories again, I mean this
> 
> Project MD
> 
> 	Classes
> 		energy.class
> 		DBconnection.class
> 	Energy
> 		energy.java
> 	Databasec
> 		DBconnection.java
> 
> 
> 
> Thanks in advanced
> 
> Regards
> 
> Ana Lozano.
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
> 
> 

-- 
"Engineering does not require science. Science helps a lot but 
people built perfectly good brick walls long before they knew why 
cement works." - Alan Cox




Back to the top