• 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: Including Libraries in .woa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Including Libraries in .woa


  • Subject: Re: Including Libraries in .woa
  • From: Lachlan Deck <email@hidden>
  • Date: Thu, 25 Jan 2007 21:53:05 +1100

Hi there,

On 25/01/2007, at 7:29 PM, Thierry Kramis wrote:

We're having some problems to include libraries into our build under
WOLIPS/Eclipse:

1. we imported the libraries into a subfolder of our project

Which one?

2. We added them to the eclipse build path.

Helpful for code-completion.

3. on the dev machine everything works well
4. we can't deploy the application because the woa file doesn't include the
third party jars.


How can we force wolips to put these jars into the build, so that their
available to the application on the deployment server?

Simple. Change the name of #1 to the same name mentioned in the ant build file or vice versa.


Mine looks like the following:

<target name="build.woapp">
	....
	<woapplication ...>
		...
		<lib dir="Libraries">
			<include name="*.jar"/>
			<exclude name="**/*.woa/**"/>
		</lib>
	</woapplication>
</target>

Standard name would be "lib" for example...

with regards,
--

Lachlan Deck



_______________________________________________
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: Including Libraries in .woa
      • From: Thierry Kramis <email@hidden>
References: 
 >Including Libraries in .woa (From: Thierry Kramis <email@hidden>)

  • Prev by Date: passing a parameter to a direct action via the http POST method
  • Next by Date: Re: passing a parameter to a direct action via the http POST method
  • Previous by thread: Including Libraries in .woa
  • Next by thread: Re: Including Libraries in .woa
  • Index(es):
    • Date
    • Thread