Compile error

2007-06-25 Thread Chris Russell
Hi, I'm trying to compile my project (mvn compile) and I'm getting the following error: [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure Failure executing javac, but could not parse the error: An exception has o

Compile Error

2009-10-28 Thread Sean Smitz
Attempting to compile on a new FreeBSD installation and running into the following problem: gmake Making all in test_tools gmake[1]: Entering directory `/usr/home/stsmitz/projects/my_trunk/src/test_tools' maven: Building java sources MAKE=gmake JAVA_HOME=/usr/local/jdk1.6.0 /usr/local/share/j

compile error

2005-10-28 Thread Rasconi Luca \(u.e.\)
myfile.java:[11,1] annotations are not supported in -source 1.3 (try -source 1.5 to enable annotations) @SuppressWarnings("serial") Executing mvn install i had that error. Where I have to set -source options? I try mvn -source 1.5 compile and mvn compile -source 1.5 and mvn compiler:compil

RE: Compile Error

2009-10-28 Thread Martin Gainty
pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 28 Oct 2009 15:56:37 -0400 > Subject: Compile Error > From: sean.sm...

Re: Compile Error

2009-10-28 Thread Sean Smitz
ge sert à l'information seulement et n'aura > pas n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >

Re: Compile Error

2009-10-28 Thread Sean Smitz
quelle diffusion non autorisée ou la copie >> de ceci est interdite. Ce message sert à l'information seulement et n'aura >> pas n'importe quel effet légalement obligatoire. Étant donné que les email >> peuvent facilement être sujets à la manipulation, nous ne

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] /C:/Foundation/foundation/src/main/java/com/mycompany/app/dev/PropertiesMu

RE: compile error

2005-10-28 Thread Sasa.Djuric
-Original Message- From: Rasconi Luca (u.e.) [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 10:25 AM To: Maven Users List Subject: compile error myfile.java:[11,1] annotations are not supported in -source 1.3 (try -source 1.5 to

RE: compile error

2005-10-28 Thread Luca Gmail
C:\Documents and Settings\lucarasconi\workspace\archetype\archetype\my-webapp>mvn compiler:compile ... [INFO] [compiler:compile] Compiling 2 source files to C:\Documents and Settings\lucarasconi\workspace\arch etype\archetype\my-webapp\target\classes [INFO] -

Re: compile error

2005-10-28 Thread luca rasconi
alice-commons > alice-commons > 1.2 > compile <- cause: no source but > compile!!! > > On 10/28/05, Luca Gmail <[EMAIL PROTECTED]> wrote: > > C:\Documents and > Settings\lucarasconi\workspace\archetype\archetype\my-webapp>mvn > compiler:compile > ... > [INFO

Strange Compile Error

2006-09-19 Thread Allison, Bob
ne and the new machine and compared the output from the two runs. The only differences between the logs (until the compile error) consisted of differences in paths because of a different home directory. I have verified that the jar holding the sources is the same on both machines. I have included th

aspectj compile error :(

2003-07-31 Thread hd
my maven is beta-10,use maven build aspectj code. help me. this is error output: [ajc] Compiling 2 source and 0 arg files to C:\japp\projects\HDTest\target\c lasses java.lang.ClassNotFoundException: org.aspectj.tools.ajc.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:198

Help me: Compile error!

2008-11-13 Thread 梦秋雨
Hello everyone, I get a problem when I try to use maven to compile my application. I can not find a solution by google,so ,I'm here :) First,I create an web application depends on hibernate, and install it into my local repository,so there is a war package in my repository. Then I create the se

Strange maven compile error

2008-02-25 Thread Michael Mehrle
I am suddenly experiencing a strange error when compiling my project (see stack trace below) - the maven compile plugin crashes and then refers to some compiler error which cannot be parced. It even asks me to submit a bug report with the JDC - never encountered anything like this in 12 years of Ja

Re: build compile error

2015-07-24 Thread Gail Stewart
http://mvnrepository.com/artifact/javax.servlet/servlet-api The jar is in maven central. I assume the dependency is of class "provided". On Fri, Jul 24, 2015 at 11:26 AM, Magnanao, Hector wrote: > How do I resolve these package errors ? > > [ERROR] Failed to execute goal > org.apache.maven.plug

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: [

[m102] strange compile error

2005-11-07 Thread luan xl
I used the "maven eclipse" to generate the eclipse project, and in the IDE everything is fine, compile is ok and unit test is ok. but when I switch back to using maven: maven -X java:compile the compiler can not find getTextContent() method in org.w3c.dom.Node, and point the following stateme

Maven compile error mystery

2006-09-07 Thread rudy.bistrovich
Hey guys, For some reason I'm getting a compile error from Maven for this code that compiles fine in eclipse, with javac, and with ant. Maven is the only thing that reports this error. Anyone have any ideas? Here is the error:

Re: Strange Compile Error

2006-09-19 Thread Max Cooper
s path. I ran "mvn -X compile" on both the old machine and the new machine and compared the output from the two runs. The only differences between the logs (until the compile error) consisted of differences in paths because of a different home directory. I have verified that the jar holdin

RE: Strange Compile Error

2006-09-20 Thread Allison, Bob
rsion "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Server VM (build 1.5.0_01-b08, mixed mode) -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 22:45 To: Maven Users List Subject: Re:

RE: Strange Compile Error

2006-09-20 Thread Allison, Bob
Subject: RE: Strange Compile Error Yes, the jar has the class files. As I said in the first sentence of my email, this has been working fine on another machine with the exact same jars and sources. The jar came with the toolkit. One thing I forgot to check yesterday was the Java version. I knew

RE: aspectj compile error :(

2003-07-31 Thread Dominik Dahlem
dependency to aspectj in your project.xml file. Dominik -Original Message- From: hd [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 10:35 To: Maven Users List Subject: aspectj compile error :( my maven is beta-10,use maven build aspectj code. help me. this is error output: [ajc] C

Re: aspectj compile error :(

2003-07-31 Thread jbbis
nt: Thursday, July 31, 2003 6:09 PM Subject: RE: aspectj compile error :( > Do you have aspectj-tools-1.0.6.jar in your local repository? > It appears to me that you have no problems finding the ajc ant task > which is in aspectj-ant-1.0.6.jar. Whereas the class you're missing > is in

Compile error in mvn package

2009-11-13 Thread Exposito Aguilera, Francisco
Hello, Every time I make a mvn clean and tghen an mvn package, I receive this error: [INFO] [compiler:compile] [INFO] Compiling 7 source files to C:\Workspaces\ISSExtranet\ExtranetFrontEnd\target\classes [ERROR] Mojo: org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile FAILED fo

Re: Help me: Compile error!

2008-11-13 Thread Nick Stolwijk
Because the dependencies of your dependencies (so called transitive dependencies) will not be taken into account for your build path during compile. If you (this means, the java files in your module) have a compile time dependency on some other classes you have to declare them as a dependency. Hth

Re: Help me: Compile error!

2008-11-13 Thread Wendy Smoak
On Thu, Nov 13, 2008 at 8:14 AM, 梦秋雨 <[EMAIL PROTECTED]> wrote: > First,I create an web application depends on hibernate, and install it into > my local repository,so there is a war package in my repository. > Then I create the second application. In pom.xml,I add a dependency to the > first app

Re: Strange maven compile error

2008-02-25 Thread Wendy Smoak
On Mon, Feb 25, 2008 at 6:27 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > I am suddenly experiencing a strange error when compiling my project (see > stack trace below) - the maven compile plugin crashes and then refers to > some compiler error which cannot be parced. It even asks me to submi

Re: Strange maven compile error

2008-02-25 Thread [EMAIL PROTECTED]
Michael Mehrle schrieb: > I am suddenly experiencing a strange error when compiling my project (see > stack trace below) - the maven compile plugin crashes and then refers to > some compiler error which cannot be parced. It even asks me to submit a bug > report with the JDC - never encountered anyt

Re: Strange maven compile error

2008-02-26 Thread Michael Mehrle
That makes sense actually - thanks. However, it doesn't give me much hope... Question: how were you able to find the piece of code that was triggering this error? We have a mixed dev environment and it's pretty unrealistic that everyone is going to update their JDK (and to do it on our servers) jus

Re: Strange maven compile error

2008-02-26 Thread Wayne Fay
Compile directly with javac, set your classpath manually with -cp, and use -verbose so you know what class (and line?) it quits on. Its also possible (likely?) that a similar verbose setting may exist in plexus compiler, but I'm just not sure and I haven't looked, so you might be able to get the sa

Re: compile error with aspose.pdf

2015-08-25 Thread Russell Gold
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 wrote: > > Can anyone tell me how to resolve this compile error ? I've uploaded the jar > locally and I still get the e

RE: compile error with aspose.pdf

2015-08-25 Thread Magnanao, Hector
I get this error when I run mvn -X compile: [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] /C:/Foundation/foundation/src/main/java/com/mycompany/app/cache

Re: compile error with aspose.pdf

2015-08-25 Thread Doug Douglass
ps contact aspose support. HTH, Doug On Tue, Aug 25, 2015 at 1:07 PM, Magnanao, Hector wrote: > I get this error when I run mvn -X compile: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile > (default-compile) on project founda

RE: [m102] strange compile error

2005-11-13 Thread Arnaud HERITIER
jet : [m102] strange compile error > > I used the "maven eclipse" to generate the eclipse project, > and in the IDE everything is fine, compile is ok and unit > test is ok. but when I switch back to using maven: > > maven -X java:compile > > the compiler can n

Re: [m102] strange compile error

2005-11-13 Thread Dion Gillard
Do the JDK versions for the IDE and the command prompt match? On 11/8/05, luan xl <[EMAIL PROTECTED]> wrote: > I used the "maven eclipse" to generate the eclipse project, and in the IDE > everything is fine, compile is ok and unit test is ok. but when I switch > back to using maven: > > maven -X j

Re: [m102] strange compile error

2005-11-13 Thread luan xl
ply-To: "Maven Users List" To: Maven Users List Subject: Re: [m102] strange compile error Date: Mon, 14 Nov 2005 11:52:05 +1100 Do the JDK versions for the IDE and the command prompt match? On 11/8/05, luan xl <[EMAIL PROTECTED]> wrote: > I used the "maven eclipse" to g

Compile error looking for SiteRenderer.java

2006-03-20 Thread dohadwala_moiz
I had a report plugin that used to compile with maven-reporting-impl-2.0.1. When I switched to using maven 2.0.2. I tried to switch to using maven-reporting-impl-2.0.2. However, now I get unresolved symbol errors for SiteRenderer.java. It is no longer in doxia-core version 1-alpha-7. Is there a m

Re: Maven compile error mystery

2006-09-07 Thread Rémy Sanlaville
It seems that you used java 1.5. Do you specify it in your pom ? org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 2006/9/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Hey guys, For some reason I'm getting a co

RE: Maven compile error mystery

2006-09-07 Thread rudy.bistrovich
rsday, September 07, 2006 10:31 AM To: Maven Users List Subject: Re: Maven compile error mystery It seems that you used java 1.5. Do you specify it in your pom ? org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 2006/9/7, [

Re: Compile error in mvn package

2009-11-13 Thread Wayne Fay
> ranet\frontend\util\LocaleBean.java:[6,36] package > com.issworld.es.icefaces.util does not exist > C:\Workspaces\ISSExtranet\ExtranetFrontEnd\src\main\java\com\issworld\es\ext > ranet\frontend\util\DownloadServlet.java:[7,42] package > com.issworld.es.extranet.model.util does not exist The best

Re: Re: Help me: Compile error!

2008-11-13 Thread 梦秋雨
Thank you,Nick. So,is this the only way? >Because the dependencies of your dependencies (so called transitive >dependencies) will not be taken into account for your build path >during compile. If you (this means, the java files in your module) >have a compile time dependency on some other classes

Re: Re: Help me: Compile error!

2008-11-13 Thread 梦秋雨
Thank you for your reply. The second application is a web applicatoin. when I execute war:inplace I can got every thing of the first app. >On Thu, Nov 13, 2008 at 8:14 AM, 梦秋雨 <[EMAIL PROTECTED]> wrote: > >> First,I create an web application depends on hibernate, and install it into >> my local

Re: maven compile error message format

2012-04-11 Thread Barrie Treloar
On Wed, Apr 11, 2012 at 4:45 PM, mike digioia wrote: > Can anyone in the world tell me what line number and what error this > compiler thinks my error is in source file ServiceDiscovery.java? > > /home/conalab/MikesNewAndroidWork/workspace3/jxwhiteboard_ccn_gohuawei_dist/trunk/src/com/huawei/cona/

Re: maven compile error message format

2012-04-11 Thread mike digioia
ok thnak you very much. This was what I was expecting, however i could not see what the issue was. Here are the lines in the code from line 1 on package com.huawei.cona.android.zeroconf; import java.io.IOException; import jmdns-1.0; import service-1.0; import service.ServiceEvent; import servic

Re: maven compile error message format

2012-04-11 Thread Shu
Line 5 column 12 On Wednesday, April 11, 2012 9:15:24 AM UTC+2, mpd wrote: > > Can anyone in the world tell me what line number and what error this > compiler thinks my error is in source file ServiceDiscovery.java? > > /home/conalab/MikesNewAndroidWork/workspace3/jxwhiteboard_ccn_gohuawei_dist/t

Re: maven compile error message format

2012-04-11 Thread mike digioia
Hi Barrie, Sorry to take anymore of your time up. But I have not had any success with all the changes I have made to correct this problem. Based on your recommendation I suspect it is a mismatch in what I have in my code and in my pom/environment. I used mvn install to add jar files that I created

Re: maven compile error message format

2012-04-11 Thread Barrie Treloar
On Thu, Apr 12, 2012 at 8:22 AM, mike digioia wrote: > Hi Barrie, > > Sorry to take anymore of your time up. But I have not had any success with > all the changes I have made to correct this problem. Based on your > recommendation I suspect it is a mismatch in what I have in my code and in > my po

Re: maven compile error message format

2012-04-11 Thread mike digioia
Thanks I see you don't know what the issue is either. This is not a java programming issue. It is a maven issue. I have been living with the maven manual for a week. But that has not been much time considering what they built. On Wed, Apr 11, 2012 at 4:25 PM, Barrie Treloar wrote: > On Thu, Apr

Re: maven compile error message format

2012-04-11 Thread Barrie Treloar
On Thu, Apr 12, 2012 at 9:12 AM, mike digioia wrote: > Thanks > > I see you don't know what the issue is either. This is not a java > programming issue. It is a maven issue. I have been living with the maven > manual for a week. But that has not been much time considering what they > built. [del]

Re: maven compile error message format

2012-04-11 Thread Stephen Connolly
Oh we all know what the issue is. Hint: You don't know what a valid package name is and you don't understand some basic concepts of Java. Trust us, this *is* a java programming issue. This is *not* a maven issue. On 12 April 2012 00:42, mike digioia wrote: > Thanks > > I see you don't know wha

Re: maven compile error message format

2012-04-11 Thread Ron Wheeler
I read in my morning mail that you were told how to fix this. import com.huawei.cona.android.jmdns-new; The compiler is not even looking at your maven dependencies. It is telling you that you have a syntax error. jmdns-new is not a legal syntax for a class name in an import statement since it

Re: maven compile error message format

2012-04-11 Thread Wayne Fay
> conalab@ching-jen-laptop:~/.m2/repository/com/huawei/cona/android/zeroconf/jmdns/1.0$ > mvn install:install-file -Dfile=src.jmdns.jar -Dsources=src.jmdns.jar > -DgroupId=src.jmdns -DartifactId=jmdns -Dversion=new -Dpackaging=jar > -DgeneratePom=true You have already been sufficiently razed over

Re: maven compile error message format

2012-04-11 Thread mike digioia
Thanks Wayne, That is the reason for my two jars, one is source and the other binary. However, this statement does not make sense in all cases, since one can create self-running JAR files with mainclass.mf manifest file to run the program with "java -jar myProgram.jar". This may include both binar

Re: maven compile error message format

2012-04-11 Thread Barrie Treloar
On Thu, Apr 12, 2012 at 2:55 PM, mike digioia wrote: > Thanks Wayne, > > That is the reason for my two jars, one is source and the other binary. > However, this statement does not make sense in all cases, since one can > create self-running JAR files with mainclass.mf manifest file to run the > pr

Re: maven compile error message format

2012-04-12 Thread Wayne Fay
> That is the reason for my two jars, one is source and the other binary. > However, this statement does not make sense in all cases, since one can > create self-running JAR files with mainclass.mf manifest file to run the > program with "java -jar myProgram.jar". This may include both binary and >

Re: maven compile error message format

2012-04-12 Thread Ron Wheeler
Putting the sources in a executable jar just makes it bigger and slower to load at run--time with absolutely no benefit to the execution. Wayne is right that it will not break anything but why do it. People who run programs are not generally the people who read or use source code. People who w

Re: maven compile error message format

2012-04-12 Thread Wayne Fay
> Putting the sources in a executable jar just makes it bigger and slower to > load at run--time with absolutely no benefit to the execution. > > Wayne is right that it will not break anything but why do it. Actually that is the scary thing... it CAN break things. Go read that old Maven Users emai

Re: maven compile error message format

2012-04-12 Thread Ron Wheeler
At least, I got the "Wayne is right" part correct. Ron On 12/04/2012 11:28 AM, Wayne Fay wrote: Putting the sources in a executable jar just makes it bigger and slower to load at run--time with absolutely no benefit to the execution. Wayne is right that it will not break anything but why do it

Maven run stops on compile error

2003-06-24 Thread Oliver Dohmen
Hi, following problem: In my current project i`ve tried to compile all sources via Cron and want to generate and publish the site to the intranet every night. The compile process fails sometimes and the site is not published. Is there any possibility to tell maven not to stop the complet

Compile error, cannot find locally installed resource

2008-03-04 Thread buzzterrier
OT:compile [DEBUG] com.foo.core:CoreTools:jar:1.0-SNAPSHOT:compile (selected for compile) ... [ERROR] Errors in 'C:\gwt-apps\myApp\src\main\java\com\foo\ComposeAction.java' [ERROR] Line 19: The import com.foo.core.Action cannot be resolved [ERROR] Line 26: Action can

Re: Re: maven compile error message format

2012-04-11 Thread Thorsten Heit
Hi, > ok thnak you very much. This was what I was expecting, however i could not > see what the issue was. Here are the lines in the code from line 1 on > > package com.huawei.cona.android.zeroconf; > > import java.io.IOException; > > import jmdns-1.0; > import service-1.0; (...) Quite easy:

Make test:test goal Fail on Compile Error...

2005-07-27 Thread Corey Klaasmeyer
Is there a way to configure the maven test:test goal fail when there are compile errors? Thanks, Corey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven run stops on compile error

2003-06-24 Thread Martin Skopp
On Wed, 2003-06-25 at 01:19, Oliver Dohmen wrote: > In my current project i`ve tried to compile all sources > via Cron and want to generate and publish the site > to the intranet every night. Same do I here... > Or is it possible to mail the project team on broken builds ? I do a simple comm

Re: Maven run stops on compile error

2003-06-25 Thread Jon Strayer
** Reply to message from Martin Skopp <[EMAIL PROTECTED]> on 25 Jun 2003 08:16:17 +0200 > On Wed, 2003-06-25 at 01:19, Oliver Dohmen wrote: > > In my current project i`ve tried to compile all sources > > via Cron and want to generate and publish the site > > to the intranet every night. > > Sa

Re: Maven run stops on compile error

2003-06-25 Thread Oliver Dohmen
Hi, thanks for the answers, but is it possible to evaluate if a goal fails ? If java:compile fails it stops the complete maven run ! When I am in the situation to call several subproject builds in one maven script all will fail if one fail. Right ?! I want to have something like : if (

Dbunit in maven gives compile error during test????

2007-03-28 Thread Rolf Strijdhorst
Hi during the test phase of my project I get this error in maven2 using testng java.lang.Error: Unresolved compilation problems: The import org.dbunit cannot be resolved DefaultDataTypeFactory cannot be resolved to a type DataType cannot be resolved to a type DataTypeException cannot

Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread jayaram . x . ganapathy
Hi, I am stuck with this exception. Any help appretiated. java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;)V at org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.createMojoDescriptor(JavaMojoDescriptorExtr

Re: Compile error, cannot find locally installed resource

2008-03-04 Thread Wayne Fay
repo1.maven.org/maven2), > gwt-maven (http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/) > > [DEBUG] Using defaults for missing POM > com.foo.core:CoreTools:pom:1.0-SNAPSHOT:compile > [DEBUG] com.foo.core:CoreTools:jar:1.0-SNAPSHOT:compile (selected for > compile) > ... > > [ERROR]

Re: Compile error, cannot find locally installed resource

2008-03-04 Thread buzzterrier
.core:CoreTools:pom:1.0-SNAPSHOT >> >> from the specified remote repositories: >> central (http://repo1.maven.org/maven2), >> gwt-maven (http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/) >> >> [DEBUG] Using defaults for missing POM >> com.foo.core:CoreTo

Re: Compile error, cannot find locally installed resource

2008-03-04 Thread Karthik Krishnan
tifact not found - using stub model: Unable to download the > >> artifact from any repository > >> > >> com.foo.core:CoreTools:pom:1.0-SNAPSHOT > >> > >> from the specified remote repositories: > >> central (http://repo1.maven.org/maven2), >

Re: Compile error, cannot find locally installed resource

2008-03-04 Thread Wayne Fay
t; (http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/) > > >> [DEBUG] Skipping disabled repository central > > >> [DEBUG] Artifact not found - using stub model: Unable to download the > > >> artifact from any repository > > >> > > >> com.foo.core

Re: Compile error, cannot find locally installed resource

2008-03-04 Thread Karthik Krishnan
en > > > >> Downloading: > > > >> > > > > http://gwt-maven.googlecode.com/svn/trunk/mavenrepo//com/foo/core/CoreTools/1.0-SNAPSHOT/CoreTools-1.0-SNAPSHOT.pom > > > >> [DEBUG] Unable to get resource ' > com.foo.core:CoreTools:pom:1.0-SNA

Re: Compile error, cannot find locally installed resource

2008-03-04 Thread Martin Gainty
In the same folder as the jar you should see CoreTools-1.0-SNAPSHOT.pom M- - Original Message - From: "buzzterrier" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 04, 2008 3:47 PM Subject: Compile error, cannot find locally installed resource > > Hello, > &g

Re: Compile error, cannot find locally installed resource

2008-03-04 Thread buzzterrier
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Compile-error%2C-cannot-find-locally-installed-resource-tp15836706s177p15839649.html Sent from the Mave

Re: Compile error, cannot find locally installed resource

2008-03-04 Thread Wayne Fay
he path to > > it. > > > > >> > > > > >> > > > > >> [DEBUG] CoreTools: using locally installed snapshot > > > > >> [DEBUG] Trying repository gwt-maven > > > > >> Downloading: > > > > >>

Re: Re: Re: maven compile error message format

2012-04-11 Thread Thorsten Heit
Hi, > > ok thnak you very much. This was what I was expecting, however i could > not > > see what the issue was. Here are the lines in the code from line 1 on > > > > package com.huawei.cona.android.zeroconf; > > > > import java.io.IOException; > > > > import jmdns-1.0; > > import service-1.0

Re: Make test:test goal Fail on Compile Error...

2005-07-27 Thread Brett Porter
This -should- already happen when it attempts to compile! - Brett On 7/28/05, Corey Klaasmeyer <[EMAIL PROTECTED]> wrote: > Is there a way to configure the maven test:test goal fail when there are > compile errors? > > Thanks, > Corey > > > > --

Re: Dbunit in maven gives compile error during test????

2007-03-28 Thread Napoleon Esmundo Ramirez
Hello Rolf, i think it's still a classpath problem. Have you put the necessary dependencies in your pom? AFAIK, eclipse does things separately that's why you have the classes compiled already in your workspace. Try cleaning your workspace, then do a `mvn clean test' in the command line to see

Re: Dbunit in maven gives compile error during test????

2007-03-29 Thread Rolf Strijdhorst
Nap, thanx after the clean everything ran smoothly as expected. The pom was correct. On 3/28/07, Napoleon Esmundo Ramirez <[EMAIL PROTECTED]> wrote: Hello Rolf, i think it's still a classpath problem. Have you put the necessary dependencies in your pom? AFAIK, eclipse does things separately

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread jayaram . x . ganapathy
Hi, I am using latest maven plugin with Netbeans 5.5 and JDK 6. Thanks & Regards, Jayaram Ganapathy [EMAIL PROTECTED] Phone: 0141 228 0277 [EMAIL PROTECTED] 27/08/2007 17:21 Please respond to "Maven Users List" To users@maven.apache.org cc Subject Maven

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread Milos Kleint
IL PROTECTED] > 27/08/2007 17:21 > Please respond to > "Maven Users List" > > > To > users@maven.apache.org > cc > > Subject > Maven Compile error - java.lang.NoSuchMethodError: > org.apache.maven.plugin.descriptor.MojoDescriptor.setS

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread jayaram . x . ganapathy
Is there a work around in 5.5? Thanks & Regards, Jayaram "Milos Kleint" <[EMAIL PROTECTED]> 27/08/2007 18:34 Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: Maven Com

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread Milos Kleint
> > > > "Milos Kleint" <[EMAIL PROTECTED]> > 27/08/2007 18:34 > Please respond to > "Maven Users List" > > > To > "Maven Users List" > cc > > Subject > Re: Maven Compile error - java.lang.NoSuchMethodError: > org.apa

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread jayaram . x . ganapathy
" To "Maven Users List" cc Subject Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String; no. The version of maven shipped with netbeans is a custom build close to 2.0.4. The @since tag was added

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread Milos Kleint
can install a newer version of maven support ) > > Thanks & Regards, > Jayaram > > > > > "Milos Kleint" <[EMAIL PROTECTED]> > 27/08/2007 18:45 > Please respond to > "Maven Users List" > > > To > "

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread jayaram . x . ganapathy
I have downloaded the NB 6 and M 10. Not nightly build. I can add entry for update center. Thanks a lot for the help. Jayaram "Milos Kleint" <[EMAIL PROTECTED]> 27/08/2007 18:53 Please respond to "Maven Users List" To "Maven Users List"

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread jayaram . x . ganapathy
uot;Maven Users List" cc Subject Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String; I have downloaded the NB 6 and M 10. Not nightly build. I can add entry for update center. Thanks a lot for the

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-27 Thread Milos Kleint
patibility of clearcase > with NB 6 M 10? > > > Thanks & Regards, > Jayaram > > > > Jayaram Ganapathy - Tel 01412280277 > > Jayaram X Ganapathy/JPMCHASE > 27/08/2007 18:58 > > To > "Maven Users Li

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-28 Thread jayaram . x . ganapathy
cc Subject Re: Maven Compile error - java.lang.NoSuchMethodError:

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-28 Thread Milos Kleint
dules that are > provided by the selected update center. > > > Thanks & Regards, > Jayaram > > > > > Jayaram Ganapathy - Tel 01412280277 > > Jayaram X > Ganapathy/JPMCHAS > E To >"Maven Us

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-28 Thread jayaram . x . ganapathy
start the build it says build started. I can't make out whether the build ended or was the build successful etc.. Thanks & Regards, Jayaram "Milos Kleint" <[EMAIL PROTECTED]> 28/08/2007 12:04 Please respond to "Maven Users List" To "Maven Use

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-28 Thread Milos Kleint
started. I can't make out whether the build > ended or was the build successful etc.. > > Thanks & Regards, > Jayaram > > > > > > "Milos Kleint" <[EMAIL PROTECTED]> > 28/08/2007 12:04 > Please respond to > "Maven Users List

Re: Maven Compile error - java.lang.NoSuchMethodError: org.apache.maven.plugin.descriptor.MojoDescriptor.setSince(Ljava/lang/String;

2007-08-28 Thread jayaram . x . ganapathy
it triggered command and waiting. I too waited to see the output :-) Thanks & Regards, Jayaram "Milos Kleint" <[EMAIL PROTECTED]> 28/08/2007 13:02 Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: Maven Com

Re: Compile error doesn't cause build failure on M2

2005-12-02 Thread Emmanuel Venisse
comments below Eric Pugh (OSC2) a écrit : Hi all, I've seen in the archives some posts about Ant and M1 build failures not being propagated back properly. However, I am noticing the same thing under M2. I intentionally put in a compile error: Compiling 35 source files to C:\cont

maven parallel build has intermittent compile error, dependency not added to classpath

2018-05-16 Thread Vivi An
Hi all, Hit intermittent compile error after enabling maven parallel build, complains about symbol not found. Checked the log, it’s not caused by racing issue of multithread downloading, though that’s another problem even with Takari extension. Problem is in case of failure, the dependency in

Re: maven parallel build has intermittent compile error, dependency not added to classpath

2018-05-16 Thread Dan Tran
this may help http://maven.40175.n5.nabble.com/Hickup-in-multi-thread-build-td5865974.html#a5866778 -D On Wed, May 16, 2018 at 1:49 PM, Vivi An wrote: > Hi all, > > Hit intermittent compile error after enabling maven parallel build, > complains about symbol not found. Checked t

Re: maven parallel build has intermittent compile error, dependency not added to classpath

2018-05-16 Thread Vivi An
ueo&e= -D On Wed, May 16, 2018 at 1:49 PM, Vivi An wrote: > Hi all, > > Hit intermittent compile error after enabling maven parallel build, > complains about symbol not found. Checked the log, it’s not caused by > racing issue of multi

Re: maven parallel build has intermittent compile error, dependency not added to classpath

2018-05-17 Thread Vivi An
Wed, May 16, 2018 at 1:49 PM, Vivi An wrote: > Hi all, > > Hit intermittent compile error after enabling maven parallel build, > complains about symbol not found. Checked the log, it’s not caused by > racing issue of multithread downloading, though t