Eclipse Community Forums: Search for mvn repo Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Show: Today's Messages :: Unanswered Messages :: Show Polls :: Message Navigator

135 Search Results Found
1 Forum: Papyrus «» Posted on: Thu, 07 March 2024 08:34 «» By: Antoine Dubost
Persistent problem with Apache Ant and orbit to solve a dependency problem.
Hello, I'm posting these errors again, which I thought I'd fixed yesterday. I have installed org.apache.ant (version 1.10.14) (present in the following repository: https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12/) Do you ...
2 Forum: EMF «» Posted on: Mon, 01 January 2024 14:01 «» By: Max Kratz
Re: Genmodel code generation via Maven build
Thank you for your fast reply. I tried to build the GEF project by checking out the repository's code and using Maven to run the build headlessly. Unfortunately, I'm unable to build the GEF project with Maven. Under `CONTRIBUTING.md`, the documentati...
3 Forum: Eclipse Scout «» Posted on: Mon, 31 July 2023 09:49 «» By: Michel R
Error when building separately the client module: missing artefact helloscout-root:pom
Hello I cannot build separately some modules, such as client or server. The shared module works though. Here is what I did: - create a new 'helloscout' project - change the Java version to 11 because that's what I'll have on the installation serve...
4 Forum: EGit / JGit «» Posted on: Fri, 14 July 2023 15:01 «» By: Thomas Wolf
Re: Unexpected reply from ssh-agent: SSH_AGENT_FAILURE
New artifacts available at https://ci.eclipse.org/jgit/job/stable/job/jgit.gerrit-pipeline.java11/4047/artifact/ . In case they're already gone by the time you try again, you could also clone the JGit repo, fetch that change (click "Download patch&...
5 Forum: EclipseLink «» Posted on: Fri, 30 June 2023 06:26 «» By: Henrik van Onna
Can't find eclipselink bundle when running java app with docker
You can check out this repo to reproduce the error (I cannot post links that's why I have to describe where to find it): github: username:henrikvanonna, repository-name: demo-service I have a Spring Boot 3.0.4 app, running it with `spring-boot:run` work...
6 Forum: Sirius «» Posted on: Fri, 31 March 2023 16:56 «» By: Niclas20 Lautenschlaeger
Missing artifacts from sirius-components
Hello there, I am trying to compile a custom application based on the sirius-web-sample-application. When running mvn install, I get a message the following artifacts are missing: org.eclipse.sirius.web:sirius-web-frontend:jar:0.5.0 org.eclipse.siri...
7 Forum: TMF (Xtext) «» Posted on: Fri, 30 September 2022 15:53 «» By: Simon Cockx
Re: Upgrade Xtext to 2.27: UI tests crash
It should be reproducable when cloning this repo on branch 'update-dependencies': https://github.com/REGnosys/rosetta-dsl/tree/update-dependencies Then running a `mvn clean install` with Java 11 should do the trick.
8 Forum: TMF (Xtext) «» Posted on: Fri, 15 April 2022 18:44 «» By: Clark Gable
Re: Packages does not exist from Xtext Maven Example
Thank you for your response! Ok, so with mvn clean install -Dmaven.repo.local=.m2 it works but it with "Maven Install" from eclipse I get the error even when I delete the .m2 repository before.
9 Forum: TMF (Xtext) «» Posted on: Fri, 15 April 2022 11:23 «» By: Christian Dietrich
Re: Packages does not exist from Xtext Maven Example
this projects builds perfectly fine for me with org.xtext.example.mydsl.parent]$ mvn clean install -Dmaven.repo.local=.m2 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for org.xtext.exampl...
10 Forum: Papyrus «» Posted on: Sat, 12 March 2022 23:01 «» By: Antonin Rouxel
Maven Failed to resolve target definition and Failed to load p2 metadata repository from location ht
Hello Eclipse Papyrus community, I would like to create a package for Eclipse Papyrus. But I get this error when building: [e[1;34mINFOe[m] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp:5.2.0-SNAPSHOT @ ...
11 Forum: Equinox «» Posted on: Tue, 01 February 2022 15:17 «» By: Felix Van der Jeugt
Building and testing frameworks eclipse.c
I was hoping to make some changes to features/org.eclipse.equinox.executable.feature/library/eclipse.c in the rt.equinox.framework and try them out. I'm failing to even run the tests though: executing mvn test in the root of the repository fails on missing...
12 Forum: Java Development Tools (JDT) «» Posted on: Wed, 01 December 2021 10:33 «» By: stefan hartl
Maven version reference for build.xml
I recently installed Eclipse (2021-09) IDE on my Ubuntu 20.04. Recently we used Netbeans for most development and remote debugging. Using the maven project wizard I was able to generate a project with both a build.xml and pom.xml file already generated....
13 Forum: Java Development Tools (JDT) «» Posted on: Wed, 29 September 2021 12:05 «» By: Nem Gondol
Create an update site from JDT
Hi, I'm trying to patch and build locally JDT, and I would like to create an update site so I could install it more easily on other machines. I could checkout eclipse.jdt.core eclipse.jdt.debug, eclipse.jdt.ui, eclipse.jdt and eclipse.jdt.core.binar...
14 Forum: EGit / JGit «» Posted on: Wed, 15 September 2021 22:43 «» By: Jörn Guy Süß
Re: Reproduction of CI Build
Quick update, I checked the CI descriptor in the mvn pom as well, it points to ci.eclipse.org, which mentions you should use a platform pipeline file, but it is not visible, and not checked into the repo. So no dice here either. :(
15 Forum: Sirius «» Posted on: Wed, 24 February 2021 14:27 «» By: Pierre-Charles David
Re: Unable to build Sirius Desktop
Hi, I can't reproduce. Using Maven 3.6.3 and Java 15 (also tested with Java 11), "mvn clean package" from the root of the repo works fine for me. Tested on commit 54dbbf8fbf97dd836946a9dd72dff5298ec4fcfc. I've tested using a fresh/empty local ...
16 Forum: Standard Widget Toolkit (SWT) «» Posted on: Sat, 19 September 2020 18:53 «» By: Andy Maleh
SWT Maven Repo Version Incorrect?
I noticed that the SWT 4.17 JARs that were added to MVN Repository a few days ago have a different version: version 3.115.0 If you unpack the JAR file and inspect version.txt, the plot thickens further as you see yet another version: version 4.93...
17 Forum: Java Development Tools (JDT) «» Posted on: Mon, 16 March 2020 08:29 «» By: Wei Lao
There are 3 failures of JMockit JUnit Test after maven update project
I found a weird thing about Eclipse JDT. JMockit is a maven project, all the test classes running JUnit Test will be ok after the project built by 'mvn clean install', the javac command that it does just like this (add -X in the maven build goals to show ...
18 Forum: Java Development Tools (JDT) «» Posted on: Fri, 03 January 2020 17:21 «» By: Alex Boyko
Re: JDT Core maven build with build-individual-bundles profile fails
I got org.eclipse.jdt.core as a local dependency however org.eclipse.jdt.core depends on a number of platform plugins such as org.eclipse.runtime.core and these come fine via maven artifact dependency. I cannot make them as local maven project dependencies...
19 Forum: Java Development Tools (JDT) «» Posted on: Fri, 03 January 2020 16:22 «» By: Alex Boyko
Re: JDT Core maven build with build-individual-bundles profile fails
I have tried "mvn -Pbuild-individual-bundles clean install" (without the space) and the result is the same error. Maven cannot find "osgi.bundle; org.eclipse.core.resources [3.12.0,4.0.0)" not even sure where it looks for it as it does...
20 Forum: Kura «» Posted on: Wed, 21 August 2019 10:56 «» By: Java Student
Docker Re-Building fails due to cp: cannot stat '/context/bin/*'
Hi, I´m trying to build my own Docker container. Even when I am using the unchanged Dockerfile with the default GIT repository (with the command: docker build -f kura/container/kura/Dockerfile .), I´m getting the following error quite at the end of t...
21 Forum: Newcomers «» Posted on: Thu, 11 April 2019 13:12 «» By: Ilan t
Build [ERROR] Invalid extension descriptor for org.eclipse.tycho:tycho-maven-plugin:0.20.0
Hi I am Ilan, We are trying to build OM2M software from latest master branch. We are following the document https://wiki.eclipse.org/OM2M/one/Clone as reference OS : Ubuntu OS version : 16.04 OS type : 32 bit Dependencies: installed Java ...
22 Forum: TMF (Xtext) «» Posted on: Tue, 20 November 2018 13:24 «» By: Christian Dietrich
Re: Xtext DSLs ignored in Maven Multiple Modules Project
mvn clean install -Dmaven.repo.local=.m2 -f org.xtext.example.mydsl.parent/ mvn clean package -Dmaven.repo.local=.m2 -f xtextForum.common/ mvn clean package -Dmaven.repo.local=.m2 -f xtextForum.target/
23 Forum: Eclipse Layout Kernel «» Posted on: Tue, 14 August 2018 07:24 «» By: zhang ph
Re: NULL pointer when opening sirius diagram firstly
Thanks !!! Then I built elk 0.4.0 with maven, but when building elk.core, there errors occur like below: [INFO] Building ELK Core Components 0.4.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- tycho...
24 Forum: Eclipse SmartHome «» Posted on: Fri, 20 July 2018 11:50 «» By: Hanno Wagner
New Prometheus Metrics bundle - Need help attaching to Pax logging
Hello everyone, we are developing an add-on bundle for Eclipse Smart Home/OpenHAB, experience some difficulties with it and are looking for help here now. We tried out a lot of different approaches but all failed. I think, the bundle will be helpful for...
25 Forum: Eclipse SmartHome «» Posted on: Mon, 21 May 2018 12:42 «» By: Lukasz Dywicki
Re: Change buildsystem to Gradle or alternatives
To throw some more context to the pains current build causes. I am working on some feature in branch and I do have lots of troubles building them because of following behavior. When one of modules I added fails due to style checks after I fix them I ca...
26 Forum: e(fx)clipse «» Posted on: Wed, 02 May 2018 22:12 «» By: Thomas Schindl
Re: Launching e(fx)clipse
The current state in the repository depends on the snapshot-version maven-plugin. You need to clone that repository and install the nightly version using "mvn install" and IMHO it looks like your .m2/repo is broken. You should maybe remove it so ...
27 Forum: Eclipse SmartHome «» Posted on: Tue, 13 March 2018 18:38 «» By: Josua Arndt
Depencies in Eclipse Smart Home, howto import?
Hello, i just setup eclipse smart home and generated a binding with the archetype generator. I started programming and the first steps went without problems. But now i need to include depencies and can´t get it to work. I never used maven before ...
28 Forum: EMF «» Posted on: Wed, 07 February 2018 14:25 «» By: Ed Merks
Re: Build EMF project
I don't use mvn install. The build produces a repo in org.eclipse.emf.site/target/repository/ for example, https://ci.eclipse.org/emf/job/integration/ws/git/org.eclipse.emf/releng/org.eclipse.emf.site/target/repository/ but it only copies that folder out ...
29 Forum: WindowBuilder «» Posted on: Fri, 08 December 2017 23:16 «» By: Ellen Strnod
Re: What is current state of WindowBuilder?
Regarding this, I think I still need to know what the compatibilities are, but here is what I am seeing, when trying to make the best of it with what I have in my dev environment now: I went ahead and installed the latest WindowBuilder for Windows X64 (ve...
30 Forum: Eclipse SmartHome «» Posted on: Mon, 30 October 2017 11:25 «» By: Kai Kreuzer
Re: Stuck on finalizing installation
Just figured out that this is a known issue - this automatic Paper UI setup task simply does not work and I have just created https://github.com/eclipse/smarthome/pull/4467 to remove it. In consequence, you will have to run a Maven build ("mvn clea...
31 Forum: Java Development Tools (JDT) «» Posted on: Thu, 12 October 2017 16:04 «» By: Mikhail Ramendik
Eclipse Neon fails to build Maven project, plugin seems to be broken?
IBM JVM 1.8, Eclipse Neon, the Java zip, freshly unzipped. A Maven project is imported and immediately reports a lot of errors, starting with "could not calculate build plan". This same project builds just fine with mvn. I would very much appreci...
32 Forum: TMF (Xtext) «» Posted on: Mon, 12 June 2017 15:03 «» By: kozhaev Vladimir
Xtext 2.12 what emf version are used
Hi all I need to upgrade version of xtext from 2.10 to 2.12. Also there are emf version 2.8.3 <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.mwe2.launch</artifactId> <version>2.8.3</vers...
33 Forum: Eclipse SmartHome «» Posted on: Fri, 02 June 2017 08:47 «» By: AMAR PULLI
OSGI bundle Exception : Unable to resolve binding
Hello, I am trying to load one jar file of bundle into Eclipse Smart Home. I did followed below link to get that ESH repository . https://github.com/maggu2810/smarthome-packaging-sample-karaf Here I just clone the repo and calll "mvn clean instal...
34 Forum: e(fx)clipse «» Posted on: Fri, 12 May 2017 20:38 «» By: Thomas Schindl
Re: Has anyone tried the maven repositories for e(fx)clipse?
I pushed the repo at: https://github.com/BestSolution-at/e4-efxclipse-maven-sample To launch I wrote a special launcher helper who reads the app.elc: https://github.com/BestSolution-at/maven-e4-launcher I launched the application with: java...
35 Forum: Kura «» Posted on: Tue, 25 April 2017 11:43 «» By: Tristan R
Re: Something is wrong in Eclipse repository (same in Eclipse Kura repository).
The not submitted missing message : Still about Maven use with Kura and a quite big issue with Eclipse repository, when I try to download javadoc and sources (mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true), would be pretty useful to...
36 Forum: Eclipse SmartHome «» Posted on: Sat, 22 April 2017 06:02 «» By: Henning Treu
Re: Newbie question about new biding
Did you already run mvn clean install on the whole project? It seems the dependency org.eclipse.smarthome.config.core can not be found in your maven repo. The line [ERROR] Missing requirement: org.eclipse.smarthome.binding.mybidings 0.9.0.qualifier require...
37 Forum: TMF (Xtext) «» Posted on: Wed, 29 March 2017 02:42 «» By: paul lu
deploy xtext language as maven artifact
Hi, I tried deploying an xtext language as maven artifacts, but the project that uses the DSL cannot be compiled by maven, . I experiemented with https://github.com/xtext/maven-xtext-example. 1. Added the following distribution configuration in ...
38 Forum: C / C++ IDE (CDT) «» Posted on: Wed, 07 December 2016 18:11 «» By: Saleem Saeed
Package downloading hangs while trying to clean build CDT from source
Hello everyone, I am trying to build CDT 9.1.0 from source. When I run 'mvn clean verify', it downloads a bunch of things and gets stuck at the following step: [INFO] Fetching org.bouncycastle.bcprov_1.52.0.v20161004-1854.jar.pack.gz from https:/...
39 Forum: Hudson «» Posted on: Mon, 18 July 2016 14:40 «» By: Shelli Orton
Hudson Git Job Calling Hg Status
We are migrating from a Mercurial repo to a Git repo and my new Hudson build that is set to use Git is calling "hg status". We are using Hudson 3.3.2. The job is configured as a Maven 3 build calling "release:prepare release:perform" ...
40 Forum: Papyrus «» Posted on: Mon, 20 June 2016 09:51 «» By: Laurent Le Moux
Re: Export Papyrus as standalone product
Hi Benoit, I read a couple of thinks about Maven & Tycho and then I tried to launch the command you specified : mvn clean verify -f releng/rcp/pom.xml. But I get the following error message: d:\Mes documents\workspace Neon\git\org.eclipse.papyru...
41 Forum: Papyrus «» Posted on: Fri, 10 June 2016 13:18 «» By: Benoit Maggi
Re: Export Papyrus as standalone product
Hi Laurent, Can you explain what you are trying to achieve? If it's to create a product on top of Papyrus with your custom plugins you should probably have a look here https://git.eclipse.org/c/papyrus/org.eclipse.papyrus-informationmodeling.git or...
42 Forum: Linux Tools Project «» Posted on: Fri, 27 May 2016 20:23 «» By: Roland Grunberg
Re: Building linuxtools
Hi Vlad, It should be possible to run everything with 'mvn verify -DskipTests' as you've described from the top-level pom on stable-4.2. It's not possible with only 'compile' because certain Tycho plugins perform some things beyond that phase. I've even...
43 Forum: TMF (Xtext) «» Posted on: Mon, 25 April 2016 12:52 «» By: Han Li Koay
Re: Xtext project build with Maven Tycho
I used your p2-composite.bintray-example and changed a few properties. - In pom.xml, I replaced the value of bintray.repo, bintray.package and site.label - In bintray.ant, I set the bintray.user, bintray.repo, bintray.apikey and bintray.package here ...
44 Forum: Eclipse Scout «» Posted on: Mon, 14 March 2016 20:55 «» By: Jeremie Bresson
Re: [neon] ScurityUtility, problem when deploying on IBM Websphere
My guess is that this is something BSI can offer as part of the Scout professional support (we are already doing a lot of intermediate Neon releases for BSI customers. Please contact Matthias Zimmerman per Email). Or: everything is open-source and you c...
45 Forum: Newcomers «» Posted on: Fri, 11 March 2016 19:47 «» By: Russell Bateman
Re: Import of Maven project - imports cannot be resolved.
On 03/11/2016 08:56 AM, BARB Switzer wrote: > MAVEN project was created with Intellij (Java). > > I imported the Project into Eclipse MARS. I can right click on the > main pom.xml and Run a Maven build (clean compile) and > build fini...
46 Forum: C / C++ IDE (CDT) «» Posted on: Tue, 26 January 2016 23:12 «» By: Marc-André Laperle
Re: eclipse-SDK-4.0-macosx-carbon / CROSSGCC issue
I don't think you should try to decompile or anything like that. Here are more complete instructions to be able to modify *source* code then build the plugins: git clone git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git git checkout CDT_8_0_3 G...
47 Forum: C / C++ IDE (CDT) «» Posted on: Tue, 26 January 2016 22:34 «» By: Dale Walsh
Re: eclipse-SDK-4.0-macosx-carbon / CROSSGCC issue
It is right there on the Summary page. github does the same thing btw, I provided a link to a path within a tree. This is what is on the summary page: Clone git clone git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git git clone ssh://git.eclip...
48 Forum: C / C++ IDE (CDT) «» Posted on: Tue, 26 January 2016 21:46 «» By: Marc-André Laperle
Re: eclipse-SDK-4.0-macosx-carbon / CROSSGCC issue
git clone git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git git checkout CDT_8_0_3 mvn clean package ... wait for it to download lots of stuff... Once successfull, the update site (including the plugin) will be in releng/org.eclipse.cdt.repo/target...
49 Forum: C / C++ IDE (CDT) «» Posted on: Tue, 26 January 2016 20:16 «» By: Jonah Graham
Re: eclipse-SDK-4.0-macosx-carbon / CROSSGCC issue
It is right there on the Summary page. github does the same thing btw, I provided a link to a path within a tree. This is what is on the summary page: Clone git clone git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git git clone ssh://git.eclip...
50 Forum: Maven Integration for Web Tools Platform «» Posted on: Fri, 08 January 2016 02:33 «» By: krishna Mising name
Re: Eclipse maven multi module project issues
You should put this as the first line in M2E documentation and in the plugin, I mean how hard is to remove the referenced libraries that use M2_REPO convention whereas you guys use maven dependencies, just an alert message that mvn eclipse:eclipse should ...
51 Forum: Eclipse SmartHome «» Posted on: Thu, 07 January 2016 01:06 «» By: Grady Duncan
Re: How do I build so I can test the UI
Hey, So I have eclipse installed and its using the openHab2 with ESH core. When I run openHab2 from within eclipse using Run > Run Configurations... > Eclipse Application > openHAB_Runtime > Run it runs without any issues. When I do Run >...
52 Forum: Eclipse SmartHome «» Posted on: Wed, 30 December 2015 04:09 «» By: Grady Duncan
Re: How do I build so I can test the UI
Hey guys, Thanks again for the help on this. I think I am finally getting somewhere. In eclipse I have everything setup and can see the openHAB2 and ESH source files. Sadly, during the build of openHAB2 I run into some errors, UI Dev Setup - Followe...
53 Forum: Eclipse SmartHome «» Posted on: Tue, 29 December 2015 02:57 «» By: Grady Duncan
How do I build so I can test the UI
Hey everyone, I'm new to maven so I think I have done something wrong. I forked the github repo, cloned the forked repo and then ran 'mvn install clean'. About 20 minutes later it finished building. When I extracted the 'SNAPSHOT-repo' zip file I was un...
54 Forum: RCP Testing Tool «» Posted on: Wed, 18 November 2015 11:20 «» By: Angelo Luciani
Re: [ERROR] Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.0.0:execute (default-execu
Hi Ulyana , thank you for your rapid answer. Therefore, below the completed log and the pom file. Started by user Angelo Luciani [EnvInject] - Loading node environment variables. Building in workspace /mnt/data/jenkins/workspace/test_rcptt No...
55 Forum: Eclipse Communications Framework (ECF) «» Posted on: Wed, 02 September 2015 19:31 «» By: David Sousa
Re: Install ECF into Karaf Offline
Scott, Just to close the loop on this. Creating a repository using features-maven-plugin and the ECF Maven repo worked great. I had to add the Equinox and Eclipse core bundles to my local repo using mvn install:install-file, and edit the karaf-feature...
56 Forum: RCP Testing Tool «» Posted on: Mon, 20 July 2015 09:27 «» By: Jeevan Rex
RCPTT Maven Test Runner failing
Hi, I tried to run maven using the following in my build configuration <runner> <version>2.0.0-SNAPSHOT</version> </runner> The build is failing with the following error in command line vl-c-jrex-ice{14}> mvn clean install...
57 Forum: Hudson «» Posted on: Fri, 17 July 2015 19:39 «» By: Gary Sturgeon
Trying to upgrade from Hudson 3.2.2 to 3.3.0
I did the automatic upgrade and updated the plugins it suggested. Hudson comes up fine, but my maven builds all fail. I checked that I wasn't pointing to java 1.6 anywhere so I'm at a loss. I saw this forum post with a google search, but that is back...
58 Forum: RCP Testing Tool «» Posted on: Tue, 21 April 2015 10:03 «» By: András Bátor
Re: RCPTT Maven packaging error
Hi! It's interesting. Your pom looks like very similar to mine. I don't know what could be the problem. But I have problem with running on Jenkins. http://support.xored.com/support/solutions/articles/3000028645-use-jenkins-to-run-rcptt-...
59 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Sat, 18 April 2015 13:27 «» By: Martin Taal
Re: [Texo] Run sin Eclipse but not in deployed jar
Hi David, I am afraid that I can't really help on this one. It seems more to be a embedded-glassfish-eclipselink topic. But looking at the stacktrace it fails on an eclipselink property. It seems that eclipselink does not recognize/accept this propert...
60 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Fri, 17 April 2015 13:38 «» By: David Wynter
[Texo] Runs in Eclipse but not in deployed jar
Hi, I have my Texo powered JSON servlet working under debug in Eclipse. But I am struggling to get it to work using maven to deploy the jar. I am using Jersey and Glassfish for providing the JSON service and Texo with Eclipselink for the persist servic...
61 Forum: EGit / JGit «» Posted on: Fri, 10 April 2015 11:13 «» By: Christian Halstrick
Re: Need help getting started with JGit
You can either build JGit yourself: /tmp> git clone https://git.eclipse.org/r/jgit/jgit Cloning into 'jgit'... remote: Counting objects: 2370, done remote: Finding sources: 100% (667/667) remote: Total 56257 (delta 34), reused 56106 (delta 34) Rec...
62 Forum: e(fx)clipse «» Posted on: Wed, 18 March 2015 13:37 «» By: Thomas Schindl
Re: Tycho throwing a NoClassDefFoundError
Could it be that the fragment has to be installed into your local maven repo? I will touch this area once I've managed to get TestFX through the IP chain which unfortunately takes for a freaking long time because the IP team is swapped with work. Tom...
63 Forum: Nebula «» Posted on: Wed, 11 February 2015 08:11 «» By: Wim Jongman
Re: Contribution Project Setup
Hi Peter, Did you follow our contribution guide [1] for patches? I thought I mentioned it in the bug. Please ignore the errors that come from some projects in the repo. It is important that the calendarcombo project is ok because this is where you wa...
64 Forum: Nebula «» Posted on: Tue, 10 February 2015 16:35 «» By: Peter Schulz
Contribution Project Setup
Hi, I'd like to contribute by providing a fix for bugs.eclipse.org/bugs/show_bug.cgi?id=459484 but I'm afraid I need some help setting up the development environment. Here is what I've done so far: I cloned the nebula repo, checked out master, and tr...
65 Forum: Orion (Archived) «» Posted on: Tue, 03 February 2015 19:30 «» By: Mark Macdonald
Re: Building and Deploying Orion
Hi Jon, You can build just the client-side project by running this command from the root of the org.eclipse.orion.client repo: mvn clean install It takes about 20 minutes. It can be sped up slightly by omitting a few optional components from the buil...
66 Forum: e(fx)clipse «» Posted on: Wed, 10 December 2014 11:57 «» By: Thomas Schindl
Re: Setup to include for @ContextValue annotation
So is your product built with features? I don't think fx.runtime.feature is appropriate for your usecase (assumeing that the application is based upon SWT?) I'm not sure what you mean by: "I still cannot see it". What can you not see? You n...
67 Forum: e(fx)clipse «» Posted on: Wed, 10 December 2014 11:43 «» By: Andrea Richiardi
Re: Setup to include for @ContextValue annotation
I added the repo and the bundles to my MANIFEST.MF, but I still cannot see it. Maybe I am doing something wrong...mvn clean install of my product does not complete as well. Maybe I need to add org.eclipse.fx.runtime.featurein my .product file?
68 Forum: Eclipse Scout «» Posted on: Wed, 15 October 2014 18:26 «» By: Jeremie Bresson
exe compiled with tycho => unexpected error
I am working on the demo applications (more precisely on the minifigcreator.exe generated by the tycho build). I got some wired error message: Error The original message is: Unexpected org.eclipse.scout.commons.StringUtility.isNullOrEmpty(Ljava/l...
69 Forum: Java Development Tools (JDT) «» Posted on: Thu, 09 October 2014 12:11 «» By: Ben Frankman
Newbie Q - PoM changes not reflected in eclipse
Hi, I've taken over a java web app built using maven and imported to the eclipse luna IDE. Essentially I'm trying to move to elasticSearch 1.3 from 0.90.11 but I'm very new to almost all aspects of this! The application is using Spring and as I unders...
70 Forum: EGit / JGit «» Posted on: Thu, 11 September 2014 13:00 «» By: René Jansen
Re: InternalException: combination of --all and --only not allowed
I thought I'd have a look around myself and I cloned the jgit repository to build the code. However, mvn clean install fails: [INFO] JGit - Core ....................................... FAILURE [54.140s] [INFO] JGit - Ant Tasks ..............................
71 Forum: Eclipse Platform «» Posted on: Thu, 21 August 2014 18:01 «» By: Dilton McGowan II
Re: How to specify maven plugin path?
On Mon, 18 Aug 2014 02:29:11 -0400, Missing name Mising name wrote: > Hello, I have installed eclipse with maven plugin, but how can I execute maven commands at command line? I am working on CentOS. Where is maven installed in eclipse and how to spec...
72 Forum: Eclipse Scout «» Posted on: Wed, 16 July 2014 15:26 «» By: Beatriz Sanchez
Target and Tycho
Hi It's been two days that I simply can't get how the target platform should work.. This is my project.target file <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde version="3.8"?><tar...
73 Forum: Gemini «» Posted on: Wed, 05 March 2014 17:50 «» By: Dmitry Sklyut
Re: Gemini Blueprint Milestone shipped with OSGi R4.2?
Hello Martin, maven.springframework.org - You are right. Dead as 404 can be. Junit 4 - not sure if this will be a good time investment. At the time when initial implementation was created - it was something that filled a void. I am actually consid...
74 Forum: Gemini «» Posted on: Sat, 02 November 2013 18:35 «» By: Dmitry Sklyut
[Blueprint] Snapshots are now in eclipse maven repo
Hi All, Gemini Blueprint snapshot builds are now published to Nexus repo: http://repo.eclipse.org group: https://repo.eclipse.org/content/repositories/gemini-blueprint/ releases: https://repo.eclipse.org/content/repositories/gemini-blueprint-re...
75 Forum: Virgo «» Posted on: Wed, 23 October 2013 03:35 «» By: Douglas Beattie
Deployment of Virgo runtime dependencies: Maven-based builds without Eclipse IDE
As implied in my comments of a recent discussion in this thread, there is a trick to provisioning a Virgo deployment, based on the dependencies ('Import-Package:') of each bundle, and the sometimes "nested" dependencies of those imports. As ...
76 Forum: Hudson «» Posted on: Thu, 03 October 2013 12:55 «» By: Mathew Anderson
hudson-remoting-3.0.1.jar not being found by mavin
During some builds, using maven, we are getting the following: [ERROR] o.h.m.e.DelegatingEventSpy - Init failed java.lang.NoClassDefFoundError: hudson/remoting/Channel at org.hudsonci.maven.eventspy.common.RemotingClient.open(RemotingClient.java:103)...
77 Forum: e(fx)clipse «» Posted on: Fri, 27 September 2013 09:10 «» By: Thomas Schindl
Re: Maven build fails
The problem is that in Java7 the jfxrt.jar is NOT on the classpath. To fix this you need to install it into your .m2-repository. If you look at the pom.xml in releng-project you'll find a comment that you need to issue to get it installed into local r...
78 Forum: e(fx)clipse «» Posted on: Mon, 23 September 2013 12:40 «» By: Thomas Schindl
Re: Exporting an OSGi Application Project
Oh just saw we already generate the extraClasspathElements stuff so all you need is to execute the mvn install:intall-file. Tom On 23.09.13 14:39, Tom Schindl wrote: > Hi, > > So are you compiling against Java7? The problem there is nat...
79 Forum: e(fx)clipse «» Posted on: Mon, 23 September 2013 12:39 «» By: Thomas Schindl
Re: Exporting an OSGi Application Project
Hi, So are you compiling against Java7? The problem there is naturally that the jfxrt.jar IS NOT on the classpath hence compilation fails: 2 solutions: * you temporarily copy the guy to your ext dir * you install jfxrt.jar into your local maven re...
80 Forum: Paho «» Posted on: Tue, 17 September 2013 16:41 «» By: Andy Piper
Re: Trouble compiling Paho java plugin
Hi Jim, sorry you are encountering issues It looks like we need to update our start guides. One of the things we have been working on lately is improving and automating our builds. As a result, there are two approaches you could take: - grab the ...
81 Forum: Hudson «» Posted on: Mon, 26 August 2013 11:06 «» By: Andreas Magnusson
Re: Toolchain settings not transferred to release build [3.1.0-RC1]
Just adding some initial information for those curious. Output showing that the toolchain is used: [Grid.grid-trunk-release] $ /opt/maven/bin/mvn clean release:prepare release:perform --batch-mode -V -B -e -Dpassword=builder -DautoVersionSubmodules=true -...
82 Forum: Eclipse Process Manager (Stardust) «» Posted on: Thu, 22 August 2013 13:03 «» By: Robert Emsbach
Re: Stardust 1.0 with maven
Kryzysztof, this is work in progress. Repo URLs will change when we move to Nexus.Archetypes for different environment are work in progress. Currently the following is not fully functional, but you can try from time to time and monitor progress if you l...
83 Forum: Hudson «» Posted on: Thu, 18 July 2013 10:02 «» By: Fabrizio Giudici
Performance problems
Hello. Since a couple of weeks my Hudson is experiencing some performance problems that I can't understand. At first I thought I had a disk that was going to fault (it's part of a RAID 1 setup, and in my (limited) understanding of this stuff a disk unit...
84 Forum: Gemini «» Posted on: Wed, 19 December 2012 13:04 «» By: Romain Deltour
Re: Gemini DBAccess Maven Artifacts
Thanks for the quick answer! I will try to integrate Milestone 4 in my build and will post the result here. I see that the milestones are published to [1]. Is the plan to merge this repo to the shared Gemini maven repo [2] when the final version is rele...
85 Forum: Eclipse Process Manager (Stardust) «» Posted on: Wed, 12 December 2012 15:38 «» By: Robert Brodt
Build problems: time to update the project wiki?
Hi all, I'm trying to build the project from source as described in the project wiki (http://wiki.eclipse.org/Stardust/Source_Code) and it looks like at least one new plugin has been added (deploy.jee) - maybe it's time to update the wiki page? Afte...
86 Forum: Virgo «» Posted on: Wed, 05 December 2012 14:42 «» By: Seth Helstrip
Hot deployment of plan bundle
Hi there, Wondering whether someone can help me with a Virgo hot deployment question. I have an application, that has been wired together, using a plan. The bundles used by the application are installed in the usr repo, and then deployed using a plan ...
87 Forum: NatTable «» Posted on: Tue, 13 November 2012 13:39 «» By: Erik Vande Velde
Re: Can't compile the nattable examples
1) tried with my own maven and the embedded one 2) output is similar, see below 3) still don't understand how 'mvn clean install' from command line can work, when there's no ca.odell.x.y in my local repository. But I don't know a thing about tycho, I thi...
88 Forum: EclipseLink «» Posted on: Wed, 10 October 2012 21:19 «» By: Jim Garrison
maven repo problem
I am having problems using the EclipseLink maven repo at: download.eclipse.org/rt/eclipselink/maven.repo I ran the troubleshooting POM from (munged): www.eclipse.org/downloads/download.php?file=/rt/eclipselink/pom.xml and got the following erro...
89 Forum: M2T (model-to-text transformation) «» Posted on: Thu, 04 October 2012 11:53 «» By: Christian Jung
Problems running org.eclipse.acceleo:maven:3.2.1 in maven
I have tried the example at wiki.eclipse.org/Acceleo/Maven but cannot make the plugin Version 3.2.1. running without error. I always get the following message: [INFO] Failed to configure plugin parameters for: org.eclipse.acceleo:maven:3.2.1 Caus...
90 Forum: Gemini «» Posted on: Sun, 23 September 2012 02:28 «» By: Aaron Whiteside
Re: Spring OSGI Testing Framework
Hi Thorsten, spring-osgi-test is no longer maintained, it has become gemini-blueprint-test. <dependency> <groupId>org.eclipse.gemini.blueprint</groupId> <artifactId>gemini-blueprint-test</artifactId> <v...
91 Forum: Hudson «» Posted on: Fri, 06 July 2012 18:33 «» By: Ashoka Upadhya
Maven Build : ArrayIndexOutOfBoundsException
I am running Maven 3 build on hudson slave and getting below exception. This started happening after moving to JDK 1.7. Any help is appreciated. [INFO] Using Maven 3 installation: Maven-3 [INFO] Checking Maven 3 installation environment [platform]...
92 Forum: M2T (model-to-text transformation) «» Posted on: Thu, 05 July 2012 10:09 «» By: MeJ MeJ
org.eclipse.acceleo:maven:jar:3.2.1 not found
Hi, I am trying to execute my acceleo project using MAVEN. When i try to run the command: mvn package i get the following error [ERROR] Failed to execute goal on project simple: Could not resolve dependencies for project org.sonatype.mavenbook.simple:...
93 Forum: EMF «» Posted on: Thu, 31 May 2012 00:20 «» By: C. Thompson
[EMF Compare] Import project to Eclipse (solved)
What is the process to download EMF Compare source, make changes, and build it on Eclipse? I saw the EMF Compare/Contributor Guide on the wiki. I cloned the git repo for EMF Compare, and imported the project into my workspace like the wiki says. But ...
94 Forum: Java Development Tools (JDT) «» Posted on: Mon, 30 April 2012 19:34 «» By: Henrique Ordine
NoClassDefFoundError: org/codehaus/classworlds/Launcher
Hi everyone, I was using Maven 3 from Eclipse, by configuring a External Tools Configuration, and after I changed to Maven 2 I get the following error when running Maven from Eclipse: /usr/bin/mvn: line 53: uname: command not found /usr/bin/mvn: l...
95 Forum: Virgo «» Posted on: Mon, 16 April 2012 08:29 «» By: Glyn Normington
Re: Failed to activate Greenpages Sample in Virgo 3.0.2
Glad it's kind of working for you now. But I'm not sure what went wrong for you and I'd like to understand. I downloaded Greenpages 2.4.0.RELEASE.zip, unzipped it, built it with mvn package, and then looked inside the generated PAR file at the JPA bundle. ...
96 Forum: Gemini «» Posted on: Wed, 01 February 2012 15:14 «» By: Michael Keith
Gemini from P2 and Maven
I had mentioned a while back that we would make the Gemini components available from P2 as well as in a Maven repo. Just to report back, you can access the Gemini components the following ways: P2 update: http://download.eclipse.org/gemini/updates/<...
97 Forum: Apricot «» Posted on: Fri, 04 November 2011 13:31 «» By: Chris Frost
Building Apricot from the Eclipse Git repo
Hi, I realise it's early days but I just tried to build Apricot and it failed. Are there any docs somewhere. Checked it out from Eclipse git and ran 'mvn clean package' Failed with, [INFO] Eclipse ECR Core Event Tests ...................... S...
98 Forum: Maven Integration (M2E) «» Posted on: Thu, 15 September 2011 06:54 «» By: Eugene Kiselev
Re: Can't seem to get M2E to work properly in Indigo
Hello colleagues. It seems my M2E doesn't work with Indigo J2EE as well. Here is what I'm doing step-by-step: 1. File -> Import -> Check out Maven Projects from SCM or Existing Maven Project checked out before 2. Show it the path -> It finds ...
99 Forum: Remote Application Platform (RAP) «» Posted on: Tue, 23 August 2011 16:57 «» By: Raj
Maven RAP
I am using maven to build my application. When i am uisng the -Dtycho.targetPlatform=C:/dev/RAP/target_platform/eclipse i am able to compile my applications if i remove all the dependencies from <eclipse installable>plugins. The C:/dev/RAP/targ...
100 Forum: Maven Integration (M2E) «» Posted on: Wed, 03 August 2011 22:12 «» By: Ara Bulbulian
pom file shows missing artifact errors
using Indigo 3.7 (m2e integrated in) I would think this would be something simple to fix, but I can't seem to understand why Eclipse can't find the artifacts (all listed as missing) listed in my POM file. So I have a long list of errors in my Eclipse '...
101 Forum: Maven Integration (M2E) «» Posted on: Thu, 14 July 2011 14:05 «» By: Michael Giroux
incorrect .classpath if project has wsimport goal
I have a multi-module project in SVN that contains a jar module that contains a wsimport build step. In the SVN repo, there are no eclipse files (.project, .classpath, .settings, ...) The eclipse project files are generated automatically when the project...
102 Forum: Gemini «» Posted on: Sat, 18 June 2011 08:15 «» By: Costin Leau
Re: Gemini Blueprint Trunk does not compile
Just tried building without a Maven repo: mvn clean install -P equinox 8 minutes later - BUILD SUCCESSFUL Maven 2.0.11, JDK 1.6.0_25 Win 7
103 Forum: ServerTools (WTP) «» Posted on: Thu, 24 March 2011 17:22 «» By: Larry Isaacs
Re: Creating Eclipse Dynamic Web Project from Maven
I know almost nothing about the integration between Maven and Eclipse, so I won't be of much help there. I can say for sure that for a webapp project, you won't see "Run on Server" unless it's a Dynamic Web Project. When creating a Dynami...
104 Forum: ServerTools (WTP) «» Posted on: Thu, 24 March 2011 15:16 «» By: Russell Bateman
Creating Eclipse Dynamic Web Project from Maven
First, I apologize for the "Mavenness" of this question. And the length. But this appears now to be mostly a "what exactly is a Dynamic Web Project" question. I'm trying to bridge the gap in my understanding between Maven and Ecli...
105 Forum: TMF (Xtext) «» Posted on: Tue, 22 February 2011 11:57 «» By: Xavier Seignard
Re: Is there any maven repo for xtext?
Here is the set of maven dependencies you need to get Xtext working outside eclipse : <dependency> <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.common</artifactId> <version>2.6.0.v20100614-1136...
106 Forum: TMF (Xtext) «» Posted on: Tue, 08 February 2011 22:48 «» By: Jason Pell
Re: [MWE2] Command-line code generation
Hi, I went through this same procedure and have it working. What I have for you may not be exactly what you are after, but it should give you a place to start. I am using maven and the fornax plugin. First what I did was use the maven eclips...
107 Forum: M2T (model-to-text transformation) «» Posted on: Thu, 25 November 2010 15:33 «» By: Sebastien Roy
Re: [Acceleo 3] continuous integration on acceleo projects
Hello, I use the AcceleoCompiler class through a delegation mechanism. The reason is to register the resources before actual execution of AcceleoCompiler task. Here is my code : public class MavenMtlCompiler extends AbstractMojo { /** * @par...
108 Forum: IAM (Eclipse Integration for Apache Maven) «» Posted on: Thu, 05 November 2009 00:33 «» By: Carlos Sanchez
Re: Picking up wrong version of dependency if dependent project open
did you check my other comment? I think you may have an issue where you get 2 cxf jars from 2 different groups, in that case Maven does not know that they are the same jar and will include both in the classpath, and obviously the first one wins Y...
109 Forum: Maven Integration (M2E) «» Posted on: Thu, 10 September 2009 18:33 «» By: Igor Fedorenko
Re: Maven dependencies?
You likely have mirrorOf=* or mirrirOf=external:* in your settings.xml. Ublock repo with id=forge (defined in tycho global settings.xml) using !forge in mirrorOf or remove the mirror completely. -- Regards, Igor klm wrote: > I can't install...
110 Forum: TMF (Xtext) «» Posted on: Fri, 31 July 2009 08:27 «» By: Sebastian Zarnekow
Re: [XText] How do I use MyDSL parser?
Hi Michael, I think this request came up some days or weeks ago, but I'm not sure about an existing bugzilla. Can you file a ticket if you can't find a similar one in the issue tracker? That would be helpful. Thanks, Sebastian -- Need profess...
111 Forum: TMF (Xtext) «» Posted on: Thu, 30 July 2009 14:34 «» By: Michael Burkhardt
Re: [XText] How do I use MyDSL parser?
Thx, Sebastian. Sebastian, is it possible to add the XText sources to the Maven2 repository. With sources or Javadoc its is a better support for Eclipse users like me. Ciao, Micha --- [1] command $> mvn eclipse:eclipse -DdownloadSource=t...
112 Forum: Maven Integration (M2E) «» Posted on: Thu, 30 April 2009 14:06 «» By: Eclipse User
Re: [tycho] cannot run demo on 0.3.0-DEV-1819
Originally posted by: igor.ifedorenko.com Petr, Can you confirm that you are using Tycho installation to run generate-poms? Also, check M2_HOME environment variable. If set, it must point to Tycho installation. Also, we have a mailing list dedic...
113 Forum: Maven Integration (M2E) «» Posted on: Thu, 30 April 2009 11:57 «» By: petr
Re: [tycho] cannot run demo on 0.3.0-DEV-1819
Hi Will and Igor, I am facing similar problem in Linux. I tried to clean ~/.m2/repository to verify that my proxy allows to upload necessary plug-ins. To me it seems that I cannot upload only maven-tycho-plugin. Could you help? -Petr here...
114 Forum: Maven Integration (M2E) «» Posted on: Wed, 01 April 2009 07:32 «» By: Eclipse User
Re: Disable download from local repository?
Originally posted by: asd.asd.com Thank you very much, that worked! "Igor Fedorenko" <igor@ifedorenko.com> wrote in message news:gqupru$r99$1@build.eclipse.org... > If some pom.xml files are missing, then this is definitel...
115 Forum: Maven Integration (M2E) «» Posted on: Wed, 01 April 2009 04:17 «» By: Eclipse User
Re: Disable download from local repository?
Originally posted by: igor.ifedorenko.com If some pom.xml files are missing, then this is definitely MNGECLIPSE-523. Try using mvn install:install-file -DgeneratePom=true ... to force pom.xml generation. -- Regards, Igor JS wrote: > I ...
116 Forum: Maven Integration (M2E) «» Posted on: Tue, 31 March 2009 09:51 «» By: Eclipse User
Re: Disable download from local repository?
Originally posted by: asd.asd.com I run the "Maven test" preset from eclipse (not from the commandline). In eclipse its called Maven Integration not sure if this relates to m2e or Maven Cli. In each folder (of the manually installed jars...
117 Forum: Maven Integration (M2E) «» Posted on: Mon, 30 March 2009 23:03 «» By: Eclipse User
Re: Disable download from local repository?
Originally posted by: igor.ifedorenko.com It is not clear from your question if performance problem occurs when you run maven test from cli or from m2e. Assuming you see the problem in m2e, can you please check if pom.xml files are present in the l...
118 Forum: Maven Integration (M2E) «» Posted on: Mon, 30 March 2009 21:26 «» By: Eclipse User
Disable download from local repository?
Originally posted by: asd.asd.com I have installed the maven eclipse plugin and the maven stand alone application on a Vista 32 machine. I have installed a few .jar files to my local repository using: call mvn install:install-file -DgroupId=birt...
119 Forum: Maven Integration (M2E) «» Posted on: Mon, 09 February 2009 16:50 «» By: Eclipse User
Re: [m2eclipse-user] Tycho: Eclipse plugin dependency resolution from local repository
Originally posted by: wrobinson.gsu.edu It turns out that spaces in the maven path are not a problem, in this case. The problem was my multi-project layout. My parent and child (modules) projects are in the same directory. (I didn't want to use subdi...
120 Forum: Maven Integration (M2E) «» Posted on: Mon, 09 February 2009 14:41 «» By: Eclipse User
Re: [m2eclipse-user] Tycho: Eclipse plugin dependency resolution from local repository
Originally posted by: igor.ifedorenko.com There is a chance Tycho does not work properly when installed to a path with spaces. Can you move tycho to, say, d:\tycho and see if the problem still exists? Also, -Dtycho.targetPlatform *overrides* denden...
121 Forum: Maven Integration (M2E) «» Posted on: Mon, 09 February 2009 02:06 «» By: Eclipse User
Re: [m2eclipse-user] Tycho: Eclipse plugin dependency resolution from local repository
Originally posted by: wrobinson.gsu.edu After reading a bit further, I discovered that I didn't specify the parent/module pom's properly. After creating a parent with the (seemly properly) dependencyManagement, then I get this error: "d:\progr...
122 Forum: Maven Integration (M2E) «» Posted on: Wed, 17 December 2008 00:49 «» By: Will Horn
Re: [tycho] cannot run demo on 0.3.0-DEV-1819
Thanks for investigating. I tried again (in the same shell, in fact!) and it worked fine. So this must have been an issue with my connectivity or a temporary blip in the repo. This was on Windows Vista, by the way (full command and output from b...
123 Forum: Maven Integration (M2E) «» Posted on: Fri, 12 December 2008 17:51 «» By: Lane Maxwell
Re: The newest maven repo for eclipse artifacts and osgi bundles
If you have running instance of eclipse, which I assume you do, you can use the maven eclipse plugin to generate maven artifacts for it. Here is the syntax: mvn eclipse:to-maven -DdeployTo=id::layout::URL -DeclipseDir=eclipse_installation_dir ...
124 Forum: Maven Integration (M2E) «» Posted on: Mon, 08 December 2008 07:41 «» By: maarten meijer
Re: Using m2eclipse for Eclipse plugin projects
I tried that and came up with the follwoing command: mvn eclipse:to-maven -DeclipseDir=<path tho eclipse>/eclipse -DstripQualifier=true But I keep getting an error: [INFO] Scanning for projects... [INFO] Searching repository for plugin wi...
125 Forum: IAM (Eclipse Integration for Apache Maven) «» Posted on: Sat, 15 November 2008 04:08 «» By: Carlos Sanchez
Re: Maven Core artifacts
The current version 2.1.0.659801b is generated by checking out the revision 659801 from https://svn.apache.org/repos/asf/maven/components/trunk https://svn.apache.org/repos/asf/maven/artifact/trunk do a mvn clean install and then do "mvn -...
126 Forum: IAM (Eclipse Integration for Apache Maven) «» Posted on: Sat, 15 November 2008 04:08 «» By: Eclipse User
Re: Maven Core artifacts
Originally posted by: carlos.carlossanchez.eu The current version 2.1.0.659801b is generated by checking out the revision 659801 from https://svn.apache.org/repos/asf/maven/components/trunk https://svn.apache.org/repos/asf/maven/artifact/trunk do ...
127 Forum: Maven Integration (M2E) «» Posted on: Sun, 20 July 2008 22:19 «» By: Hervé Boutemy
Re: stable dev build 0.9.5.20080627-1151 is published
I like this way of publishing regular development builds. But I find the versioning confusing: 0.9.5.20080627-1151 has never been intended as becoming 0.9.5 but only a preview version. In Maven versioning scheme, it would have been something like 0.9....
128 Forum: IAM (Eclipse Integration for Apache Maven) «» Posted on: Tue, 15 July 2008 00:12 «» By: Eclipse User
Re: mvn goals fail, unless project compiled from Eclipse
Originally posted by: rsabiq.vml.com Even after the dependency jars are downloaded after Eclipse builds the project, if i run mvn clean mvn package compilation fails sayign log4j, etc. doesn't exist: even though i see them in the repo. P.S. Thi...
129 Forum: IAM (Eclipse Integration for Apache Maven) «» Posted on: Tue, 15 July 2008 00:12 «» By: Eclipse User
Re: mvn goals fail, unless project compiled from Eclipse
Originally posted by: rsabiq.vml.com Even after the dependency jars are downloaded after Eclipse builds the project, if i run mvn clean mvn package compilation fails sayign log4j, etc. doesn't exist: even though i see them in the repo. P.S. Thi...
130 Forum: IAM (Eclipse Integration for Apache Maven) «» Posted on: Tue, 15 July 2008 00:05 «» By: Eclipse User
mvn goals fail, unless project compiled from Eclipse
Originally posted by: rsabiq.vml.com I'm trying to figure out why compile-and-beyond mvn goals fail, unless project is compiled from Eclipse. All the dependencies in the eclipse project are managed by Q for Eclipse. Q for Eclipse is probably not the ...
131 Forum: IAM (Eclipse Integration for Apache Maven) «» Posted on: Tue, 15 July 2008 00:05 «» By: Eclipse User
mvn goals fail, unless project compiled from Eclipse
Originally posted by: rsabiq.vml.com I'm trying to figure out why compile-and-beyond mvn goals fail, unless project is compiled from Eclipse. All the dependencies in the eclipse project are managed by Q for Eclipse. Q for Eclipse is probably not the ...
132 Forum: EclipseLink «» Posted on: Sat, 12 July 2008 19:27 «» By: Eclipse User
Re: maven2 support?
Originally posted by: alvaro.sanchezmariscal.gmail.com You have to escape &'s: <repository> <id>EclipseLink Repo</id> <url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven...
133 Forum: EclipseLink «» Posted on: Fri, 11 July 2008 12:49 «» By: Kristian Rink
maven2 support?
Folks, is there any planning on having EclipseLink available on any public maven2 repositories? So far, reading through [1], things already start breaking by simply posting the mvn repo URL to some pom.xml of choice because it contains entities not all...
134 Forum: Maven Integration (M2E) «» Posted on: Fri, 27 June 2008 18:56 «» By: Eugene Kuleshov
stable dev build 0.9.5.20080627-1151 is published
We have published stable development build 0.9.5.20080627-1151 and are planning to get back to regular weekly schedule for publishing dev builds. You can install the latest dev build from the dev update site at http://m2eclipse.sonatype.org/update-de...
135 Forum: Newcomers «» Posted on: Fri, 20 October 2006 17:33 «» By: Steinar Bang
Re: m2eclipse or running mvn as external program?
>>>>> Wayne Beaton <wayne.beaton@_NOSPAM_eclipse.org>: > Steinar Bang wrote: > There is an Eclipse Corner article-in-progress in bugzilla that > might help you out. Frankly, I'd love it if you could attach your >...

Current Time: Mon May 20 11:07:16 GMT 2024

Powered by FUDForum. Page generated in 0.25423 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top