Re: Writing site documenation with eclipse

2012-07-16 Thread Hervé BOUTEMY
Le lundi 16 juillet 2012 10:13:06 Jesse Farinacci a écrit : > Greetings, > > On Mon, Jul 16, 2012 at 9:13 AM, Hervé BOUTEMY wrote: > > for the editor, there is a good Doxia Eclipse plugin [1] > > [1] http://maven.apache.org/doxia/doxia-ide/eclipse/usage.html > > Except that the Eclipse installa

RE: Corrupt metadata

2012-07-16 Thread Pimentel, Robert
Regarding #2, I renamed the file to .old, re-ran the job, and it recreated maven-metadata.xml with the appropriate information. -Original Message- From: Pimentel, Robert [mailto:robert.pimen...@tgslc.org] Sent: Wednesday, July 11, 2012 9:39 AM To: 'users@maven.apache.org' Subject: Corru

Re: Problem with maven and deleting files in a test case

2012-07-16 Thread esyimn...@gmx.de
Am 15.07.2012 01:19, schrieb Wayne Fay: >> 1. What does the maven-surefire-plugin exactly do? It still fails, but >> not so much like without it. > You were already using Surefire, you just had not declared a specific > version of the plugin to use, so you were probably using an earlier > version t

Re: problems compiling osgi-4.3 bundles using maven

2012-07-16 Thread Wayne Fay
>> Can you tell me why the compiler won't display the full error message? > > probably related to http://jira.codehaus.org/browse/MCOMPILER-158 Looks like a great issue for someone interested in Maven (and JDK7) to use as a Committer School project. ;-) Wayne

Re: Writing site documenation with eclipse

2012-07-16 Thread Jesse Farinacci
Greetings, On Mon, Jul 16, 2012 at 9:13 AM, Hervé BOUTEMY wrote: > for the editor, there is a good Doxia Eclipse plugin [1] > [1] http://maven.apache.org/doxia/doxia-ide/eclipse/usage.html Except that the Eclipse installation sites don't work.. http://maven.apache.org/doxia/doxia-ide/eclipse/ec

RE: problems compiling osgi-4.3 bundles using maven

2012-07-16 Thread Martin Gainty
whatever symbol is not present at line 258 needs to be identified beforehand e.g. String symbol="This is a symbol that needs to be defined"; HTH Martin __ "Im in control here"...Alexander Haig ..30 March 1981 > Date: Mon, 16 Jul 2012 08:09:34 -0400

Re: problems compiling osgi-4.3 bundles using maven

2012-07-16 Thread Stuart McCulloch
On 16 Jul 2012, at 14:25, Michał Zegan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > It looks like this is the correct thing to fix and I am using jdk7 > because jdk7 contains some funny features not present in jdk6 that I > need/want to use. > Can you tell me why the compiler won'

Re: problems compiling osgi-4.3 bundles using maven

2012-07-16 Thread Michał Zegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It looks like this is the correct thing to fix and I am using jdk7 because jdk7 contains some funny features not present in jdk6 that I need/want to use. Can you tell me why the compiler won't display the full error message? W dniu 2012-07-16 15:03,

Re: Writing site documenation with eclipse

2012-07-16 Thread Hervé BOUTEMY
choosing format is a question of taste: some prefer apt, some prefer xdoc, you'll have to make your own choice for the editor, there is a good Doxia Eclipse plugin [1] It help writing wiki syntax, or preview, but there is nothing tied to code references. Regards, Hervé [1] http://maven.apac

Re: problems compiling osgi-4.3 bundles using maven

2012-07-16 Thread Stuart McCulloch
Also be aware of an issue using JDK7 to compile against the official OSGi 4.3 API jars... http://stackoverflow.com/questions/10911231/how-to-compile-mavenized-osgi-4-3-bundle-with-openjdk-7 Solutions are to either use JDK6, or use the recently released OSGi 5.0 API jars, or rebuild the 4.3

Re: problems compiling osgi-4.3 bundles using maven

2012-07-16 Thread Ron Wheeler
What is at line 258 in Startup.java. It says it can not find the definition of an object referenced on that line. Ron On 16/07/2012 4:55 AM, Michał Zegan wrote: D:\projekty\naszmud\naszmud-startup\src\main\com\tyflonet\naszmud\Startup.java:[258,36] error: cannot find symbol -- Ron Wheeler Pr

Re: problems compiling osgi-4.3 bundles using maven

2012-07-16 Thread Michał Zegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is the maven's output after mvn package/mvn install actually: Apache Maven 3.0.4 (rNON-CANONICAL_2012-07-16_08-44_webczat; 2012-07-16 08:44:31+0200) Maven home: D:\maven Java version: 1.7.0_04, vendor: Oracle Corporation Java home: C:\Program F

Writing site documenation with eclipse

2012-07-16 Thread Jan Torben Heuer
I'm starting to write documentation for my maven project. Which format (apt,xdoc,..?) and which editor is available for eclipse? The documentation is very code-centric so any tool that helps me refering to Class names (and even validates it) would be helpful. Also, xDoc != XDoc, right? https://