Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » [Closed] Non-triggering Project Tasks in a given Product
[Closed] Non-triggering Project Tasks in a given Product [message #1747116] Wed, 09 November 2016 16:07 Go to next message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

Hello all

I build a project setup. If I want to include it into an eclipse this works fine as expected but when I try to import the project in my self build product eclipse none of the project tasks is triggered.

Both files can be found here:
https://github.com/oasp/oasp4j-ide/tree/dev_oomph/oasp4j-ide-oomph-setups

(OASP4JProjects.setup and com.github.products.oasp4j.setup)

Is there something I missed?

Thanks in Advance Smile


"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods

[Updated on: Fri, 18 November 2016 16:33]

Report message to a moderator

Re: Non-triggering Project Tasks in a given Product [message #1747142 is a reply to message #1747116] Thu, 10 November 2016 07:04 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33218
Registered: July 2009
Senior Member
One small thing I'd change is to use index:/org.eclipse.setup#//@projectCatalogs[name='com.github'] rather than index:/org.eclipse.setup#//@projectCatalogs[name='com.github']/@projects[name='user.project'] as the logical project container. We do add projects to the github catalog if it's a public open source project...

What's special about your "self built product"? What happens when you import this project setup?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Non-triggering Project Tasks in a given Product [message #1747276 is a reply to message #1747142] Fri, 11 November 2016 14:34 Go to previous messageGo to next message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

The 'special' thing about the product is that scripts handle many settings outside of eclipse, like workspace and jvm location. The idea is to provide a single installation for many workspaces.

What happens is simple: I click on 'Import Projects' and choose the project above. The variable page is blank and on the 'TriggeredTasks' page then I get the information that no tasks were triggered.

(see http://imgur.com/a/nOePO)


"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods
Re: Non-triggering Project Tasks in a given Product [message #1747283 is a reply to message #1747276] Fri, 11 November 2016 16:06 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33218
Registered: July 2009
Senior Member
Is there anything in the Error log that might give a clue? I tried it locally in a debug launched IDE and there using https://raw.githubusercontent.com/oasp/oasp4j-ide/dev_oomph/oasp4j-ide-oomph-setups/OASP4JProjects.setup added to the Github project catalog resulted in various triggered tasks. I don't have a good theory why it wouldn't work for you. Does it work in a "not so special IDE that you install with Oomph"?

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Non-triggering Project Tasks in a given Product [message #1747292 is a reply to message #1747283] Fri, 11 November 2016 17:45 Go to previous message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

In any other eclipse it works.
But thanks for your time. I think I'll need to dig a bit deeper


"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods
Previous Topic:Installer Cache Problem
Next Topic:[Closed] How to contribute
Goto Forum:
  


Current Time: Tue Sep 24 23:16:26 GMT 2024

Powered by FUDForum. Page generated in 0.03855 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top