Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Other Build Tools
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Other Build Tools
fileset
Keith Lockey
Ranch Hand
Posts: 48
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am using the fileset in side of a war target. I want to have the
jsp
folder show up in the war, but this way it will just put the jsp pages into no directory within the war. Do I use zipfileset for this or can I still use fileset.
<fileset dir="jsp"> <include name="*.jsp"/> </fileset>
Thanks,<br />Keith
Charles Hasegawa
Ranch Hand
Posts: 117
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Try
<fileset dir="."> <include name="jsp/**.jsp"/> </fileset>
<edit> sorry, originally I forgot to change the fileset dir
[ June 18, 2004: Message edited by: Charles Hasegawa ]
Dirk Schreckmann
Sheriff
Posts: 7023
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Ever since I discovered
the Directory-based Tasks documentation
, I haven't had any trouble putting together my file sets. I'm especially fond of the table of example
patterns
.
[
How To Ask Good Questions
] [
JavaRanch FAQ Wiki
] [
JavaRanch Radio
]
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Class files generated in web-inf directory as well as in base directory
Ant war task and JSP tag files
WAR error - Unexpected element "{}war"
unable to create War using Ant
Modification of JSP file using ANT
More...