Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [scada-dev] can't build from source code because of the 'thedrone.packagedrone.org' p2 site not available.

I think this one is rather easy, you specified a version range of [1.0.0,1.1.0), while only 0..14.6 is available.

On Thu, May 21, 2020 at 3:46 AM zzl <zzl@xxxxxxxxxxx> wrote:

Hi Jens,

 

Thanks for your information. I would like to start with this NeoScada project.

 

I have success made the dependency definition in pom.xml according https://wiki.eclipse.org/Tycho/Target_Platform#.22POM_dependencies_consider.22. The tricky is the dependency definition must be put into the parent pom.xml (the one in project root directory).

 

There is still version conflict problem for the below components.

                org.eclipse.packagedrone.utils [1.0.0,1.1.0)

                org.eclipse.packagedrone.utils.security [1.0.1,1.1.0)

                org.eclipse.packagedrone.utils.rpm [0.14.0,1.0.0)

                org.eclipse.packagedrone.utils.deb [1.0.0,1.1.0)

 

I get this error when running ‘mvn clean install’.

[ERROR] Internal error: java.lang.RuntimeException: Could not resolve project dependencies: Couldn't find a version in [0.14.0, 0.14.1, 0.14.2, 0.14.3, 0.14.4, 0.14.5, 0.14.6] to match range [1.0.0,1.1.0)

[ERROR]   org.eclipse.packagedrone:org.eclipse.packagedrone.utils:jar:null

[ERROR]

 

The latest version is 0.14.6 according the mvnrepository site.

https://mvnrepository.com/artifact/org.eclipse.packagedrone/org.eclipse.packagedrone.utils.deb

 

I notice the eclipse packagedrone project is also managed by you. could you please advise where I can get this new version org.eclipse.packagedrone.utils [1.0.0,1.1.0)?

 

Thanks and Regards!

 

zhang

 

 

 

 

From: scada-dev-bounces@xxxxxxxxxxx <scada-dev-bounces@xxxxxxxxxxx> On Behalf Of Jens Reimann
Sent: Tuesday, May 19, 2020 10:57 PM
To: Eclipse SCADA developer discussions <scada-dev@xxxxxxxxxxx>
Subject: Re: [scada-dev] can't build from source code because of the 'thedrone.packagedrone.org' p2 site not available.

 

Hello zhang,

 

as the NeoSCADA project is scheduled to be archived, I think the only way that remains is to do a complete build yourself, and work through all the build issues.

 

If you are interested in the IEC 60870 functionality, then things may be easier, as that is in the process of being moved to a new project. Mainly because of the same reasons.

 

Cheers

 

Jens

 

 

On Tue, May 19, 2020 at 4:14 PM zzl <zzl@xxxxxxxxxxx> wrote:

 

Dear Sir,

 

I got a problem with ‘mvn building’ neoscada from source code, because the ‘http://thedrone.packagedrone.org/p2/neoscada-05-dependencies’ can’t be accessed, it seems the server was down.

 

The source code was cloned from https://github.com/eclipse/neoscada.

 

Try to run the project root ‘build’ script will failed because lack of the below dependency.

 

[ERROR] Cannot resolve project dependencies:

[ERROR]   Software being installed: org.eclipse.neoscada.external.feature.feature.group 0.5.0.qualifier

[ERROR]   Missing requirement: org.eclipse.neoscada.external.feature.feature.group 0.5.0.qualifier requires 'org.eclipse.equinox.p2.iu; io.netty.buffer 0.0.0' 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.neoscada:org.eclipse.neoscada.external.feature:0.5.0-SNAPSHOT @ …

 

After some studying, I found the problem was the ‘http://thedrone.packagedrone.org/p2/neoscada-05-dependencies’’ repository was down.

    <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">

      <unit id="io.netty.buffer" version="4.1.11.Final"/>

      <unit id="io.netty.common" version="4.1.11.Final"/>

      <unit id="io.netty.codec" version="4.1.11.Final"/>

      <unit id="io.netty.resolver" version="4.1.11.Final"/>

      <unit id="io.netty.handler" version="4.1.11.Final"/>

      <unit id="io.netty.transport" version="4.1.11.Final"/>

      <unit id="org.apache.commons.daemon" version="1.0.5.v20111129-0900"/>

      <unit id="org.apache.commons.compress" version="1.9.0"/>

      <unit id="org.eclipse.packagedrone.utils" version="1.0.0.20170407-0726"/>

      <unit id="org.eclipse.packagedrone.utils.security" version="1.0.1.20170407-0727"/>

      <unit id="org.eclipse.packagedrone.utils.rpm" version="0.14.1.20170407-0726"/>

      <unit id="org.eclipse.packagedrone.utils.deb" version="1.0.0.20170407-0726"/>

      <unit id="bcpg" version="1.59.0"/>

      <unit id="bcprov" version="1.59.0"/>

      <unit id="bcpkix" version="1.59.0"/>

      <unit id="com.codepoetics.protonpack" version="1.15.0"/>

      <unit id="org.jooq.jool" version="0.9.12"/>

      <unit id="org.eclipse.milo.bsd-parser-core" version="0.2.1.ibh"/>

      <unit id="org.eclipse.milo.stack-core" version="0.2.1.ibh"/>

      <unit id="org.eclipse.milo.stack-client" version="0.2.1.ibh"/>

      <unit id="org.eclipse.milo.sdk-core" version="0.2.1.ibh"/>

      <unit id="org.eclipse.milo.sdk-client" version="0.2.1.ibh"/>

      <repository location="http://thedrone.packagedrone.org/p2/neoscada-05-dependencies"/>

</location>

 

I can’t find these plugins in eclipse p2 site. But these components could be found in Maven repository, so I have tried to add the dependency in the releng target ‘pom.xml’ file. But it seems don’t work. The tycho will just lookup the ‘org.eclipse.neoscada.target’ file, just omit the ‘dependencys’ section in ‘pom.xml’.

 

Could you please advise how to solve this problem? Thanks in advance.

 

 

 

 

Regards!

 

zhang

 

 

 

_______________________________________________
scada-dev mailing list
scada-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/scada-dev



--

Jens Reimann
Principal Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,

Managing Directors: Charles Cachera, Laurie Krebs, Michael O'Neill, Thomas Savage

_______________________________________________
scada-dev mailing list
scada-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/scada-dev


--
Jens Reimann
Principal Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Charles Cachera, Laurie Krebs, Michael O'Neill, Thomas Savage

Back to the top