Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:DocumentationGuidelines/CrowdSourcingExample

Revision as of 16:26, 21 April 2010 by Dan.Bourque.gmail.com (Talk | contribs) (New page: I enjoyed your presentation at EclipseCon2010. I'm interested in leveraging this in my company, but I've hit a snag. Apparently, the confluence component doesn't yet define the tasks.prope...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I enjoyed your presentation at EclipseCon2010. I'm interested in leveraging this in my company, but I've hit a snag. Apparently, the confluence component doesn't yet define the tasks.properties needed by the ant build script.

In the Ant script, I use:

<taskdef classpathref="wikitext.tasks.classpath" resource="org/eclipse/mylyn/internal/wikitext/confluence/core/tasks/tasks.properties"/>

...and I've included the following .jar:

org.eclipse.mylyn.wikitext.confluence.core_1.3.0.I20100416-0600-e3x.jar

...but I get the following error:

[taskdef] Could not load definitions from resource org/eclipse/mylyn/internal/wikitext/confluence/core/tasks/tasks.properties. It could not be found.

Am I doing something wrong, or should I file a bug against org.eclipse.mylyn.wikitext.confluence.core?


Cheers,

Dan.

Back to the top