bmaggi / Eclipse-Gendoc-Templates

:pencil: :notebook: Gendoc templates for SysML and RobotML (Luna)
Eclipse Public License 1.0
4 stars 0 forks source link

Move to Eclipse Neon #4

Open bmaggi opened 8 years ago

bmaggi commented 8 years ago
hcw70 commented 7 years ago

Hi. I would love to try this out on neon also!

Mvm however fails if i naively change "luna" to "neon" in pom.xml ... 8-<

Kind regards Hauke

bmaggi commented 7 years ago

Hi,

I don't really have the time to update/release/tag properly the version.

but if you use these repositories you should be able to mvn clean install against Neon

    <repositories>
        <repository>
            <id>Neon</id>
            <layout>p2</layout>
            <url>http://download.eclipse.org/releases/neon</url>
        </repository>
        <repository>
            <id>Papyrus-Extra</id>
            <layout>p2</layout>
            <url>http://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/extra</url>
        </repository>
        <repository>
            <id>Papyrus-Robot-ML</id>
            <layout>p2</layout>
            <url>http://download.eclipse.org/modeling/mdt/papyrus/components/robotml</url>
        </repository>       
        <repository>
            <id>gendoc</id>
            <layout>p2</layout>
            <url>http://download.eclipse.org/gendoc/updates/releases/0.6.0/</url>
        </repository>
    </repositories>

I'm interested to know if the templates are still working in Neon.

hcw70 commented 7 years ago

Already tried that, but get:

[INFO]` Resolving dependencies of MavenProject: org.eclipse.papyrus.gendoc2:org.eclipse.papyrus.gendoc2.p2:2.0.1-SNAPSHOT @ /home/hcw/work/Deuta/Eclipse-Gendoc-Templates/p2/pom.xml
[INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.papyrus.gendoc2.p2 raw:2.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.1-SNAPSHOT
[ERROR]   Missing requirement: org.eclipse.papyrus.gendoc2.p2 raw:2.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.1-SNAPSHOT requires 'org.eclipse.papyrus.gendoc.robotml.feature.group [2.0.1,2.0.2)' but it could not be found
[ERROR] 
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.papyrus.gendoc2:org.eclipse.papyrus.gendoc2.p2:2.0.1-SNAPSHOT @ /home/hcw/work/Deuta/Eclipse-Gendoc-Templates/p2/pom.xml: See log for details -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
bmaggi commented 7 years ago

Strange I emptied my cache and it's still working fine.

Are you launching mvn clean install from the root of the repository? What is your os? Did it worked with luna stream?