• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOLips Ant Build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOLips Ant Build


  • Subject: Re: WOLips Ant Build
  • From: Chuck Hill <email@hidden>
  • Date: Mon, 9 Jul 2007 15:55:59 -0700


On Jul 9, 2007, at 3:12 PM, Jeremy Rosenberg wrote:

I'm just trying to move our projects to Eclipse and it's going well, except that when I use the Ant Build that WOLips generates the libraries and frameworks that the application requires don't end up inside the .woa like I would expect.

The Ant build that ships with WOLips is, IMO, a terrible mess. I just sent Mike a suggestion for a change to part of it. I have always ended up with a highly custom version for complex projects.



The build files that we set up in house and have been using put the frameworks in the .woa/Contents directory and the jars in the .woa/ Contents/Java directory. Are we doing something unusual or am I missing some part of the setup in WOLips to complete the install?

Yes and Yes. :-) To embed the frameworks, see
http://wiki.objectstyle.org/confluence/display/WOL/WOProject- FrameworkSet
http://wiki.objectstyle.org/confluence/display/WOL/Embedding +WOFrameworks


To handle the jars, just fill out this part of the build.xml file:

			<lib dir=".">
				<include name="*.jar"/>
				<exclude name="**/*.framework/**"/>
			</lib>

e.g.

			<lib dir="ThirdPartyJars.">
				<include name="*.jar"/>
			</lib>

or

			<lib dir=".">
				<include name="**/*.jar"/>
				<exclude name="**/*.framework/**"/>
			</lib>

The Wonder framework and Wonder application project types handle this much better than the old style.


Chuck

--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects






_______________________________________________
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


  • Follow-Ups:
    • Re: WOLips Ant Build
      • From: D Tim Cummings <email@hidden>
    • Re: WOLips Ant Build
      • From: Gavin Eadie <email@hidden>
References: 
 >WOLips Ant Build (From: Jeremy Rosenberg <email@hidden>)

  • Prev by Date: WOLips Ant Build
  • Next by Date: Re: [OT] Good Article on API Design
  • Previous by thread: WOLips Ant Build
  • Next by thread: Re: WOLips Ant Build
  • Index(es):
    • Date
    • Thread