RE: I lost resource files permiissions (executable bit) when i build...

2011-03-22 Thread Haszlakiewicz, Eric
-Original Message- From: Helle, Guillaume [mailto:guillaume.he...@capgemini.com] I have shell script in my resources folder. During the build, maven copies them in the target but the executable bit is lost so my tests fails... Have you an idea for that? The way I fix this is by using

RE: Deployment in Repository without version in file name?

2011-02-15 Thread Haszlakiewicz, Eric
-Original Message- From: Kai Hackemesser [mailto:kai.hackemes...@gmail.com] I was asked if it is possible to deploy a file into the repository without the version suffix added to it? In this case a war file should be retrieved from the Nexus repository into a Tomcat wepapps folder using

RE: [maven-failsafe-plugin] Running integration test with its own profile

2011-02-08 Thread Haszlakiewicz, Eric
-Original Message- From: nodje [mailto:nodje...@gmail.com] I've been reading quite some of your posts in the forum, and it actually changed my mind about deployment configuration. Enlightening indeed. I would now try to favor a single artifact deployment that could be configured

RE: Keeping the executable bit on shell scripts when testing

2011-01-27 Thread Haszlakiewicz, Eric
-Original Message- From: Oliver Schrenk [mailto:oliver.schr...@gmail.com] It's a good idea but not suitable for my case. If I'm calling sh, the real script would be an argument.In my case this would break the test cases for my command line argument validation tool. cat aa.sh EOF

RE: Native dependencies best practices

2011-01-24 Thread Haszlakiewicz, Eric
-Original Message- From: Ruben Garat [mailto:ruben01@gmail.com] Sent: Saturday, January 22, 2011 9:59 AM To: Maven Users List Subject: Native dependencies best practices Hi, I am trying to help get a project (Lightweight Java Game Library http://lwjgl.org/) into Maven Central

RE: can i change the name of the uploaded/installed artifact?

2011-01-05 Thread Haszlakiewicz, Eric
-Original Message- From: Reynald Borer [mailto:reynald.bo...@gmail.com] You can modify the finalName tag to change the name of artifact. By default it is defined like the following: project build finalName${artifactId}-${version}/finalName /build /project That only affects what gets

RE: What is this BoxEE support?

2010-12-27 Thread Haszlakiewicz, Eric
-Original Message- From: Steve Cohen [mailto:sco...@javactivity.org] Who are they and who gave them the right to create tickets from posts to this list? I had no idea I was working with such an organization. If they are abusing this list, their rights to post here should be revoked.

RE: Get a list of POMs

2010-12-07 Thread Haszlakiewicz, Eric
-Original Message- From: solo1970 [mailto:sonia.lodoviche...@ericsson.com] Sorry about being unclear What I need is either the absolute or relative path to the pom files. The reason why I need this is because we are using clearcase and we would like to use the funtionality of the

RE: Multiple packages with different configuration files

2010-11-22 Thread Haszlakiewicz, Eric
Well those are some rather useless answers. JNDI will only do the job if you configure it that way. You need to get that configuration *into* tomcat somehow in the first place, regardless of whether you use JNDI or a properties file. To suggest some options for the original poster: There

RE: Forbid users to use a certain artifact and/or version

2010-11-17 Thread Haszlakiewicz, Eric
-Original Message- From: Antonio Petrelli [mailto:antonio.petre...@gmail.com] 2010/11/17 Asmann, Roland roland.asm...@adesso.at: Does anybody have any ideas on how to do this? I was thinking about using a preant-POM and the enforcer-plugin, but as soon as I make an update, all projects

RE: Depending on POM using inheritance breaks build

2010-11-15 Thread Haszlakiewicz, Eric
-Original Message- From: cowwoc [mailto:cow...@bbs.darktech.org] Wayne Fay wrote: What do you recommend I do to work around this problem? Don't use the ${swt.classifier} for now... You may notice it was reported 5 years ago so if you actually want it fixed, you'll probably need to

RE: dependency:unpack and pathnames and excludes

2010-11-15 Thread Haszlakiewicz, Eric
From: Benson Margulies [bimargul...@gmail.com] From the following spec, I get two behaviors that I need to fix somehow: (1) I get an extra level of directory named after the artifact in spite of the empty outputDirectory element. You might want to check

RE: Depending on POM using inheritance breaks build

2010-11-15 Thread Haszlakiewicz, Eric
Dear god, that's terrible! I don't want to have to maintain 8 different POM files (the number of platforms I support) per variable. Is there an easier workaround? One thing I've been thinking about, but never actually tried, is to set up a wrapper maven build that has all the various variables,

RE: Request to re-open MNG-3472

2010-11-03 Thread Haszlakiewicz, Eric
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] On 02/11/2010 3:29 PM, Haszlakiewicz, Eric wrote: -Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] The guys with small disk can just delete their entire local repo and let

RE: Request to re-open MNG-3472

2010-11-02 Thread Haszlakiewicz, Eric
-Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Friday, October 29, 2010 1:14 PM To: users@maven.apache.org Subject: RE: Request to re-open MNG-3472 Hi Brian if diskspace was a concern i would concur but as each repository and their mirrors support terabyte

RE: Request to re-open MNG-3472

2010-11-02 Thread Haszlakiewicz, Eric
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] The guys with small disk can just delete their entire local repo and let maven rebuild it by itself from your central server which should have lots of space. One or two builds usually gets us back to a fast build

RE: avoiding dependency version number duplication

2010-10-26 Thread Haszlakiewicz, Eric
-Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On On Mon, Oct 25, 2010 at 11:09 PM, Paul Benedict pbened...@apache.org wrote: I don't believe that's supposed to happen. I realized how vague my answer was. Sorry! I mean the replacement is NOT

RE: avoiding dependency version number duplication

2010-10-26 Thread Haszlakiewicz, Eric
-Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Tuesday, October 26, 2010 11:22 AM To: Maven Users List Subject: Re: avoiding dependency version number duplication Which is a problem because there's lots of other

RE: Classifier now required by assembly plugin

2010-10-25 Thread Haszlakiewicz, Eric
-Original Message- From: Phillip Hellewell [mailto:ssh...@gmail.com] On Thu, Oct 21, 2010 at 3:17 PM, Haszlakiewicz, Eric ehas...@transunion.com wrote: uh, oh.  We depend on being able to specify that as empty too.  I hope this gets fixed before it starts affecting my builds. However

RE: Classifier now required by assembly plugin

2010-10-25 Thread Haszlakiewicz, Eric
-Original Message- From: Wendy Smoak [mailto:wsm...@gmail.com] On Thu, Oct 21, 2010 at 1:40 PM, Phillip Hellewell ssh...@gmail.com wrote: I just found out the hard way that the latest version of the assembly plugin requires an id tag in the descriptor file, which is used as the

RE: Classifier now required by assembly plugin

2010-10-21 Thread Haszlakiewicz, Eric
-Original Message- From: Phillip Hellewell [mailto:ssh...@gmail.com] On Thu, Oct 21, 2010 at 11:40 AM, Phillip Hellewell ssh...@gmail.com wrote: I just found out the hard way that the latest version of the assembly plugin requires an id tag in the descriptor file, which is used as the

RE: naming now that Maven 3 is out..

2010-10-14 Thread Haszlakiewicz, Eric
-Original Message- From: Wendy Smoak [mailto:wsm...@gmail.com] On Wed, Oct 13, 2010 at 10:13 AM, Nayan Hajratwala na...@chikli.com wrote: Kind of a random thought -- now that Maven 3 is out, are all those M2 based names going to be changed to M3, or more preferably a non-version specific

RE: naming now that Maven 3 is out..

2010-10-14 Thread Haszlakiewicz, Eric
- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Eric, you can look at these: http://jira.codehaus.org/browse/MNG-4483 http://maven.40175.n5.nabble.com/Setting-goals-for-upcoming-releases- td2801569.html Paul On Thu, Oct 14, 2010 at 11:33 AM, Haszlakiewicz, Eric ehas

RE: Problem unpacking dependencies

2010-10-04 Thread Haszlakiewicz, Eric
-Original Message- From: Phillip Hellewell [mailto:ssh...@gmail.com] On Fri, Oct 1, 2010 at 4:23 PM, Jon Paynter kittl...@gmail.com wrote: Glad it has helped. but id still like to know why unpack-dependencies tries to unpack a pom file Well I did have typepom/type in my dependency in

RE: Company-wide settings

2010-10-04 Thread Haszlakiewicz, Eric
-Original Message- From: Phillip Hellewell [mailto:ssh...@gmail.com] On Mon, Oct 4, 2010 at 12:30 PM, Anders Hammar and...@hammar.net wrote: Philip, with all due respect, but reading your posts I get the impression you're doing your best not to follow Maven best practice. Maven is all

RE: Can't specify distributionManagement in settings.xml

2010-10-04 Thread Haszlakiewicz, Eric
-Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Are you seeing the pattern yet? Don't fight Maven! So what IS the pattern here? How do you actually configure the distribution management if you're not going to put it in a parent pom? Saying don't

RE: Can't specify distributionManagement in settings.xml

2010-10-04 Thread Haszlakiewicz, Eric
-Original Message- From: Thiessen, Todd (Todd) [mailto:tthies...@avaya.com] Hehe. Not so sure I'd say wrong, but definitely unnecessary. Why are you opposed to putting this information in a the distribution management section of a parent pom? See the email I wrote in the Company-wide

RE: Can't specify distributionManagement in settings.xml

2010-10-04 Thread Haszlakiewicz, Eric
-Original Message- From: Thiessen, Todd (Todd) [mailto:tthies...@avaya.com] I don't think it is arbitary. Where you deploy your artifacts TO, I think should be fixed. I think that is the intent. It is a one off thing that is applicable to the build at hand and isn't something you will

RE: Can't specify distributionManagement in settings.xml

2010-10-04 Thread Haszlakiewicz, Eric
? It is not at all clear. You're claiming he's not following it, but you haven't explained just what it is about what he is doing that you think deviates from the way things are supposed to work. eric On Mon, Oct 4, 2010 at 21:07, Haszlakiewicz, Eric ehas...@transunion.comwrote: -Original

RE: Problem unpacking dependencies

2010-10-01 Thread Haszlakiewicz, Eric
-Original Message- From: Phillip Hellewell [mailto:ssh...@gmail.com] Sent: Friday, October 01, 2010 4:46 PM To: Maven Users List Subject: Re: Problem unpacking dependencies On Fri, Oct 1, 2010 at 3:34 PM, Phillip Hellewell ssh...@gmail.com wrote: On Fri, Oct 1, 2010 at 3:23 PM, Phillip

RE: Problem unpacking dependencies

2010-10-01 Thread Haszlakiewicz, Eric
-Original Message- From: Phillip Hellewell [mailto:ssh...@gmail.com] On Fri, Oct 1, 2010 at 3:52 PM, Haszlakiewicz, Eric ehas...@transunion.com wrote: Do you have the right type specified in your /project/dependencies/dependency element?  If you're trying to unpack a zip type dependency

RE: deploying WAR files to Tomcat

2010-08-23 Thread Haszlakiewicz, Eric
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] This is a bit on the edge of Tomcat and Maven but I am hoping that there is a Maven solution or some little trick that makes the problem go away. Our LMS portal consists of 60 separate modules that we build

RE: Maven jar does not preserve file permissions

2010-08-23 Thread Haszlakiewicz, Eric
-Original Message- From: usammmy [mailto:mythreye...@gmail.com] I have some scripts under src/main/resources/scripts. These scripts are executables. But maven-jar-plugin is not preserving these file permissions. Any suggestions? jar files don't support storing permissions. Create a

RE: Property surprises in published POMS

2010-08-20 Thread Haszlakiewicz, Eric
-Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] IMO, maven should probably create a resolved pom as part of the build process and deploy that along with the artifact, but I don't have time to figure out how to make it do that. This was done (briefly) in a few Maven

RE: Maven: Problem in including/excluding some java packages in the src while creating a jar

2010-08-20 Thread Haszlakiewicz, Eric
-Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Don't fight Maven! Create one project for each artifact you want, it's a Maven Golden Rule. /Anders So what do you do when your jar files actually have some of the same

Is maven-enforcer-plugin active or not?

2010-08-20 Thread Haszlakiewicz, Eric
I been using the maven-enforcer-plugin a bit, and I've noticed that some other people have been talking about it on this mailing list, but I'm wondering: is it still being maintained? It looks like it got stuck at a 1.0-beta-1 release, which was created a year and a half ago (2009/02/22), and

RE: Is maven-enforcer-plugin active or not?

2010-08-20 Thread Haszlakiewicz, Eric
-Original Message- From: Dennis Lundberg [mailto:denn...@apache.org] On 2010-08-20 23:05, Haszlakiewicz, Eric wrote: I been using the maven-enforcer-plugin a bit, and I've noticed that some other people have been talking about it on this mailing list, but I'm wondering: is it still

RE: Property surprises in published POMS

2010-08-18 Thread Haszlakiewicz, Eric
-Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Apache CXF has several poms that follow this pattern: properties jetty.version6.1.24/jetty.version /properties ... dependencies dependency groupIdg/groupId

RE: External repository always requires a repository manager?

2010-08-16 Thread Haszlakiewicz, Eric
-Original Message- From: Trevor Harmon [mailto:tre...@vocaro.com] On Aug 16, 2010, at 1:20 AM, Stephen Connolly wrote: Your life would be much easier using a repository manager for your internal repository. Nexus is almost trivial to set up, for example. It is trivial to set up *if*

RE: External repository always requires a repository manager?

2010-08-16 Thread Haszlakiewicz, Eric
-Original Message- From: Trevor Harmon [mailto:tre...@vocaro.com] I don't see the advantage of altDeploymentRepository. What's wrong with modifying the POM? I'd prefer not to have to remember a command line parameter and just do a simple mvn deploy. That sounds useful if you want to do

RE: Anyone familiar with the maven-nar-plugin?

2010-08-10 Thread Haszlakiewicz, Eric
-Original Message- From: Eyal Goren [mailto:eyalg1...@gmail.com] From what I understand this site is irrelevant, since the plugin now belongs to the Sonatype company. huh? The site http://duns.github.com/maven-nar-plugin/ is irrelevant? I did opened few Jira issues there, but did not

RE: Anyone familiar with the maven-nar-plugin?

2010-08-09 Thread Haszlakiewicz, Eric
-Original Message- From: Eyal Goren [mailto:eyalg1...@gmail.com] I am trying to use this plugin, and I have few problems: 1) On Solaris, he does not manage to work with the CC 2) On WIndows, I don't manage to make it compile a debug mode (I switch the debug flag to true, but the /MD flag

RE: force maven to redownload/refresh released dependencies

2010-08-09 Thread Haszlakiewicz, Eric
-Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] I rapidly browsed the thread, please excuse me if I missed something. Isn't mvn dependency:purge-local-repository the solution? The issue identified by the OP is that there's no way to (pro-actively) detect that a release

RE: force maven to redownload/refresh released dependencies

2010-08-09 Thread Haszlakiewicz, Eric
-Original Message- From: Jason van Zyl [mailto:ja...@sonatype.com] The nut of the problem is that if we had to support every optional behavior for a particular subset of the community the code base would likely be unmaintainable. No one here is going to implement anything toward what

RE: force maven to redownload/refresh released dependencies

2010-08-06 Thread Haszlakiewicz, Eric
-Original Message- From: Manfred Moser [mailto:manf...@mosabuam.com] It seems like we will not agree here. The changes necessary and the additional overhead to make your suggestions work have to much of a negative impact imho. I cant see your feature getting implemented by anybody. Your

RE: force maven to redownload/refresh released dependencies

2010-08-06 Thread Haszlakiewicz, Eric
-Original Message- From: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] On Fri, Aug 6, 2010 at 10:43 AM, Haszlakiewicz, Eric ehas...@transunion.com wrote: -Original Message- I don't (yet) know much about the internals of maven, but is it really that much of an impact

RE: force maven to redownload/refresh released dependencies

2010-08-06 Thread Haszlakiewicz, Eric
-Original Message- From: Kathryn Huxtable [mailto:kath...@kathrynhuxtable.org] Eric, you're not going to win this one. It's part of the philosophy of Maven. It's also good practice. Give it up. I'm not going to fight the site generation being split out of Maven. I think I understand

RE: force maven to redownload/refresh released dependencies

2010-08-06 Thread Haszlakiewicz, Eric
-Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On On Fri, Aug 6, 2010 at 1:00 PM, Haszlakiewicz, Eric ehas...@transunion.comwrote: Please read the rest of the email thread. The short summary is: Yes, I know what *should* happen

RE: force maven to redownload/refresh released dependencies

2010-08-06 Thread Haszlakiewicz, Eric
-Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On On Fri, Aug 6, 2010 at 2:53 PM, Haszlakiewicz, Eric ehas...@transunion.comwrote: You're missing the point of what I'm asking. I'm not suggesting that maven make it possible or easy to *create

RE: force maven to redownload/refresh released dependencies

2010-08-06 Thread Haszlakiewicz, Eric
-Original Message- From: Eduardo M KALINOWSKI [mailto:edua...@kalinowski.com.br] On Sex, 06 Ago 2010, Haszlakiewicz, Eric wrote: I'm AGREEING with you that the solution is to wipe out the local artifact! But you can only do that once you know there is something wrong. How do you

RE: force maven to redownload/refresh released dependencies

2010-08-06 Thread Haszlakiewicz, Eric
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] I'm AGREEING with you that the solution is to wipe out the local artifact! But you can only do that once you know there is something wrong. How do you detect that the artifact has changed? If you can not

RE: force maven to redownload/refresh released dependencies

2010-08-06 Thread Haszlakiewicz, Eric
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] On 06/08/2010 4:04 PM, Haszlakiewicz, Eric wrote: Is it really going to be that much wasted bandwidth to download a few checksums? Can a plugin hook into the existing support for detecting changes

RE: force maven to redownload/refresh released dependencies

2010-08-05 Thread Haszlakiewicz, Eric
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] On 04/08/2010 6:34 PM, Manfred Moser wrote: For everyone that says Released artifacts MUST NOT CHANGE, that great if you live in an ideal world, but guess what: some of us actually have to live in the *real*

RE: adding non-class files to a JAR

2010-08-05 Thread Haszlakiewicz, Eric
-Original Message- From: asookazian [mailto:asookaz...@gmail.com] Wayne Fay wrote: anybody know how to get Maven to include non-class files into a JAR? i have .jrxml files that I precompile into .jasper files via a custom plugin but maven is not including them in the EAR AFAIK.

RE: change version?

2010-08-05 Thread Haszlakiewicz, Eric
a version of maven that is broken in other ways? Why doesn't the property expansion happen with the other versions? eric On 19 July 2010 08:59, Haszlakiewicz, Eric ehas...@transunion.com wrote: -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] On 19 July

RE: force maven to redownload/refresh released dependencies

2010-08-05 Thread Haszlakiewicz, Eric
-Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] On 05/08/2010 11:00 AM, Haszlakiewicz, Eric wrote: -Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] On 04/08/2010 6:34 PM, Manfred Moser wrote: For everyone that says

RE: force maven to redownload/refresh released dependencies

2010-08-04 Thread Haszlakiewicz, Eric
-Original Message- From: a.geo [mailto:aquiles@gmail.com] Sent: Monday, August 02, 2010 9:54 AM To: Maven Users List Subject: Re: force maven to redownload/refresh released dependencies mvn package -U maybe? the -U parameter tell to maven to refresh all dependencies required by

RE: change version?

2010-07-19 Thread Haszlakiewicz, Eric
-Original Message- From: SaM [mailto:samuel.lb.w...@gmail.com] Have a look at this http://mojo.codehaus.org/versions-maven-plugin/ HTH SaM And just what do you expect me to look at there? That looks like a plugin that has a whole bunch of goals to go fiddle with lots of different

RE: change version?

2010-07-19 Thread Haszlakiewicz, Eric
-Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] On 19 July 2010 06:10, Haszlakiewicz, Eric ehas...@transunion.com wrote: You can also set the version as a property in a top-level profiles.xml file, and refer to it in all of your pom files. If it's

RE: change version?

2010-07-18 Thread Haszlakiewicz, Eric
-Original Message- From: Shan Syed [mailto:shan...@gmail.com] http://maven.apache.org/plugins/maven-release-plugin/examples/update- versions.html On Tue, Jul 6, 2010 at 5:06 PM, Frank Maritato fmarit...@attinteractive.com wrote: I have a multimodule maven project and I want to change

RE: maven-nar-plugin library loading - how to make use of native libraries opaque

2010-07-18 Thread Haszlakiewicz, Eric
-Original Message- From: sc...@scode.org [mailto:sc...@scode.org] On Behalf Of Peter Schuller * project C (junixsocket in this case) using maven-nar-plugin to build and deploy jar and nar artifacts * project B, depending on C * project A, depending on B I now want to simply declare that

RE: unpack-dependencies unpacks all dependencies

2010-06-17 Thread Haszlakiewicz, Eric
-Original Message- From: GALLAGHER, RON (ATTSI) [mailto:rg7...@att.com] Sent: Wednesday, June 16, 2010 9:00 PM To: Maven Users List Subject: RE: unpack-dependencies unpacks all dependencies Eric, The properties you should use are includeGroupIds [1] and includeArtifactIds [2]. The POM

unpack-dependencies unpacks all dependencies

2010-06-16 Thread Haszlakiewicz, Eric
I'm having some problems making unpack-dependencies work right. It seems that no matter what I put for includeGroupId and includeArtifactId it always unpacks all dependencies instead of only those that I want. I was looking through jira to see if anyone else had this problem and found something

RE: useStrictFiltering in assembly descriptor is broken

2010-06-16 Thread Haszlakiewicz, Eric
From: Haszlakiewicz, Eric [mailto:ehas...@transunion.com] Sent: Thursday, June 03, 2010 12:26 PM I'm trying to turn on useStrictFiltering in a fileSet in an assembly descriptor, but maven doesn't fail when the file does not exist. Here I just created a bug for this problem: http

RE: using javascript dependencies in a webapp (war packaging)

2010-06-15 Thread Haszlakiewicz, Eric
From: Manos Batsis [mailto:manos_li...@geekologue.com] On 06/15/2010 01:55 AM, Haszlakiewicz, Eric wrote: Yeah, I started to take a look at the maven-javascript-plugin, but it looks very oriented towards *developing* js packages, and I just want to *use* an existing one. It also isn't clear

RE: using javascript dependencies in a webapp (war packaging)

2010-06-15 Thread Haszlakiewicz, Eric
-Original Message- From: Shan Syed [mailto:shan...@gmail.com] I've worked on projects that share common javascript files, so I used a simple assembly descriptor to zip each set of files and install them as maven artifacts WAR projects then just specified them as dependencies in their POMs

using javascript dependencies in a webapp (war packaging)

2010-06-14 Thread Haszlakiewicz, Eric
I've got a webapp that uses javascript files from third party projects. For instance, one of the files we use is prototype.js. It seems like this must be something that many people have done in the past, but I can't seem to find much information about it. The first issue I have is that I can't

RE: using javascript dependencies in a webapp (war packaging)

2010-06-14 Thread Haszlakiewicz, Eric
-Original Message- From: Manos Batsis [mailto:manos_li...@geekologue.com] There is no standard convention yet AFAIK. Including the JS libs in the war is one thing, making it accessible to the browser through a specific URL is another. Well that sucks. :( Here (at Abiss.gr) we use the

RE: useStrictFiltering in assembly descriptor is broken

2010-06-09 Thread Haszlakiewicz, Eric
Anyone? Am I the only person having this problem? eric From: Haszlakiewicz, Eric [mailto:ehas...@transunion.com] Sent: Thursday, June 03, 2010 12:26 PM I'm trying to turn on useStrictFiltering in a fileSet in an assembly descriptor, but maven doesn't fail when the file does not exist. Here

useStrictFiltering in assembly descriptor is broken

2010-06-03 Thread Haszlakiewicz, Eric
I'm trying to turn on useStrictFiltering in a fileSet in an assembly descriptor, but maven doesn't fail when the file does not exist. Here is an example of what the assembly descriptor looks like: ?xml version=1.0 encoding=UTF-8?assembly formats formattar.gz/format /formats fileSets