Project

General

Profile

« Previous | Next » 

Revision ea3b7d39

Added by Andreas Kohlbecker almost 13 years ago

adding faq on maven-eclipse-plugin

View differences:

src/site/fml/troubleshooting.fml
34 34
				</p>
35 35
			</answer>
36 36
		</faq>
37

  
37 38
		<faq id="cdm-unable-connect-or-retrieve-version">
38 39
			<question>
39 40
				The CDMServer reports
......
50 51
							If there is only one table called
51 52
							<code>_c3p0ConectionTest</code>
52 53
							this database was an empty one and you can savely proceed to
53
							step 2 in order to intialize the database structure.
54
							Otherwise this data base was not empty and might be used for different
54
							step
55
							2 in order to intialize the database structure.
56
							Otherwise this
57
							data base was not empty and might be used for different
55 58
							purposes.
56
							Please do not connect the Taxonomic Editor to this database unless you
59
							Please do not connect the Taxonomic Editor to this database
60
							unless you
57 61
							know waht youare doing.
58 62
						</li>
59 63
						<li>Connect to the database using the Taxonomic Editor in order to
......
64 68
		</faq>
65 69

  
66 70
	</part>
71
	<part id="developer">
72
		<title>Developer</title>
73

  
74
		<faq id="mvn-eclipse-eclipse_resource-filtering">
75
			<question>
76
				When I execute mvn eclipse:eclipse everything seems fine but then I eventually get this error:
77
				<code>
78
                    [INFO] ------------------------------------------------------------------------
79
					[ERROR] BUILD ERROR
80
					[INFO] ------------------------------------------------------------------------
81
					[INFO] Request to merge when 'filtering' is not identical. Original=resource src/main/resources:
82
					output=./cdm-server/target/classes,
83
					include=[version.properties], exclude=[**/*.java], test=false, filtering=true, merging
84
					with=resource src/main/resources: output=./cdm-server/target/classes,
85
					include=[], exclude=[version.properties|**/*.java], test=false, filtering=false
86
                </code>
87
			</question>
88
			<answer>
89
				<p>
90
				    This is related to a bug in the maven-eclipse-plugin for more information please refer to
91
				    http://forums.atlassian.com/thread.jspa?threadID=34952&tstart=30
92
				    The best remedy for this problem currently is to use an older version of the plugin. Running
93
				   <code>
94
				   mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse
95
				   </code>
96
				   should work fine.
97
				</p>
98
			</answer>
99
		</faq>
100
	</part>
67 101

  
68 102
</faqs>

Also available in: Unified diff