 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
cpanon Guest
|
Posted: Thu Sep 29, 2005 3:21 am Post subject: signed jars |
|
|
Hello
How do I configure my project for an applet to placed third-party jars
in a ./lib off of the applet's html page? I use these jars to compile,
of course, however I dont see how to configure to have them deployed
with the applet. I can do it manually, but that is inelegant,grin.
Ideas? tia.
|
|
| Back to top |
|
 |
Lori M Olson [TeamB] Guest
|
Posted: Thu Sep 29, 2005 4:22 am Post subject: Re: signed jars |
|
|
cpanon wrote:
| Quote: | Hello
How do I configure my project for an applet to placed third-party jars
in a ./lib off of the applet's html page? I use these jars to compile,
of course, however I dont see how to configure to have them deployed
with the applet. I can do it manually, but that is inelegant,grin.
Ideas? tia.
|
Ant. http://ant.apache.org/manual/index.html
Ant is the underlying build system for JBuilder. Create an Ant build
file (build.xml) and *add it to your project*. In the build file write
a target that uses the copy task to copy the jar files to the desired
location.
http://ant.apache.org/manual/CoreTasks/copy.html
In the properties of the build.xml file (right-click in project pane -
Properties), in the Ant section, you will find the "Task Scheduling",
which allows you to specify that an Ant target should be run before or
after any phase of your project make (like the post-compile or package
phase).
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|