Re: The Eclipse build folder
Re: The Eclipse build folder
- Subject: Re: The Eclipse build folder
- From: Mike Schrag <email@hidden>
- Date: Fri, 11 Jan 2008 12:12:58 -0500
I would log a WOLips request in Jira for this ...
ms On Jan 11, 2008, at 11:50 AM, David Avendasora wrote: Okay. I'm not ready to give up yet, so please humor me?
Is it possible for you to modify the incremental builder to do the same thing as this portion of my build.xml?
<mkdir dir="${dest.dir}/${project.name}.woa/Contents/WebServerResources/Java"/> <jar basedir="${classes.dir}" includes="**/client/**/*.class" jarfile="${dest.dir}/${project.name}.woa/Contents/WebServerResources/Java/${project.name.lowercase}.jar"> </jar>
This would be helpful to anyone trying to build Java Client applications, and likely would have no effect on anyone not building Java client applications. All client-side classes must be in the WebServerResources directory in order for WO to pass them to the Java Client.
Thanks.
Dave On Jan 11, 2008, at 11:15 AM, Mike Schrag wrote: Is the compiled code in the Project/build folder what Eclipse runs when you select "Run"?
yes
If so, can how the contents of that are built be controlled (a hidden build.xml file or something)? I have some special requirements for the "WebServerResources" directory on my project.
It's built by the incremental builder, which is written in code ... it's not something that you can probably easily hook into.
ms
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden