i add in pom.xml dependency
<dependency> <groupId>com.atlassian.templaterenderer</groupId> <artifactId>atlassian-template-renderer-api</artifactId> <version>1.3.1</version> <scope>provided</scope> </dependency>
but i can't find packadge
com.atlassian.templaterenderer
and i can't use
TemplateRenderer
help, please. how add lib to project?
I use intelliJ. After add dependency to pom i called atlas-run for downloading library. I als updated project...
helped call "atlas-mvn idea:idea"
Thanks
Ran into this issue while trying to follow "Creating An Admin Configuration Form" tutorial. Worked for me on eclipse following the commands below.
atlas-run
atlas-mvn eclipse:eclipse
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ran into this issue while following this tutorial. I use Eclipse and was able to fix using the following commands:
atlas-run atlas-mvn eclipse:eclipse
And then refreshing my project in Eclipse by right clicking my project in the Project Explorer and selecting Refresh (hotkey: f5)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
atlas-mvn eclipse:eclipse
have to run this after every new dependency
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That looks fine to me. I checked out plugins and looks like what you have there. What IDE are you using? Does it just need to refresh the project or something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Eclipse definitely needs a reimport (mvn eclipse:eclipse) of the prject when changing dependencies. IDEA should be able to pick them up on the fly. Don't know about others though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.