Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] SVN based Athena build debugging

Chris change the job to a BASH based build, and it should be able to get the files. Ant based SVN builds will currently fail on the fetch. SVN only sucks because it the appropriate extensions aren't included.

There is another option and that is to by pass the MAPs all together and do a local workspace build, allowing Hudson to check everything out from Head. The problem is not really the build but the fact that base builder requires special extensions in order to get code to build. You are dealing with a legacy design issue when CVS was the only viable open source option.

Dave

On 01/26/2010 08:57 AM, Chris Aniszczyk wrote:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:56:
Could not retrieve feature.xml or build.properties for feature
org.eclipse.ufacekit.all.feature.

My assumption is that the input to the eclipse.fetch task is bad but
very hard to see if not debugging locally.

(btw, SVN sucks)

On Tue, Jan 26, 2010 at 10:53 AM, Chris Aniszczyk<caniszczyk@xxxxxxxxx>  wrote:
I think this has to deal with project layout... Tom's currently layout
doesn't have the "trunk" folder and I recall debugging this awhile ago
and that caused an issue.

https://build.eclipse.org/hudson/job/cbi-UFaceKit-nightly/9/console

I'm still hitting the same problem.

It's failing on the fetch still. Any ideas?

On Tue, Jan 26, 2010 at 9:49 AM, David Carver<d_a_carver@xxxxxxxxx>  wrote:
Right now if you are using Ant based builds, SVN isn't supported.  Switch
the job to a BASH based build and you should be good to go.

See:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276662
https://bugs.eclipse.org/bugs/show_bug.cgi?id=297788

Dave

Chris Aniszczyk wrote:
Hey, we're trying to get UFaceKit working with Athena and hit a road bump:
    https://build.eclipse.org/hudson/job/cbi-UFaceKit-nightly/7/console

Any idea why we aren't able to fetch the proper SVN map based features?



_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev



--
Cheers,

Chris Aniszczyk
http://aniszczyk.org







Back to the top