Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-07-03 Thread Garima Bathla
correctly. For my problem I turned off the index attribute in the jar task. Thanks, I will close the bug - https://issues.apache.org/bugzilla/show_bug.cgi?id=47446 as INVALID. Regards, Garima. On Wed, Jul 1, 2009 at 9:24 AM, Steve Loughran wrote: > Garima Bathla wrote: > &g

Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread Garima Bathla
he length 72. If your jar file name is getting splitted because of > this > length limit, add extra spaces (which is file according to the specs) until > the 72nd character. Add your jar file name thereafter. This would not cause > splits within your file names. > > I am curious to kn

Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread Garima Bathla
wrote: > Just curious: Why don't you use the task and the > task? > > On Mon, Jun 29, 2009 at 3:02 AM, Garima Bathla > wrote: > > Dear Fellow memebers, > > > > I really need help , I have been stuck with same problem for few days > now. > > > >

Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread Garima Bathla
Dear Fellow memebers, I really need help , I have been stuck with same problem for few days now. Problem: As we all know, manifest file syntax is very sensitive ( sensitive to spaces, # of characters in a line, \n character). And I have learn it very hard way that if Class-Path in a jar is not se

Re: Retrieve the list of confs

2009-03-27 Thread Garima Bathla
t;, "ModuleName", "Revision")); Configuration[] con = rmd.getDescriptor().getConfigurations(); String[] confs2 = rmd.getDescriptor().getConfigurationsNames(); Regards, Garima. On Fri, Mar 27, 2009 at 1:10 PM, Garima Bathla wrote: > My requirement i

Re: Unresolved dependency error message makes no sense.

2009-02-10 Thread Garima Bathla
It does makes sense >From the error : configurations={core=core, stax=stax, xpp3=xpp3, woodstox=woodstox} You only have above configurations available but somewhere in some dependency you are referring to default conf which does not exist. On Tue, Feb 10, 2009 at 12:05 PM, Buck, Robert wrote: