error when using log4j dependency

2015-08-24 Thread Magnanao, Hector
Why does Maven complain with this error when I try to use version 1.2.15 of log4j as a dependency in my pom file ? Is there a different way of uploading this particular version of log4j ? [INFO] [INFO] BUILD FAILURE

how can i upload version 1.1.0.1 of tomcat-jdbc

2015-08-24 Thread Magnanao, Hector
I need to compile with 1.1.0.1. whenever I try to compile with this version, it says the [WARNING] The POM for org.apache.tomcat:tomcat-jdbc:jar:1.1.0.1 is missing, no dependency information available Is there another url or group that I can grab this version from ? Or do I need download

build error - could not access repository

2015-07-28 Thread Magnanao, Hector
Can anyone help on why I'm getting this error ? [ERROR] Failed to execute goal on project foundation: Could not resolve dependencies for project com.mycompany.app:foundation:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: com.sun.jmx:jmxri:jar:1.2.1,

RE: build error on strutsel

2015-07-27 Thread Magnanao, Hector
libraries? API change and evolve; you have to depend on a version compatible with what was originally coded against. -Curtis On Fri, Jul 24, 2015 at 3:04 PM, Magnanao, Hector hector.magna...@sap.com wrote: Hi Curtis, I have these remaining errors on my compilation. I can't figure out

how do i fix this error

2015-07-22 Thread Magnanao, Hector
I'm converting my ant build to maven using the ant plugin. When I try to compile my source code, I get this similar errors. Can someone help me with the resolution ? [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project

build compile error

2015-07-24 Thread Magnanao, Hector
How do I resolve these package errors ? [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project foundation: Compilation failure: Compilation failure: [ERROR]

RE: build error on strutsel

2015-07-24 Thread Magnanao, Hector
error on strutsel Hi Hector, I can't find it in the maven repository. http://search.maven.org/#search%7Cga%7C1%7Cfc%3A%22org.apache.strutsel.taglib.utils%22 -Curtis On Fri, Jul 24, 2015 at 12:11 PM, Magnanao, Hector hector.magna...@sap.com wrote: How do I resolve this package error ? I

build error on strutsel

2015-07-24 Thread Magnanao, Hector
How do I resolve this package error ? I can't find it in the maven repository. ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project foundation: Compilation failure: Compilation failure: ERROR]

RE: build error on strutsel

2015-07-24 Thread Magnanao, Hector
on the link and it returns nothing. How do I search for it in the repository ? That's baffling. I see this: [Inline image 1] I have no clue why it would be different for you... Regards, Curtis On Fri, Jul 24, 2015 at 12:31 PM, Magnanao, Hector hector.magna...@sap.commailto:hector.magna

RE: build error on strutsel

2015-07-24 Thread Magnanao, Hector
to find. -Curtis On Fri, Jul 24, 2015 at 12:39 PM, Magnanao, Hector hector.magna...@sap.com wrote: Hi Curtis, that’s ok, I got past that error. Now I get this one. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project

RE: how do i fix this error

2015-07-23 Thread Magnanao, Hector
. It's java 5 by default. On Wed, Jul 22, 2015 at 10:40 PM, Magnanao, Hector hector.magna...@sap.com wrote: I'm converting my ant build to maven using the ant plugin. When I try to compile my source code, I get this similar errors. Can someone help me with the resolution ? [ERROR] Failed

RE: how do i fix this error

2015-07-23 Thread Magnanao, Hector
List Subject: Re: how do i fix this error http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html Use 1.7. /Anders On Thu, Jul 23, 2015 at 5:20 PM, Magnanao, Hector hector.magna...@sap.com wrote: Where do I configure the plugin for java 7

package com.aspose.cells does not exist

2015-08-25 Thread Magnanao, Hector
Can anyone point me to where to get the dependency for aspose-cells-7.3.1.jar ? I can't find a good repo in google. Hector Magnanao Jr. SCM Analyst Fieldglass, Inc. O: (331) 702-6142 M: (773) 474-3051 hector.magna...@sap.com www.fieldglass.com Fieldglass is now part of SAP This email contains

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

RE: how can i upload version 1.1.0.1 of tomcat-jdbc

2015-08-25 Thread Magnanao, Hector
/maven2/org/apache/tomcat/tomcat-jdbc/ HTH Olivier On 25 August 2015 at 03:18, Magnanao, Hector hector.magna...@sap.com wrote: I need to compile with 1.1.0.1. whenever I try to compile with this version, it says the [WARNING] The POM for org.apache.tomcat:tomcat-jdbc:jar:1.1.0.1 is missing

snapshot build size difference

2015-08-26 Thread Magnanao, Hector
So I was finally able to get a good snapshot jar build from maven. But I noticed that the size of the maven build is bigger than the ant build. Does anyone have any suggestions on how to compare or find out why this is so ? Hector Magnanao Jr. SCM Analyst Fieldglass, Inc. O: (331) 702-6142

compile error with aspose.pdf

2015-08-25 Thread Magnanao, Hector
Can anyone tell me how to resolve this compile error ? I've uploaded the jar locally and I still get the error. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project foundation: Compilation failure: Compilation failure: [ERROR]

need jar location

2015-08-31 Thread Magnanao, Hector
Can anyone point me to a repository where I can find this jar dependency ? aspose.pdf-3.2.jdk16 Hector Magnanao Jr. SCM Analyst Fieldglass, Inc. O: (331) 702-6142 M: (773) 474-3051 hector.magna...@sap.com www.fieldglass.com Fieldglass is now part of SAP This email contains confidential

maven jar versus ant jar

2015-09-01 Thread Magnanao, Hector
I was finally able to build my snapshot jar using maven after going thru all the missing dependencies. But what I noticed is that the maven jar is much larger than my ant jar. Can anybody tell me why this is so ? Should they be different in sizes after converting the build to maven ? what

RE: maven jar versus ant jar

2015-09-01 Thread Magnanao, Hector
. HTH Tobias Am 01.09.2015 um 22:29 schrieb Magnanao, Hector: > I was finally able to build my snapshot jar using maven after going thru all > the missing dependencies. But what I noticed is that the maven jar is much > larger than my ant jar. Can anybody tell me why this is so

RE: maven jar versus ant jar

2015-09-02 Thread Magnanao, Hector
does it get installed into? Cheers, Greg Trasuk > On Sep 2, 2015, at 10:37 AM, Magnanao, Hector <hector.magna...@sap.com> wrote: > > I've done "mvn clean" several times and built again. It still keeps getting > packaged in my jar. The only difference with this depen

RE: maven jar versus ant jar

2015-09-02 Thread Magnanao, Hector
it. Then build again. If it is still large and includes those files, there must be something in your pom file that is causing it to occur. Very hard to debug your build without seeing these details. Wayne On Tue, Sep 1, 2015 at 4:41 PM, Magnanao, Hector <hector.magna...@sap.com> wrote: > I found

RE: compile error with aspose.pdf

2015-08-25 Thread Magnanao, Hector
:56 PM To: Maven Users List Subject: Re: compile error with aspose.pdf What happens when you run: mvn -X compile? do you really mean to have a package named aspose.pdf? On Aug 25, 2015, at 2:59 PM, Magnanao, Hector hector.magna...@sap.com wrote: Can anyone tell me how to resolve

Maven/Nexus setting

2017-02-01 Thread Magnanao, Hector
How do I setup my maven builds to use the nexus repository for dependencies ? Hector Magnanao Jr. SCM Analyst SAP Fieldglass hector.magna...@sap.com

Packaging a directory in Maven

2016-09-07 Thread Magnanao, Hector
I need to have Maven package a directory in Bitbucket that will eventually be uploaded to Artifactory. How do I do this in Maven ? I'd need to run this in Bamboo. Hector Magnanao Jr. SCM Analyst Fieldglass, Inc. O: (331) 702-6142 M: (773) 474-3051 hector.magna...@sap.com www.fieldglass.com

RE: dependency question

2017-04-10 Thread Magnanao, Hector
me corner cases where it won’t. I think it only checks for a new > snapshot every few hours or so, so if you are putting out a lot you might > conceivably miss one. You can reset that if you need to > . >> On Apr 7, 2017, at 11:27 AM, Magnanao, Hector <hector.magna...@sap.co

RE: dependency question

2017-04-11 Thread Magnanao, Hector
Margulies [mailto:bimargul...@gmail.com] Sent: Monday, April 10, 2017 10:39 AM To: Maven Users List <users@maven.apache.org> Subject: Re: dependency question On Mon, Apr 10, 2017 at 8:18 AM, Magnanao, Hector <hector.magna...@sap.com> wrote: > I'm still a little confused about the answers I

dependency question

2017-04-06 Thread Magnanao, Hector
I have to 2 java projects a and b in maven. The B project uses the A build as a dependency. How do I ensure the whenever the A project has a new build, the B project will always use that latest build in A. A is being built with a unique build number each time it gets built. So is A has

RE: how to get the latest build for dependency

2017-04-06 Thread Magnanao, Hector
: Philip Whitehouse [mailto:phi...@whiuk.com] Sent: Thursday, April 6, 2017 1:41 PM To: Maven Users List <users@maven.apache.org>; Magnanao, Hector <hector.magna...@sap.com>; Maven users <maven-us...@googlegroups.com> Subject: Re: how to get the latest build for dependency Unle

RE: dependency question

2017-04-07 Thread Magnanao, Hector
ou can have B point to the released version instead of the snapshot. > On Apr 6, 2017, at 2:52 PM, Magnanao, Hector <hector.magna...@sap.com> wrote: > > I have to 2 java projects a and b in maven. The B project uses the A build > as a dependency. How do I ensure the whenever

RE: dependency question

2017-04-07 Thread Magnanao, Hector
ndency question The simplest way is simply to use a snapshot version of A. That way B will always use the latest snapshot. When you finally release A, you can have B point to the released version instead of the snapshot. > On Apr 6, 2017, at 2:52 PM, Magnanao, Hector <hector.magna...@sa