Ayeps / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 0 forks source link

Sourcecode: NetBeans cannot see additional sources #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout or browse the repository via SVN
2. Open project in NetBeans 6.5
3. NetBeans syntax-highlighter shows "not found/cannot resolve" error on
class Map, MapControl ...

What is the expected output? What do you see instead?
 - no syntax-highlight errors

What version of the product are you using? On what operating system?
 - Windows XP, java sdk 1.6_03, NetBeans 6.5

Please provide any additional information below.
 - Its a addition to Issue 14, see:
http://code.google.com/p/gmaps4jsf/issues/detail?id=14 
 - please add following plugin to core pom.xml (module core)

    <build>
        <plugins> 
             <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>build-helper-maven-plugin</artifactId>
                <version>1.2</version>
                <executions>
                    <execution>
                        <id>add-source</id>
                        <phase>generate-sources</phase>
                        <goals>
                            <goal>add-source</goal>
                        </goals>
                        <configuration>
                            <sources>
                                <source>target/maven-jsf-plugin</source>
                            </sources>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
...

Original issue reported on code.google.com by bruno.ma...@gmail.com on 21 Dec 2008 at 2:13

GoogleCodeExporter commented 9 years ago
Oops, sorry, double submit.
Got a submission error on adding issue-18

Original comment by bruno.ma...@gmail.com on 21 Dec 2008 at 2:16

GoogleCodeExporter commented 9 years ago
Duplicate

Original comment by Hazem.sa...@gmail.com on 29 Dec 2008 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by Hazem.sa...@gmail.com on 13 Apr 2009 at 5:54