• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Activiti plugin not generating .bar file in eclipse

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I am trying to generate .bar file using "create deployment artifacts".
It generates bmpn20.xml files but not the deployment artifacts.
And there are no errors in my eclipse activiti project.
 
author
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which version of Eclipse are you using and do you have Java classes in the project?
Also does the deployment folder not contain any generated artifact?

Best regards,

Tijs
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too having the same problem. In my case I am using Eclipse Version: Indigo Service Release 2. When started a activiti project with simple structure, its generating bar file in deployment folder in Package Explorer view. But going forward making the process complex its not generating any artifacts in deployment folder - its an empty folder. But we able to generate the artifacts using ant build script. there are no warnings/errors in eclipse during generation of artifacts getting failed in eclipse.


Thanks,
Swamy.

Tijs Rademakers wrote:Which version of Eclipse are you using and do you have Java classes in the project?
Also does the deployment folder not contain any generated artifact?

Best regards,

Tijs

 
Puneett Jain
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply.
I am using Eclipse Indigo Service Release 2.
I do not have any Java classes as of now but I need to write some shortly.
Also when I am using sample projects and run "create deployment artifacts" I do get .bar file but for my project I don't get this.
Currently I have a very simple activiti diagram. And yes I am using ant to do the job currently.

Thanks
 
Tijs Rademakers
author
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay, if you have problems with the generation of the BAR file could you attach the project to your post?
Then I can try it myself and see if I can find the cause of the issue.

Thanks,

Tijs
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic