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
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
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
> >>
> > >>
> > >>
> > >>
> > >> 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
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
t; - com
> > > - objectfanatics
> > > - checkstyle
> > > - checks
> > > - MethodLimitCheck.class
> > > - packagenames.xml
> > > - META-INF
> > > - MANIFEST.MF
> > > - mave
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
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
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
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
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
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
just repositories
> sections, but how?
>
> -dave
>
--
-- Lee Meador
Sent from gmail. My real email address is lee AT leemeador.com
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
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
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
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.
>
>
> -------
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
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
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:
>
n building a RAR and
an EAR.)
Thanks.
-- 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
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.
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
--
> 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
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
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
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
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
FES Unclass Maven Repository
> >>> >>https://xxx
> >>> >>
> >>> >>always
> >>> >> true
> >>> >>
---------
> 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
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
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
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
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
> 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
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
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
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
> 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
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
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
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
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
> 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
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.
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
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
-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
.
> >>
> >> 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
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
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
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
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
-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
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
> > > 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
> 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
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
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
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
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
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
+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
---
> 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
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
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
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]
>
>
--
> > > > > > >E:\work\m2\Repository\lty\backoffice
> > > > > > > Core\P200712-SNAPSHOT\backofficeCore-P200712-SNAPSHOT-sources.jar
> > > > > > > [INFO]
> > > > > > > --
---
>
>
>
>
> --
>
> 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
>
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
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
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
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
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
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
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]>
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
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
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
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
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 "
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
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
> >> 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
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:
nyone have some hints on how to do this?
thanks.
-- Lee Meador
Sent from gmail. My real email address is lee AT leemeador.com
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
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
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
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
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
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
-
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
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
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
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
---
> 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
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
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 - 100 of 255 matches
Mail list logo