Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] EMF.Edit: URI has an authority component

Can you show the stack trace.The authority component of an URI is the hostname (plus optinal port). So we need to understand where the exception come from

Jeff

On Tue, Apr 28, 2015 at 11:22 AM, BERNARD, Alain <alain.bernard@xxxxxxxxxx> wrote:

Hi all,

 

I have a problem during my Tycho build, only on plugins that depends on org.eclipse.emf.edit bundle.

 

The Maven message is:

[INFO] Resolving dependencies of MavenProject: my_group:com.myplugin.edit:0.0.1-SNAPSHOT @ C:\Users\LunaWS\com.myplugin.edit\pom.xml

[ERROR] Internal error: java.lang.IllegalArgumentException: URI has an authority component -> [Help 1]

org.apache.maven.InternalErrorException: Internal error: java.lang.IllegalArgumentException: URI has an authority component

+ the stack trace

 

I don’t understand the error message and I cannot find if there is, for example, a missing dependency. All base EMF bundles are in my target platform (o.e.emf.edit.ui, o.e.emf.validation, o.e.emf.databinding.*, o.e.emf.edit, o.e.emf.transaction,…).

 

Has anyone already encountered the same problem? What does the error message mean and what can I try to find the root cause?

 

Thanks in advance,

Alain

 

The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately. All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top