Project

General

Profile

« Previous | Next » 

Revision 3b8dd375

Added by Niels Hoffmann over 13 years ago

added documentation texts. Reference documentation is now uploaded automatically on site-deploy

View differences:

src/site/fml/troubleshooting.fml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<faqs xmlns="http://maven.apache.org/FML/1.0.1"
3
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
  xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd"
5
  title="Troubleshooting"
6
  toplink="false">
7

  
8
  <part id="general">
9
    <title>General</title>
10

  
11
    <faq id="whats-foo">
12
      <question>
13
        What is Foo?
2
<faqs xmlns="http://maven.apache.org/FML/1.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd" title="Troubleshooting" toplink="false">
3
	<part id="maven">
4
		<title>Maven</title>
5
		<faq id="generic-errors">
6
			<question>
7
        Why do I get "... is not within its bound" errors when running maven install?
14 8
      </question>
15
      <answer>
16
        <p>some markup goes here</p>
17

  
18
        <source>some source code</source>
19

  
20
        <p>some markup goes here</p>
21
      </answer>
22
    </faq>
23

  
24
    <faq id="whats-bar">
25
      <question>
26
        What is Bar?
27
      </question>
28
      <answer>
29
        <p>some markup goes here</p>
30
      </answer>
31
    </faq>
32
  </part>
33

  
34
  <part id="install">
35

  
36
    <title>Installation</title>
37

  
38
    <faq id="how-install">
39
      <question>
40
        How do I install Foo?
41
      </question>
42
      <answer>
43
        <p>some markup goes here</p>
44
      </answer>
45
    </faq>
46

  
47
  </part>
48

  
49
</faqs>
9
			<answer>
10
				<p>For some unclear reasons we encountered problems using maven in combination with aspectj.
11
		We did not yet resolve this problem but at least found a work-around:</p>
12
				<ol>
13
					<li>run <code>mvn clean</code> (probably not really needed)</li>
14
					<li>open Eclipse IDE</li>
15
					<li>make sure that cdmlib-model is converted to an AspcetJ project (see [#Eclipsesetup Eclipse setup] for detailed information) - sometimes it helps if you first remove AspectJ and then convert it again</li>
16
					<li>run Project-clean</li>
17
					<li>run <code>mvn install</code></li>
18
				</ol>
19
				<p>This seems to work at least on our computers as eclipse better compiles aspectj then maven does. So please first try the above if you encounter any compilation problems.</p>
20
				<p>If it still does not work please try to install the newest eclipse aspectj plugin (for installation instructions see below).If it still does not work please let us know.</p>
21
			</answer>
22
		</faq>
23
	</part>
24
</faqs>

Also available in: Unified diff