Re: Compile errors that make no sense

2013-06-10 Thread Lee Meador
pastebin or create a simple/small > project that demonstrates this issue without disclosing large portions > of your company/private source? > > Wayne > > ----- > To unsubscribe, e-mail: users-unsubscr...@maven.a

Compile errors that make no sense

2013-06-07 Thread Lee Meador
me classes that let the project compile. There are a lot of dependent jars that are local to this company and they may refer to weblogic. I don't have source for most of them. -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Generating Config Files for multi-module project

2011-03-27 Thread Lee Meador
emplate XML files > >> > using XSLT, with some parameters injected into the XSLT depending on > >> > the scenario. > >> > 2) These config files need to be easily modified by our end-users, who > >> > use our product scenarios, so packaging them into Jar files is a not a > >> > good idea. > >> > > >> > Thanks Adam. > >> > > >> > > >> > > >> > -- > >> > Adam Retter > >> > > >> > skype: adam.retter > >> > tweet: adamretter > >> > http://www.adamretter.org.uk > >> > > >> > - > >> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > >> > For additional commands, e-mail: users-h...@maven.apache.org > >> > > >> > > >> > >> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > >> For additional commands, e-mail: users-h...@maven.apache.org > >> > > > > > > -- > Adam Retter > > skype: adam.retter > tweet: adamretter > http://www.adamretter.org.uk > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Re-using tests - best practice

2011-03-27 Thread Lee Meador
> >> > > >> > > >> > > >> > > >> however the surefire plugin will not run the tests as it does not look > > >> inside jars to discover tests. > > >> > > >> Unpacking the jar into target/test-classes gets the tests discovered > > >> by Surefire. > > >> > > >> I then need to configure my project by duplicating the configuration > > >> information in the test POM. > > >> > > >> Is this the best way to reuse tests? > > >> > > >> cheers > > >> Tim > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> -- > > >> Tim Pizey - http://pizey.net/~timp > > >> Centre for Genomics and Global Health - http://cggh.org > > >> > > >> - > > >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > >> For additional commands, e-mail: users-h...@maven.apache.org > > >> > > > > > > > > > > > > > > -- > > Tim Pizey - http://pizey.net/~timp > > Centre for Genomics and Global Health - http://cggh.org > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Is this possible with Maven profiles?

2011-03-27 Thread Lee Meador
There are some references here and there that seem to say you can have two persistence.xml files if they have different persistence unit names. If that is so, you could keep one in src/test/resources and one in src/main/resources. Only the "main" one will go into your jar/war, whatever. Your tests

Re: Using Custom Developed Checkstyle Checks with packagenames.xml

2011-03-27 Thread Lee Meador
t; - com > > > - objectfanatics > > > - checkstyle > > > - checks > > > - MethodLimitCheck.class > > > - packagenames.xml > > > - META-INF > > > - MANIFEST.MF > > > - mave

Re: Is there a way to ignore profiles in settings.xml?

2011-03-25 Thread Lee Meador
es and what are they for? > > > > (If you explain what problem you're trying to solve, someone can > > probably help you come up with a better solution. Clearly, having a > > bunch of profiles that are active by default and then wanting them to > > NOT be active indicates something is wrong.) > > > > -- > > Wendy > > > > - > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Emma plugin advice needed (conflict w/ OpenJPA)

2011-03-25 Thread Lee Meador
test. (This question came up as I thought about how Emma instruments one time and Coburtura instruments when every test runs so Emma runs tests faster.) If it doesn't work to reverse the enhancing order with Emma, my next plan is to see what I can do with Cobertura, though I have found Emma easier to use. Thanks -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: why does site-deploy rebuild so often?

2009-10-08 Thread Lee Meador
t; >>> > >>> >>> org.codehaus.mojo > >>> >>> cobertura-maven-plugin > >>> >>> ${cobertura-maven-plugin.version} > >>> >>> > >>> >>> > >>> >>> org.codehaus.mojo > >>> >>> surefire-report-maven-plugin > >>> >>> 2.0-beta-1 > >>> >>> > >>> >>> > >>> >>> > >>> >>> org.apache.maven.plugins > >>> >>> maven-source-plugin > >>> >>> ${maven-source-plugin.version} > >>> >>> > >>> >>> > >>> >>> org.apache.maven.plugins > >>> >>> maven-javadoc-plugin > >>> >>> ${maven-javadoc-plugin.version} > >>> >>> > >>> >>> true > >>> >>> > >>> >>> > >>> >>> > >>> >>> org.codehaus.mojo > >>> >>> jxr-maven-plugin > >>> >>> 2.0-beta-1 > >>> >>> > >>> >>> > >>> >>> org.apache.maven.plugins > >>> >>> maven-pmd-plugin > >>> >>> 2.4 > >>> >>> > >>> >>> ${jdkVersion} > >>> >>> > >>> >>> /rulesets/basic.xml > >>> >>> > >>> >>> xml > >>> >>> true > >>> >>> utf-8 > >>> >>> 100 > >>> >>> > >>> >>> > >>> >>> > >>> >>> org.apache.maven.plugins > >>> >>> > >>> maven-project-info-reports-plugin > >>> >>> 2.1.1 > >>> >>> > >>> >>> > >>> >>> > >>> >>> dependencies > >>> >>> dependency-convergence > >>> >>> project-team > >>> >>> cim > >>> >>> license > >>> >>> scm > >>> >>> index > >>> >>> summary > >>> >>> > >>> >>> > >>> >>> > >>> >>> > >>> >>> > >>> >>> > >>> >>> > >>> >> > >>> >> > - > >>> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > >>> >> For additional commands, e-mail: users-h...@maven.apache.org > >>> >> > >>> >> > >>> > > >>> > >>> - > >>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > >>> For additional commands, e-mail: users-h...@maven.apache.org > >>> > >>> > >> > > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: how to prevent modules from having internal cyclic package dependencies

2009-09-10 Thread Lee Meador
t Test to other modules > - introducing a dependency to mymodules-test.jar > > Is there any plugin, that has this (JDepend) feature? > Or any other idea, to check in general for cyclic dependencies in all > modules? > > Thanx, Torsten > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

How to indicate dependency assembly

2009-06-12 Thread Lee Meador
would prefer to use mvn 2.0.7 to build this. I'm in the process of moving to 2.1.1 but it takes a while to test it all out and then to get moved with multiple offshore developers. Thanks. I know I ramble on sometimes. -- Lee Meador

Re: "always compile option" for maven-compiler-plugin?

2009-06-11 Thread Lee Meador
uaranteeing > the "always compile" function you require. > > Wayne > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apach

Re: How to use profiles to specify server info?

2009-06-11 Thread Lee Meador
just repositories > sections, but how? > > -dave > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: how is hudson's "maven generated site" link intended to work for multi-module maven builds?

2009-06-11 Thread Lee Meador
the multi-module build. > > > I've reached the point now where I'm tempted to just break out beat > the problem into submission with a generous helping of shell > scripting, but that doesn't seem very 'mavenesque'. > > Has anyone out there already solved this, or a similar problem? > > // Ben > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: How would you approach this?

2009-05-14 Thread Lee Meador
gt; rds.war deployed into it, along with any CFML code and the jar created in > > the first child project. This would be built into well, I'm not 100% > > sure. :) Probably a war file that would be deployed to a server but > > maybe it would really just be one war which as CF, my jar, and CFML code. > > The second rds.war would be used essentialy as-is. > > > > Are you talking about building something using the Coldfusion wars, or > deploying it. I'm confused. > > > > > Anyhow, I'd appreciate your feedback and suggestions. > > > > Thanks, > > > > Doug Hughes > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Deploy an EAR into Websphere Application Server 6.1 using maven plugins

2009-05-14 Thread Lee Meador
27;t been answered yet... > > I have been looking for information or documentation but I didn't found > anything... > > Someone know what is happening? Any idea? > > Thanks. > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Weird cycle problem. Solutions requested.

2009-05-14 Thread Lee Meador
70 > 85 >85 > > > > -- > View this message in context: > http://www.nabble.com/cobertura-results-tp23490065p23490065.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > -------

Re: How to add a script as part of build process of a WAR

2009-05-14 Thread Lee Meador
ne one of the jsp file does not contain > that pattern, then the build should fail. I've written a script to do this. > However, I want this script to be executed every time someone builds > creates > a war file using maven 1.2. > > Thanks, > Komal Bhardwaj > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Maven 2.1.0, threads in tests failing for site

2009-05-11 Thread Lee Meador
first. > > > > Before I go through all the pain of taking out reports until it starts > > working I was wondering if this rung any bells with any of you. Clues are > > good. Answers are better. Whatever someone finds. (Oh, it runs for 32 > > minutes before failing so ta

Re: Maven 2.1.0, threads in tests failing for site

2009-05-08 Thread Lee Meador
Oh ... I do have the plugins locked down except for two that I just found courtesy of the Versions plugin. Source and Deploy plugins weren't locked down. I think I updated to the latest release on SureFire plugins too. Thanks. -- Lee On Fri, May 8, 2009 at 10:12 PM, Lee Meador wrote: >

Maven 2.1.0, threads in tests failing for site

2009-05-08 Thread Lee Meador
n building a RAR and an EAR.) Thanks. -- Lee Meador

Re: Relative Path to a Local Repo

2009-03-16 Thread Lee Meador
in), and have them unzip and be able > to run with a single command line. Again, they have no local repo and no > internet access. > > One final point. If I use an absolute path to the repository in > settings.xml, everything works great. > > Any advice is appreciated, and thank you for your time. > > Jeremy > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: New Maven Respository Search Application

2009-02-23 Thread Lee Meador
ably add new > > interesting types of searches in the future if we find the time and > > motivation to do so. > > > > I was simply stating the fact that Nexus index, which is a magnitude > smaller > provides pretty much the same information as your web application.

Re: mvn jetty home?

2009-02-16 Thread Lee Meador
notify the sender immediately. > Please note that the BBC monitors e-mails sent or received. > Further communication will signify your consent to this. > > > --------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Maven Reactor

2008-10-07 Thread Lee Meador
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: maven repository update.

2008-10-07 Thread Lee Meador
cribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: mysterious assembly-plugin

2008-10-03 Thread Lee Meador
e following mojo encountered an error while executing: > > Group-Id: org.apache.maven.plugins > > Artifact-Id: maven-assembly-plugin > > Version: 2.2-beta-1 > > Mojo: single > > brought in via: POM > > > > While building project: > > Group-Id: net.atos.wlp > > Artifact-Id: core > > Version: 0.0.2-SNAPSHOT > > From file: D:\projekte\core\pom.xml > > Reason: Failed to create assembly: Error creating assembly archive: You > must set at least one file. > > > > org.apache.maven.plugin.assembly.archive.ArchiveCreationException: Error > creating assembly archive: You must set at least one file. > > at > org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createA > rchive(DefaultAssemblyArchiver.java:107) > > at > org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(Abst > ractAssemblyMojo.java:278) > > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa > nager.java:579) > > > > > > does anybody have an idea how my requirement could be fulfilled ? > > > > Kind regards > > Wolfgang Winter > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Accessing project version number from Java

2008-09-29 Thread Lee Meador
g > my own implementation of such a thing. > > I'd quite like to see the generation of these metadata files occur at >> the generate-resources phase of the lifecycle which would allow it >> work within the IDE too. >> > > -Dom > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Proxy bypass not working with site:deploy command

2008-09-16 Thread Lee Meador
above for privacy) > > We are using Maven 2.0.9, Java 2 Runtime Environment, Standard Edition > (build 1.5.0_10-b03) > Thanks, > Eddie > _ > See how Windows connects the people, information, and fun that are part of &g

Re: Jar not updating from remote repo

2008-09-16 Thread Lee Meador
FES Unclass Maven Repository > >>> >>https://xxx > >>> >> > >>> >>always > >>> >> true > >>> >>

Re: Using repository with HTTP basic auth

2008-09-16 Thread Lee Meador
--------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Ampersand problem

2008-07-11 Thread Lee Meador
me with all user's foldernames. > > > > Is it Maven bug? Maybe there is some solution. > > > > Please help! > > > > I do not want to change my username to use Maven. > > > > Greetings. > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Archetype sample for multi-projects

2008-07-10 Thread Lee Meador
t; > What happens if you try archetype:create-from-project on an existing > multi-module project? > > -- > Wendy > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: How to stop maven from assembling war file

2008-07-10 Thread Lee Meador
t; > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: running Maven Tasks through Eclipse

2008-07-02 Thread Lee Meador
ed by law. If > you are not the intended recipient, you should delete this message. > > > Any disclosure, copying, or distribution of this message, or the taking of > any action based on it, is strictly prohibited. [v.E.1] > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: fatal dependency management flaw in maven?

2008-07-01 Thread Lee Meador
> Oh, and as I mentioned in passing in a previous post, we don't > > >> really > > >> >> >> need > > >> >> >> > long-term repeatability of the build - once it is released, an > > >> old > > >> >> >> version > > >> >> >> > of our product rarely needs to be checked out of > source-control > > >> and > > >> >> >> > rebuilt from scratch. In the short term it is less likely that > > >> our > > >> >> build > > >> >> >> > will break because a plugin got upgraded - and even if it did, > > >> because > > >> >> we > > >> >> >> > use continuous integration it would quickly be caught and > fixed. > > >> >> However, > > >> >> >> > this is really a side issue, if I had to lock down the > versions > > >> of > > >> the > > >> >> >> > plugins to resolve my problem, I'd happily do that, but I > don't > > >> think > > >> >> >> that > > >> >> >> > solves the problem. > > >> >> >> > > >> >> >> You might take a different approach using two different > > >> settings.xml > > >> and > > >> >> a > > >> >> >> internal-test profile (name it whatever you like). You can > specify > > >> the > > >> >> >> settings file on the command line for maven. > > >> >> >> > > >> >> >> settings-product.xml: > > >> >> >> - define an own location for the local repo > > >> >> >> - define the approved company repo as remote repo > > >> >> >> - set the approved company repo as mirror for anything > > >> >> >> > > >> >> >> settings-internal.xml: > > >> >> >> - define an own location for the local repo > > >> >> >> - define the approved company repo as remote repo > > >> >> >> - activate profile "internal-test" by default > > >> >> >> > > >> >> >> If you run CI with settings-product.xml, you ensure that nothing > > >> has > > >> >> crept > > >> >> >> in. You may even run Ci twice, once for each setting to ensure > no > > >> >> breakage. > > >> >> >> > > >> >> >> Your devs may choose also between the two settings, but they > will > > >> have > > >> >> to > > >> >> >> put anything into the internal-test profile (deps, plugins, > > >> >> >> includes/excludes for the compiler, javadoc and surefire plugin) > > >> that > > >> >> >> depends on "unapproved" artifacts. > > >> >> >> > > >> >> >> - Jörg > > >> >> >> > > >> >> >> > > >> >> >> > > >> - > > >> >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >> >> >> For additional commands, e-mail: [EMAIL PROTECTED] > > >> >> >> > > >> >> >> > > >> >> > > > >> >> > > >> >> > - > > >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >> >> For additional commands, e-mail: [EMAIL PROTECTED] > > >> >> > > >> >> > > >> > > > >> > > >> - > > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >> For additional commands, e-mail: [EMAIL PROTECTED] > > >> > > >> > > > > > > > > > > -- > > View this message in context: > > > http://www.nabble.com/fatal-dependency-management-flaw-in-maven--tp18188983p18211522.html > > Sent from the Maven - Users mailing list archive at Nabble.com. > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Maven & WebSphere 6.1

2008-06-30 Thread Lee Meador
he Group's Information Security requirements. > > >> > > >> "This e-mail has arrived via the Internet, and therefore you should > be > > >> cautious about its origin and content. Replies which contain > sensitive > > >> information and / or legal/contractual obligations are particularly > > > vulnerable. > > >> In these cases you should not reply unless you are authorised to do > so, > > >> and adequate encryption is employed." > > >> > > >> If you have any questions, please contact the IS Service Desk. > > > > > > ** > > > CAUTION - This message is intended for the addressee named above. It > > may contain privileged or confidential information. > > > > > > If you are not the intended recipient of this message you must: > > > - Not use, copy, distribute or disclose it to anyone other than the > addressee; > > > - Notify the sender via return email; and > > > - Delete the message (and any related attachments) from your computer > > immediately. > > > > > > Internet emails are not necessarily secure. Australian Associated > > Motors Insurers Limited ABN 92 004 791 744 (AAMI), and its related > > entities, do not accept responsibility for changes made to this message > > after it was sent. > > > > > > Unless otherwise stated, views expressed within this email are the > > author's own and do not represent those of AAMI. > > > ** > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > The following message has been automatically added by the Internet mail > > gateway to comply with the Group's Information Security requirements. > > > > "This e-mail has arrived via the Internet, and therefore you should be > > cautious about its origin and content. Replies which contain sensitive > > information and / or legal/contractual obligations are particularly > vulnerable. > > > > In these cases you should not reply unless you are authorised to do so, > > and adequate encryption is employed." > > > > If you have any questions, please contact the IS Service Desk. > > > ** > CAUTION - This message is intended for the addressee named above. It may > contain privileged or confidential information. > > If you are not the intended recipient of this message you must: > - Not use, copy, distribute or disclose it to anyone other than the > addressee; > - Notify the sender via return email; and > - Delete the message (and any related attachments) from your computer > immediately. > > Internet emails are not necessarily secure. Australian Associated Motors > Insurers Limited ABN 92 004 791 744 (AAMI), and its related entities, do not > accept responsibility for changes made to this message after it was sent. > > Unless otherwise stated, views expressed within this email are the author's > own and do not represent those of AAMI. > ** > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: fatal dependency management flaw in maven?

2008-06-30 Thread Lee Meador
using regular > http gets and convey no information other than the file they want. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: need help in ant's javadoc task (from maven)

2008-06-09 Thread Lee Meador
shpande [mailto:[EMAIL PROTECTED] >>>> Sent: Friday, June 06, 2008 5:54 AM >>>> To: [EMAIL PROTECTED]; Maven Users List >>>> Subject: need help in ant's javadoc task (from maven) >>>> >>>> >>>> I am trying to generate a .properties file using javadocs in a java >>>> source file, and i am using ant's task to do this. >>>> >>>> but i am getting this error when i run the antrun plugin >>>> >>>> generate.appcodes: >>>> [javadoc] Generating Javadoc >>>> [javadoc] Javadoc execution >>>> [javadoc] javadoc: Cannot find doclet class >>>> com.company.app.util.doclet.AppCodesDoclet >>>> [javadoc] 1 error >>>> >>>> Please help. Also can anyone tell me what the and >>>> elements are for? How are the paths relative to? >>>> >>>> My ant build file is: >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> sourcefiles="src/main/com/company/app/shared/security/AppCodes.java" >>>>failonerror="yes"> >>>> >>>> >>>path="${tools.classpath}"> >>>> >>> value="../src/main/resources/appcodes.properties" /> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>todir="target/WEB-INF/classes/resources" /> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Niranjan Deshpande >>>> >>>> "Shut yourself from the world and create the reality you want" >>>> >>>> - >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>>> >>> -- >>> Regards, >>> Niranjan Deshpande >>> >>> "Shut yourself from the world and create the reality you want" >>> >>> - >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >> >> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Tip about Skinny Wars - is an enforcer plugin's bug side effect :-(

2008-06-09 Thread Lee Meador
> war). > > > > ... and the attached jar will transport the transitive deps. > > > > - Jörg > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: location of site.xml

2008-04-25 Thread Lee Meador
ing. I found this > bug http://jira.codehaus.org/browse/MSITE-91 which marked fixed, but I > just > wanted to check if it is really fixed. My maven version is 2.0.5 > > thanks, > Arash > > -- > The dirtiest book of all is the expurgated book. > > Walt Whitman &g

Re: statcvs

2008-04-25 Thread Lee Meador
seem > to working. Actually maven could not even resolve the plugin. > Could somebody help me here ro tell me if I could use another plugin for > this task. > > thanks, > -arash > > -- > The dirtiest book of all is the expurgated book. > > Walt Whitman > -- -- Le

Re: Maven Jar plugin 2.0 : ClassPath in manifest

2008-04-22 Thread Lee Meador
ng > those in order to run some of those standalone jars, and I'm getting the > libraries they are depending on with maven-dependency-plugin and formatting > them with a certain name format (actually true > remove version tag) (mvn install). And so the classpath can't be resolved in > case the version tag is in the manifest classpath. > > > Is there anywhere to format the name of the libraries inside the > class-path? I know we can alter the directory where to find the library > (with ) but the name I can't find any information? > > > Thanks for your time. > > Tomas > > PS: In reality the project is much more complex (with generic poms) but > it's behaving just the same. I've reproduced the problem with this example. > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Mvn 2 plugin to copy files?

2008-04-03 Thread Lee Meador
rowser > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Mvn 2 plugin to copy files?

2008-03-28 Thread Lee Meador
> Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Findbugs SNAPSHOT problem

2008-03-24 Thread Lee Meador
Friday morning, 20 Mar, I got the update on the findbugs plugin snapshot. It seems to now require there to be some java in the project so my ear project broke. Anyone else seeing this? I know ... there's no details but I just want to know if its a common problem or something wierd about my build.

Re: site:site unable to find parent...

2008-02-20 Thread Lee Meador
nt ${basedir} even when it is > > within > > a module. > > > > I will try to install as a hacky workaround in the meantime > > > > > > Cheers!!! > > > > > > On Feb 19, 2008 10:45 AM, Lee Meador <[EMAIL PROTECTED]> wrote: > > > > > Sa

Re: site:site unable to find parent...

2008-02-18 Thread Lee Meador
Sad ... replying to myself. I noticed one thing when I read the Jira issue Andrew linked to. When doing the "site" you have to do "install site" to make it work unless you did an "install" since the last change to the parent pom. -- lee On Feb 18, 2008 6:10 PM

Re: site:site unable to find parent...

2008-02-18 Thread Lee Meador
-1/pom.xml > > /myproject/module-2/pom.xml > > /myproject/module-3/pom.xml > > > > > > This is my inside each module-X > > > > myproject > > parent > > 0.0.1-SNAPSHOT > > ../parent/pom.xml > > > > > > Any help would be great!!! :) > > > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: maven, archiva, and hibernate

2008-02-18 Thread Lee Meador
. > >> > >> I have tried using a different version of the hibernate plugin in case > >> there is a bad version in local server's repository, but that does not > >> solve the problem. As long as I am connected to the local repository, > my > >> bui

Re: Ant plugin fails after ugrading from maven 2.0.7 to 2.0.8

2008-02-11 Thread Lee Meador
at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > > Caused by: java.net.URISyntaxException: Illegal character in path at > > > index 18: file:/C:/Documents and Settings/Niall > > > Pemberton/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar > > > at java.net.URI$Parser.fail(Unknown Source) > > > at java.net.URI$Parser.checkChars(Unknown Source) > > > at java.net.URI$Parser.parseHierarchical(Unknown Source) > > > at java.net.URI$Parser.parse(Unknown Source) > > > at java.net.URI.(Unknown Source) > > > ... 32 more > > > [INFO] > > > > [INFO] Total time: 1 second > > > [INFO] Finished at: Mon Feb 04 18:45:53 GMT 2008 > > > [INFO] Final Memory: 4M/8M > > > [INFO] > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: javax.mail and javax.activation in Java 6

2008-02-05 Thread Lee Meador
t; > Dependencies can be excluded easily enough: > > javax.mail > mail > 1.4.1 > > ... (see documentation) ... > > > > I don't know of any way of declaring "global" exclusions (eg from within a > profile); in fact I

Dashboard plugin configuration

2008-02-05 Thread Lee Meador
At this page http://mojo.codehaus.org/dashboard-maven-plugin/standard_config.html there is listed the "standard dashboard configuration" xml file. Is this up to date? I notice nothing in there about FindBugs. Where would one get a current one? (If that isn't it) Thanks. -- Lee M

Re: Derby

2008-02-05 Thread Lee Meador
ses? > > -- > You can not depend on your eyes when your imagination is out of focus. > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Problems installing maven

2008-01-31 Thread Lee Meador
-version) it gets the same output > like > > if I call "java". Does anyone know what i did wrong? > > > > The Environmentpaths/Variables should be correct. Im using maven 2.0.8 and > WinVista > > > > thx > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Conflicting Jar Names

2008-01-29 Thread Lee Meador
ancy plugins ? > > Regards, > > Steve. > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: including properties in the pom.xml from an external file

2008-01-22 Thread Lee Meador
> > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: EJB WebSphere dependencies

2008-01-22 Thread Lee Meador
> impl > > > > > > > > > > I copied the activation-impl.jar and mail-impl.jar into my local repo > > too, because the MANIFEST.MF of j2ee.jar contains them. Still it doesn't > > compile. > > > > Any help at this point is very appreciated. > > > > Is it possible to include the whole WebSphere runtime or would I need to > > import all the jar's to my local repo (like >100 :( )? > > > > Kind regards > > Marcus > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Dashboard summary missing PMD and Cobertura sections

2008-01-04 Thread Lee Meador
t; Could you post your pom.xml to see the reporting configuration ? > > you can do a "mvn -e -x dashboard-report:dashboard>maven.log" and post the > maven.log as attachment ? > > > Lee Meador-3 wrote: > > > > 1) The issue about the relocated XML files not be

Re: Dashboard summary missing PMD and Cobertura sections

2008-01-04 Thread Lee Meador
cation of output directory > for each plugin. > > I must resolve this problem. > > Create an issue under http://jira.codehaus.org/browse/MOJO JIRA > > > David > > > > Lee Meador-3 wrote: > > > > How does the dashboard report plugin know whether to inc

Dashboard summary missing PMD and Cobertura sections

2008-01-03 Thread Lee Meador
a location for the missing reports' xml files. Its just the default. Any ideas? -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: CVS files being packaged in WAR

2008-01-02 Thread Lee Meador
1.5 > > > true > > > > > > > > > > > > ${basedir}/src > > > C:\finalbuilds\readioneportal > > > > > > > > > ${basedir}/resources > > > > > > > > > > > > > > > How shall I avoid this? Any help? > > > > > > Regards, > > > Amit > > > > > > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Maven Site, No Anonymous Access to Source Repository

2007-12-19 Thread Lee Meador
gt; > and if I try to remove the scm.connection element from my pom.xml, > then > > I > > > can not add my project into continuum using the pom, continuum reports > > > > I think Continuum ought to work with just an anonymous connection. > > Can you check JIRA and file that if it's not there? > > > > -- > > Wendy > > > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: [m2][c1.1] How to run dashboard in Continuum?

2007-12-12 Thread Lee Meador
+dashboard-report%3Adashboard+-P+documentation+-e&projectGroupId=11&buildFile=pom.xml&profileId=11 > > > >> But when I click to run the project, it only does the default. How can > I > >> have continuum run all three? > >> > >> -- > >> Thanks, > >> Mick Knutson > >> > >> http://www.baselogic.com > >> http://www.blincmagazine.com > >> http://www.djmick.com > >> http://www.myspace.com/mickknutson > >> http://www.myspace.com/BLiNCMagazine > >> http://tahoe.baselogic.com > >> --- > > > > > > > > > > -- > > Thanks, > > Mick Knutson > > > > http://www.baselogic.com > > http://www.blincmagazine.com > > http://www.djmick.com > > http://www.myspace.com/mickknutson > > http://www.myspace.com/BLiNCMagazine > > http://tahoe.baselogic.com > > --- > > > > > > -- > View this message in context: > http://www.nabble.com/-m2--c1.1--How-to-run-dashboard-in-Continuum--tp14261351s177p14290771.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Running application from Maven

2007-12-04 Thread Lee Meador
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: [M2] Pb Release and preserve timestamps

2007-11-21 Thread Lee Meador
n is raised: > > [INFO] Error installing artifact's metadata: Error while deploying > metadata: Error occured while deploying 'test/cp/maven-metadata.xml' to > remote repository: sftp://maven2/proxy/inhouse > > I think it's a bug. > It works if you create the

Re: M2 - pluginManagement - best practices?

2007-11-15 Thread Lee Meador
so do not > > list some plugins (maven-site-plugin for example) in our pom. > > > > We have big project with 10s of components/pom.xml files and I was > > thinking to add pluginManagement as well as adding all default plugins > > with current version. &g

Re: Two jars, one pom...

2007-11-15 Thread Lee Meador
thoughts on my two approaches and if anyone has had > to deal with separating out things in this manner. > > Thanks so much. > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --

Re: maven constantly rebuilding everything

2007-11-12 Thread Lee Meador
> > > > > > >E:\work\m2\Repository\lty\backoffice > > > > > > > Core\P200712-SNAPSHOT\backofficeCore-P200712-SNAPSHOT-sources.jar > > > > > > > [INFO] > > > > > > > --

Re: [m2] dashboard error....

2007-11-02 Thread Lee Meador
--- > > > > > -- > > Thanks, > Mick Knutson > > http://www.baselogic.com > http://www.blincmagazine.com > http://www.djmick.com > http://www.myspace.com/mickknutson > http://www.myspace.com/djmick_dot_com > http://www.myspace.com/sexybeotches >

Re: Simple WAR file question

2007-11-01 Thread Lee Meador
a simplified Maven POM to create the various artifacts (jar files, war files, javadoc, site, etc.) It might be easier. Thanks. -- Lee Meador On 10/9/07, Kram <[EMAIL PROTECTED]> wrote: > > > yes well I wouldn't need to do it this way if the business would allow a > pr

Re: Generating Test Sources

2007-10-25 Thread Lee Meador
Where should plugins place generated test sources? > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Improving the documentation of plugins (was maven is hard)

2007-09-28 Thread Lee Meador
nt/guide-plugin-documentation.html > > [2] Maven Documentation Checker Plugin: > http://maven.apache.org/plugins/maven-docck-plugin/ > > [3] Plugins at the Maven project > http://maven.apache.org/plugins/index.html > > -- > Dennis Lundberg > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: how to refer set of properties for maven?

2007-09-28 Thread Lee Meador
erties (inherent) like > project.build.outputDirectory where can I find the rest of the > properties? > > > > - Nishant > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Improving Maven Site Docs (was maven is hard)

2007-09-27 Thread Lee Meador
4. if a pom is "broken" mvn should offer a suggestion about how to > fix > >it. > > What kind(s) of broken poms should be recoverable/detectable/fixable? > Other than XML which is not well-formed, I very infrequently get > broken poms personally, so I'd lik

Re: Why Maven is Hard?

2007-09-27 Thread Lee Meador
ncluding any attachments) is > confidential and is intended for the use of the addressee only. The > opinions expressed within this e-mail (including any attachments) are > the opinions of the sender and do not necessarily constitute those of > Roslin Institute (Edinburgh) ("the Institute") unless specifically > stated by a sender who is duly authorised to do so on behalf of the > Institute. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Why Maven is Hard?

2007-09-27 Thread Lee Meador
llectors could search for that word and come up with a short list of user list threads to mine for good FAQ entries. The only way I see that I would fail, besides nobody doing it, is if idiots invade the list and overuse the magic word. -- Lee Meador On 9/27/07, Wim Deblauwe <[EMAIL PROTECTED]>

Re: Eclipse/Maven2 integration info

2007-09-27 Thread Lee Meador
ight not be able to > accomplish as easy) as well as build from Eclipse. I have built several > products this way without any issue (nightly builds use the command line, > developers such as myself use Eclipse). > > Try ithope this helps a littleI will play with Q4E with Europa > (which I want for just for the server instances stuff). > > Thanks! > > -aps > > -- > "What lies behind us and what lies in front of us is of little concern to > what lies within us." -Ralph Waldo Emerson > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Improving Maven Site Docs

2007-09-27 Thread Lee Meador
os and Cons" section that would highlight what is easy > and what is hard in maven > > To address point 3) above, I definitely think that providing some sort > of simple language beside XML to defines poms would be great: Although > XML is widely known, it is not widely loved and ten

Re: Why Maven is Hard?

2007-09-25 Thread Lee Meador
iegmann > > FJA-US, Inc. > > 512 7th Ave. 15th Flr. New York, NY 10018 > > (212) 840-2618 x139 > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Why Maven is Hard?

2007-09-24 Thread Lee Meador
mplicated > Maven poms from developers and then I gotta > decipher what is happening. > > With Ant - it's a lot more transparent. > I am not criticizing maven (then we'd be talking > about the painful bugs), but I do think that > it is fair to say that it is harder t

Re: Pronuciation

2007-09-13 Thread Lee Meador
Point well taken. On 9/13/07, Andrew Williams <[EMAIL PROTECTED]> wrote: > > 3 our of 4 of those examples don't count - only maverick has vowel- > consonant-vowel :) > > On 5 Sep 2007, at 18:07, Lee Meador wrote: > > > Except in "mattress" or "

Re: Deploying an assembly from a war project via the release plugin

2007-09-13 Thread Lee Meador
prepare, I do *not* see the ZIP file in the remote > repository. It is almost as if my profile is being ignored by the > release plugin. > > Any thoughts? > > > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Eclipse and Maven "best practice"

2007-09-13 Thread Lee Meador
t; > to the local repository jar that maven just downloaded. > > > > > > Would this be the best option? > > > -- > > > View this message in context: > > > > http://www.nabble.com/Eclipse-and-Maven-%22best-practice%22-tf4436040s177.html#a12655883 > > > Sent from the Maven - Users mailing list archive at Nabble.com. > > > > > > > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > "What lies behind us and what lies in front of us is of little concern > to > > what lies within us." -Ralph Waldo Emerson > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Pronuciation

2007-09-05 Thread Lee Meador
> >> Anyone? > >> > >> Thanks > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: put rar and jar in local repo

2007-08-09 Thread Lee Meador
later. -- Lee Meador On 8/9/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > The build helper plugin is your friend: > > http://mojo.codehaus.org/build-helper-maven-plugin/attach-artifact-mojo.html > > Wayne > > On 8/9/07, Lee Meador <[EMAIL PROTECTED]> wrote:

put rar and jar in local repo

2007-08-09 Thread Lee Meador
nyone have some hints on how to do this? thanks. -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Retrieving subversion revision number

2007-08-06 Thread Lee Meador
final String VERSION = "${program.version}"; } -- Lee Meador On 8/6/07, Nick Stolwijk <[EMAIL PROTECTED]> wrote: > > Have a look at the buildnumber plugin, which does exactly that.[1] > > Hth, > > Nick Stolwijk > > [1] > http://commons.uc

Two instances of Continuum

2007-04-11 Thread Lee Meador
Can you run two instances of continuum on the same server if you change the two ports? Is there anything special that needs to be configured to make this work? Thanks. -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Maven 2.0.4: Error while packaging the EJB project

2007-01-18 Thread Lee Meador
m this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS**** End of Disclaimer INFOSYS*** -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Problems with maven-ear-plugin version 2.3

2007-01-17 Thread Lee Meador
commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Error trying to use the maven-antrun plugin

2006-12-27 Thread Lee Meador
1068) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) ... 23 more [INFO] Any suggestions? (this works fine when doing a regular ant world-simple) -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: surefire transitive classpath bug ?

2006-12-08 Thread Lee Meador
elease. > > The usual fix is the explicitly declare the dependency version you > want, in the project pom where the problem is occurring. > > If that doesn't help, we need to see the pom and the full output of mvn > -X. > > -- > Wendy > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Apply license to all java files?

2006-11-21 Thread Lee Meador
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: assembly permutations

2006-11-17 Thread Lee Meador
alternatives? Thanks, John -- View this message in context: http://www.nabble.com/assembly-permutations-tf2655047s177.html#a7406601 Sent from the Maven - Users mailing list archive at Nabble.com. -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: EhCacheProvider not found with other hibernate classes during test

2006-11-17 Thread Lee Meador
gt; > > Why is it a class not found exception for a class that is obviously > > there > > > and correct and not a no-class-def error as would be expected for a > > bogus > > > version of a dependency (wrong method invocation, exception in > > initializer

Re: EhCacheProvider not found with other hibernate classes during test

2006-11-14 Thread Lee Meador
ang.ClassNotFoundException: org/hibernate/cache/EhCacheProvider at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at org.hibernate.util.ReflectHelper.classForName(ReflectHelper.java :100) at org.hibernate.cfg.SettingsFactory.createCacheProvider( SettingsFactory.java:358) ... 75 more -- -t. -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Version management question

2006-11-14 Thread Lee Meador
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Maven dependency question

2006-11-14 Thread Lee Meador
ath: entry. How can we specify dependency from the common utility jar file in the war's pom file? Any help is appreciated. Thanks Enrique -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

Re: Junit and sites in Continuum

2006-11-13 Thread Lee Meador
ction based on it, is strictly prohibited. [v.E.1] -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com

  1   2   3   >