RE: How do you version jar files?

2001-11-16 Thread Mark Claassen
I agree. My (limited) experience with jar files have them being very syntax sensitive. Line length, I know, can be a problem. Mark > -Original Message- > From: Scott Moore [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 16, 2001 2:22 PM > To: Ant Users List > Subject: Re: How do yo

RE: class.forName()

2001-11-16 Thread Mark Claassen
> The class you are looking up should be in the same classloader or > a parent > classloader of your task. So if your task is loaded from ant/lib then the > other class must also be in ant/lib etc. > Does ant use a different class loader for every task definition? Why? > Cheers, > > Pe

RE: How do you version jar files?

2001-11-16 Thread Mark Claassen
Well, I guess I will add my two cents. I just implemented what I think might turn out to be a pretty good solution. We will have to see though. We have one class in our project whose sole purpose is to provide this information. Like the example below, a String variable is assigned to $Name$. M

RE: Sub-element question

2001-11-15 Thread Mark Claassen
ment1( MyObjectType element1 ); > > or > > public MyObjectType createElement1( ); > > > > > Thanks for your time, > > Mark > > > > > > - > > Mark Claassen > > Donnell

Sub-element question

2001-11-14 Thread Mark Claassen
this. Thanks for your time, Mark - Mark Claassen Donnell Systems, Inc. 300 S. St. Louis Blvd. Ste. 203 South Bend, IN 46617 E-mail: mailto:[EMAIL PROTECTED] Voice: (219)232-3784 Fax: (219)232-4014 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For addi

RE: signjar bug

2001-11-13 Thread Mark Claassen
Yep. I replaced the ant libraries in my netbeans 3.2.1 with the ant 1.4.1 libraries and everything works. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 13, 2001 4:27 AM > To: [EMAIL PROTECTED] > Subject: RE: signjar bug > > > Mark, >

signjar bug

2001-11-12 Thread Mark Claassen
I am using ant1.3 with netbeans. I am making the jars with a manifest, and this works like it should. But then I sign these jars, and when I do the manifest information gets erased. Has anyone tried this before? Mark - Mark Claassen Donnell Systems, Inc. 300 S. St. Louis