• 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: WebServerResources patternset
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WebServerResources patternset


  • Subject: Re: WebServerResources patternset
  • From: John Huss <email@hidden>
  • Date: Thu, 15 Apr 2010 09:05:44 -0500

For posterity's sake:
I got this working although the files are duplicated when built with ant.  So now I have this:

woproject/wsresources.include.patternset
------------------------------------------------------------
WebServerResources/**/*
war/**/*


woproject/wsresources-war.include.patternset (only used by ant, see below)
------------------------------------------------------------
**/*


build.xml
------------------------------------------------------------

<wsresources dir=".">

<includesfile name="woproject/wsresources.include.patternset" />

<excludesfile name="woproject/wsresources.exclude.patternset" />

</wsresources>

<wsresources dir="war">

<includesfile name="woproject/wsresources-war.include.patternset" />

</wsresources>



This works perfectly with the eclipse builder - it has no issues.  The ant builder on the other hand seems to be special casing the WebServerResources source folder and treating others differently.  With this setup using ant I get the war folder itself copied into the build's WSR AND the contents of war copied into the build's WSR.  So there is duplication, but it will work.

I'm on my way to file a bug since the behavior between eclipse and ant should be the same and it's not.

Thanks,
John
 _______________________________________________
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

References: 
 >WebServerResources patternset (From: John Huss <email@hidden>)
 >Re: WebServerResources patternset (From: Chuck Hill <email@hidden>)
 >Re: WebServerResources patternset (From: John Huss <email@hidden>)
 >Re: WebServerResources patternset (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: Basic question - lightweight to-one relationship from entity to POJO/enum
  • Next by Date: Re: Basic question - lightweight to-one relationship from entity to POJO/enum
  • Previous by thread: Re: WebServerResources patternset
  • Next by thread: To-Many qualifier question
  • Index(es):
    • Date
    • Thread