Re: Maven Shaded Jars + Netbeans = confused Netbeans?

2008-12-16 Thread Lilianne E. Blaze
Hello, Any ideas what could cause it? Any hints, workarounds, anything? Greetings, L Lilianne E. Blaze wrote: Hello, (I already tried on users- list) I'm trying to make a jar containing x dependencies to be used as a single dependency, using Shade with the following options:

Re: Maven Shaded Jars + Netbeans = confused Netbeans?

2008-12-11 Thread Milos Kleint
I'll look into it when I get back from vacation (Jan 2009). Right now it seems to be an issue with the fact that the shaded jar belongs to a project that doens't provide the source for the binaries contained. That's sort of a concept in netbeans project system, so making it work will probably

Re: Maven Shaded Jars + Netbeans = confused Netbeans?

2008-12-11 Thread Lilianne E. Blaze
Milos Kleint wrote: I'll look into it when I get back from vacation (Jan 2009). Right now it seems to be an issue with the fact that the shaded jar belongs to a project that doens't provide the source for the binaries contained. That's sort of a concept in netbeans project system, so making

Re: Maven Shaded Jars + Netbeans = confused Netbeans?

2008-12-11 Thread Milos Kleint
if the project in question is opened (or otherwise known), all queries are redirected to it. That way you get the correct error badges in project B when you change classses in project A.. Milos On Thu, Dec 11, 2008 at 9:30 AM, Lilianne E. Blaze [EMAIL PROTECTED] wrote: Milos Kleint wrote: I'll

Re: Maven Shaded Jars + Netbeans = confused Netbeans?

2008-12-11 Thread Daniel Kulp
Could you try unzipping the shaded jar and then using jar cf to create a new jar using the same contents and seeing if that helps? At one point, shade wasn't sticking directory entries into the jar properly which worked fine for java and javac and such, but it confused winzip really badly.

Re: Maven Shaded Jars + Netbeans = confused Netbeans?

2008-12-11 Thread Lilianne E. Blaze
Daniel Kulp wrote: Could you try unzipping the shaded jar and then using jar cf to create a new jar using the same contents and seeing if that helps? Thanks. It seems it doesn't help. At one point, shade wasn't sticking directory entries into the jar properly which worked fine for java

Re: Maven Shaded Jars + Netbeans = confused Netbeans?

2008-12-11 Thread Daniel Kulp
On Thursday 11 December 2008 4:26:42 pm Lilianne E. Blaze wrote: Daniel Kulp wrote: Could you try unzipping the shaded jar and then using jar cf to create a new jar using the same contents and seeing if that helps? Thanks. It seems it doesn't help. OK. Then that's not the issue.The

Maven Shaded Jars + Netbeans = confused Netbeans?

2008-12-10 Thread Lilianne E. Blaze
Hello, (I already tried on users- list) I'm trying to make a jar containing x dependencies to be used as a single dependency, using Shade with the following options: createSourcesJartrue/createSourcesJar keepDependenciesWithProvidedScopetrue/keepDependenciesWithProvidedScope