Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] e_3_8_m_3_7_x sources issue

Hi,

we have switched from PDE build to Tycho which uses the target file to
resolve dependencies.

You can see the commands that we use for building in our CI build:
https://hudson.eclipse.org/hudson/job/mylyn-3.7.x-release/28/consoleFull.
A little bit of documentation how to run the Maven/Tycho build is
available in the contributor's reference:
http://wiki.eclipse.org/Mylyn/Contributor_Reference#Maven

HTH,

Steffen



On Wed, Apr 25, 2012 at 10:26 AM, Jacek Jaroczynski
<jjaroczynski@xxxxxxxxxxxxx> wrote:
> Hi,
>
> Thank you for the answer.
>
> Unfortunately removing org.jsoup from extra.classpath does not help as
> it is used inside the wikitext.core sources and I get compilation
> errors.
> I have checked that it is not bundled with the Eclipse so it must be
> installed somehow during the build. How do you guys do that?
>
> Indeed it is still referenced in master. I looked into the old master
> sources. My mistake.
>
> I can see that you have a jsoup.org entry in
> /org.eclipse.mylyn-target/mylyn-dev-e3.7.target
> There is something like: <unit id="org.jsoup" version="1.6.1.v201201201356"/>
> How does it work? I'm trying to figure out where I should put
> jsoup.org during the build to make it work.
>
> All other dependencies work fine.
>
> Thanks,
> Jacek
>
>
>
> On Tue, Apr 24, 2012 at 6:29 PM, David Green <david.green@xxxxxxxxxxx> wrote:
>> Jacek,
>>
>> Comments inline below:
>>
>> On Tue, Apr 24, 2012 at 5:38 AM, Jacek Jaroczynski
>> <jjaroczynski@xxxxxxxxxxxxx> wrote:
>>>
>>> Hi,
>>>
>>> I'm trying to build an Atlassian Connector against e_3_8_m_3_7_x
>>> sources and get following error:
>>>
>>> Unable to find element: org.jsoup.Malformed URL exception:
>>> org.eclipse.mylyn.wikitext.core/build.properties:
>>> platform:/plugin/org.jsoup
>>>
>>> It looks like
>>> jars.extra.classpath=platform:/plugin/org.apache.ant/lib/ant.jar,platform:/plugin/org.jsoup
>>> is causing this problem but simply removing org.jsoup from the
>>> classpath does not work of course.
>>
>>
>> You may want to try removing org.jsoup from the jars.extra.classpath entry
>> in build.properties.  I'm not sure if this is necessary any more, since this
>> change was made for builds to work on Tycho 0.14.
>>
>>>
>>>
>>> I can see that jsoup is used in wikitext but this entry in
>>> build.properties makes the build fail. I can also see that master
>>> branch does not contain reference to org.jsoup any more.
>>
>>
>> I'm not sure what you mean by this: org.jsoup is indeed referenced on
>> master.
>>
>> David
>>
>>>
>>> How it should work? What has changed in master that it is no longer
>>> necessary?
>>>
>>> Thanks,
>>> Jacek
>>> _______________________________________________
>>> mylyn-integrators mailing list
>>> mylyn-integrators@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
>>
>>
>>
>>
>> --
>> David Green
>> VP of Engineering, Tasktop
>> Committer, Eclipse Mylyn
>> http://tasktop.com
>> +1-778-588-6896 ext. 115
>>
>>
>>
>> _______________________________________________
>> mylyn-integrators mailing list
>> mylyn-integrators@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
>>
> _______________________________________________
> mylyn-integrators mailing list
> mylyn-integrators@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators



-- 
Steffen Pingel
Senior Software Developer, Eclipse Mylyn
Mylyn Tasks Lead
http://tasktop.com


Back to the top