Re: archiva-1.0.2 eta?

2008-02-25 Thread Brett Porter
If you are able to, please test the following build: http://people.apache.org/~brett/builds/apache-archiva-1.0.2-SNAPSHOT-bin.zip (please note this is not an official release) The problems should now be corrected. It would be helpful to check how that runs for a few days so we know whether it is

RE: archiva-1.0.2 eta?

2008-02-25 Thread Jason Chaffee
Will do. I will install it today and test if for a couple of days. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 7:53 AM To: archiva-users@maven.apache.org Subject: Re: archiva-1.0.2 eta? If you are able to, please test the following

Re: archiva-1.0.2 eta?

2008-02-25 Thread Brett Porter
Great - thanks for your patience. On 26/02/2008, Jason Chaffee [EMAIL PROTECTED] wrote: Will do. I will install it today and test if for a couple of days. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 7:53 AM To:

Re: Continuum does not launch a build as scheduled?

2008-02-25 Thread Emmanuel Venisse
Your project in trunk and branch must be different. I mean that the couple groupId/artifactId/version must be different and scm definition too of course. Emmanuel On Fri, Feb 22, 2008 at 11:37 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote: I've two maven 2.0.8 projects that relate to the same

Re: Exploring other options outside of CruiseControl

2008-02-25 Thread Emmanuel Venisse
http://jira.codehaus.org/browse/CONTINUUM-1666 On Fri, Feb 22, 2008 at 11:50 PM, EJ Ciramella [EMAIL PROTECTED] wrote: Is there a jira page or something where I can monitor the status? -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008

Different JDKS

2008-02-25 Thread Artamonov, Juri
Hi All, Could you please tell me if  continuum 1.1 can help to separate the building of the some projects under java 1.5 for example and some other projects under 1.6 or this is certainly maven settings? Does anyone can suggest some variant except -DJAVA_HOME specifying as parameter for

RE: Different JDKS

2008-02-25 Thread Artamonov, Juri
Yes, this is obviously, but my goal not to have the same java for all version type of compilations but have different jdks, since it unknown how application will behave if it was compiled with jdk 1.6 but with specified source and target as 1.5 or at least requires additional testing. Best

Re: Missing username and commit messages in output

2008-02-25 Thread Eric Pugh
I've been digging a bit more, and it seems like the problem is that this class: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/scm/DefaultContinuumScm.java?view=markup doesn't seem to properly be getting the changeset data back.

Re: Unknown error trying to build POM

2008-02-25 Thread Amish Shah
No, I don't see anything in the tomcat log files. Does continuum have another log file that it writes to? Amish --- Wendy Smoak [EMAIL PROTECTED] wrote: On Fri, Feb 22, 2008 at 7:39 PM, Amish Shah [EMAIL PROTECTED] wrote: I am new to using Continuum and Maven. I've installed Continuum

Unable adding continuum in startup service [SOLARIS]

2008-02-25 Thread Tony.Cesc
Hi All, I have a problem when trying to auto start Continuum when my Solaris reboot. I do exactly as the guide in Continuum website: http://maven.apache.org/continuum/docs/1.1/installation/standalone.html But, it still doesn't effect. I don't know why. I did create the script as root access and

Re: SNAPSHOT

2008-02-25 Thread amit kumar
Hi Sebastien, Even I just realized this problem with SNAPSHOT dependencies in my EAR project, some of them I am getting as mydependency-1.0-SNAPSHOT.jar and some of them as mydependency-1.0-TIMESTAMP.jar, is there any workaround for this? Or some problem with the configuration in settings.xml? or

Re: generating checksums and gpg signing

2008-02-25 Thread Dennis Lundberg
Marshall Schor wrote: To create md5 and sha1 hashes, and gpg signatures, we added (in a POM profile that is conditionally activated) some maven things to sign (using maven-gpg-plugin) and do checksums (using maven-install-plugin, version 2.2, which has a createChecksum flag). It isn't quite

RE: Different JDKS

2008-02-25 Thread Artamonov, Juri
How did I miss that? Thanks, I will try. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 12:02 PM To: [EMAIL PROTECTED] Subject: RE: Different JDKS Hey I am not sure about maven but for ant project I have configured JDK1.4 for

Re: maven appends sub-project artifactId to urls - Please help - design suggestion

2008-02-25 Thread VUB Stefan Seidel
Jens Riboe wrote: As I understand it; the current rule implements implicit URLs as ${parent.url}/${project.artifactId} For example: scm connection${parentPOM.scm.connection}/${project.artifactId}/connection ... /scm Where parentPOM is a made-up symbol denoting an upward search for the pom

RE: Different JDKS

2008-02-25 Thread Victor Kirk
Could you please tell me if  continuum 1.1 can help to separate the building of the some projects under java 1.5 for example and some other projects under 1.6 or this is certainly maven settings? This is definately a mvn issue, you can add the following to your pom as required build

RE: Different JDKS

2008-02-25 Thread Pallavi.Satish
Hey I am not sure about maven but for ant project I have configured JDK1.4 for building just go to administration - installations - add TOOL you can add JDKversion of your choice You can visit http://maven.apache.org/continuum/docs/1.1/administrator_guides/jdk.html for further details Regards

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-25 Thread VUB Stefan Seidel
Hi Chris, we started with m2eclipse, too, and had troubles too. After spending about a week in total fixing the worst things in it, it is quite usable. Unfortunately, almost none of my suggestions made it into the mainstream code, and I've given up trying. I thought about a fork but I don't

Re: ANN Maven Archetype Plugin 2.0-alpha-2

2008-02-25 Thread Pablo Saavedra
That's great, but the links in the documentation section of the site give me 404 errors... Thanks On 22/02/2008, Brian Fox [EMAIL PROTECTED] wrote: The Maven team would like to announce the release of Maven Archetype 2.0-alpha-2. This release corrected backwards compatibility with the 1.0

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-02-25 Thread Thomas Lutz
Hi ! Though this doesn't answer your question regarding a comparison.. :-): I use Q4E and am really happy with it. much better than m2eclipse and mevenide, pom synchronization and classpath integration works well. No webtools support in the version I use, but that could have changed in the

Re: plugin site documentation

2008-02-25 Thread Ben Tatham
Is this supposed to work for ant-mojos as well? Dennis Lundberg wrote: Ben Tatham wrote: I am trying to get my custom plugin to generate the nice summary of goals and parameters for the web site. I have tried adding plugin:report and plugin:xdoc to the pom, during the site phase. The xml

simple question concerning transitive dependencies [Virus checked]

2008-02-25 Thread Wolfgang . Schrecker
Hi All, in some projects, we need the same dependencies. Although there must be a better way, I create a pom by hand containing those dependencies in my local repository and declared one dependency in the project to pull in that list. Unfortunately, it does not work and MAVEN complains, there is

Re: simple question concerning transitive dependencies [Virus checked]

2008-02-25 Thread Nicole Lacoste
Hi Wolfgang, Make sure that in the pom that contains the dependencies has right packaging. It should be pom, if you don't mention packaging the default is jar. When you depend on this artifact you need to mention type, I am not sure what you put here? Maybe pom too? We have the same sort of

Pre-build own maven plugin

2008-02-25 Thread Daniel van Mil
Hello, Is it possible to pre-build a plugin we want to use in our own build in maven ? It should even be available in the clean phase of the lifecycle of the very first build. We want to clean/build the whole project in one build, including our own maven plugins, but maven reports the plugin

Sync'ing my own repository to the central repository automatically

2008-02-25 Thread Ingo Düppe
Hello, as discribed in the Guide to uploading artifacts to the Central Repository, I configured my own repository and let it add to the list of synchronized repositories. But now I am not sure if the synchronization happens only ones per Maven Upload Request or periodically? Do I have to

Antwort: Re: simple question concerning transitive dependencies [Virus checked]

2008-02-25 Thread Wolfgang . Schrecker
Hi Nicole, Thanks for the prompt reply. Yes the packaging is POM and it works (therefor) now. BUT: only mvn eclipse:eclipse now just wants to download the jar. mit freundlichen Grüßen/best regards Wolfgang Schrecker MODEL-DRIVEN DESIGN demands that the model stay in lockstep

Re: Antwort: Re: simple question concerning transitive dependencies [Virus checked]

2008-02-25 Thread [EMAIL PROTECTED]
Does your setup work when maven is run from the command-line? If so, then that is a bug in the maven-eclipse-plugin, not in maven itself. I'm not entirely convinced that the whole idea of having a block of dependencies that multiple projects depend on is useful. Why would you want such a thing? A

Maven variables?

2008-02-25 Thread Bart Reader
Is there any list of maven variables and their definition? I mean the properties that are not custom set like ${basedir}. Thanks, Bart

Re: Antwort: Re: simple question concerning transitive dependencies [Virus checked]

2008-02-25 Thread Nicole Lacoste
Hi, Yes sorry I didn't catch that - the other pom should have a dependency management not a dependency section! You want to enforce versions not dependencies. Nicole On 25/02/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does your setup work when maven is run from the command-line? If

Re: Maven variables?

2008-02-25 Thread mgainty
the closest explanation I've seen to date is here http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide M- - Original Message - Wrom: TLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRN To: users@maven.apache.org Sent: Monday, February 25, 2008 10:24 AM Subject: Maven variables? Is there

Re: Antwort: Re: simple question concerning transitive dependencies [Virus checked]

2008-02-25 Thread [EMAIL PROTECTED]
I'm pretty sure that dependencyManagement settings cannot be imported from a dependency though. They can only be inherited from a parent pom. So if the original question is really about dependencyManagement, then the only solution is to use a common parent pom with those settings. Well, another

putting context.xml into META-INF

2008-02-25 Thread Dooing
Hi, i am using mvn package to create a war file of my project. However, I found out that my context.xml file, located under src/context/context.xml, is missing in the META-INF directory of the war file! Therefore, running my application fails! :-( I know there is a tomcat plugin that builds the

Re: Using different localRepositories in a continuous build environment?

2008-02-25 Thread Rémy Sanlaville
Hi Torsten, I am not sure it's possible to setup a localRepository for each kind of build. But perhaps, you can clean the repository before launching each build. It takes more time but it's better for reproducibility. Rémy

RE: Why is there two configuration files for Maven, settings.xml and pom.xml

2008-02-25 Thread Allen, Daniel
The idea is that some settings are not specific to a project (settings.xml is just a file on your computer, not part of the build). For example, one thing I have in settings.xml is settings for my local web proxy. That doesn't make any sense to attach to your project, since it's probably not

Re: Using different localRepositories in a continuous build environment?

2008-02-25 Thread Wayne Fay
If you clean the repo before each build, I hope you have Archiva or something in your network, or that will be a painful and long build process. Also, make sure you've only got 1 build thread running at a time. More than 1 Maven process accessing the same local repo is a no-no. Wayne On

Re: Why is there two configuration files for Maven, settings.xml and pom.xml

2008-02-25 Thread amit kumar
Hi, I am facing this problem after I put information about my Intranet repository in my settings.xml in .m2 folder. I had to do this, because m2eclipse which has the value for local settings file from \m2\settings.xml , wasn't able to download the SNAPSHOT versions from remote Intranet repository,

Antwort: Re: Antwort: Re: simple question concerning transitive dependencies [Virus checked]

2008-02-25 Thread Wolfgang . Schrecker
Hi Simon, yes, I think it does make sense, just as transitive dependencies make sense. if you publish a component containing another set of jars and their various versions, you may want it to be known as a single version e.g. 3.5 and if update your bundle only advance the components version

get resolved dependencies for a scope.

2008-02-25 Thread Benoit Decherf
Hi, I'm creating a plugin to migrate from our internal build system to maven. In this plugin, I need to get the test classpath, so I use : project.createArtifacts(artifactFactory, test, null); The problem is that the artifacts in scope test are not returned! I check in the code, and there is

Re: Sync'ing my own repository to the central repository automatically

2008-02-25 Thread Carlos Sanchez
it is automatic, every 4 hours approx On Mon, Feb 25, 2008 at 5:46 AM, Ingo Düppe [EMAIL PROTECTED] wrote: Hello, as discribed in the Guide to uploading artifacts to the Central Repository, I configured my own repository and let it add to the list of synchronized repositories. But now I

Re: Using different localRepositories in a continuous build environment?

2008-02-25 Thread Wendy Smoak
On Mon, Feb 25, 2008 at 7:55 AM, [EMAIL PROTECTED] wrote: For the reason I have only one settings.xml with one localRepository I now have a problem: the Snapshot builds and the continuous integration builds share the same localRepository. You could use -Dmaven.repo.local=/path/to/repo

Re: Trouble compiling jsps in embedded

2008-02-25 Thread Joshua Pollak
Just to close the loop on this, it appears the solution was to add: dependency groupIdtomcat/groupId artifactIdjasper-compiler-jdt/artifactId version5.5.15/version scopecompile/scope /dependency To the pom file, in addition

Re: Javascript support

2008-02-25 Thread Adrian Herscu
Hi all, In which repository is this plugin hosted? I am getting: Missing: -- 1) org.codehaus.mojo.javascript:javascript-maven-plugin:jar:1.0-alpha-1-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn

Re: Javascript support

2008-02-25 Thread Harlan Iverson
The javascript plugin is currently sandboxed, so following these instructions should make it available: http://mojo.codehaus.org/using-sandbox-plugins.html The other option is to download the source and run mvn install locally. The location in the plugin's maven site is wrong, it is here:

Cargo does not work when using profiles in the pom.xml (profile IS active).

2008-02-25 Thread Marcelo Alcantara
Hi, I am trying to use cargo based on the pom.xml profile configuration. When executing mvn cargo:start it says it cannot find the plugin with this prefix (cargo). When I use mvn help:active-profiles it shows me the jboss profile is active. If I copy the build xml block from the profile to the

Retrieving surefire classpath from a test class

2008-02-25 Thread Alexander Klimetschek
Hi all, I have a test case which starts another JVM (a derby database server in network mode). The classpath for the new JVM needs jar files which are defined as test dependencies (derby is available in the form of maven artifacts, and I want to test it against the same derby version

RE: Maven ignores my archetype selection

2008-02-25 Thread Krishnamurthi, Venkat
Hi Kalle, I'm running into a similar problem. But the archetype I'm trying to use is in an inhouse remote repository. I have specified that in my settings.xml. However, Maven is still unable to pick that up from settings.xml. I also tried -DarchetypeRepository=URL to the remote repository.

Re: maven appends sub-project artifactId to urls - Please help - design suggestion

2008-02-25 Thread Jens Riboe
/The maven inheritance mechanism will not take the parent pom into consideration /The main idea was to change the hard-coded rule always append artifactId to implicit urls to something configurable and located in the super pom. Only if somebody wanted to change the 'rule' that could be

RE: Maven ignores my archetype selection

2008-02-25 Thread Krishnamurthi, Venkat
That works!!! Thanks a lot!! -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 3:29 PM To: Maven Users List Subject: Re: Maven ignores my archetype selection On Mon, Feb 25, 2008 at 1:21 PM, Krishnamurthi, Venkat [EMAIL PROTECTED] wrote:

RE: Maven ignores my archetype selection

2008-02-25 Thread Krishnamurthi, Venkat
That works. Thanks! However, maven does not pick up the URL's specified under repositories or pluginrepositories in settings.xml. How do we address that issue? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 3:29 PM To: Maven Users List

Re: Maven ignores my archetype selection

2008-02-25 Thread Wendy Smoak
On Mon, Feb 25, 2008 at 1:21 PM, Krishnamurthi, Venkat [EMAIL PROTECTED] wrote: But the archetype I'm trying to use is in an inhouse remote repository. I have specified that in my settings.xml. However, Maven is still unable to pick that up from settings.xml. I also tried

Re: Maven ignores my archetype selection

2008-02-25 Thread Wendy Smoak
On Mon, Feb 25, 2008 at 1:51 PM, Krishnamurthi, Venkat [EMAIL PROTECTED] wrote: That works. Thanks! However, maven does not pick up the URL's specified under repositories or pluginrepositories in settings.xml. How do we address that issue? It's a known issue:

maven resolution of properties and inheritance - not working for first part of maven processing (when it scans for projects)?

2008-02-25 Thread Marshall Schor
I am using a maven setup with the following structure: top-level: pom | + sub-level pom | + sub-sub-project pom(s) The lower level poms specify their super poms as the one that is one level above them; this 3 level structure is in

RE: Maven ignores my archetype selection

2008-02-25 Thread Krishnamurthi, Venkat
Thanks! -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 4:01 PM To: Maven Users List Subject: Re: Maven ignores my archetype selection On Mon, Feb 25, 2008 at 1:51 PM, Krishnamurthi, Venkat [EMAIL PROTECTED] wrote: That works. Thanks!

Re: Antwort: Re: Antwort: Re: simple question concerning transitive dependencies [Virus checked]

2008-02-25 Thread simon
On Mon, 2008-02-25 at 18:09 +0100, [EMAIL PROTECTED] wrote: Hi Simon, yes, I think it does make sense, just as transitive dependencies make sense. if you publish a component containing another set of jars and their various versions, you may want it to be known as a single version e.g.

Include provided dependencies in MANIFEST

2008-02-25 Thread Thor
Sorry people the original subject was very wrong and confusing... -- Forwarded message -- From: Thor [EMAIL PROTECTED] Date: Mon, Feb 25, 2008 at 3:43 PM Subject: Include provided dependencies in jar To: Maven Users List users@maven.apache.org Hello everyone, thanks for

Include provided dependencies in jar

2008-02-25 Thread Thor
Hello everyone, thanks for reading. I have a JEE project with several modules: - project-api - project-core - project-ejb - project-view - project-ear On my server (OC4J) I have shared several common libraries for all the deployed applications, like jakarta-commons, spring, and so on On my

Re: Retrieving surefire classpath from a test class

2008-02-25 Thread Alexander Klimetschek
I forgot to mention that the unit test runs perfect in Eclipse, because the project created by mvn eclipse:eclipse includes all test dependencies as well and the Eclipse jUnit runner puts all of them in the class path for the test. Would be cool to have the Eclipse project and mvn test

war directory exploded / how to do thi sin maven

2008-02-25 Thread Marco Mistroni
hello all @work, we are developing a web application using IntelliJ IDEA. we are not using maven, so structure of directory is as follows jsp (contains jsps and WEB-INF) src |__ java |__ test plus, we are launching tomcat from intelliJ, making tomcat point to the exploded directory

Re: running a single integration test during integration-test-phase

2008-02-25 Thread David Siefert
On Thu, Feb 21, 2008 at 12:26 PM, David Siefert [EMAIL PROTECTED] wrote: Hello, Is there a way to configure a POM to run a single test during the integration-test-phase via command line? ie, mvn verify -Dtest=MyIntegrationTest That way I can do the necessary build work in

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-02-25 Thread Brian E. Fox
The dependency plugin only copies things. It's up to whatever is doing the packaging to create the manifest. -Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 1:37 AM To: Maven Users List Subject: Re: Problem with maven-dependency-plugin:

RE: Compile issues after upgrading from Maven 2.0.6

2008-02-25 Thread Brian E. Fox
Sounds like the depMgt issue to me... -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 4:43 PM To: Maven Users List Subject: RE: Compile issues after upgrading from Maven 2.0.6 I think there's a 2.0.5 to 2.0.6 upgrade guide:

RE: JNI, freehep-nar-plugin and assembly plugin question

2008-02-25 Thread Brian E. Fox
Googling returns both of the correct pages as the first hit -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, February 24, 2008 11:41 AM To: Maven Users List Subject: Re: JNI, freehep-nar-plugin and assembly plugin question Could you provide specifics on

RE: assembly plugin and project inheritance

2008-02-25 Thread Brian E. Fox
Stephen is correct. The other subtle difference is that using the xxx-dependencies forces you to declare a dependency and then maven can reorder reactor builds appropriately. There is currently no way for the dependency plugin to interact with the reactor order in 2.0. -Original

RE: Pre-build own maven plugin

2008-02-25 Thread Brian E. Fox
This is not really possible. What I did in the past to work around this should hopefully work for you: Create a plugin that is a shell around an interface. Then create an impl of this interface and build that in your multimodule build (because it presumably has code specific to the current

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

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 submit a

Re: JNI, freehep-nar-plugin and assembly plugin question

2008-02-25 Thread Haim Ashkenazi
On Sat, Feb 23, 2008 at 5:56 PM, Eugeny N Dzhurinsky [EMAIL PROTECTED] wrote: Hello, everybody! I need some help with this task: We have a project which consists of several modules, and now we need to add the new one - but this module has a binding to JNI, which requires to compile and

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-25 Thread amit kumar
Oh Ok. Thanks. On Tue, Feb 26, 2008 at 4:33 AM, Brian E. Fox [EMAIL PROTECTED] wrote: The dependency plugin only copies things. It's up to whatever is doing the packaging to create the manifest. -Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: Friday, February

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-25 Thread amit kumar
Hi, Now this is a new problem, I am seeing the dependency getting packaged as dependency-1.0.0-SNAPSHOT.jar as well as dependency-1.0.0-TIMESTAMP.jar I am using copy-dependency to copy the dependencies to a lib folder. How to overcome this? This is my configuration: configuration

Re: SNAPSHOT

2008-02-25 Thread amit kumar
Hi, Now this is a new problem, I am seeing the dependency getting packaged as dependency-1.0.0-SNAPSHOT.jar as well as dependency-1.0.0-TIMESTAMP.jar I am using copy-dependency to copy the dependencies to a lib folder. How to overcome this? This is my configuration: configuration

Re: SNAPSHOT

2008-02-25 Thread amit kumar
This is happening for jboss-sar packaging. And I see these two versions only at the time of adding entry while building jar. [DEBUG] adding entry lib/dependency-1.0.0-20080226.053600-13.jar [DEBUG] adding entry lib/dependency-1.0.0-SNAPSHOT.jar On Tue, Feb 26, 2008 at 12:45 PM, amit kumar [EMAIL

Re: putting context.xml into META-INF

2008-02-25 Thread Martin Hoeller
Hi! First, if you start a new topic, please do this by writing a new mail and not by replying to some other mail. This can be really annoying if you use a proper MUA that sorts by thread! On 25 Feb 2008, [EMAIL PROTECTED] wrote: i am using mvn package to create a war file of my project.

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