What?
I have a question and a problem with this part and I am a little stuck on
it.
So by typing: "jar cvf <NameOfFolder>.zip <NameOfFolder>"
Does doing a jar use Ant?
Does doing a jar zip the class and manifest?
So, what is this build.xml file? Where did it come from?
The way I was reading it, I was to use Ant and it would be created from
using Ant.
I take it, I am to copy this build.xml to a folder along with the class and
jar it?

I am stuck in this one spot till I figure this one out. I can't stand not
getting something right, and I will not skip over it.

Thanks,
Stephen

On Thu, Sep 4, 2008 at 4:30 AM, erik <[EMAIL PROTECTED]> wrote:

>
> In the Sun Java tutorial text at
> http://java.sun.com/docs/books/tutorial/javabeans/writingbean/index.html
> we have to read, there is this sentence:
>
> Create a manifest, the JAR file, and the class file SimpleBean.class
>
> which suggests that you explicitly have to make a manifest.
>
> However, the manifest  as well as the Simplebean.class and .jar file
> are created by Ant and the build.xml and put in the .jar file
> automatically.
> That is exactly the point of using Ant.
> You can use WinZip on the .jar and see it.
> .
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to