AW: Dependency error with javadoc:aggregate, and confused about overall javadoc aggregate setup

2016-11-03 Thread Jochum Jesko
-Ursprüngliche Nachricht- Von: KARR, DAVID [mailto:dk0...@att.com] Gesendet: Samstag, 29. Oktober 2016 00:45 An: Maven Users List Betreff: RE: Dependency error with javadoc:aggregate, and confused about overall javadoc aggregate setup > -Original Message- > From: Jochum

RE: Dependency error with javadoc:aggregate, and confused about overall javadoc aggregate setup

2016-10-28 Thread KARR, DAVID
> -Original Message- > From: Jochum Jesko [mailto:j.joc...@elettronica.de] > Sent: Thursday, October 27, 2016 11:41 PM > To: Maven Users List > Subject: AW: Dependency error with javadoc:aggregate, and confused about > overall javadoc aggregate setup > > I ha

AW: Dependency error with javadoc:aggregate, and confused about overall javadoc aggregate setup

2016-10-27 Thread Jochum Jesko
*.temp.* ... Hope I could help. -Ursprüngliche Nachricht- Von: KARR, DAVID [mailto:dk0...@att.com] Gesendet: Donnerstag, 27. Oktober 2016 22:40 An: users@maven.apache.org Betreff: Dependency error with javadoc:aggregate, and confused abo

Dependency error with javadoc:aggregate, and confused about overall javadoc aggregate setup

2016-10-27 Thread KARR, DAVID
[ERROR] mvn install:install-file ... [ERROR] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [ERROR] mvn deploy:deploy-file ... [ERROR] [ERROR] Path to dependency: [ERROR] 1) :bundle:1.0.0-SNAPSHOT [ERROR] 2) org.apache.httpcomponents:httpclient-osgi:bundle

Re: dependency error

2015-08-24 Thread Wayne Fay
Click the url. http://maven.aspose.com/artifactory/simple/ext-release-local/ There appears to be no artifacts with groupId javax in this repo. Only stuff under com. Wayne On Mon, Aug 24, 2015 at 3:21 PM, Magnanao, Hector wrote: > Can someone help me with this error ? It can't seem to get to thi

dependency error

2015-08-24 Thread Magnanao, Hector
Can someone help me with this error ? It can't seem to get to this url. [ERROR] Failed to execute goal on project foundation: Could not resolve dependencies for project com.mycompany.app:foundation:jar:1.0-SNAPSHOT: Failure to find javax.sql:jdbc-stdext:jar:2.0 in http://maven.aspose.com/artifa

Dependency error when building ear file

2010-09-17 Thread Jon Paynter
-- Apologies in advance if this is a duplicate -- Hi -- ive been tasked with looking to see if maven will work to replace our current ant build. Since our company makes extensive use of j2ee and OC4J components, that was one of the first thingsI tackled after getting some basic modules to compile

Re: attached tests dependency error

2007-09-25 Thread Tim Kettler
Grmph. But I can always say it was on purpose, to tell if someone is actually reading that far ;-) Wayne Fay schrieb: It was almost perfect, Tim. Then you screwed up the last example. ;-) com.myco.app foo 1.0-SNAPSHOT tests This corresponds to the file: com/myco/

Re: attached tests dependency error

2007-09-24 Thread zalym
eclaration and use a >>> tests element in the declaration. >>> >>> Please report this as a bug in jira [2] and provide the correct >>> dependency declaration to use. >>> >>>> Appreciate your help. >>> -Tim >>> >>> [1] >&g

Re: attached tests dependency error

2007-09-24 Thread Wayne Fay
It was almost perfect, Tim. Then you screwed up the last example. ;-) > > com.myco.app > foo > 1.0-SNAPSHOT > tests > This corresponds to the file: com/myco/app/foo/1.0-SNAPSHOT/foo-1.0-SNAPSHOT-tests.jar The default naming convention is: groupId/artifactId-version-cl

Re: attached tests dependency error

2007-09-24 Thread Tim Kettler
Hi, I will try my best to explain how I understand the underlying concepts but as I'm not a maven developer and the code and design documentation is rather sparse there might be some misconceptions on my side. What I'm a little bit confused about is the distinction between type and packaging. Th

Re: attached tests dependency error

2007-09-22 Thread zalym
en/plugin/jar/TestJarMojo.java > [2] http://jira.codehaus.org/browse/MNGSITE > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]

Re: attached tests dependency error

2007-09-21 Thread zalym
Hi tim, Thanks for pointing it out. classifier works. I have created an issue in JIRA at http://jira.codehaus.org/browse/MNGSITE-26 Regards, Saleem -- View this message in context: http://www.nabble.com/attached-tests-dependency-error-tf4489648s177.html#a12829434 Sent from the Maven

Re: attached tests dependency error

2007-09-21 Thread Tim Kettler
zalym schrieb: I followed the attached tests guide to create a dependency to my core tests. The first part of the tutorial worked, and I could install a version of the test jar in the local repository as models-3.0-tests.jar. When I tried to add this as a dependency in another project, it came

attached tests dependency error

2007-09-20 Thread zalym
dependency missing error and when I noticed this in the message: models-3.0.tests What could be wrong? Why would the dependency be resolbed with a period and not a hyphen. Appreciate your help. -- View this message in context: http://www.nabble.com/attached-tests-dependency-error-tf4489648s177.html

Re: Newbie: Unsatisfied dependency error

2003-09-11 Thread dion
Jeff Epstein <[EMAIL PROTECTED]> wrote on 12/09/2003 10:37:34 AM: [snip] > manually downloaded JUnit-3.8.1 and put it in both lib and repository, ^^^ [snip] > Attempting to download JUnit-1.8.2.jar. > WARNING: Failed to download JUnit-1.8.2.jar. > The build cannot co

Newbie: Unsatisfied dependency error

2003-09-11 Thread Jeff Epstein
I have followed the installation instructions quite strictly, but am still getting the below error when calling "maven" from my project's directory (the one containing project.xml). According to the instructions, you're supposed to download maven-1.0-beta-10.zip (check), set up the environment var